Results 11 to 16 of 16
It looks to me like you need to add "hal" and "dbus" to your use flags (in /etc/make.conf) and then run a
Code:
emerge -avuDN world
That should solve some ...
- 10-22-2006 #11
It looks to me like you need to add "hal" and "dbus" to your use flags (in /etc/make.conf) and then run a
That should solve some of your problems, and also it should allow brasero to run.Code:emerge -avuDN world
- 10-22-2006 #12Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi gruven,
hal and dbus are already there.It looks to me like you need to add "hal" and "dbus" to your use flags (in /etc/make.conf)
$ cat /etc/make.confCode:.... USE="gnome gtk esd avahi hal dbus cairo X" ....
B.R.
satimis
- 10-22-2006 #13
Have they been there since the beginning?
Also, I bet most of your problems stem from having gnome-light instead of the full gnome installation. I have read on the boards that it causes problems such as these.
I am sorry I can't help you any more than this on this subject.
It could be that you are using the 64 bit versions of these softwares. They may just be buggy in 64 bit.
- 10-23-2006 #14Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi gruven,
They have been there sometimes. I can't recall whether they were added after emerge "brasero". Anywary I can re-emerge "brasero" running;Have they been there since the beginning?later to see what will happen.Code:# emerge -avN emerge
This 64bit PC is for testing software not for production. I,m running FC5_64 on another HD also having some problems. It is up to my knowledge that some packages do not have 64bit version which is the major problem
Tks.
B.R.
satimis
- 10-23-2006 #15Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi gruven,
# emerge -av braseroCode:.... ..... >>> Regenerating /etc/ld.so.cache... >>> app-cdr/brasero-0.4.4 merged. >>> No packages selected for removal by clean. >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date.
As user
====
$ braseroCode:(brasero:13210): Gtk-WARNING **: Viewer: missing action (brasero:13210): Gtk-CRITICAL **: find_menu_position: assertion `GTK_IS _WIDGET (prev_child)' failed ** (brasero:13210): WARNING **: Could not connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory ** (brasero:13210): WARNING **: hal_initialize failed: Failed to connec t to socket /var/run/dbus/system_bus_socket: No such file or directory libhal.c 227 : LibHalContext *ctx is NULL libhal.c 3093 : LibHalContext *ctx is NULL libhal.c 3109 : LibHalContext *ctx is NULL ** (brasero:13210): WARNING **: Could not open /dev/hdc: Permission den ied ** (brasero:13210): WARNING **: Could not open /dev/hdc: Permission den ied Segmentation fault
As root
# braseroStill the same result. Brasero crashedCode:(brasero:13238): GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. (brasero:13238): Gtk-WARNING **: Viewer: missing action (brasero:13238): Gtk-CRITICAL **: find_menu_position: assertion `GTK_IS_WIDGET (prev_child)' failed I/O warning : failed to load external entity "/root/.gnome2/brasero.session" ** (brasero:13238): WARNING **: Could not connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory ** (brasero:13238): WARNING **: hal_initialize failed: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory libhal.c 227 : LibHalContext *ctx is NULL libhal.c 3093 : LibHalContext *ctx is NULL libhal.c 3109 : LibHalContext *ctx is NULL Segmentation fault
B.R.
satimis
- 10-23-2006 #16
So using as both a user and as root, you are getting dbus/hal errors. I would say it is a problem with dbus or hal. I would recompile both of those, and restart them.
Then again, it could be related to 64 bit, but I really don't know.


Reply With Quote
