Activity log for bug #326702

Date Who What changed Old value New value Message
2009-02-07 22:24:27 Will Uther bug added bug
2009-02-07 22:25:55 Will Uther description Binary package hint: mythtv-backend I've been having some difficulty with the filesystem I'm using for /home. This means that that filesystem has occasionally failed to mount. This is annoying, but it interacts with /etc/init.d/mythtv-backend in a bad way too... If /home doesn't mount, the mythtv-backend startup script runs anyway. And that startup script, on line 51, does this: mkdir -p $USER_HOME/.mythtv which, because of the -p option, creates files in /home even if $USER_HOME doesn't exist (because the mount failed). This causes all future attempts to mount /home to fail! (until the newly created files are removed.) Might I suggest that the '-p' option here be removed. If $USER_HOME exists, this will still create the .mythtv directory, but if /home isn't mounted then nothing bogus will be created. Binary package hint: mythtv-backend I've been having some difficulty with the filesystem I'm using for /home. This means that that filesystem has occasionally failed to mount. This is annoying, but it interacts with /etc/init.d/mythtv-backend in a bad way too... If /home doesn't mount, the mythtv-backend startup script runs anyway. And that startup script, on line 51, does this: mkdir -p $USER_HOME/.mythtv which, because of the -p option, creates files in /home even if $USER_HOME doesn't exist (because the mount failed). This causes all future attempts to mount /home to fail! (until the newly created files are removed.) Might I suggest that the '-p' option here be removed. If $USER_HOME exists, this will still create the .mythtv directory, but if /home isn't mounted then nothing bogus will be created. This is on jaunty with mythtv-backend version 0.21.0+fixes19556-0ubuntu6
2009-02-09 14:43:33 Mario Limonciello mythtv: status New Fix Committed
2009-02-09 14:43:33 Mario Limonciello mythtv: statusexplanation
2009-02-09 15:20:06 Launchpad Janitor mythtv: status Fix Committed Fix Released
2009-08-08 22:02:09 Launchpad Janitor branch linked lp:ubuntu/karmic/mythtv