sinnerou

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sinnerou's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am having this problem. getfattr -d /mnt/disk1 /mnt/disk1: user.org.netatalk.supports-eas.AdV805: Exec format error /mnt/disk1: user.org.netatalk.supports-eas.JW5cN1: Exec format error /mnt/disk1: user.org.netatalk.supports-eas.UI6aj9: Exec format error /mnt/disk1: user.org.netatalk.supports-eas.djX1V0: Exec format error /mnt/disk1: user.org.netatalk.supports-eas.eGwpNi: Exec format error /mnt/disk1: user.org.netatalk.supports-eas.xg6JZr: Exec format error None of the sub directories under /mnt/disk1 have this issues. (after having run the rmattrs script) However when the mover runs I still get this error logger: rsync: get_xattr_data: lgetxattr(""/mnt/user0/."","user.org.netatalk.supports-eas.AdV805",0) failed: Exec format error ( and the mover fails. I don't think I can run this script directly on a disk directory. Any help would be greatly appreciated.
  2. @joyless I have this same problem. I have not gotten any any answers from this thread. Can you do df -h /tmp. For me it seems as if the root file system was filled up by things getting installed to /usr/lib by the plugins. I have no idea how to fix it though.
  3. I am having trouble installing these plugins. Any help would be greatly appreciated. I just upgraded to unraid 6 beta 14 and formatted my cache drive with btrfs. Attempting to install sickbeared alt I get the following /usr/local/sbin/plugin install https://github.com/PhAzE-Variance/unRAID/raw/master/Plugins/Sickbeard_alt.plg 2>&1 plugin: installing: https://github.com/PhAzE-Variance/unRAID/raw/master/Plugins/Sickbeard_alt.plg plugin: downloading https://github.com/PhAzE-Variance/unRAID/raw/master/Plugins/Sickbeard_alt.plg plugin: creating: /tmp/Sickbeard_alt-script - from INLINE content plugin: running: /tmp/Sickbeard_alt-script Cleaning up previous install files... ...Cleanup complete! Downloading any missing plugin files... Latest plugin control files downloading Plugin control files have passed MD5 check Latest plugin dependency files downloading Plugin dependency files have passed MD5 check ...Downloading complete! Running install script for Sick Beard Alt... No default config file found. Creating Plugin config file verified Installing plugin control files Installing plugin dependency files tar: git-1.8.4-x86_64-1.txz: Wrote only 2560 of 10240 bytes tar: libffi-3.0.13-x86_64-2.txz: Cannot write: No space left on device tar: libidn-1.25-x86_64-2.txz: Cannot write: No space left on device tar: python-2.7.5-x86_64-1.txz: Cannot write: No space left on device tar: python-cheetah-2.4.4-x86_64-1alien.tgz: Cannot write: No space left on device tar: sqlite-3.7.17-x86_64-1.txz: Cannot write: No space left on device tar: zlib-1.2.8-x86_64-1.txz: Cannot write: No space left on device tar: Exiting with failure status due to previous errors /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device /sbin/upgradepkg: line 241: cannot create temp file for here-document: No space left on device Verifying package git-1.8.4-x86_64-1.txz. xz: (stdin): Unexpected end of input Unable to install /tmp/Sickbeard_alt-inst/install-B/git-1.8.4-x86_64-1.txz: tar archive is corrupt (tar returned error code 2) /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device /sbin/upgradepkg: line 273: cannot create temp file for here-document: No space left on device sed: couldn't flush /etc/rc.d/sedRvOYKP: No space left on device sed: couldn't flush /usr/local/emhttp/plugins/Sickbeard_alt/event/sedpVoJpQ: No space left on device /tmp/Sickbeard_alt-script: /etc/rc.d/rc.Sickbeard_alt: /bin/sh^M: bad interpreter: No such file or directory Cleaning up temp files/folders ...Install complete! plugin: installed df -h Filesystem Size Used Avail Use% Mounted on tmpfs 128M 2.3M 126M 2% /var/log /dev/sda1 30G 112M 30G 1% /boot /dev/md1 2.8T 2.3T 450G 84% /mnt/disk1 /dev/md2 1.9T 1.7T 186G 91% /mnt/disk2 /dev/md3 1.9T 1.3T 573G 70% /mnt/disk3 /dev/sde1 932G 33M 930G 1% /mnt/cache shfs 6.4T 5.2T 1.2T 82% /mnt/user0 shfs 7.3T 5.2T 2.1T 72% /mnt/user df -i Filesystem Inodes IUsed IFree IUse% Mounted on tmpfs 224418 182 224236 1% /var/log /dev/sda1 0 0 0 - /boot /dev/md1 0 0 0 - /mnt/disk1 /dev/md2 0 0 0 - /mnt/disk2 /dev/md3 0 0 0 - /mnt/disk3 /dev/sde1 0 0 0 - /mnt/cache shfs 0 0 0 - /mnt/user0 shfs 0 0 0 - /mnt/user free -m total used free shared buffers cached Mem: 1753 1000 753 0 9 851 -/+ buffers/cache: 138 1614 Swap: 0 0 0 Edit: This seems to be the source of the problem but I have no idea how to correct it. df -h /tmp Filesystem Size Used Avail Use% Mounted on - 833M 830M 3.4M 100% / Edit2: Almost all of the space is used up by /usr. I am not sure if the answer is finding some way to increase the size of the rootfs (seems to be set in proc/mount) or moving /usr? I don't think the size of usr can be reduced it seems to contain all the libraries needed for these plugins. Again thx in advance.