Transmission Not Working

This forum is for all other ARMv5 devices

Transmission Not Working

Postby jerjel » Wed Aug 15, 2012 3:40 pm

I can't seem to get Transmission to run under a user. It runs fine as root, but when I set up a user, edit the file, it starts just fine but it won't stop. Since it fails to stop the files don't get created.
Even when it runs fine as the root user, I am unable to access it's Web Client.
Any help would be greatly appreciated. (I am a newbie with Linux)
jerjel
 
Posts: 9
Joined: Wed Aug 15, 2012 3:17 pm

Re: Transmission Not Working

Postby WarheadsSE » Wed Aug 15, 2012 3:59 pm

Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Transmission Not Working

Postby jerjel » Wed Aug 15, 2012 4:21 pm

I did follow those directions from http://archlinuxarm.org/support/guides/ ... ansmission
Changed the file, /etc/conf.d/transmissiond, to add a user and changed the folder path accordingly.
Executed /etc/rc.d/transmissiond start to Start the transmission daemon. When I issue the command, /etc/rc.d/transmissiond stop, it FAIL's and it's not creating the settings.json file nor its folders.
jerjel
 
Posts: 9
Joined: Wed Aug 15, 2012 3:17 pm

Re: Transmission Not Working

Postby jerjel » Wed Aug 15, 2012 4:23 pm

I am having a Pogoplug Model: POGO-B01 (ARMv6)
jerjel
 
Posts: 9
Joined: Wed Aug 15, 2012 3:17 pm

Re: Transmission Not Working

Postby WarheadsSE » Wed Aug 15, 2012 5:05 pm

Does the su command work for you?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Transmission Not Working

Postby jerjel » Wed Aug 15, 2012 10:52 pm

Yes; that command do work for me.

BUT when I directly log in as a torrent user, I get this error:

login as: torrent
torrent@192.168.3.102's password:
Last login: Tue Aug 14 19:27:38 2012 from 192.168.3.103
-bash: /dev/null: Permission denied
Last edited by jerjel on Fri Aug 17, 2012 1:24 am, edited 1 time in total.
jerjel
 
Posts: 9
Joined: Wed Aug 15, 2012 3:17 pm

Re: Transmission Not Working

Postby Socaltom » Thu Aug 16, 2012 3:42 am

When i start transmission, it logs itself in under the user torrent. Do you really need to start it as a separate user?
Tom
used to be owned by me
Pink Pogo V2, Black Pogo V3, Zyxel NAS 325 v1,
used to be Adminstrator for
Goflex net, Black V3, Black V2
Now I have a couple of raspberry pi ( 3+ and 4)
Socaltom
 
Posts: 571
Joined: Thu Apr 07, 2011 2:21 pm
Location: The left side

Re: Transmission Not Working

Postby Speed383 » Sat Aug 18, 2012 12:53 am

I was having the same problem and used http://archlinuxarm.org/forum/viewtopic.php?f=29&t=3076&p=18102&hilit=%2Fdev%2Fnull+%3APermission#p18102 to fix it. Reboot the plug after editing the file and transmission will run fine under the torrent user.

I just had the problem happen again. I update everyday so I assume an update removed the fix from the udev rules.

I read a post that said a new install wouldn't have this issue, but my install is about a week old and I encountered this problem so I don't believe it was fixed.

Hope it helps.
Speed383
 
Posts: 10
Joined: Mon Jul 30, 2012 1:29 pm

Re: Transmission Not Working

Postby skealoha86 » Sun Aug 19, 2012 7:29 pm

This issue is also described and fixed here: viewtopic.php?f=29&t=3290

Here's the line that fixes the problem:

$this->bbcode_second_pass_code('', 'rm /dev/null && mknod -m 0666 /dev/null c 1 3')
skealoha86
 
Posts: 14
Joined: Sat Dec 24, 2011 2:13 am

Re: Transmission Not Working

Postby jerjel » Mon Aug 20, 2012 9:34 pm

This is what I did:
Added the below line to /usr/lib/udev/rules.d/50-udev-default.rules in the # mem section and rebooted the machine.
$this->bbcode_second_pass_code('', '
SUBSYSTEM=="mem", KERNEL=="null|zero|full|random|urandom", MODE="0666"
')
Looks like this fixed the issue. I was able to start and stop transmission without any issues and it also created the config files needed for transmission.

Thank you 'speed' and others who helped me resolve this issue
jerjel
 
Posts: 9
Joined: Wed Aug 15, 2012 3:17 pm


Return to Community Supported

Who is online

Users browsing this forum: No registered users and 45 guests