Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258087 - udev-135 does not mount device
Summary: udev-135 does not mount device
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 08:40 UTC by Davide
Modified: 2009-02-11 16:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Davide 2009-02-08 08:40:24 UTC
I installed new udev 135-r4 from Portage (since i install new openrc-0.4.2) but it doesnt mount anything cd,dvd, usb devices even if gentoo detect them :) With udev<133 all was ok

This is my portage info:

Portage 2.1.6.7 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.27-gentoo-r7 x86_64)
=================================================================
System uname: Linux-2.6.27-gentoo-r7-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q6600_@_2.40GHz-with-glibc2.2.5
Timestamp of tree: Sat, 07 Feb 2009 12:45:03 +0000
app-shells/bash:     3.2_p39
dev-java/java-config: 1.3.7-r1, 2.1.6-r1
dev-lang/python:     2.4.4-r14, 2.5.2-r7
dev-util/cmake:      2.4.8
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.mirrors.tera-byte.com/ ftp://ftp.unina.it/pub/linux/distributions/gentoo "
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="it"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/layman/gnome /usr/portage/local/layman/desktop-effects"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X acl alsa amd64 apache2 berkdb bzip2 cdr cleartype cli cracklib crypt cups dbus dri dvd fortran gdbm gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jpeg midi mmx mudflap multilib nautilus ncurses nls nptl nptlonly nsplugin opengl openmp pam pcre perl php png policykit pppd python readline reflection samba session spl sse sse2 ssl svg sysfs tcpd truetype unicode usb xorg xulrunner zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it" USERLAND="GNU" VIDEO_CARDS="nvidia nv vesa vga"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Matthias Schwarzott gentoo-dev 2009-02-09 15:24:55 UTC
Well, udev itself does not mount anything.
So you use maybe hal to manage the devices and mount them.
Things udev can do wrong:
1. Modify the event it sends to hal to not contain stuff hal expects.
2. Setting the permissions wrong.

Did you do any other changes to your system? Does it get back working if you downgrade udev?
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2009-02-09 15:27:59 UTC
Please include:
emerge -pv hal
Comment 3 Davide 2009-02-09 17:14:28 UTC
(In reply to comment #2)
> Please include:
> emerge -pv hal
> 

[ebuild   R   ] sys-apps/hal-0.5.11-r8  USE="X crypt -acpi -apm -debug -dell -disk-partition -doc -laptop (-selinux)" 0 kB

Comment 4 Tony Vroon (RETIRED) gentoo-dev 2009-02-09 17:26:34 UTC
Thank you. What environment is this occuring in? Gnome with gnome-mount, XFCE, KDE?
Comment 5 Davide 2009-02-09 17:31:39 UTC
(In reply to comment #4)
> Thank you. What environment is this occuring in? Gnome with gnome-mount, XFCE,
> KDE?
> 

I'm using gnome with gnome-base/gnome-mount-0.8
Comment 6 Davide 2009-02-09 17:33:07 UTC
I think its gnome problem since i can mount device from shell without problem :)

Comment 7 Davide 2009-02-10 09:28:10 UTC
This morning all works without a reason :)
Comment 8 Matthias Schwarzott gentoo-dev 2009-02-11 16:32:07 UTC
Closing as INVALID then.