Opened 12 years ago

Closed 11 years ago

#1963 closed bug (Fixed)

OSError in makedirs() when config dir is non-existent

Reported by: Cas Owned by: damoxc
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 Changed 12 years ago by Cas

  • Milestone changed from 1.3.4 to 1.3.x

comment:2 Changed 11 years ago by Cas

  • Milestone changed from 1.3.x to 1.3.6

comment:3 Changed 11 years ago by gazpachoking

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.

comment:5 Changed 11 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed 1.3-stable: 1dd078f4f1d3a

Note: See TracTickets for help on using tickets.