Summary: | Incorrect permissions on /usr/libexec/webmin/virtual-server | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Robert S <robert.spam.me.senseless> |
Component: | Current packages | Assignee: | Jeremy Huddleston (RETIRED) <eradicator> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Robert S
2004-12-23 11:23:38 UTC
they're all root:root for me here... what version of webmin do you have? Please provide 'emerge --info' robert@basement robert $ emerge --info Portage 2.0.51-r3 (default-linux/amd64/2004.3, gcc-3.4.3, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r6 x86_64) ================================================================= System uname: 2.6.9-gentoo-r6 x86_64 12 Gentoo Base System version 1.4.16 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 Headers: sys-kernel/linux-headers-2.4.21-r1 Libtools: sys-devel/libtool-1.5.2-r7 ACCEPT_KEYWORDS="amd64" AUTOCLEAN="yes" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox" GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j3" PKGDIR="/mnt/hda11/packages-amd64" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" USE="amd64 X acpi alsa apache2 arts berkdb bitmap-fonts cdr crypt cups directfb dvd esd f77 fam flac foomaticdb fortran gd gdbm gif gphoto2 gpm gtk imagemagick imap imlib innodb java jp2 jpeg kde ldap libwww lzw lzw-tiff mad mikmod milter motif multilib mysql ncurses nls oav oggvorbis opengl oss pam pdflib perl png ppds python qt readline samba sdl slang sqlite ssl tcltk tcpd tiff truetype usb userlocales wmf xml2 xmms xpm xrandr xv zlib linguas_en_AU" does adding this to FEATURES֐閣* Sorry - don't understand. damn... wonder why that happens... anyways... Does adding this to FEATURES help: userpriv userpriv_fakeroot usersandbox Changing FEATURES didn't make any difference. Permissions are the same. Here is the FEATURES section of my make.conf: FEATURES=userpriv,userpriv_fakeroot,usersandbox FEATURES needs to be space delimeted: FEATURES="sandbox userpriv userpriv_fakeroot usersandbox" Please try that Thanks. Fixed it. Should I leave those FEATURES in my make.conf? I note that the manpage says "These options should not be changed by anyone but developers and/or maintainers". In particular - what does "userprov_fakeroot" do - its not mentioned in man make.conf. fixed in -r2. Thanks. |