public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Stefan Frank <s_frank@freesurf.ch>
To: gentoo-user@lists.gentoo.org
Cc: Alexander Skwar <listen@alexander.skwar.name>
Subject: Re: [gentoo-user] Automatically mounting USB mass storage devices (camera)
Date: Mon, 21 Nov 2005 19:45:58 +0100	[thread overview]
Message-ID: <200511211945.58351.s_frank@freesurf.ch> (raw)
In-Reply-To: <43764676.8000603@mid.email-server.info>

Hi

I just posted the same on the german gentoo user list:

HAL is no longer compiled with the --enable-fstab-sync option. Therefore 
hotpluggable devices wont be automounted. To get around this, you can create 
a overlay with the current hal-0.5.4.ebuild and add the following:

src_compile() {
    econf \
        $(use_enable debug verbose-mode) \
        $(use_enable pcmcia pcmcia-support) \
        --enable-sysfs-carrier \
        --enable-hotplug-map \
+     --enable-fstab-sync \
        $(use_enable doc docbook-docs) \
        $(use_enable doc doxygen-docs) \
        --with-pid-file=/var/run/hald.pid \
        || die "configure failed"

    emake || die "make failed"
}

Maybe you've to change the permissions on /etc/fstab to haldaemon:haldaemon, 
as it needs the permission to change the file.

If you need informations on how to make an overlay, please ask!

Stefan

BTW: I don't know why --enable-fstab-sync isn't used anymore - maybe it's for 
some good reason, I don't know. Do this on your own risk ;).
-- 
gentoo-user@gentoo.org mailing list



      parent reply	other threads:[~2005-11-21 20:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-12 19:45 [gentoo-user] Automatically mounting USB mass storage devices (camera) Alexander Skwar
2005-11-12 20:26 ` Christoph Eckert
2005-11-12 20:39   ` Alexander Skwar
2005-11-12 21:03     ` Christoph Eckert
2005-11-13  9:12       ` Alexander Skwar
2005-11-14  3:02         ` Norberto Bensa
2005-11-14  5:20           ` Alexander Skwar
2005-11-14 23:12             ` Norberto Bensa
2005-11-15  6:09               ` Alexander Skwar
2005-11-19  1:24                 ` Norberto Bensa
2005-11-19  7:40                   ` Alexander Skwar
2005-11-19 11:57                     ` Jose Maria Alvarez Fernandez
2005-11-20  6:49                       ` Alexander Skwar
2005-11-21 18:45 ` Stefan Frank [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200511211945.58351.s_frank@freesurf.ch \
    --to=s_frank@freesurf.ch \
    --cc=gentoo-user@lists.gentoo.org \
    --cc=listen@alexander.skwar.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox