Raspbian Root

General support for problems installing or using Deluge
Post Reply
daveyman123
New User
New User
Posts: 6
Joined: Wed Jan 07, 2015 10:25 pm

Raspbian Root

Post by daveyman123 »

I believe that I am having troubles installing files to a USB on my Raspberry Pi (Raspbian) because I don't have root access.

Is there a way to give deluge root access on the RPi?

chown -R deluge:deluge /media/69195bfe-55cf-4f88-900e-a63e654f91d3
chown: invalid user: `deluge:deluge'

this command returns invalid user


thanks in advance,
Daveyman123
daveyman123
New User
New User
Posts: 6
Joined: Wed Jan 07, 2015 10:25 pm

Re: Raspbian Root

Post by daveyman123 »

I managed to fix it by creating a user named deluge lol

now t seems that the connection manager doesn't want to connect to the raspberry pi :(

config -s allow_remote True

config allow_remote

exit

I run those commands in deluge-console and still cant seem to get connected on my windows machine
daveyman123
New User
New User
Posts: 6
Joined: Wed Jan 07, 2015 10:25 pm

Re: Raspbian Root

Post by daveyman123 »

Nevermind I am back to the original problem

I cant make deluge download to my USB on RPi

I can download to folders that arent root
daveyman123
New User
New User
Posts: 6
Joined: Wed Jan 07, 2015 10:25 pm

Re: Raspbian Root

Post by daveyman123 »

Solved

used
sudo chmod ugo=rwx
Post Reply