• Home
  • Help
  • Search
  • Login
  • Register
  Show Posts
Pages: [1]
1  General Category / Success stories / Re: Transmission 1.80 released! Installed on my 9.04 plug on: January 30, 2010, 05:51:27 PM
Thanks for the tutorial just upgraded to the 1.82 on by plug debian earlier today  Grin
2  Linux Stuff / General Linux questions / Re: How do I install and configure Transmission on: January 30, 2010, 05:40:23 PM
I had that same problem also. I also changed Transmission to run as root.

I did try to change the permissions and owner of the folder i was writing to, and it didn't work. I'm not quite sure why.

It runs fine now as root, so I'll just keep it that way.

Funny enough i had the similar problem with my external ntfs drive.
External file systems when mounted can only be written by too by their owner (root usually)
Any way i was able to mount as root and write to the file system using mount device mount-point but i was unable to write as the user transmission
It turned out i needed to mount my external hd with fstab i needed to specify the mount type as ntfs-3g
eg
Code:
mount -t ntfs-3g /dev/sdb1 /media/harddrive

I recommend that you use fstab to mount external hard drives that you connect to the plug frequently  Wink

3  Hardware and U-Boot firmware / Hardware / Re: Problem with system on sdhc-card on: January 28, 2010, 06:22:01 AM
Hey

I followed the same tutorial to install debian on my plug, except im running 2gb card, I have noticed the same problem intermittently but i never found a solution...
Pages: [1]