Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Portage 2.0.54 (!/usr/portage/profiles/default-linux/x86/2005.0, gcc-3.4.6, glibc-2.4-r1, 2.6.16.5-xbox i686) ================================================================= System uname: 2.6.16.5-xbox i686 Celeron (Coppermine) Gentoo Base System version 1.12.0_pre17 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] ccache version 2.3 [enabled] dev-lang/python: 2.3.5-r2, 2.4.2 dev-util/ccache: 2.3 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.12 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1-r2 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -mtune=pentium3" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -mtune=pentium3" DISTDIR="/mnt/portage/distfiles" FEATURES="autoconfig ccache confcache distcc distlocks fixpackages sandbox sfperms" GENTOO_MIRRORS="ftp://mirror.internode.on.net/pub/gentoo/ ftp://mirror.pacific.net.au/linux/Gentoo http://www.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j4" PKGDIR="/mnt/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/mnt/portage" SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" USE="x86 X aac acl alasa alsa apache2 apm avi berkdb bitmap-fonts blas browserplugin bzip2 cairo cap ccache cdf cdr cgi cjk cli crypt css cups dba dbus distcc doc dri dts dvd dvdr dvdread eds emboss encode examples expat f77 fastcgi ffmpeg firefox flac fmod foomaticdb fortran frontendonly gcj gd gdbm ggi gif glitz gnutls gpm gstreamer gtk2 hal hdf hdf5 imagemagic imagemagick imlib ipv6 isdnlog ithreads java jbig jikes jpeg jpeg2k kerberos kig-scripting krb4 lcms ldap libg++ libwww live lm_sensors mad math matroska mhash mikmod mng motif mozilla mp3 mpeg mplayer musepack musicbrainz mysql nas ncurses netcdf nls nptl nptlonly nsplugin objc offensive ogg oggvorbis openexr opengl oss pam pcre pdflib perl php pic png ppds pppd python qt quicktime readline real reflection samba sdl session silc slang slp sndfile speex spell spl sse ssl subversion szip tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales v4l v4l2 vcd vorbis win32codecs wmf wxwin wxwindows xanim xine xinerama xml2 xmms xorg xprint xscreensaver xv xvid zeroconf zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY The /net/<node> automounting is not working with net-fs/autofs-4.1.3-r4 To debug I did this: sh -x /etc/autofs/auto.net enterprise + key=enterprise + opts=-fstype=nfs,hard,intr,nodev,nosuid,nonstrict + SHOWMOUNT='/usr/sbin/showmount --no-headers -e enterprise' + /usr/sbin/showmount --no-headers -e enterprise + LC_ALL=C + sort +0 sort: open failed: +0: No such file or directory + awk -v key=enterprise -v opts=-fstype=nfs,hard,intr,nodev,nosuid,nonstrict -- ' BEGIN { ORS=""; first=1 } { if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 } END { if (!first) print "\n"; else exit 1 } ' sort is clearly the problem.. I changed "sort +0" to "sort -k 1" in /etc/autofs/auto.net and /net/<node> is now working correctly... Regards Trevor
*** This bug has been marked as a duplicate of 120403 ***