michalpolkowski / alt-f

Automatically exported from code.google.com/p/alt-f
0 stars 0 forks source link

Sickbeard can't create /var/lib/sickbeard on startup #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. usb stick corrupt with ALT-f package manager on it.
2. installed a new one, formatted ext 4
3. installed sickbeard and sabnzbd
4. sickbeard could not be started, error : can't create /var/lib/sickbeard.

What Alt-F version are you using? Have you flashed it?

0.1RC2, flashed: yes

What is the box hardware revision level? A1, B1 or C1? (look at the label
at the box bottom)

B1

What is your disk configuration? Standard, RAID (what level)...

Standard single disk and usb stick for packages.

What operating system are you using on your computer? Using what browser?

Latest version of chrome on Windows 7 SP1

Please provide any additional information below.

Check google groups for the topic on this problem

Original issue reported on code.google.com by KPScha...@gmail.com on 21 Aug 2012 at 11:35

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2134.

Original comment by whoami.j...@gmail.com on 18 Feb 2013 at 7:32

GoogleCodeExporter commented 9 years ago
Closed by svn commit 2134:

https://groups.google.com/d/topic/alt-f/ryVsbCruDb0/discussion

Closes Issue 108:       Sickbeard can't create /var/lib/sickbeard on startup

The sickbeard install script uses 'adduser' to create the sickbeard user 
and its home directory, /var/lib/sickbeard; as the sickbeard user
already exists, the 'adduser' command failed, and the /var... directory
was not created.

All install scripts suffer from this issue, and they should be fixed.

Before creating an user, delete it if it already exist, so adduser will
not fail creating its home directory

Original comment by whoami.j...@gmail.com on 18 Feb 2013 at 7:32