rcmpayne

Members
  • Posts

    121
  • Joined

  • Last visited

Everything posted by rcmpayne

  1. Thanks the other post fixed my issue and sorry about the typo about smb export. I have one other issue that i would like to get resolved if possible. i like to add a user with a dot in the name first.last however, i get the following error. from this wiki pages, dots are supported [snip] http://lime-technology.com/wiki/index.php/Un-Official_UnRAID_Manual User name The name should only consist of the characters a-z, 0-9, - (dash), _ (underscore), and . (dot). Please do not use any uppercase letters. Jan 24 14:03:17 SERVER emhttp: shcmd (408): useradd -g users -d / -s /bin/false -c '' first.last |& logger Jan 24 14:03:17 SERVER logger: useradd: invalid user name 'first.last' Jan 24 14:03:17 SERVER emhttp: shcmd (409): chpasswd <<< first.last:"*****" Jan 24 14:03:17 SERVER emhttp: _shcmd: shcmd (409): exit status: 1 Jan 24 14:03:17 SERVER emhttp: shcmd (410): smbpasswd -L -s -a first.last <<< "*****"$' '"*****" Jan 24 14:03:17 SERVER emhttp: _shcmd: shcmd (410): exit status: 1
  2. Hey All, not a huge issue just more annoying but i just installed Windows 10 and i am prompted to use a password to access my shares on unraid "\\192.168.0.100 or \\Server". I had to set up a user for the firsttime so i could get access. my SMB settings are set to the following WorkGroup: WORKGROUP -> Same as all the PC in my network Local Master: Yes All my shares are SMB Export: No Security: Public All my windows 8 PC in the house don't need a password to access my server. once i get wireshark loaded i will run a capture and see whats going on.
  3. sure, this is why i have the thread open . So when i do it with /dev/sdc1 i get Error: unraid Partition /dev/sdc1 is mounted with write permissions, cannot check it not sure how to address this. I've followed the steps on the post you provided.
  4. Ran with just /dev/sdc and got this root@SERVER:/dev# reiserfsck --check /dev/sdc reiserfsck 3.6.24 Will read-only check consistency of the filesystem on /dev/sdc Will put log info to 'stdout' Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes reiserfs_open: the reiserfs superblock cannot be found on /dev/sdc. Failed to open the filesystem. If the partition table has not been changed, and the partition is valid and it really contains a reiserfs partition, then the superblock is corrupted and you need to run this utility with --rebuild-sb.
  5. 1. stopped the array 2. started the array in main mode 3. found the location for the cache drive "/dev/sdc1" 4. ran the following: reiserfsck --check /dev/md1 Error: unraid Partition /dev/sdc1 is mounted with write permissions, cannot check it
  6. Hello All, Today i loaded unraid menu and seen that my cache drive is showing Unformatted. wanted to see what steps i should follow in hopes to have the disk restored as it holds all my config files and such. seems i can access the disk via putty telnet so i am doing a cp -r /mnt/cache /mnt/disk5 now to copy the data WD-WCAV52771708: OK - ATA_Error_Count is 5 WD-WCAV52771708: WARNING - Power_On_Hours it is now 38314 (warning threshold is 20000) Q1: Can cache drive data be restored on a parity check? Q2: Whats the best way to replace my disk (even in the event that i was not able to copy the data)
  7. EDIT: Got it working, had to remove the gcc-***-.tgz files. Hello All, i have successfully installed multiple of the PhAzE plugins with no issue however, when i attempt to install and start Plex, it fails with no real errors in the syslog. I have never installed plex before so i don't have any old files that's needed to be removed/cleaned [installing the plex Plugin] root@SERVER:~# installplg /boot/config/plugins/plexmediaserver.plg ... file /var/log/plugins/plexmediaserver: successfully wrote INLINE file contents plugin successfully installed [starting the plugin] Nov 30 14:00:18 SERVER sudo: root : TTY=console ; PWD=/ ; USER=nobody ; COMMAND=/bin/bash -c . /boot/config/plugins/plexmediaserver/startcfg.sh; nohup /usr/local/plexmediaserver/"Plex Media Server" > /dev/null 2>&1 & Nov 30 14:00:35 SERVER sudo: root : TTY=console ; PWD=/usr/local/emhttp ; USER=nobody ; COMMAND=/bin/bash -c . /boot/config/plugins/plexmediaserver/startcfg.sh; /usr/local/plexmediaserver/"Plex Media Server" --version [settings] Instal Dir: /usr/local/plexmediaserver Config: /mnt/cache/appdata/plex Transcode: /mnt/cache/appdata/plextemp port: 32400 Run as: nobody Branch: Std Show Mem: no Show data: yes Your config data will persist after a reboot Your trancode directory is located on a physical drive Plugin Version: 1.5.3 See screenshot for start screen and error
  8. Hello All, i seen that my HDD light was on solid so i logged into the server and i see that the parity is red with no options to rebuild, clean or test. I had a few power outages the other day and assume that started this issue. When i log into unraid, i see the following; STARTED, 5 disks in array. PARITY NOT VALID: DISK_DSBL looks like the issue started at 22:43 on July 5th Jul 5 22:43:31 SERVER kernel: sd 7:0:0:0: [sdf] Unhandled error code (Errors) Jul 5 22:43:31 SERVER kernel: md: disk0 write error, sector=2756337032 (Errors) Jul 5 22:43:31 SERVER kernel: sd 7:0:0:0: [sdf] (Drive related) Jul 5 22:43:31 SERVER kernel: Result: hostbyte=0x04 driverbyte=0x00 (System) Jul 5 22:43:31 SERVER kernel: sd 7:0:0:0: [sdf] CDB: (Drive related) Jul 5 22:43:31 SERVER kernel: cdb[0]=0x8a: 8a 00 00 00 00 00 a4 4a 5d c0 00 00 00 08 00 00 Jul 5 22:43:31 SERVER kernel: md: disk0 write error, sector=2756337024 (Errors) Jul 5 22:43:31 SERVER kernel: md: recovery thread sync completion status: -4 (unRAID engine) Jul 5 22:43:31 SERVER kernel: md: recovery thread woken up ... (unRAID engine) Jul 5 22:43:31 SERVER kernel: md: recovery thread has nothing to resync (unRAID engine) SMART report is showing the following warring. WD-WMAVU0591376: WARNING - Power_On_Hours it is now 35193 (warning threshold is 20000) syslog-2014-07-08.zip
  9. Hello All, I would like to allow a user to only have access to the /mnt/user/ directory and not the ability to move up and view /mnt/disk or the system files. can someone advise how to do this? also how do i restart vsftpd without restarting the entire server? seems like the default does not work root@SERVER:/# /etc/init.d/vsftpd restart -bash: /etc/init.d/vsftpd: No such file or directory
  10. Hello all, my first drive(disk1) seems to be fuilling up more than the other drives(comparing disk1 to disk2 as both as 3TB each). not sure why this is occuring as all my shares are spanned accross all disk and all disks/shares are using highwater -=-UNRAID-=- Device Identification Temp. Size Free Reads Writes Errors parity WDC_WD30EZRX-00DC0B0_WD-WCC1T1394124 (sdf) 2930266532 21°C 3 TB - 47859 44681 0 disk1 Browse /mnt/disk1 WDC_WD30EZRX-00DC0B0_WD-WCC1T1372439 (sde) 2930266532 25°C 3 TB 750.12 GB 17059 28 0 disk2 Browse /mnt/disk2 WDC_WD30EZRX-00MMMB0_WD-WCAWZ2958513 (sdd) 2930266532 25°C 3 TB 1.44 TB 33910 28170 0 disk3 Browse /mnt/disk3 WDC_WD10EADS-00P8B0_WD-WMAVU0591376 (sdb) 976762552 22°C 1 TB 1 TB 8075 7585 0 disk4 Browse /mnt/disk4 ST31000524AS_5VPCREE7 (sdc) 976762552 * 1 TB 1 TB 8032 7560 0 flash Browse /boot (flash device) DT_Locker - 4.03 GB 3.95 GB 578 10 0 -=-Share-=- Name: ShareName Comments: <blank> Allocation method: <high-water> Min. free space: 0 Split level: <blank> Included disk(s): <blank> Excluded disk(s): <blank> -=-UNMENU-=- Status Disk Mounted Device Model/Serial Temp Reads Writes Errors Size Used %Used Free OK parity /dev/sdf WDC_WD30EZRX-00DC0B0_WD-WCC1T1394124 20°C 47922 44681 OK /dev/md1 /mnt/disk1 /dev/sde WDC_WD30EZRX-00DC0B0_WD-WCC1T1372439 25°C 17122 28 3.00T 2.25T 76% 750.12G OK /dev/md2 /mnt/disk2 /dev/sdd WDC_WD30EZRX-00MMMB0_WD-WCAWZ2958513 25°C 33973 28170 3.00T 1.56T 52% 1.44T OK /dev/md3 /mnt/disk3 /dev/sdb WDC_WD10EADS-00P8B0_WD-WMAVU0591376 22°C 8309 1915341 1.00T 33.63M 1% 1.00T OK /dev/md4 /mnt/disk4 /dev/sdc ST31000524AS_5VPCREE7 * 8290 1915633 1.00T 33.63M 1% 1.00T Total: 8.00T 3.81T 47% 4.19T Unraid Version: 5.0.4 Plus
  11. *Update2* ok got it listed now but when i mount it i get ext4 is unsupported... any other options here? unRAID=No SNAP=Yes 13220 /dev/sdd /dev/disk/by-id/usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0 root@Tower:/boot/config/plugins/snap# snap.sh -m MyTemp Mounting filesystem for /dev/disk/by-id/usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0-part1 not attempted: Filesystem (ext4) is not supported.
  12. *Update* I found a plugin called SNAP and have it installed however, when i ran "snap.sh -a D577A6505913 USBHDD" nonthing happened and i still cant find that share. root@Tower:/boot/config/plugins/snap# snap.sh -showusb usb-Kingston_DT_Locker_0018F30BFDE7BAB07139008A-0:0 usb-Kingston_DT_Locker_0018F30BFDE7BAB07139008A-0:0-part1 usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0 usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0-part1 root@Tower:/boot/config/plugins/snap# snap.sh -listDevInfo unRAID=No. SNAP=No ata-WDC_WD30EZRX-00DC0B0_WD-WCC1T1372439/dev/ sdc unRAID=No. SNAP=No ata-WDC_WD30EZRX-00DC0B0_WD-WCC1T1394124/dev/ sdb unRAID=No. SNAP=No scsi-SATA_WDC_WD30EZRX-00_WD-WCC1T1372439/dev/ sdc unRAID=No. SNAP=No scsi-SATA_WDC_WD30EZRX-00_WD-WCC1T1394124/dev/ sdb unRAID=No. SNAP=No usb-Kingston_DT_Locker_0018F30BFDE7BAB07139008A-0:0/dev/ sda unRAID=No SNAP=No 10238 /dev/sdd usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0
  13. Hello All, i have plugged in a USB HDD (ext4) thats full of data that i would like to copy to my unraid server. once done i will format the drive, remove it from the USB case and add it as a new drive to my array however, i need to get the data off it first. i see the drive listed however using ssh/telnet i cant seem to view it Drive Partitions - Not In Protected Array Model/Serial Temp Size Device Mounted File System usb-WDC_WD10_EADS-00P8B0_D577A6505913-0:0 * 1T /dev/sdd partition (976,759,808 blocks): /dev/sdd1 ext4 [sSH] root@Tower:/dev# /dev/sdd1 -bash: /dev/sdd1: Permission denied is there a way to get the data from the USB HDD to my array?