* [gentoo-user] automounter
@ 2005-10-16 20:34 Matthew R. Lee
2005-10-16 20:50 ` Dave Nebinger
2005-10-16 22:04 ` Zac Medico
0 siblings, 2 replies; 10+ messages in thread
From: Matthew R. Lee @ 2005-10-16 20:34 UTC (permalink / raw
To: gentoo-user
I've been wrestling with this all weekend. My last emerge --update world
emerged dbus and hal. Now usb storage devices are not mounted. I've been
getting the following message during boot:
rc
* Starting Automounter ...
/usr/bin/ivman: error while loading shared libraries: libhal.so.0: cannot open
shared object file: No such file or directory [ !! ]
libhal.so.0 does not exist but libhal.so.1.0.0 does, it the same for
libdbus-glib-1.so.0 and libdbus-1.so.0
I tried re-emerging ivman, which recompiled dbus and hal. Now I get the
following message:
rc
* Caching service dependencies ...
[ ok ]
* Starting Automounter ...
libhal.c 644 : Error connecting to system bus: Failed to connect to
socket /var/run/dbus/system_bus_socket: Connection refused
** (process:11953): WARNING **: manager.c/656: Failed to initialize HAL!
[ !! ]
I've run out of ideas, I've only a vague idea of what's going on. Can anyone
point me in the direction of where I should be looking for a solution?
Gracias
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.
mlee@bio.puc.cl
leemr@btopenworld.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter
2005-10-16 20:34 [gentoo-user] automounter Matthew R. Lee
@ 2005-10-16 20:50 ` Dave Nebinger
2005-10-16 21:22 ` Matthew R. Lee
2005-10-16 22:04 ` Zac Medico
1 sibling, 1 reply; 10+ messages in thread
From: Dave Nebinger @ 2005-10-16 20:50 UTC (permalink / raw
To: gentoo-user; +Cc: Matthew R. Lee
On Sunday 16 October 2005 04:34 pm, Matthew R. Lee wrote:
> I've been wrestling with this all weekend. My last emerge --update world
> emerged dbus and hal. Now usb storage devices are not mounted. I've been
> getting the following message during boot:
I'm willing to bet that revdep-rebuild -p will show that automount needs to be
re-emerged. Revdep-rebuild (without the -p) will clean up all apps with
broken library links for you.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter
2005-10-16 20:50 ` Dave Nebinger
@ 2005-10-16 21:22 ` Matthew R. Lee
0 siblings, 0 replies; 10+ messages in thread
From: Matthew R. Lee @ 2005-10-16 21:22 UTC (permalink / raw
To: gentoo-user
On Sunday 16 October 2005 17:50, Dave Nebinger wrote:
> On Sunday 16 October 2005 04:34 pm, Matthew R. Lee wrote:
> > I've been wrestling with this all weekend. My last emerge --update world
> > emerged dbus and hal. Now usb storage devices are not mounted. I've
> > been getting the following message during boot:
>
> I'm willing to bet that revdep-rebuild -p will show that automount needs to
> be re-emerged. Revdep-rebuild (without the -p) will clean up all apps with
> broken library links for you.
ran Revdep-rebuild. It didn't fix the problem.
So what can I try next?
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.
mlee@bio.puc.cl
leemr@btopenworld.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter
2005-10-16 20:34 [gentoo-user] automounter Matthew R. Lee
2005-10-16 20:50 ` Dave Nebinger
@ 2005-10-16 22:04 ` Zac Medico
2005-10-16 22:32 ` Matthew R. Lee
1 sibling, 1 reply; 10+ messages in thread
From: Zac Medico @ 2005-10-16 22:04 UTC (permalink / raw
To: gentoo-user
Matthew R. Lee wrote:
> libhal.c 644 : Error connecting to system bus: Failed to connect to
> socket /var/run/dbus/system_bus_socket: Connection refused
Are you sure that the dbus service is running? You should add dbus and hald to the default runlevel.
Zac
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter
2005-10-16 22:04 ` Zac Medico
@ 2005-10-16 22:32 ` Matthew R. Lee
2005-10-17 1:09 ` [gentoo-user] automounter [solved] Matthew R. Lee
2005-10-17 4:43 ` [gentoo-user] automounter Roy Wright
0 siblings, 2 replies; 10+ messages in thread
From: Matthew R. Lee @ 2005-10-16 22:32 UTC (permalink / raw
To: gentoo-user
On Sunday 16 October 2005 19:04, Zac Medico wrote:
> Matthew R. Lee wrote:
> > libhal.c 644 : Error connecting to system bus: Failed to connect to
> > socket /var/run/dbus/system_bus_socket: Connection refused
>
> Are you sure that the dbus service is running? You should add dbus and
> hald to the default runlevel.
>
> Zac
I checked both are running, they are. Still the same error message
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.
mlee@bio.puc.cl
leemr@btopenworld.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter [solved]
2005-10-16 22:32 ` Matthew R. Lee
@ 2005-10-17 1:09 ` Matthew R. Lee
2005-10-17 5:00 ` Rumen Yotov
2005-10-17 7:58 ` Neil Bothwick
2005-10-17 4:43 ` [gentoo-user] automounter Roy Wright
1 sibling, 2 replies; 10+ messages in thread
From: Matthew R. Lee @ 2005-10-17 1:09 UTC (permalink / raw
To: gentoo-user
On Sunday 16 October 2005 19:32, Matthew R. Lee wrote:
> On Sunday 16 October 2005 19:04, Zac Medico wrote:
> > Matthew R. Lee wrote:
> > > libhal.c 644 : Error connecting to system bus: Failed to connect to
> > > socket /var/run/dbus/system_bus_socket: Connection refused
I had dbus, hal, and ivman in my package.keywords file. I'm not sure why,
something must have asked me to put them there but I can't remember what,
though the only other package that I have that depends on dbus is
kdebase-kioslaves. Anyway, I removed them from package.keywords. emerge
--unmerge(d) the packages and then emerged the older versions. Now
everything is working. Don't ask me why, because I don't know, but now I can
go home to my bed :-)
Chau
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.
mlee@bio.puc.cl
leemr@btopenworld.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter
2005-10-16 22:32 ` Matthew R. Lee
2005-10-17 1:09 ` [gentoo-user] automounter [solved] Matthew R. Lee
@ 2005-10-17 4:43 ` Roy Wright
1 sibling, 0 replies; 10+ messages in thread
From: Roy Wright @ 2005-10-17 4:43 UTC (permalink / raw
To: gentoo-user
Matthew R. Lee wrote:
>On Sunday 16 October 2005 19:04, Zac Medico wrote:
>
>
>>Matthew R. Lee wrote:
>>
>>
>>>libhal.c 644 : Error connecting to system bus: Failed to connect to
>>>socket /var/run/dbus/system_bus_socket: Connection refused
>>>
>>>
>>Are you sure that the dbus service is running? You should add dbus and
>>hald to the default runlevel.
>>
>>Zac
>>
>>
>
>I checked both are running, they are. Still the same error message
>Matt
>
>
I hit the same problem a few days ago. hal was ~0.5.4 while
dbus is stable 0.36.2. Couldn't get automount working with
2.6.13-r3. Backed down to 2.6.12-r10. Removed
"sys-apps/hal ~x86" from package.keywords. Automount
working now.
But there is an unresolved issue. emerge -uDN keeps wanting
to toggle dbus between stable 0.36.2 and 0.23.4-r1. I think
that hal-0.4.7-r2 is the culprit. From hal-0.4.7-r2.ebuild:
RDEPEND=">=dev-libs/glib-2.4
=sys-apps/dbus-0.23*
So it looks like it is required to have ~x86 hal to use the
latest stable dbus.
HTH,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter [solved]
2005-10-17 1:09 ` [gentoo-user] automounter [solved] Matthew R. Lee
@ 2005-10-17 5:00 ` Rumen Yotov
2005-10-17 7:58 ` Neil Bothwick
1 sibling, 0 replies; 10+ messages in thread
From: Rumen Yotov @ 2005-10-17 5:00 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1459 bytes --]
On Sun, 2005-10-16 at 22:09 -0300, Matthew R. Lee wrote:
> On Sunday 16 October 2005 19:32, Matthew R. Lee wrote:
> > On Sunday 16 October 2005 19:04, Zac Medico wrote:
> > > Matthew R. Lee wrote:
> > > > libhal.c 644 : Error connecting to system bus: Failed to connect to
> > > > socket /var/run/dbus/system_bus_socket: Connection refused
>
> I had dbus, hal, and ivman in my package.keywords file. I'm not sure why,
> something must have asked me to put them there but I can't remember what,
> though the only other package that I have that depends on dbus is
> kdebase-kioslaves. Anyway, I removed them from package.keywords. emerge
> --unmerge(d) the packages and then emerged the older versions. Now
> everything is working. Don't ask me why, because I don't know, but now I can
> go home to my bed :-)
> Chau
> Matt
> --
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> Dr. Matthew R. Lee.
> CASEB & ECIM
> Departamento de Ecologia,
> P. Universidad Catolica de Chile,
> Alameda 340, Santiago,
> CP 6513677
> CHILE.
>
> mlee@bio.puc.cl
> leemr@btopenworld.com
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
Hi,
Problem solved, just add a comment here.
Had such problems some time ago, turned out it's highly dependent on
'dnotify' kernel-patch (which changes frequently).
Stable dbus-hal-ivman work with kernel-2.6.12 series, while the testing
ones do with 2.6.13 (for me at least and with gentoo-sources).
HTH.Rumen
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter [solved]
2005-10-17 1:09 ` [gentoo-user] automounter [solved] Matthew R. Lee
2005-10-17 5:00 ` Rumen Yotov
@ 2005-10-17 7:58 ` Neil Bothwick
2005-10-21 17:26 ` Matthew R. Lee
1 sibling, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2005-10-17 7:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
On Sun, 16 Oct 2005 22:09:47 -0300, Matthew R. Lee wrote:
> I had dbus, hal, and ivman in my package.keywords file. I'm not sure
> why, something must have asked me to put them there but I can't
> remember what, though the only other package that I have that depends
> on dbus is kdebase-kioslaves. Anyway, I removed them from
> package.keywords. emerge --unmerge(d) the packages and then emerged
> the older versions. Now everything is working. Don't ask me why,
> because I don't know, but now I can go home to my bed :-)
The HAL API changed with the 0.5 series. You cannot mix older and newer
versions of the software. The version of Ivman you are using requires
HAL 0.4x and the corresponding DBUS. The later versions were package
masked until recently, when they were unmasked (KDE 3.5 needs the later
versions, maybe GNOME 2.12 too) your emerge world updated to incompatible
versions.
The safest solution is to put
>=sys-apps/hal-0.5
>=sys-apps/dbus-0.36
into /etc/portage/package.mask
--
Neil Bothwick
Nobody's perfect and since I'm nobody...!
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] automounter [solved]
2005-10-17 7:58 ` Neil Bothwick
@ 2005-10-21 17:26 ` Matthew R. Lee
0 siblings, 0 replies; 10+ messages in thread
From: Matthew R. Lee @ 2005-10-21 17:26 UTC (permalink / raw
To: gentoo-user
On Monday 17 October 2005 04:58, Neil Bothwick wrote:
> On Sun, 16 Oct 2005 22:09:47 -0300, Matthew R. Lee wrote:
> > I had dbus, hal, and ivman in my package.keywords file. I'm not sure
> > why, something must have asked me to put them there but I can't
> > remember what, though the only other package that I have that depends
> > on dbus is kdebase-kioslaves. Anyway, I removed them from
> > package.keywords. emerge --unmerge(d) the packages and then emerged
> > the older versions. Now everything is working. Don't ask me why,
> > because I don't know, but now I can go home to my bed :-)
I've now found the package that needed the masked versions of dbus et al.
It's skype, which is itself masked. However, since reverting to the unmasked
versions of dbus et al. skype has continued to work fine. Which begs the
question, why does it depend the masked dbus-0.23.4, which still has issues,
when it apparently works fine with the unmasked dbus-0.23-r3?
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee.
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago,
CP 6513677
CHILE.
mlee@bio.puc.cl
leemr@btopenworld.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2005-10-21 17:35 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-16 20:34 [gentoo-user] automounter Matthew R. Lee
2005-10-16 20:50 ` Dave Nebinger
2005-10-16 21:22 ` Matthew R. Lee
2005-10-16 22:04 ` Zac Medico
2005-10-16 22:32 ` Matthew R. Lee
2005-10-17 1:09 ` [gentoo-user] automounter [solved] Matthew R. Lee
2005-10-17 5:00 ` Rumen Yotov
2005-10-17 7:58 ` Neil Bothwick
2005-10-21 17:26 ` Matthew R. Lee
2005-10-17 4:43 ` [gentoo-user] automounter Roy Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox