After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 407556 - Should not issue a warning when cdrom player is not present
Should not issue a warning when cdrom player is not present
Status: RESOLVED OBSOLETE
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-13 18:13 UTC by Sven Arvidsson
Modified: 2008-12-16 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Arvidsson 2007-02-13 18:13:14 UTC
This bug was reported to the Debian BTS.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409489

"When starting rhythmbox, I can see the following warning:

 ** (rhythmbox:10842): WARNING **: Couldn't read /proc/sys/dev/cdrom/info

The /proc/sys/dev/cdrom directory doesn't exist on system where there is
no cdrom drive. A check should be added on existance of this directory
and not issue a warning if it doesn't exist, which would be significant
of "no cdrom" and not "acl issue reading /proc/sys/dev/cdrom/info file"
or something like that."
Comment 1 James "Doc" Livingston 2007-02-15 06:20:41 UTC
Rhythmbox itself isn't emitting this warning, it's one of the libraries we use (probably libnautilusburn). If reproducable, running with --g-fatal-warnings under gdb ("gdb rhythmbox" "run --g-fatal-warnings" "bt") and getting a stack trace to find out what is emitting it would be handy.

Comment 2 Mike Hommey 2007-02-16 06:30:11 UTC
Here you are

  • #0 raise
    from /lib/tls/libc.so.6
  • #1 abort
    from /lib/tls/libc.so.6
  • #2 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #3 g_log
    from /usr/lib/libglib-2.0.so.0
  • #4 nautilus_burn_drive_get_list
    from /usr/lib/libnautilus-burn.so.3
  • #5 ??
    from /usr/lib/rhythmbox/plugins/audiocd/libaudiocd.so
  • #6 ??

You're right, it's libnautilusburn.
Comment 3 James "Doc" Livingston 2007-02-25 05:10:07 UTC
Moving to libnautilusburn.
Comment 4 Bastien Nocera 2008-12-16 14:01:39 UTC
Nothing left in libnautilus-burn that could be a problem there, so closing.