Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
trying to figure out automounting, cdrom-drive
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
joejje
n00b
n00b


Joined: 18 Aug 2003
Posts: 20

PostPosted: Sun Apr 24, 2005 6:04 pm    Post subject: trying to figure out automounting, cdrom-drive Reply with quote

following the guide at http://gentoo-wiki.com/HOWTO_ivman, emerging hal and ivman all good so far.

starting hal (hald start), but when i "ivman start" i get an error-msg like this:

Code:
root@DemonBOX joejje # ivman start
libhal.c 644 : Error connecting to system bus: Failed to connect to socket /var/lib/dbus/system_bus_socket: No such file or directory

** (process:27021): WARNING **: manager.c/656: Failed to initialize HAL!


my fstab:

Code:
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>             <mountpoint>    <type>     <opts>            <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1      /boot      ext2      noauto,noatime      1 1
/dev/hda3      /      reiserfs   noatime         0 0
/dev/hda2      none      swap      sw         0 0
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro         0 0
#/dev/hdc      /mnt/cdrom   iso9660      noauto,ro         0 0
#/dev/cdroms/cdrom1   /mnt/cdrom2   iso9660      auto,ro         0 0
/dev/fd0      /mnt/floppy   auto      noauto         0 0
/dev/sda1      /home      reiserfs   noatime         0 0
#/dev/sdb1      /home/joejje/Desktop/Stuff   reiserfs   noatime      0 0

# NOTE: The next line is critical for boot!
none         /proc      proc      defaults      0 0
none         /proc/bus/usb   usbfs      defaults      0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none         /dev/shm   tmpfs      defaults      0 0



help would be very much appreciated.
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Sun Apr 24, 2005 8:48 pm    Post subject: Reply with quote

check your permissions on the cdrom device. If you are logging in a "your_user" then you may not have priviledges/permission to auto mount the device as a user.
_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
joejje
n00b
n00b


Joined: 18 Aug 2003
Posts: 20

PostPosted: Sun Apr 24, 2005 11:38 pm    Post subject: Reply with quote

shade266 wrote:
check your permissions on the cdrom device. If you are logging in a "your_user" then you may not have priviledges/permission to auto mount the device as a user.


user permissions seems fine for user joejje:

Code:
brw-------  1 joejje cdrom 22, 0 Mar 10 17:47 hdc
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Mon Apr 25, 2005 3:36 pm    Post subject: Reply with quote

you have the cdrom device commented out in your /etc/fstab file.
_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
joejje
n00b
n00b


Joined: 18 Aug 2003
Posts: 20

PostPosted: Mon Apr 25, 2005 6:36 pm    Post subject: Reply with quote

shade266 wrote:
you have the cdrom device commented out in your /etc/fstab file.


fixed, seems ok now right? home.online.no/~jorosla/fstab

still same problem :-P
Back to top
View user's profile Send private message
shade266
Guru
Guru


Joined: 29 Oct 2003
Posts: 593
Location: Internal

PostPosted: Tue Apr 26, 2005 4:04 pm    Post subject: Reply with quote

Try to keep all your arguments on the same line in your /etc/fstab. There will be problems when you allow the commands/arguments to "wrap" as indicated by the line below. Clean up your file and keep your commands/arguments on their respective line(s).

#/dev/sdb1 /home/joejje/Desktop/Stuff reiserfs noatime
0 0
_________________
I've been away for a long time, bear with me.
Back to top
View user's profile Send private message
ferreirafm
Guru
Guru


Joined: 28 Jul 2005
Posts: 487
Location: Sao Paulo, Brazil

PostPosted: Thu Jul 28, 2005 7:30 pm    Post subject: Reply with quote

Hi joejje,
try

[code]# emerge subversion

have a look in

https://forums.gentoo.org/viewtopic-t-185508-start-0-postdays-0-postorder-asc-highlight-automount.html

G'Luck :)

Fred
Back to top
View user's profile Send private message
abciximab
n00b
n00b


Joined: 04 Oct 2004
Posts: 33

PostPosted: Sat Jul 30, 2005 4:23 pm    Post subject: Reply with quote

I have exactly the same error message after upgrading some applications (emerge -uD world).

Quote:
libhal.c 644 : Error connecting to system bus: Failed to connect to socket /var/lib/dbus/system_bus_socket: No such file or directory


The url above didnt help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum