Njon

Members
  • Posts

    160
  • Joined

  • Last visited

Everything posted by Njon

  1. I'm sorry, didn't see it!! Thank you
  2. I reinstalled everything and upgraded to version 5.0 rc8a but now I'm not be able to install transmission again. It says that it needs libidn-1.19-i486-1.txz but I can't find it neither on the flash drive nor on the slackware repository. Am I doing something wrong?
  3. So, well, i changed the data cable, rebooted the system and this is the conclusion: The disk is dying, am I wrong?
  4. I checked the cable and I rebuilt the parity. After 1 day of parity check (usually it takes 8 hours) I had the same problem. Red ball, lot of errors and the same syslog. These lines are repeated thousand times May 10 23:28:54 Server kernel: program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO May 10 23:28:54 Server last message repeated 3 times May 10 23:28:54 Server kernel: mdcmd (1627): spindown 0 May 10 23:28:54 Server kernel: md: disk0: ATA_OP e0 ioctl error: -5 If I try to obtain the SMART report from the parity drive I get this root@Server:~# smartctl -a -d ata /dev/sdf smartctl 5.40 2010-10-16 r3189 [i486-slackware-linux-gnu] (local build) Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net Smartctl: Device Read Identity Failed (not an ATA/ATAPI device) A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options. Please help
  5. Hi all Today I came back from university and I found this This is the complete syslog http://cl.ly/31283z160a38130t2E2O And this is the summary http://cl.ly/3Y2U022C3m3k2i472o2j I really don't know what could have appened. A loose cable? Running v5 rc2 Thank you all EDIT: I've stopped the array. Now the parity drive is considered as a new one!
  6. At the end I did this way: 1) I created a folder called .incomplete where transmission puts partial (.part) files on the cache drive. 2) when the file is downloaded, transmission puts it in the Download folder, located into the array (so protected). In this way I can simply drag what I've downloaded in the directory I want, without moving files between disks. easier than I expected Thanks to everybody!
  7. The problem is that I can't see "pre-dotted" folders on mac... Another thing: if I set the download folder for transmission as /mnt/cache/Downloads, every day I would find downloaded files on my array. But if I want to seed them? Can transmission "see" them again?
  8. Hi all. I read a lot of threads but I can't find a solution to my problem. I simply created 3 folders for transmission (_downloads, _incomplete, _watch) on the cache drive and I modified the go script in this way (as I found in another thread) #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & unraid_notify start cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c /boot/unmenu/uu sed -i 's@\[\.\]\/\[\^\.\]\.\*\/\.\*@[.]/[^._].*/.*@' /usr/local/sbin/mover sed -i 's@\[\.\]\/\[\^\.\]\.\*@[.]/[^._].*@' /usr/local/sbin/mover Well I noticed that all my files in /mnt/cache/_downloads are copied by the mover in /mnt/user/_downloads which is not good, because they are in the array there (right?) Where am I wrong? Using v. 5 rc2
  9. Thank you but the problem still remains I've got the same message
  10. Same problem here. I install tesseract but when I want to install pyload it says Required dependency, tesseract-3.00-i486-1sl.txz, has not been installed. Please install it before installing pyLoad. You can install the package Here different version of tesseract? thank you
  11. wow! repairing the usb drive did the trick! Thank you all!
  12. Thank you for the answer. The fact is that I don't even have unmenu on this server. And I don't have a cache drive either I simply started my server as I do almost every evening in order to watch a tv show... Is there any way to fix that? New config? Repair permissions?
  13. Today I started my server and I found out that my user share wasn't there anymore!! I still have data on disks fortunately... if I create another user share with the same name obviously it is empty... what can I do? I'm using unraid 5b12 PS: I added 2 new usershares: 1) New Server 2) Home Server which was the original name EDIT: The akwark thing is that in each drive I have all my stuff into a folder with the "old" user share name. So, what the hell happened? syslog.txt
  14. it works! Really thank you prostuff1
  15. Now all my problems disappeared ( ) but another one came on surface: ExtractArchive: No UnRar installed Last time I fixed it reinstalling unrar, but this time the trick doesn't work...
  16. As always I have some problems First. I reinstalled pyload using the new package you posted and now unmenu says: Package File: pyload-src-v0.4.9.zip md5 Checksum: 4fbc0ee89cafc709eb01addd07a9c0f7 (NOT matched - download may be corrupted or download URL no longer valid.) Second. Pyload is extremely slow! root@TServer:~# cat /etc/rc.d/unraid.d/rc.unraid_pyload case $1 in start) if test -e /etc/rc.d/unraid.d/rc.unraid_pyload -a $(ps auxwww | grep pyLoadCore.py | grep -v grep | wc -l) -lt 1; then if [ -d "/mnt/disk1/.pyload" ]; then test -f /etc/unraid-version && UNRAID_VERSION=`cat /etc/unraid-version | awk '{split($0,a,"="); print a[2]}' | awk '{split($0,b,"-"); print b[1]}'` if [ "${UNRAID_VERSION}" = "5.0" ]; then cd /mnt/disk1/.pyload chown -R nobody:users . chmod 755 /mnt/disk1/.pyload/pyload.conf LOG_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep log_folder | awk '{print$6}') mkdir -p "$LOG_DIR" DOWNLOAD_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep download_folder | awk '{print$7}') mkdir -p "$DOWNLOAD_DIR" chown -R nobody:users "$LOG_DIR" chown -R nobody:users "$DOWNLOAD_DIR" usermod -s /bin/bash nobody > /dev/null 2>&1 su nobody -c "python /mnt/disk1/.pyload/pyLoadCore.py --daemon > /dev/null 2>&1" echo "pyLoad started as nobody." else LOG_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep log_folder | awk '{print$6}') mkdir -p "$LOG_DIR" DOWNLOAD_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep download_folder | awk '{print$7}') mkdir -p "$DOWNLOAD_DIR" python /mnt/disk1/.pyload/pyLoadCore.py --daemon > /dev/null 2>&1 echo "pyLoad started as root." fi else echo "pyLoad could not be started because the installation directory, /mnt/disk1/.pyload, could not be found." echo "If pyLoad is installed to the unRAID array and the unRAID array is stopped, use the buttons on the User Scripts page to start pyLoad once the unRAID array is started." fi else echo "pyLoad is already started." fi ;; stop) if [[ ! -z $(ps -ef | grep pyLoadCore.py | grep -v grep | awk '{print$2}') ]]; then sleep 5 for i in $(ps -ef | grep pyLoadCore.py | grep -v grep | awk '{print$2}') do if [[ $(ps -fp $i | awk 'NR>1' | awk '{print $9}') = "/mnt/disk1/.pyload/pyLoadCore.py" ]]; then kill $i echo "<font color=\"red\"><b>Killed pyLoad process $i</b></font>" fi sleep 5 done echo "pyLoad stopped." else echo "pyLoad is already stopped." fi ;; version) chmod +x /mnt/disk1/.pyload/pyLoadCore.py /mnt/disk1/.pyload/pyLoadCore.py -v | awk '{print$2}' ;; esac root@TServer:~# ls -al /mnt/disk1/.pyload total 199 drwxrwx--- 9 nobody users 752 2012-02-11 08:21 ./ drwxrwx--- 9 nobody users 288 2012-01-26 19:45 ../ -rw-rw---- 1 nobody users 149 2011-12-15 17:37 .hg_archival.txt -rw-rw---- 1 nobody users 32422 2011-12-15 17:37 LICENSE -rw-rw---- 1 nobody users 2541 2011-12-15 17:37 README -rw------- 1 nobody users 498 2012-02-11 10:24 accounts.conf -rw------- 1 nobody users 35840 2012-02-11 08:21 files.db -rw-rw---- 1 nobody users 2 2011-12-15 17:37 files.version drwxrwx--- 2 nobody users 720 2011-12-15 17:37 icons/ drwxrwx--- 17 nobody users 616 2011-12-15 17:37 locale/ drwxrwx--- 12 nobody users 1264 2011-12-15 17:41 module/ -rw-rw---- 1 nobody users 9105 2011-12-15 17:37 pavement.py -rw------- 1 nobody users 5679 2012-02-06 20:41 plugin.conf -rw-rw---- 1 nobody users 19879 2011-12-15 17:37 pyLoadCli.py -rwxrwx--x 1 nobody users 22464 2011-12-15 17:37 pyLoadCore.py* -rw-rw---- 1 nobody users 28650 2011-12-15 17:37 pyLoadGui.py -rw------- 1 nobody users 2508 2012-02-06 20:41 pyload.conf -rw-rw-rw- 1 nobody users 5 2012-02-06 20:41 pyload.pid drwxrwx--- 10 nobody users 360 2011-12-15 17:37 scripts/ -rw-rw---- 1 nobody users 117 2011-12-15 17:37 setup.cfg -rw-rw---- 1 nobody users 3406 2011-12-15 17:37 systemCheck.py -rw-rw---- 1 nobody users 1005 2011-12-15 17:37 testlinks.txt drwxrwx--- 2 nobody users 112 2011-12-15 17:37 tests/ drwxrwx--- 5 nobody users 152 2012-02-11 07:54 tmp/ -rw-rw---- 1 nobody users 0 2011-12-15 17:51 unrar_passwords.txt drwxrwx--- 9 nobody users 288 2012-01-07 19:42 userplugins/ root@TServer:~# /etc/rc.d/unraid.d/rc.unraid_pyload version 0.4.9 root@TServer:~# cat /boot/packages/pyload-src-v0.4.9.zip.manual_install
  17. prostuff sorry, but I cannot find this: "The "transmission" folder in the "custom" folder on the flash drive" is it normal?
  18. Did you install unrar (from unmenu)? I had your problem but then I checked the log and at the beginning it said "ExtractArchive: UnRar not installed". So I installed unrar via unmenu and then I restarted pyload...
  19. My god, it's extracting!!!! Finally happy, thanks prostuff
  20. So sorry root@TServer:~# cat /etc/rc.d/unraid.d/rc.unraid_pyload case $1 in start) if test -e /etc/rc.d/unraid.d/rc.unraid_pyload -a $(ps auxwww | grep pyLoadCore.py | grep -v grep | wc -l) -lt 1; then if [ -d "/mnt/disk1/.pyload" ]; then test -f /etc/unraid-version && UNRAID_VERSION=`cat /etc/unraid-version | awk '{split($0,a,"="); print a[2]}' | awk '{split($0,b,"-"); print b[1]}'` if [ "${UNRAID_VERSION}" = "5.0" ]; then cd /mnt/disk1/.pyload chown -R nobody:users . chmod 755 /mnt/disk1/.pyload/pyload.conf LOG_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep log_folder | awk '{print$6}') mkdir -p "$LOG_DIR" DOWNLOAD_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep download_folder | awk '{print$7}') mkdir -p "$DOWNLOAD_DIR" chown -R nobody:users "$LOG_DIR" chown -R nobody:users "$DOWNLOAD_DIR" usermod -s /bin/bash nobody > /dev/null 2>&1 su nobody -c "python /mnt/disk1/.pyload/pyLoadCore.py --daemon > /dev/null 2>&1" echo "pyLoad started as nobody." else LOG_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep log_folder | awk '{print$6}') mkdir -p "$LOG_DIR" DOWNLOAD_DIR=$(cat /mnt/disk1/.pyload/pyload.conf | grep download_folder | awk '{print$7}') mkdir -p "$DOWNLOAD_DIR" python /mnt/disk1/.pyload/pyLoadCore.py --daemon > /dev/null 2>&1 echo "pyLoad started as root." fi else echo "pyLoad could not be started because the installation directory, /mnt/disk1/.pyload, could not be found." echo "If pyLoad is installed to the unRAID array and the unRAID array is stopped, use the buttons on the User Scripts page to start pyLoad once the unRAID array is started." fi else echo "pyLoad is already started." fi ;; stop) if [[ ! -z $(ps -ef | grep pyLoadCore.py | grep -v grep | awk '{print$2}') ]]; then sleep 5 for i in $(ps -ef | grep pyLoadCore.py | grep -v grep | awk '{print$2}') do if [[ $(ps -fp $i | awk 'NR>1' | awk '{print $9}') = "/mnt/disk1/.pyload/pyLoadCore.py" ]]; then kill $i echo "<font color=\"red\"><b>Killed pyLoad process $i</b></font>" fi sleep 5 done echo "pyLoad stopped." else echo "pyLoad is already stopped." fi ;; version) /mnt/disk1/.pyload/pyLoadCore.py -v | awk '{print$2}' ;; esac root@TServer:~# ls -al /mnt/disk1/.pyload total 255 drwxrwx--- 9 nobody users 752 2011-12-15 15:23 ./ drwxrwx--- 8 nobody users 264 2011-11-30 18:23 ../ -rw-rw---- 1 nobody users 149 2011-12-15 15:01 .hg_archival.txt -rw-rw---- 1 nobody users 32422 2011-12-15 15:01 LICENSE -rw-rw---- 1 nobody users 2541 2011-12-15 15:01 README -rw------- 1 nobody users 377 2011-12-15 15:02 accounts.conf -rw------- 1 nobody users 87040 2011-12-15 15:23 files.db -rw-rw---- 1 nobody users 2 2011-11-27 20:14 files.version drwxrwx--- 2 nobody users 720 2011-11-27 20:14 icons/ drwxrwx--- 17 nobody users 616 2011-12-15 15:01 locale/ drwxrwx--- 12 nobody users 1264 2011-12-15 15:02 module/ -rwxr-xr-x 1 nobody users 9105 2011-12-15 15:01 pavement.py* -rw------- 1 nobody users 5010 2011-12-15 15:20 plugin.conf -rw-rw---- 1 nobody users 19879 2011-12-15 15:01 pyLoadCli.py -rw-rw---- 1 nobody users 22464 2011-12-15 15:01 pyLoadCore.py -rw-rw---- 1 nobody users 28650 2011-12-15 15:01 pyLoadGui.py -rw------- 1 nobody users 2514 2011-12-15 15:20 pyload.conf -rw-rw-rw- 1 nobody users 5 2011-12-15 15:02 pyload.pid drwxrwx--- 10 nobody users 360 2011-11-27 20:15 scripts/ -rwxr-xr-x 1 nobody users 117 2011-12-15 15:01 setup.cfg* -rw-rw---- 1 nobody users 3406 2011-12-15 15:01 systemCheck.py -rw-rw---- 1 nobody users 1005 2011-12-15 15:01 testlinks.txt drwxr-xr-x 2 nobody users 112 2011-12-15 15:01 tests/ drwxrwx--- 5 nobody users 488 2011-12-02 23:27 tmp/ -rw-rw---- 1 nobody users 24 2011-11-27 20:16 unrar_passwords.txt drwxrwx--- 9 nobody users 256 2011-12-15 15:02 userplugins/ root@TServer:~# /etc/rc.d/unraid.d/rc.unraid_pyload version /etc/rc.d/unraid.d/rc.unraid_pyload: line 52: /mnt/disk1/.pyload/pyLoadCore.py: Permission denied root@TServer:~# cat /boot/packages/pyload-src-v0.4.8.zip.manual_install
  21. prostuff1 I'm so sorry to bother you again but I have another problem : "Installed, but version is different.Current version='' expected '0.4.9'" Luckily it's not vital, but it's annoying