You are not logged in.

#1 2005-11-09 14:04:23

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Rhythmbox breaks auto mounting.

For a few days I have struggeled with making gnome-volume-manager automount removable storage devices. Some times it woked and sometimes it did not. I had enabled hal and dbus I was sure gnome-volume-manager was running. Eventualy I even loggeg into Gnome as root and everything workes perfectly, so my system is configured correctly. So maybe it was a permission issue, was what first come to my mind, but eventualy it turned out to be Rhythmbox(Rb) who was the trubblemaker. Rb does not autostart as root, as it does on my regular user account, thats way it worked as root.

Now, after some more testing, the situation is this: Automounting works perfektly until i start rhythmbox, then it just stop woking. Even if i stops Rhythmbox, automounting still is broken, even a "pkill gnome-volume-manager && gnome-volume-manager" does not fix it, but logging out and inn again does fix it! No other programs breaks auto mounting!!

I have tried to recompile Rb without both the --with-ipod and --with-dbus flags, but it did not help? Otherwise I have a standard Arch-install.

Offline

#2 2005-11-25 00:06:09

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

Re: Rhythmbox breaks auto mounting.

File a bug report. I've never had that issue with any distro.
Btw try posting your rc.conf

Offline

#3 2005-11-29 18:50:15

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: Rhythmbox breaks auto mounting.

This is my rc.conf, so if you don't see anything wrong with it I can file a bug!
---------------------------------------------------------------------------------------
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

#
# Localization
#
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/unimaps
# USECOLOR: use ANSI color sequences in startup messages
#
HARDWARECLOCK="UTC"
TIMEZONE=Europe/Oslo
KEYMAP=no-latin1
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

#
# Networking
#
HOSTNAME="arch"

#
# Module to load at boot-up (in this order)
#   (prefix a module with a ! to disable it)
#
MODULES=(usblp fuse snd-bt-sco)

#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
ra0="dhcp"
INTERFACES=(lo ra0)

#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)

#
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)

#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng hotplug sshd network netfs crond dbus portmap fam hal alsa cups uptimed sensors hcid)

# End of file

Offline

#4 2005-12-01 18:42:59

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: Rhythmbox breaks auto mounting.

I ran an update today and I got a new version of gnome-volume-manager. Now everything is working perfectly!!

Offline

Board footer

Powered by FluxBB