You are not logged in.
Pages: 1
Topic closed
Since I have just recently had to reinstall the base system dbus now complains with 'Unknown username "avahi" in message bus configuration file'
I've checked and there is indeed no user called "avahi". Reinstalling avahi hasn't added it.
Do I just add a user called "avahi"? If so where do I set it's home directory and other settings?
I'm using gnome btw.
Cheers.
Intel i7-920 (stock), ASUS P6TD-Deluxe, AMD R9 270X, RAM: 6GB
Offline
Any specific application that reports this message ?
I had this when i wanted to hear radio with rhythmbox. Had to start "avahi-daemon" from /etc/rc.d/ and it worked. Then added it to DAEMONS line, hope that helps.
cheers,
deTTo
Offline
$ sudo /etc/rc.d/dbus restart
:: Stopping D-BUS system messagebus [DONE]
:: Starting D-BUS system messagebus [BUSY]Unknown username "avahi" in message bus configuration file
[DONE]
Offline
The postinstall script of avahi should have added a user. This fails when you already have a user and/or group at id 84.
Offline
That look like a bug to me. I also have the same bug after reinstalling base packages. No user with id 84 and "pacman -S avahi" doesn't help.
Added user manually and the warning disappeared.
Last edited by Ambi (2008-05-21 05:47:22)
Offline
avahi only creates these users on post_install, not on post_upgrade. Check /var/lib/pacman/local/avahi-0.6.22-1/install for the postinstall instructions, run those by hand in case they weren't executed.
Offline
I have same issue and I don`t know how to solve this? Any help please?
I do not speak English, but I understand...
Offline
*Bump*
Getting this error on start-up as well now, how to fix?
Asus M4A785-M MoBo :: AMD Phenom II X4 955 :: 3 GB DDR II RAM
Main OS: Arch :: ATI Radeon HD 4200 IGP :: VIA VT1708S HD Audio
Offline
From the previously mentioned install file by JGC:
groupadd -g 84 avahi
useradd -c "Avahi daemon" -u 84 -d / -g avahi -s /bin/false avahi
All that I did was leave out the echo commands which keep you updated.
Since by doing it manually, you would be aware anyway.
Run those commands as root, and you should be good.
Knute
Offline
Thanks that worked!
Asus M4A785-M MoBo :: AMD Phenom II X4 955 :: 3 GB DDR II RAM
Main OS: Arch :: ATI Radeon HD 4200 IGP :: VIA VT1708S HD Audio
Offline
Thanks having the same problem no group avahi on my install.
using:
groupadd -g 84 avahi
solved the problem.
Strange avahi look good to me
src: https://projects.archlinux.org/svntogit … ages/avahi
Offline
Glad it is working. I am now going to close this 4 year old thread.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed