Re: [gentoo-user] Gentoo 2006.0

2006-02-09 Thread Sascha Lucas
On Wed, 8 Feb 2006, Jorge Martín wrote: Is Gentoo 2006.0 going to be released anytime soon? I want to install Gentoo on my home computer but I'm too lazy to insall 2005.1.r1 and upgrade all packages so I'm waiting for 2006.0. The answer to your question can be found here:

Re: [gentoo-user] ufs

2006-02-22 Thread Sascha Lucas
On Tue, 21 Feb 2006, Arnau Bria Ramírez wrote: I have a Solaris disk with Solari's ufs FS. I found ufs support in my kernel, but I'm not sure if it's the same as Solari's one (I'm not sure if solaris uses standards ufs fs). does anyone mounted a solaris ufs disk using ufs kernel's support? No

[gentoo-user] OT: linux filesystem + transparent compression (rw)

2006-02-28 Thread Sascha Lucas
Hi list, what is the status of transparent compression in a linux filesystem (read/write)? wikipedia[1] says jfs has one. Is this true? I don't think so. Hans Reiser proclaimed to have a reiser4 compression plugin before 2.6.1[4-5]. Where is it? Has someone tried extz[2]? chattr(1) tells me

Re: [gentoo-user] nvidia vs. 2.6.15r1

2006-02-28 Thread Sascha Lucas
On Tue, 28 Feb 2006, Konstantinos Agouros wrote: is it possible that these two are not compatible? I am running 2.6.15-r1 and nvidia-kernel-1.0-6629-r5. If I start X the kernel oopses and I have to reboot. Is there a bug open for this? http://bugs.gentoo.org/show_bug.cgi?id=120103 Sascha.

Re: [gentoo-user] OT: which FS (ext3,reiserfs,xfs,jfs)?

2005-04-18 Thread Sascha Lucas
Hi, I also couldn't resist to answer :-) the choice of the right FS tends to be some kind of religion... ??? But we use gentoo and we decide on facts. Didn't we? :-) The gentoo-father Daniel Robbins gives us a brief introduction to the differnt FSs. See

Re: [gentoo-user] OT - HA cluster failover problem

2005-04-20 Thread Sascha Lucas
Hi Patrick, I'm not familiar with hearbeat so I can't help you. But if you want HA-connectivity and you have 2 or more switches it can be interesting for you to read about the bonding-driver (linux-kernel i.e. /usr/src/linux-2.6.11-gentoo-r6/Documentation/networking/bonding.txt). With that you

Re: [gentoo-user] 1000Mbps NIC Getting 100Mbps speeds

2005-04-23 Thread Sascha Lucas
Right, everything except mii-tool (which apparently can't understand 1000Mbps) says 1000Mbps. ok. what I want to say is that mii-tool is knowen to report the wrong speed for all/some Gbit cards (just for the case of missunderstanding). Your setup seems to be fine. It's worth to try ping

Re: [gentoo-user] How to get script to execute on kde logout

2005-04-25 Thread Sascha Lucas
BTW - is there somewhere that these scripts could be put so that the execute for ALL kde users? $KDEDIR/env/startup-scripts.sh and $KDEDIR/shutdown/shutdown-scripts.sh KDEDIR is normaliy something like /usr/kde/3.3. You may put multiple scripts in this dirs. Sascha. -- gentoo-user@gentoo.org

[gentoo-user] idea about small footprint gentoo

2005-09-22 Thread Sascha Lucas
Hi, I'm thinking of a small footprint gentoo produced in this way: 1) install everything you need 2) note current system time 3) reboot and do all operations you need in this small gentoo 4) remount with noatime 5) find all files in the FS that have an atime before the system time you note

Re: [gentoo-user] idea about small footprint gentoo

2005-09-23 Thread Sascha Lucas
Hi Iain, thanks a lot for your post (for the tips etc.). I did much of the initial work to prove the concept and handed it over to someone else to turn into a reproducible system. As far as I know, we've had 3 or 4 running continuously for quite a few months now. Do you have a website were

Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Sascha Lucas
Hi Ian Do you have a website were you publish your concept? That would be nice wouldn't it? Unfortunately, no, I never had time to do that. yes it would :-). I sucessfully have now an minimalistic system. Solving problems with files not identified while root-FS mounted ro (currently 3)

Re: [gentoo-user] idea about small footprint gentoo

2005-09-27 Thread Sascha Lucas
Hi Neil, You could use find to copy all symlinks, then use the symlinks -d -r / to remove all those that point nowhere. Or you could start with an empty partition and use find to copy newer files instead of deleting the older ones. One way would be to direct the output of find -newer

[gentoo-user] OT: help on rpm fake/virtual spec file

2005-10-11 Thread Sascha Lucas
Hi, I want an fake/vitual rpm spec to satisfy dependencies of some commercial software with an ugly install script. My spec looks like this: Summary: Use to generate virtual package to fake /bin/sh. Vendor: bla Name:fake-bin-sh Version: 0.0.0 Release: r1 Group: foo License: GPL2

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-19 Thread Sascha Lucas
I've added it to my /etc/make.conf: camille linux # cat /etc/make.conf | grep 'ALSA_CARDS' ALSA_CARDS=intel8x0 You must chose to use in kernel driver or the external provided by sound/alsa-driver. See http://www.gentoo.org/doc/en/alsa-guide.xml. ALSA_CARDS=intel8x0 indicates you want

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-20 Thread Sascha Lucas
On Wed, 19 Oct 2005, Michael Sullivan wrote: Can this be done with genkernel? I've always used genkernel in the past. All attempts at building and installing kernels manually have yes you can use genkenel. I also use it. And it's wrong that genkernel is only for wimps :-). It's also for

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-20 Thread Sascha Lucas
On Thu, 20 Oct 2005, Michael Sullivan wrote: kernel it gave me a kernel panic. It said something about not being able to find the root fs. Should there be an initrd line? Also, I you only need an initrd if you have some special hardware. Do you? I.E. sata controler (intel ICH6), SCSI, or

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-20 Thread Sascha Lucas
If you have none for /boot look for /. Then use this device in the root= parameter. sorry pleas only look for / not for /boot S. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] My Continuing ALSA Woes

2005-10-20 Thread Sascha Lucas
Then why does Linux not continue to boot when I specify a kernel in grub.conf without an initrd? The answer is: you have a sata controler. Output from your lsmmod: ata_piix6196 2 Make a kernel with this controler enabled: Symbol: SCSI_ATA_PIIX [=n] Prompt: Intel PIIX/ICH

Re: [gentoo-user] CFLAGS setting for Intel(R) Pentium(R) M processor 1.73GHZ stepping 08

2005-10-24 Thread Sascha Lucas
Hi Richard, I've just got a new laptop I'm installing Gentoo on and was wondering if anyone could advise on the CFLAG setting I'm using. The CPU is a Intel(R) Pentium(R) M processor 1.73GHZ stepping 08. Currently I've set CFLAGS=-02 -mcpu=pentium -pipe You may look at

Re: [gentoo-user] Odd portage permission problems

2005-10-25 Thread Sascha Lucas
Hi Wes What do you make of this? Do I need to run fsck? I don't know whats wrong with your portage-tree, but you can try to get a new one. Just move the olde tree away and sync: # mv /usr/portage /usr/portage.old # mkdir /usr/portage # emerge sync Sascha. -- gentoo-user@gentoo.org

Re: [gentoo-user] More 2.6.14 badness: iptables no longer logging

2005-11-12 Thread Sascha Lucas
More 2.6.14 badness: just realised my gateway iptables rules under 2.6.14 no longer log events. rebuilt iptables with no changes so Ive gone back to 2.6.13. Is anyone else seeing this? sorry I can't see this on my desktop. -j LOG works as expected. Do you use ULOG? BTW: I use

Re: [gentoo-user] Server Mirroring...

2005-11-13 Thread Sascha Lucas
Hi Mal, I run a Apache2 webserver and Postfix as per the virtual mailhost guide... For resilience I would like to have two gentoo boxes doing these tasks for load balancing / redundancy - how can this be achieved? Is there a tool that will allow replication of the config files / mysql stuff

Re: [gentoo-user] Server Mirroring...

2005-11-13 Thread Sascha Lucas
easy with postfix: DNS round robin (solution inside DNS Server, nearly all MTAs are aware of this) So DNS round robins between the two mail servers. A new mail comes into server1, how does this mail make it to server2. Yes this is definitely the difficultest part. It must be solved

Re: [gentoo-user] Detecting local host firewall

2005-11-13 Thread Sascha Lucas
Is there a way to detect programmatically whether the local host has a firewall enabled? as root: iptables -vnL as user you may look at some files. They are indicators... interpret them. I don't know how to get the rule set. $ test -d /proc/sys/net/ipv4/netfilter get info from

[gentoo-user] can't boot 2.6.14

2005-12-01 Thread Sascha Lucas
Hi List, I upgraded my laptop from kernel 2.6.13 to 2.6.14 (gentoo-r2). 2.6.14 stops at early boot: PCI: Bus 1, cardbus bridge: :00:08.0 IO window: 2000-2fff IO window: 4000-4fff PREFETCH window: 0c00-0dff MEM window: 0e00-0fff PCI: Found IRQ 10 for

Re: [gentoo-user] can't boot 2.6.14

2005-12-02 Thread Sascha Lucas
send following info outputs... #emerge info #lspci # emerge info Portage 2.0.51.22-r3 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.13-gentoo-r3 i686) = System uname: 2.6.13-gentoo-r3 i686 Pentium III (Coppermine)

Re: [gentoo-user] can't boot 2.6.14

2005-12-02 Thread Sascha Lucas
sorry I forget one line after the boot stops. Right is: PCI: Bus 1, cardbus bridge: :00:08.0 IO window: 2000-2fff IO window: 4000-4fff PREFETCH window: 0c00-0dff MEM window: 0e00-0fff PCI: Found IRQ 10 for device :00:08.0 Simple Boot Flag at 0x37

Re: [gentoo-user] can't boot 2.6.14

2005-12-04 Thread Sascha Lucas
After Machine check exception polling timer started. Nothing happens any more. I'd start with acpi=off, and try to isolate the problem from there. sorry this doesn't help. BTW: my chipset is on the acpi blacklist, it was allways disabled by default. Sascha. -- gentoo-user@gentoo.org

[gentoo-user] laptop brocken since kernel 2.6.14

2005-12-07 Thread Sascha Lucas
Hi list, my little PIII-M 600MHz Laptop doesn't boot with kernel =2.6.14. I have several systems from PII to Dual-Xeon all fine with 2.6.14. I don't know how to trouble-shoot this problem. since 2.6.14 the kernel stops early before vesafb. The last lines look like this (taken from dmesg of

Re: [gentoo-user] laptop brocken since kernel 2.6.14

2005-12-07 Thread Sascha Lucas
since 2.6.14 the kernel stops early before vesafb. The last lines look like this (taken from dmesg of 2.6.13): have you tried booting of a kernel without vesafb? yes and no. I didn't remove the VESA VGA graphics support from the kernel. But I booted without any vga= parameter. Otherwise

Re: [gentoo-user] remote rsync

2006-03-12 Thread Sascha Lucas
On Sun, 12 Mar 2006, Paul Stear wrote: In KDE I can copy files using Konqueror to lan://pc2/ which shows my device.homenet.com. If I then click on the device I get 3 icons NFS SMB HTTP If I click on SMB the location changes to smb://device.homenet.com and I can copy any files I want - even

[gentoo-user] OT: awk scripting

2006-03-24 Thread Sascha Lucas
Hi list, I want the awk analogon for cut -f2-, which prints fields #2 to #n. Is this possible? awk '{print $2???}' TIA, Sascha. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] OT: awk scripting

2006-03-24 Thread Sascha Lucas
On Fri, 24 Mar 2006, Hans-Werner Hilse wrote: awk '{$1=;print $0}' (awk recalculates $0 when $n is modified) This still leaves you with one OFS starting the line (between $1 and $2), you can get rid of this using awk '{$1=;print substr($0,lenght(OFS))}' thanks. the function lenght seems not

Re: [gentoo-user] OT: awk scripting

2006-03-24 Thread Sascha Lucas
On Fri, 24 Mar 2006, Hans-Werner Hilse wrote: On Fri, 24 Mar 2006 16:15:09 +0100 (CET) Sascha Lucas [EMAIL PROTECTED] wrote: thanks. the function lenght seems not defined. but substr($0,2) works. That was a typo. Should of course be length. sorry. I was in a hurry and didn't noticed

[gentoo-user] OT: bash scripting: implement uninterruptable sleep

2006-03-28 Thread Sascha Lucas
Hi List, I have a shell script and want a uninterruptable sleep. /usr/bin/sleep itself seems to have its own signal handlers. How is it possible to sleep uninterruptable? #!/bin/bash trap echo 'Ctrl+C should not work' INT for foo in 1 2 3; do echo $foo sleep 10 done ## end

Re: [gentoo-user] OT: bash scripting: implement uninterruptable sleep

2006-03-31 Thread Sascha Lucas
Hi, On Tue, 28 Mar 2006, Richard Fish wrote: On 3/28/06, Sascha Lucas [EMAIL PROTECTED] wrote: I have a shell script and want a uninterruptable sleep. /usr/bin/sleep itself seems to have its own signal handlers. How is it possible to sleep uninterruptable? trap echo 'Ctrl+C should not work

Re: [gentoo-user] Re: Completness of AVR toolset in dev-embedded?

2006-04-22 Thread Sascha Lucas
On Mon, 17 Apr 2006, Petr Kocmid wrote: Well, now I found one: one needs to be a clearvoyant to detect that dev-embedded/avr-libc is probably supposed to be used with sys-devel/crossdev toolset generator. right. # crossdev -t avr builds avr-libc / avr-gcc-3.4.6 / avr-bin-utils-2.16.1-r2

[gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Sascha Lucas
Hi, I'd like to use extended attributes on ReiserFS. I thought the only one is to enable it in the kernel: # zgrep -i reiser.*attr /proc/config.gz CONFIG_REISERFS_FS_XATTR=y and then mount it with user_xattr: # mount -o remount,user_xattr /mnt/reiserfs_mountpoint but it seems not to work?

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Sascha Lucas
On Mon, 15 May 2006, Hans-Werner Hilse wrote: On Mon, 15 May 2006 20:18:26 +0200 (CEST) Sascha Lucas [EMAIL PROTECTED] wrote: and then mount it with user_xattr: # mount -o remount,user_xattr /mnt/reiserfs_mountpoint but it seems not to work? I can't be of much further help, but my

Re: [gentoo-user] ReiserFS extended attributes?

2006-05-15 Thread Sascha Lucas
On Mon, 15 May 2006, Sascha Lucas wrote: This tools from SGI are a little bit different, then I expected, but they seem to work: # setfattr -n user.test -v foo bla # getfattr -d bla # file: bla user.test=foo I forget to mention, they work even without user_xattr mounted. curiosity

Re: [gentoo-user] eix-cache doesn't exist?

2006-05-15 Thread Sascha Lucas
On Mon, 15 May 2006, Mick wrote: What's this cache message? Do I need to do anything to fix it? == # eix-sync -v * eix-cache doesn't exist or uses obsolete format. Running update-eix! Reading Portage settings .. Building database (/var/cache/eix) from scratch .. [0]

Re: [gentoo-user] X USE flag

2006-10-30 Thread Sascha Lucas
On Mon, 30 Oct 2006, at 15:04 +0200, Alan McKinnon wrote: all, and none so far use that flag directly). I'll even predict money that the new binaries are identical to the old ones. yes, they are identical. Forgive my saying this, but that is a stupendous waste of my cpu cycles and time. A

[gentoo-user] issue on binary merge

2005-09-07 Thread Sascha Lucas
Hi List, can some explain this? Machine A+B have identical make.conf (expect in 3 USE-falgs), /etc/portage/*, /usr/portage, profile. Machine A: - FEATURES=buildpkg - added USE-flag samba - emerge -uD --newuse world * builds new samba package * rebuilds some packages (kdebase, cups,

Re: [gentoo-user] issue on binary merge

2005-09-07 Thread Sascha Lucas
Machine B: - mount PGKDIR of machine A via nfs to PGKDIR on machine B - added USE-flag samba - emerge -uD --newuse --usepkg world * merges binary samba * does not merge anything else (no binary, no ebuild ) It would be nice if I understand why emerge won't remerge binary packages

Re: [gentoo-user] Is binary emerge equivalent to source emerge?

2005-09-07 Thread Sascha Lucas
Hi Ian, 1) Does this seem like a sensible idea? Will it generally work? 2) Will --usepkg --getbinpkg use binary packages for dependencies? 3) Is the resultant Portage database equivalent to source emerges, especially in respect of future --updates, --newuse, etc? 4) Am I right to use a

Re: [gentoo-user] issue on binary merge

2005-09-07 Thread Sascha Lucas
If you do --pretend --verbose, does it show the changed USE flags for the packages? Not sure if 'world' does this, but you could try the individual packages that you expect to be rebuilt. IIRC, it appears in green (on a colour screen...) with a + and * next to the USE flag. emerge -uD

Re: [gentoo-user] Is binary emerge equivalent to source emerge?

2005-09-07 Thread Sascha Lucas
I've also had problems with --usepkg. When it gives me problems, as a workaround, I force emerge to do what I want with emerge --usepkgonly --nodeps --oneshot for each and every binpkg that I want merged. If I think that this may have broken something then afterwards I use revdep-rebuild -p

Re: [gentoo-user] issue on binary merge

2005-09-07 Thread Sascha Lucas
emerge -1 --usepkg --pretend --verbose pkg_spec_from_equery then the change in USE-Flags are showen and my _correct_ binarys are used. There's probably a good reason for it being the way it is, but it doesn't sound as transparent as we might like. yes may be... if so, I would like to know

Re: [gentoo-user] booting with an lvm2 root. How do I make a working initrd?

2006-06-23 Thread Sascha Lucas
On Fri, 23 Jun 2006, Javier Ubillos wrote: I don't want to use genkernel, but I still want it to work. you realy should use genkernel it's much easier. mkinitrd --preload md_mod --with=md_mod initrd-2.6.16-gentoo-r9 well you should not use mkinitrd, if you refuse genkernel :-). btw: