Opened 13 years ago
Closed 12 years ago
#1963 closed bug (Fixed)
OSError in makedirs() when config dir is non-existent
Reported by: | Calum | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.6 |
Component: | Web UI | Version: | 1.3.3 |
Keywords: | Cc: |
Description
Forwarded from Launchpad: https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/853819
Created the user 'deluge' to run webui but did not specify a config location so defaulted to a non-existent home dir thus an OSError occurred.
Change History (5)
comment:1 by , 13 years ago
Milestone: | 1.3.4 → 1.3.x |
---|
comment:2 by , 12 years ago
Milestone: | 1.3.x → 1.3.6 |
---|
comment:3 by , 12 years ago
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed 1.3-stable: 1dd078f4f1d3a
Note:
See TracTickets
for help on using tickets.
We call makedirs, which will make all of the necessary dirs. Looks like that tracekback is a permissions error, not to do with the directory not existing.