hald in ubuntu 'dapper'
Hi All I upgraded by laptop from 'breezy' to 'dapper'. It looks like the hald does not accept the --retain-privileges argument, even though the upgrade tool added it to the /etc/default/hal file. Now the hald won't start. Also, my USB thumb drives won't automount. I'm thinking it may be related to the hald problem. If I run 'sudo hald --retain-privileges restart', the command fails with the help screen for the command. Has anyone else out there seen this problem? Anyone got a fix? I can always comment out the 'DAEMON-OPT=--retain-privileges' line in the /etc/default/hal file, so the hald starts without error, but the USB drives still don't automount. Thanks, -Chuck
I'm no hald export, but I think you're mixing commands. Seems like you want to restart the hald init service, but you're actually just calling the daemon straight-up. I think you want: sudo /etc/init.d/hald restart Sine the --retain-privileges option is set in /etc/default/hal file you shouldn't need it on the command-line (the init script won't accept it anyway). If it still fails, add "--verbose=yes" to /etc/default/hal file to get some debug messages. Let us know what happens... -Jared On 5/22/06, Chuck Noyes <vze284qe@verizon.net> wrote:
Hi All
I upgraded by laptop from 'breezy' to 'dapper'. It looks like the hald does not accept the --retain-privileges argument, even though the upgrade tool added it to the /etc/default/hal file. Now the hald won't start. Also, my USB thumb drives won't automount. I'm thinking it may be related to the hald problem.
If I run 'sudo hald --retain-privileges restart', the command fails with the help screen for the command.
Has anyone else out there seen this problem? Anyone got a fix?
I can always comment out the 'DAEMON-OPT=--retain-privileges' line in the /etc/default/hal file, so the hald starts without error, but the USB drives still don't automount.
Thanks, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
Some more information about this problem; "adept" downloaded some upgrades this morning. Among them were some 'hal' files (hald, hal-device-manager, and a couple of others). After installing these updates, I rebooted my laptop and tried to pass the --retain-privileges argument to hald (e.g. sudo hald --daemon=yes --retain-privileges). The result was that the hald still barked at me for using the --retain-privileges argument. BUT, the hald man page reports that --retain-privileges IS a valid argument, however running 'hald --help' reports that --retain-privileges is NOT a valid argument. Obviously there's something going on here that needs to be fixed. If I go to http://freedesktop.org/wiki/Software_2fHalTraces, I should be able to use the --retain-privileges argument. My version of hald is 0.5.7. Anyway, it looks like a bug. Someone reported bug #44770 against hald in the ubuntu bug tracking system and it's new, only a few days old. It's very similar to what I've found. There's a comment in the bug report, from a developer or maintainer, that says the --retain-privileges was never valid for the ubuntu hal...oh well.... -Chuck Chuck Noyes wrote:
Hi All
I upgraded by laptop from 'breezy' to 'dapper'. It looks like the hald does not accept the --retain-privileges argument, even though the upgrade tool added it to the /etc/default/hal file. Now the hald won't start. Also, my USB thumb drives won't automount. I'm thinking it may be related to the hald problem.
If I run 'sudo hald --retain-privileges restart', the command fails with the help screen for the command.
Has anyone else out there seen this problem? Anyone got a fix?
I can always comment out the 'DAEMON-OPT=--retain-privileges' line in the /etc/default/hal file, so the hald starts without error, but the USB drives still don't automount.
Thanks, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
Ok. It's now working as it should. What I did was 'sudo dpkg -P --force-depends hal' followed by 'sudo apt-get install hal' With the 'new' hal, all is working. I must've been the victim of an intermediate broken hal version during an intra-dapper upgrade. I love beta-s/w.... -Chuck Chuck Noyes wrote:
Some more information about this problem;
"adept" downloaded some upgrades this morning. Among them were some 'hal' files (hald, hal-device-manager, and a couple of others). After installing these updates, I rebooted my laptop and tried to pass the --retain-privileges argument to hald (e.g. sudo hald --daemon=yes --retain-privileges). The result was that the hald still barked at me for using the --retain-privileges argument. BUT, the hald man page reports that --retain-privileges IS a valid argument, however running 'hald --help' reports that --retain-privileges is NOT a valid argument. Obviously there's something going on here that needs to be fixed.
If I go to http://freedesktop.org/wiki/Software_2fHalTraces, I should be able to use the --retain-privileges argument. My version of hald is 0.5.7.
Anyway, it looks like a bug. Someone reported bug #44770 against hald in the ubuntu bug tracking system and it's new, only a few days old. It's very similar to what I've found. There's a comment in the bug report, from a developer or maintainer, that says the --retain-privileges was never valid for the ubuntu hal...oh well....
-Chuck
Chuck Noyes wrote:
Hi All
I upgraded by laptop from 'breezy' to 'dapper'. It looks like the hald does not accept the --retain-privileges argument, even though the upgrade tool added it to the /etc/default/hal file. Now the hald won't start. Also, my USB thumb drives won't automount. I'm thinking it may be related to the hald problem.
If I run 'sudo hald --retain-privileges restart', the command fails with the help screen for the command.
Has anyone else out there seen this problem? Anyone got a fix?
I can always comment out the 'DAEMON-OPT=--retain-privileges' line in the /etc/default/hal file, so the hald starts without error, but the USB drives still don't automount.
Thanks, -Chuck _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (2)
-
Chuck Noyes
-
Jared Greenwald