Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

Odd dbus error. (SOLVED)

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
20 posts • Page 1 of 1
Author
Message
Serinox
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat May 20, 2006 5:41 pm

Odd dbus error. (SOLVED)

  • Quote

Post by Serinox » Tue Oct 31, 2006 10:41 am

so i just updated my world (which is running ~amd64") and i get this error upon startup

Code: Select all

 * Stopping Automounter ...                                                                                                                            [ ok ]
 * Stopping Hardware Abstraction Layer daemon ...                                                                                                      [ ok ]
 * Stopping D-BUS system messagebus ...                                                                                                                [ ok ]
 * Starting D-BUS system messagebus ...                                                                                                                [ ok ]
 * Starting Hardware Abstraction Layer daemon ...                                                                                                      [ ok ]
 * Starting Automounter ...
1004: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 243.
This is normally a bug in some application using the D-BUS library.
1004: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 243.
This is normally a bug in some application using the D-BUS library.
1004: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 243.
This is normally a bug in some application using the D-BUS library.
1004: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 243.
This is normally a bug in some application using the D-BUS library.
1004: arguments to dbus_move_error() were incorrect, assertion "(dest) == NULL || !dbus_error_is_set ((dest))" failed in file dbus-errors.c line 243.
This is normally a bug in some application using the D-BUS library.
libhal.c 373 : No property  volume.mount_point  on device with id /org/freedesktop/Hal/devices/volume_uuid_aa4612a4_2d74_43b8_aa56_32e7a6b66914        [ ok ]

any idea on what would cause this? right now i'm rebuilding dbus to see if that helps. its dbus version 0.62-r1 currently
Last edited by Serinox on Thu Nov 09, 2006 8:39 pm, edited 1 time in total.
My programs never have bugs, they just have unplanned 'features'...
Top
Serinox
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat May 20, 2006 5:41 pm

  • Quote

Post by Serinox » Tue Oct 31, 2006 9:24 pm

ok rebuilt and tried both versions (stable and ~amd64) and its still giving that error, its seem to be keeping me from starting services that depend on net.eth0 to start as well as not letting me automount drives :( any ideas?

thanks in advance
My programs never have bugs, they just have unplanned 'features'...
Top
morfeus
n00b
n00b
Posts: 26
Joined: Sat Feb 18, 2006 12:01 pm

  • Quote

Post by morfeus » Sat Nov 04, 2006 10:56 am

I am experiencing the very same error. Trying a revdep-rebuild now.
Top
Serinox
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat May 20, 2006 5:41 pm

  • Quote

Post by Serinox » Sun Nov 05, 2006 12:50 am

hows that revdep working for you? did it solve the problem?
My programs never have bugs, they just have unplanned 'features'...
Top
morfeus
n00b
n00b
Posts: 26
Joined: Sat Feb 18, 2006 12:01 pm

  • Quote

Post by morfeus » Sun Nov 05, 2006 10:18 am

Revdep-rebuild didn't help much. I got rid of the error-message but I'm not sure what solved it. To sum up what I did: downgraded dbus to the latest stable version (instead of ~amd64), recompiled autofs and uncommented /net, /misc and /home lines in /etc/autofs/auto.master and finally re-added the line DISPLAYMANAGER="gdm" in /etc/rc.conf.

After those changes the error-message disappeared.
Top
Serinox
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat May 20, 2006 5:41 pm

  • Quote

Post by Serinox » Mon Nov 06, 2006 6:49 am

ok i look at what you did and i found out that i dont have autofs installed on my system any ideas on what other programs could through this error sequence?
My programs never have bugs, they just have unplanned 'features'...
Top
morfeus
n00b
n00b
Posts: 26
Joined: Sat Feb 18, 2006 12:01 pm

  • Quote

Post by morfeus » Mon Nov 06, 2006 6:05 pm

pmount or hal perhaps?
Top
Dan
Veteran
Veteran
Posts: 1302
Joined: Tue Oct 25, 2005 3:04 pm

  • Quote

Post by Dan » Mon Nov 06, 2006 7:22 pm

dont start ivman you dont need it anymore.
rc-update del ivman
and your error will be gone...
you can emerge -C ivman if you want..

you could have found this answered here...
http://forums.gentoo.org/viewtopic-t-50 ... brary.html
by using the search function of these forums..
Top
Serinox
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat May 20, 2006 5:41 pm

  • Quote

Post by Serinox » Mon Nov 06, 2006 7:30 pm

ok i removed ivman and now it appears i have no cd drive. any idea what i need to add to fstab (if thats the right file) to make a dvd-rw drive work?
My programs never have bugs, they just have unplanned 'features'...
Top
Dan
Veteran
Veteran
Posts: 1302
Joined: Tue Oct 25, 2005 3:04 pm

  • Quote

Post by Dan » Mon Nov 06, 2006 8:28 pm

/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,ro,user 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 auto noauto,ro,user 0 0
I use those...
Top
Serinox
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat May 20, 2006 5:41 pm

  • Quote

Post by Serinox » Thu Nov 09, 2006 8:39 pm

alright well thanks people, i emerged gnome-volume-manager and added it startup which means that now everything is working, thanks for all your help :)
My programs never have bugs, they just have unplanned 'features'...
Top
arthurtech
n00b
n00b
Posts: 57
Joined: Wed Feb 04, 2004 5:18 pm
Location: Nottingham, UK

  • Quote

Post by arthurtech » Wed Nov 22, 2006 10:46 am

Hello all,

I'm seeing the same dbus errors here. I was about to unmerge Ivman, but after reading around a bit it appears Ivman has not been generally retired. Ivman is no longer required in KDE (maybe Gnome too), but is still needed by some of us. I'm using Fluxbox, so it's still useful here. Relevant ivman/hal/dbus bug report here.
Top
bitpicker
Apprentice
Apprentice
User avatar
Posts: 163
Joined: Wed Dec 28, 2005 5:48 pm
Location: Germany
Contact:
Contact bitpicker
Website

  • Quote

Post by bitpicker » Thu Nov 23, 2006 9:19 am

Same here: I use XFce, and while automounting isn't exactly a must-have I'd still like to know whether there are any working alternatives for us non-Gnome or KDE users. For the moment I have disabled ivman.

Robin
Top
arthurtech
n00b
n00b
Posts: 57
Joined: Wed Feb 04, 2004 5:18 pm
Location: Nottingham, UK

  • Quote

Post by arthurtech » Thu Nov 23, 2006 12:20 pm

Hi Robin,

I downgraded to dbus-0.61-r1, and all seems fine again.

Arthur
Top
bitpicker
Apprentice
Apprentice
User avatar
Posts: 163
Joined: Wed Dec 28, 2005 5:48 pm
Location: Germany
Contact:
Contact bitpicker
Website

  • Quote

Post by bitpicker » Thu Nov 23, 2006 3:33 pm

I'd rather keep dbus current than have CD-ROMs automounted.

Robin
Top
ferreirafm
Guru
Guru
Posts: 487
Joined: Thu Jul 28, 2005 7:08 pm
Location: Sao Paulo, Brazil

  • Quote

Post by ferreirafm » Tue Nov 28, 2006 12:31 pm

I'm still having the same problem. :?
unmerge ivman and dowgrade to dbus-0.61-r1 did solve partially the problem.
Kde can automount my pendrive, however cannot mount the cdrom. Browsing the system media with Konqueror, I can see the cdrom icon but I cannot access it. The message issued on screen is "Permission denied".
Any insight into this matter would be greatly appreciated.
Fred
Top
Dan
Veteran
Veteran
Posts: 1302
Joined: Tue Oct 25, 2005 3:04 pm

  • Quote

Post by Dan » Tue Nov 28, 2006 8:17 pm

Is your user a member of the disk and or cdrom group?
Top
ferreirafm
Guru
Guru
Posts: 487
Joined: Thu Jul 28, 2005 7:08 pm
Location: Sao Paulo, Brazil

  • Quote

Post by ferreirafm » Tue Nov 28, 2006 8:21 pm

dcoats wrote:Is your user a member of the disk and or cdrom group?
Yep... and it is member of the plugdev group also. :?
Top
hilde
n00b
n00b
Posts: 42
Joined: Wed Jun 09, 2004 3:09 pm
Location: Buggenhout, Belgium

  • Quote

Post by hilde » Sat Mar 17, 2007 12:30 am

I seem to have the same problem. I can manually mount my cdrom (/dev/sr0) without any problem, but I cannot automount it with KDE. I even get the "Permission denied"-message when I tried to automount my cdrom in KDE as root (I only started KDE as root to test this).
dbus-0.61-r1 is not in portage anymore, so that is no option.
If someone finds a solution, all the better. If not, I'll stick to mounting my cdrom manually, as I've always done. For my cdrom, I don't really need automounting, since it is always the same device (as opposed to my usbstick which can be /dev/sdb or /dev/sdc when I have another USB-device attached).
Top
hilde
n00b
n00b
Posts: 42
Joined: Wed Jun 09, 2004 3:09 pm
Location: Buggenhout, Belgium

  • Quote

Post by hilde » Sat Mar 17, 2007 1:03 am

I found the solution to the "Permission denied"-problem at http://gentoo-wiki.com/HOWTO_D-BUS%2C_H ... DE_media:/
KDE was trying to mount my cdrom (being /dev/sr0), while in my fstab there was an entry for the cdrom being /dev/cdrom (which is a symlink to /dev/sr0). Changing /dev/cdrom into /dev/sr0 in my fstab solved this problem. If your cdrom is /dev/hdc, replace /dev/cdrom in fstab by /dev/hdc.
Top
Post Reply

20 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic