[gentoo-user] DHCPCD and nameserver

2010-08-21 Thread Dale
Hi folks, I'm trying to get my nameserver setting to stick in resolv.conf when I restart the network or reboot. Layman will not work with my ISP's DNS server for some crazy reason. Anyway, I have this in /etc/conf.d/net file: modules=dhcpcd config_eth2=dhcp dns_servers_eth2=nameserver

Re: [gentoo-user] DHCPCD and nameserver

2010-08-21 Thread Jorge Almeida
I'm trying to get my nameserver setting to stick in resolv.conf when I restart the network or reboot.  Layman will not work with my ISP's DNS server for some crazy reason.  Anyway, I have this in /etc/conf.d/net file: Dale, if I understood correctly, you want to set the contents of

Re: [gentoo-user] DHCPCD and nameserver

2010-08-21 Thread Dale
Jorge Almeida wrote: I'm trying to get my nameserver setting to stick in resolv.conf when I restart the network or reboot. Layman will not work with my ISP's DNS server for some crazy reason. Anyway, I have this in /etc/conf.d/net file: Dale, if I understood correctly, you want to set

Re: [gentoo-user] DHCPCD and nameserver

2010-08-21 Thread Jorge Almeida
On Sat, Aug 21, 2010 at 9:25 AM, Dale rdalek1...@gmail.com wrote: I don't know about dhcpcd, but I'm using dhclient, and it works like this: $cat /etc/resolv.conf Oops... It was cat /etc/conf.d/net... config_eth0=(dhcp) modules_eth0=(dhclient) dhcp_eth0=nodns I kept playing with this

Re: [gentoo-user] Installer Skript

2010-08-21 Thread Petri Rosenström
Hi, dunno if I'm interested in testing it, but I have a similar script, made mostly in bash. So if you made one also I'm interested in looking into it (I might be able to copy something from it :D) Petri Rosenström On Sat, Aug 21, 2010 at 12:25 AM, Elmar Hinz oss.el...@googlemail.com wrote:

Re: [gentoo-user] DHCPCD and nameserver

2010-08-21 Thread Marc Joliet
Am Sat, 21 Aug 2010 09:15:26 +0059 schrieb Jorge Almeida jjalme...@gmail.com: [...] I don't know about dhcpcd, but I'm using dhclient, and it works like this: $cat /etc/resolv.conf config_eth0=(dhcp) modules_eth0=(dhclient) dhcp_eth0=nodns I'm not sure the last line is necessary. Then:

Re: [gentoo-user] Re: [WAY OT] Parenthese

2010-08-21 Thread Peter Humphrey
On Friday 20 August 2010 21:14:00 Alan McKinnon wrote: I've heard the argument and counter-arguments too. Thanks all for an entertaining discussion. Thanks also for not taking it too seriously. I'll subside now. -- Rgds Peter. Linux Counter 5290, 1994-04-23.

[gentoo-user] Re: autodepclean script (was how to remove HAL)

2010-08-21 Thread Francesco Talamona
On Thursday 19 August 2010, Walter Dnes wrote: On Tue, Aug 17, 2010 at 09:49:22PM +0200, Enrico Weigelt wrote I've just experimented a bit with that and it turned out that --depclean doesn't clean up the buildtime-only deps. But if I remove one of them (eg. cabextract), they don't get

Re: [gentoo-user] Installer Skript

2010-08-21 Thread Elmar Hinz
2010/8/21 Petri Rosenström petri.rosenst...@gmail.com: Hi, dunno if I'm interested in testing it, but I have a similar script, made mostly in bash. So if you made one also I'm interested in looking into it (I might be able to copy something from it :D) Indeed, it is a naked bash script. The

[gentoo-user] --buildpkg and doing a dry run on a upgrade

2010-08-21 Thread Dale
Hi, I'm wanting to install the latest KDE 4.5 which is in the kde overlay. I got everything unmasked, keyworded and ready to go. Since this is a large upgrade and will take some time to compile, I would like to just build the binaries then come back and install them when the compiling is

Re: [gentoo-user] --buildpkg and doing a dry run on a upgrade

2010-08-21 Thread Alex Schuster
Dale writes: I'm wanting to install the latest KDE 4.5 which is in the kde overlay. I got everything unmasked, keyworded and ready to go. Since this is a large upgrade and will take some time to compile, I would like to just build the binaries then come back and install them when the

Re: [gentoo-user] --buildpkg and doing a dry run on a upgrade

2010-08-21 Thread Dale
Alex Schuster wrote: Dale writes: I'm wanting to install the latest KDE 4.5 which is in the kde overlay. I got everything unmasked, keyworded and ready to go. Since this is a large upgrade and will take some time to compile, I would like to just build the binaries then come back and

Re: [gentoo-user] --buildpkg and doing a dry run on a upgrade

2010-08-21 Thread Alan McKinnon
Apparently, though unproven, at 12:57 on Saturday 21 August 2010, Dale did opine thusly: Hi, I'm wanting to install the latest KDE 4.5 which is in the kde overlay. I got everything unmasked, keyworded and ready to go. Since this is a large upgrade and will take some time to compile, I

[gentoo-user] Disable fcron logging

2010-08-21 Thread Alex Schuster
Hi there! I want to monitor the power status of my hard drives, so I wrote a little script that gives me this output: sda: standby sdb: standby sdc: active/idle 32°C sdd: active/idle 37°C This script is called every minute via an fcron entry, output goes into a log file, and I use the file

Re: [gentoo-user] Disable fcron logging

2010-08-21 Thread Alan McKinnon
Apparently, though unproven, at 15:25 on Saturday 21 August 2010, Alex Schuster did opine thusly: Hi there! I want to monitor the power status of my hard drives, so I wrote a little script that gives me this output: sda: standby sdb: standby sdc: active/idle 32°C sdd: active/idle 37°C

[gentoo-user] Ebuild Fixup Scripts

2010-08-21 Thread Carl Pettit
A lot of ebuilds list a fixup script at the end that the user must manually execute. If the build is pulled in as part of another build, these scripts can be missed. This fact has cost me 2 days and a borked system. Is there a way of running these automatically on completion as part of the

Re: [gentoo-user] Ebuild Fixup Scripts

2010-08-21 Thread Alan McKinnon
Apparently, though unproven, at 16:10 on Saturday 21 August 2010, Carl Pettit did opine thusly: A lot of ebuilds list a fixup script at the end that the user must manually execute. If the build is pulled in as part of another build, these scripts can be missed. This fact has cost me 2 days

[gentoo-user] key validation

2010-08-21 Thread Alan McKinnon
Hi guys, I need key validation routines for my authentication systems. Web front ends are not my strong point so I'm not in much of a position to do a through evaluation. I'm looking for recommendations from folk who have done this. The authenticates to a website using two factor auth (not key

Re: [gentoo-user] Disable fcron logging

2010-08-21 Thread Stroller
On 21 Aug 2010, at 14:25, Alex Schuster wrote: ... I want to monitor the power status of my hard drives, so I wrote a little script that gives me this output: sda: standby sdb: standby sdc: active/idle 32°C sdd: active/idle 37°C This script is called every minute via an fcron entry, output

Re: [gentoo-user] --buildpkg and doing a dry run on a upgrade

2010-08-21 Thread Dale
Alan McKinnon wrote: Apparently, though unproven, at 12:57 on Saturday 21 August 2010, Dale did opine thusly: Hi, I'm wanting to install the latest KDE 4.5 which is in the kde overlay. I got everything unmasked, keyworded and ready to go. Since this is a large upgrade and will take some

Re: [gentoo-user] --buildpkg and doing a dry run on a upgrade

2010-08-21 Thread Alan McKinnon
Apparently, though unproven, at 22:18 on Saturday 21 August 2010, Dale did opine thusly: Here's excellent advice: Do not install KDE-4.5 yet wait for 4.5.1 First, it's in an overlay, so when 4.5 hits the tree you will unmerge the whole lot again and redo it. How many spare

Re: [gentoo-user] DHCPCD and nameserver

2010-08-21 Thread Dale
Marc Joliet wrote: Am Sat, 21 Aug 2010 09:15:26 +0059 schrieb Jorge Almeidajjalme...@gmail.com: [...] I don't know about dhcpcd, but I'm using dhclient, and it works like this: $cat /etc/resolv.conf config_eth0=(dhcp) modules_eth0=(dhclient) dhcp_eth0=nodns I'm not sure the last line is

Re: [gentoo-user] Re: autodepclean script (was how to remove HAL)

2010-08-21 Thread Walter Dnes
On Sat, Aug 21, 2010 at 12:07:40PM +0200, Francesco Talamona wrote I'm unclear about the aim of your script, what does different from emerge -a --depclean followed by revdep-rebuild -- -a? The autodepclean script automatically generates a list of of target ebuuilds to clean out (i.e.

[gentoo-user] open-iscsi-2.0.871.3 compile fail on 2.6.32-openvz-budarin.1 kernel

2010-08-21 Thread Xi Shen
hi, i got this error while trying to emerge the open-iscis-2.0.871.3: be2iscsi.o transport.o iscsid.o iscsi_sysfs.o: In function `iscsi_sysfs_get_blockdev_from_lun': iscsi_sysfs.c:(.text+0xe71): undefined reference to `S_ISLNK' iscsi_sysfs.c:(.text+0xed3): undefined reference to `S_ISDIR'