You are not logged in.

#1 2007-03-24 08:03:59

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

help with a AUR, Deluge

Ive downloaded and installed deluge from the AUR, i can run it from terminal as root but it wont run as regular user, i dont know whats wrong...

Offline

#2 2007-03-24 17:03:06

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: help with a AUR, Deluge

We're not psychic, tell us what happens when you try to run it as user.


I am a gated community.

Offline

#3 2007-03-24 18:48:22

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: help with a AUR, Deluge

...absolutely nothing... except for a small bar that tells me that it should be starting up, then it goes away with nothing. Sorry about the lack of info in the previous post... i was a little drunk trying to do some late night linux.... anywayz, i got some more info, looks like a premission problem reason is, when i try to run deluge as regular user in a terminal i get this feedback.

Traceback (most recent call last):
  File "/usr/bin/deluge", line 31, in <module>
    import deluge, deluge.dcommon, deluge.delugegtk
  File "/usr/lib/python2.5/site-packages/deluge/dcommon.py", line 29, in <module>
    CONFIG_DIR = xdg.BaseDirectory.save_config_path('deluge')
  File "/usr/lib/python2.4/site-packages/xdg/BaseDirectory.py", line 59, in save_config_path
    os.makedirs(path, 0700)
  File "/usr/lib/python2.5/os.py", line 166, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/home/amphaeon/.config/deluge'

im thinking i need to chmod the directory (/home/amphaeon/.config/deluge) am i correct?

Offline

#4 2007-03-24 23:01:28

Stalwart
Member
From: Latvia, Riga
Registered: 2005-10-18
Posts: 445
Website

Re: help with a AUR, Deluge

chmod, chown or just sudo rm -rf


IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686

Offline

#5 2007-03-25 05:03:19

Amphaeon
Member
Registered: 2007-01-31
Posts: 72

Re: help with a AUR, Deluge

i got it... all i had to do was chown the /home/amphaeon/.config directory to amphaeon:users and i also deleted the directory and a new one was made with correct user/group info. Thx for help.

Offline

Board footer

Powered by FluxBB