View previous topic :: View next topic |
Author |
Message |
wildancer Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Apr 2004 Posts: 472
|
Posted: Fri Sep 09, 2005 2:31 pm Post subject: hald non starta all'avvio |
|
|
ragazzi me ne sono accorto solo ora... il mio HAL è impazzito...
Code: | # /etc/init.d/hald start
* Starting Hardware Abstraction Layer daemon ... [ !! ] |
provo a startarlomanualmente e mi da l'errore seguente...
Code: | # hald --daemon=no --verbose=yes
16:29:45.955 [I] hald.c:394: hal 0.4.8
16:29:45.955 [I] hald.c:398: Will not daemonize
16:29:45.959 [E] hald_dbus.c:1934: dbus_bus_get(): Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused |
sarà un problema di hal, o un casino del BL nuovo? (Sono su ~amd64, ditemelo se devo segnalarlo nel titolo del 3d)
tnk U |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
.:chrome:. Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/1738078993454a825c7608f.jpg)
Joined: 19 Feb 2005 Posts: 4588 Location: Brescia, Italy
|
Posted: Fri Sep 09, 2005 4:27 pm Post subject: Re: hald non starta all'avvio |
|
|
dbus è attivo?
hai controllato se è effettivamente lui a non accettare connessioni o se è hal che non riesce a connettersi per fatti suoi? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
wildancer Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 02 Apr 2004 Posts: 472
|
Posted: Fri Sep 09, 2005 5:50 pm Post subject: |
|
|
allora... dbus sembra attivo...
Code: | ps aux | grep dbus
101 8004 0.0 0.3 14792 1544 ? Ss 19:45 0:00 /usr/bin/dbus-daemon-1 --system
1000 8955 0.0 0.1 8808 836 ? S 19:46 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session
1000 8956 0.0 0.2 11600 1344 ? Ss 19:46 0:00 dbus-daemon-1 --fork --print-pid 8 --print-address 6 --session
root 9214 0.0 0.1 2836 632 pts/0 D+ 19:48 0:00 grep dbus |
non so però come posso controllare chi dei due è responsabile della mancata connessione... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|