From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EeIVe-00060N-PO for garchives@archives.gentoo.org; Mon, 21 Nov 2005 20:43:31 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jALKe1tX010624; Mon, 21 Nov 2005 20:40:01 GMT Received: from epia.ath.cx (67.190.77.83.cust.bluewin.ch [83.77.190.67]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jALKRc31007258 for ; Mon, 21 Nov 2005 20:27:39 GMT Received: from localhost (unknown [127.0.0.1]) by epia.ath.cx (Postfix) with ESMTP id EEF914A54E6; Mon, 21 Nov 2005 19:30:37 +0000 (UTC) Received: from epia.ath.cx ([127.0.0.1]) by localhost (epia.ath.cx [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26886-03; Mon, 21 Nov 2005 19:30:25 +0000 (GMT) Received: from amd64.ath.cx (amd64.ath.cx [192.168.1.10]) by epia.ath.cx (Postfix) with ESMTP id 5F9AF4A54E5; Mon, 21 Nov 2005 19:30:24 +0000 (GMT) From: Stefan Frank To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Automatically mounting USB mass storage devices (camera) Date: Mon, 21 Nov 2005 19:45:58 +0100 User-Agent: KMail/1.9 Cc: Alexander Skwar References: <43764676.8000603@mid.email-server.info> In-Reply-To: <43764676.8000603@mid.email-server.info> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511211945.58351.s_frank@freesurf.ch> X-Virus-Scanned: amavisd-new at epia.ath.cx X-Archives-Salt: 4d2c79d4-33af-44b9-9910-969db21e5c07 X-Archives-Hash: feb973c8caf6f37e90a51e21e86c648b 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