Dannyboyni

Members
  • Posts

    26
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Dannyboyni's Achievements

Noob

Noob (1/14)

0

Reputation

  1. root@creeps:~# ls -al /var/run/transmission total 4 drwxr-xr-x 2 nobody users 0 2012-11-08 11:40 ./ drwxrwxrwx 11 root root 0 2012-11-12 03:41 ../ -rw-r--r-- 1 nobody users 5 2012-11-08 11:40 transmission-daemon.pid root@creeps:~# cat /var/run/transmission/transmission-daemon.pid 13871root@creeps:~# root@creeps:~# ls -al INSTALL_LOCATION_OF_TRANSMISSION /bin/ls: cannot access INSTALL_LOCATION_OF_TRANSMISSION: No such file or directory root@creeps:~# ps -ef | grep trans root 3734 3621 0 12:07 pts/0 00:00:00 grep trans nobody 13871 1 0 Nov08 ? 00:01:48 /usr/bin/transmission-daemon -g /mnt/cache/.transmission/conf --pid-file /var/run/transmission/transmission-daemon.pid root@creeps:~# cat PACKAGE_DIRECTORY/transmission_unraid-2.33-i486-11kh.txz.auto_install > /boot/transmission_autoinstall.txt cat: PACKAGE_DIRECTORY/transmission_unraid-2.33-i486-11kh.txz.auto_install: No such file or directory root@creeps:~# ls -al PACKAGE_DIRECTORY > /boot/package_directory.txt /bin/ls: cannot access PACKAGE_DIRECTORY: No such file or directory
  2. I have just installed transmission and I am getting the following error. "Installed, but version is different. Current version='/usr/lib/libidn.so.11:' expected '2.42'" This means that when I reboot unraid I have to manually install transmission again. Anyone any ideas?
  3. Anyone any idea with RSS feeds will be implemented with transmission?
  4. I am using couchpotato and sabnzbd to download movies. The problem is when a download fails it is left in the complete folder. What I want to know is if there are any scripts that can check for folders with _FAILED_ in their name and delete them and all contents inside. I would want this script to one once every 24 hours. The path to the folder is: /mnt/cache/apps/sabnzbd/Downloads/complete/movies Many thanks.
  5. Thanks, everything now seems to be working fine Shutting down the transmission service first allows me to power down the server without issues. I have just one question regarding having to stop the transmission service when I want to shut down the server. I have bought a UPS, http://www.ebuyer.com/238120-apc-back-ups-pro-900-ups-ac-230-v-540-watt-900-va-br900gi I will be using the apcupsd plugin so when I get a power cut it shuts down the server. I take it there is a config file for APCUPSD that I can add the commands to stop the transmission service first, so the system can shut down successfully? Also I am very concerned about hard drive I/O performance. I have two 3tb hard drives. I have created a share called torrents which uses both disks. I intented to seed 500 torrents, however I also have Plex Media Server installed and will be streaming videos to 3 clients at once. What I am wondering is if say 30 of my 500 torrents are actively seeding and I am streaming 3 seperate video files to 3 clients at once, will the heads on my hard drives be able to cope with so much random read access? Or will my videos stutter because the heads are having to move much too fast.
  6. Thanks for your help. When I go to stop the array, I get Stop SMB...Spinning up all drives...Sync filesystems...Unmounting disks...Retry unmounting disk share(s)...Unmounting disks...Retry unmounting disk share(s)...Unmounting disks...Retry unmounting disk share(s)...Unmounting disks...Retry unmounting disk share(s)...Unmounting disks...Retry unmounting disk share(s)...Unmounting disks...Retry unmounting disk share(s)...Unmounting disks...Retry unmounting disk share(s)... This keeps repeating.... I am guessing this is tranmission at fault here, as I am seeding one torrent. I went into http://tower:8080/sys_info?option=Open+Files and its showing from /usr/bin/lsof /dev/md* I can no longer telenet into the server and the web interface no longer works. If I type in fuser -k /mnt/disk1 into the unraid server with the keyboard and screen connected will that allow it to shut down?
  7. Here are the attached files. Many thanks. transmission_autoinstall.txt package_directory.txt
  8. Sorry, heres the response now: root@Tower:~# ls -al /var/run/transmission cat /var/run/transmission/transmission-daemon.pid ls -al /mnt/cache/apps/.transmission total 4 drwxr-xr-x 2 nobody users 0 2012-10-08 14:41 ./ drwxr-xr-x 11 root root 0 2012-10-08 16:17 ../ -rw-rw-rw- 1 nobody users 5 2012-10-08 14:41 transmission-daemon.pid root@Tower:~# cat /var/run/transmission/transmission-daemon.pid 11145root@Tower:~# ls -al /mnt/cache/apps/.transmission total 0 drwxr-xr-x 3 nobody users 72 2012-10-08 00:24 ./ drwxrwx--- 8 nobody users 232 2012-10-08 00:24 ../ drwxr-xr-x 5 nobody users 216 2012-10-08 14:59 conf/ root@Tower:~# ps -ef | grep trans cat /boot/packages/transmission_unraid-2.42-i486-1kh.txz.auto_install > /boot/transmission_autoinstall.txt nobody 11145 1 0 14:41 ? 00:00:03 /usr/bin/transmission-daemon -g /mnt/cache/apps/.transmission/conf --pid-file /var/run/transmission/transmission-daemon.pid root 16141 16114 0 16:29 pts/1 00:00:00 grep trans root@Tower:~# cat /boot/packages/transmission_unraid-2.42-i486-1kh.txz.auto_install > /boot/transmission_autoinstall.txt root@Tower:~# ls -al /boot/packages > /boot/package_directory.txt
  9. So sorry for that I am running unraid version: 5.0-rc8a Here is the output of the code you said to run on your first post. root@Tower:~# ls -al /var/run/transmission cat /var/run/transmission/transmission-daemon.pid total 4 drwxr-xr-x 2 nobody users 0 2012-10-08 14:41 ./ drwxr-xr-x 11 root root 0 2012-10-08 14:41 ../ -rw-rw-rw- 1 nobody users 5 2012-10-08 14:41 transmission-daemon.pid root@Tower:~# cat /var/run/transmission/transmission-daemon.pid 11145root@Tower:~# ls -al INSTALL_LOCATION_OF_TRANSMISSION /bin/ls: cannot access INSTALL_LOCATION_OF_TRANSMISSION: No such file or directory root@Tower:~# ps -ef | grep trans nobody 11145 1 0 14:41 ? 00:00:01 /usr/bin/transmission-daemon -g /mnt/cache/apps/.transmission/conf --pid-file /var/run/transmission/transmission-daemon.pid root 13081 13055 0 15:11 pts/0 00:00:00 grep trans root@Tower:~# cat PACKAGE_DIRECTORY/transmission_unraid-2.33-i486-11kh.txz.auto_install > /boot/transmission_autoinstall.txt ls -al PACKAGE_DIRECTORY > /boot/package_directory.txtcat: PACKAGE_DIRECTORY/transmission_unraid-2.33-i486-11kh.txz.auto_install: No such file or directory root@Tower:~# ls -al PACKAGE_DIRECTORY > /boot/package_directory.txt Many thanks for your help in getting me to solve this problem.
  10. I have installed transmission. I have enabled reinstall on reboot. However whenever I reboot my unraid transmission fails to start. I go to the user scripts and click start transmission. However I get this error "The rc.unraid_transmission script does not exist, please try reinstalling the application". I tried "/etc/rc.d/unraid.d/rc.unraid_transmission start" from the console. But I get the message "No such file or directory". The only way I can solve the problem is to uninstall the transmission and reinstall it again. However it breaks again once I reboot unraid. Any ideas. Thanks.