Re: [gentoo-user] how to stop the mailing list?
To unsubscribe send a message to: gentoo-user+unsubscr...@lists.gentoo.org And for help send a message to: gentoo-user+h...@lists.gentoo.org Norman Hakim wrote: Hi all, i would like to unsubscribe from mailing list. how to unsubscribe? Thank you NORMAN HAKIM YAHYA
[gentoo-user] resolv.conf
Hi list, I have VPN connection to private network with non-public *.private.mydomain.tld. *.private.mydomanin.tld has to be translated throu 1.2.4.3 and everything else throu 2.3.4.5 , how to define that? Thanks, krasko
Re: [gentoo-user] ARP reply from wrong interface
Hi, set the interface with -I parameter. Sascha Hlusiak wrote: Hi list, I have a server with two interfaces in the same subnet. When asking for the MAC of one of the IPs, always both interfaces reply: arping -b xx.xx.xx.xx ARPING xx.xx.xx.xx from yy.yy.yy.yy eth0 Unicast reply from xx.xx.xx.xx [00:1D:7D:D7:6D:F3] 0.607ms Unicast reply from xx.xx.xx.xx [00:08:54:55:E7:02] 0.792ms ip_forward is set to 0. Is there a switch in /proc to make Linux only reply from the interface that really owns the IP? Right now all traffic goes over one physical link, regardless of the target IP. Thanks, Sascha begin:vcard fn;quoted-printable:Tom=C3=A1=C5=A1 Krasni=C4=8Dan n;quoted-printable;quoted-printable:Krasni=C4=8Dan;Tom=C3=A1=C5=A1 email;internet:kra...@krasko.sk tel;cell:+420 605 520 368 x-mozilla-html:FALSE version:2.1 end:vcard
Re: [gentoo-user] SUID
Hi, #! scripts can not run as suid. Regards, krasko Hinko Kocevar wrote: Hi, I'm trying to touch a file in /sbin during boot time and would like to do that with a normal user by running SUIDed shell script. I have following script: hin...@alala /tmp $ cat test.sh #!/bin/sh touch /sbin/foo.bar exit $? hin...@alala /tmp $ sudo chmod +x test.sh hin...@alala /tmp $ sudo chown root:root test.sh hin...@alala /tmp $ sudo chmod +s test.sh hin...@alala /tmp $ ls -l test.sh -rwsr-sr-x 1 root root 32 Mar 2 09:27 test.sh hin...@alala /tmp $ sh -x test.sh + touch /sbin/foo.bar touch: cannot touch `/sbin/foo.bar': Permission denied Can somebody help me with that? Thank you! Best regards, Hinko begin:vcard fn;quoted-printable:Tom=C3=A1=C5=A1 Krasni=C4=8Dan n;quoted-printable;quoted-printable:Krasni=C4=8Dan;Tom=C3=A1=C5=A1 email;internet:kra...@krasko.sk tel;cell:+420 605 520 368 x-mozilla-html:FALSE version:2.1 end:vcard
Re: [gentoo-user] netcard interface with alias
Hi, the guide to networking in Gentoo (with examples) is avaible here: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4 Regards krasko Zhu Sha Zang wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have 7 networks behind a machine with 5 network's device. Now, this machine running debian, but i'll upgrade too gentoo. How i can create a eth0:1, for example, using /etc/conf.d/net? Thanks -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmrzNAACgkQ35zeJy7JhCijFwCfaIgUYnNX3og3zQ/RMRyEb8vY SmoAmgPshApqi3hLGxbuz/mXhOc6GVgK =J1Fx -END PGP SIGNATURE- begin:vcard fn;quoted-printable:Tom=C3=A1=C5=A1 Krasni=C4=8Dan n;quoted-printable;quoted-printable:Krasni=C4=8Dan;Tom=C3=A1=C5=A1 email;internet:kra...@krasko.sk tel;cell:+420 605 520 368 x-mozilla-html:FALSE version:2.1 end:vcard
Re: [gentoo-user] Default profile question
Hi, you can manage your /etc/make.profile symlink by eselect (emerge -av eselect) tool. "Eselect is a tool for administration and configuration on Gentoo systems. It provides consistent interface and tool names." eselect profile list - lists available profiles on your system eselect profile set - select a profile for portage to use CJoeB wrote / napísal(a): Hi all, I just did an emerge --sync and when I did 'emerge --pretend --update --deep world', I got told that my profile was deprecated. I was told to run the following steps: # cd /etc/ # rm make.profile # ln -s ../usr/portage/profiles/default/linux/x86/2008.0 make.profile I just want to make sure that if I do this, nothing will get broken or if there are any "gotchas". If anyone has some words of wisdom, I would appreciate it. Thanks in advance. Colleen
Re: [gentoo-user] Please, let me understand
unemerge old version emerge -Cva qca and merge new emerge -va qca econti napsal(a): Hi all, to-day I upgraded my portage and then I ran emerge -NDpvu here is the output: [ebuild U ] dev-libs/libsigc++-2.2.2 [2.0.17] USE="-debug -doc -test" 4,397 kB [ebuild U ] media-video/realplayer-11.0.0.4028-r1 [10.0.9] USE="X -nsplugin" 0 kB [ebuild U ] dev-cpp/cairomm-1.6.0 [1.2.4] USE="-doc (-examples%)" 779 kB [ebuild U ] dev-perl/extutils-depends-0.300 [0.205] 10 kB [ebuild U ] dev-perl/Cairo-1.06.0 [1.04.0] USE="-test%" 88 kB [ebuild U ] dev-cpp/glibmm-2.16.4 [2.12.8] USE="-debug -doc -examples" 6,227 kB [ebuild U ] dev-perl/glib-perl-1.182 [1.143] USE="(-xml%)" 242 kB [ebuild U ] dev-cpp/gtkmm-2.12.7 [2.10.9] USE="-accessibility -debug -doc -examples -test%" 14,843 kB [ebuild NS ] app-crypt/qca-2.0.0-r2 USE="-debug -doc -examples" 0 kB [ebuild U ] dev-perl/gtk2-perl-1.145 [1.142-r1] 641 kB [blocks B ] So it seems qca-1.0-r3 is blocking qca-2.0.0-r2! But I have no qca-1.0-r3 installed! :-( What's happening? Regards emilio
[gentoo-user] gentoo && suPHP
Hi list, I have using suPHP compiled in mode-paranoid. Apache says: [Wed Oct 01 21:02:29 2008] [error] [client 1.2.3.4] SecurityException in Application.cpp:162: Calling user is not webserver user! how can I disable checking this? Thanks krasko