Re: [gentoo-user] Xen questions

2009-09-08 Thread Heiko Wundram
ce), unless you're adventurous and willing to play with virtio-drivers, which I could never get completely stable. YMMV, and HTH! -- Heiko Wundram Gehrkens.IT GmbH FON 0511-59027953 | http://www.gehrkens.it FAX 0511-59027957 | http://www.xencon.net Gehrkens.IT GmbH Strasse der N

Re: [gentoo-user] Re: Still getting calls to gcc-i486

2009-07-15 Thread Heiko Wundram
#x27;s /usr/lib/python2.6/config/Makefile that matches. And that should also be what's used by distutils. -- Heiko Wundram Gehrkens.IT GmbH FON 0511-59027953 | http://www.gehrkens.it FAX 0511-59027957 | http://www.xencon.net Gehrkens.IT GmbH Strasse der Nationen 5 30539 Hannover Regist

Re: [gentoo-user] Still getting calls to gcc-i486

2009-07-14 Thread Heiko Wundram
quot;Makefile" that's used to compile Python packages (with distutils), and that's what you're hitting here (as you haven't updated that). -- Heiko Wundram Gehrkens.IT GmbH FON 0511-59027953 | http://www.gehrkens.it FAX 0511-59027957 | http://www.xencon.net Gehrk

Re: [gentoo-user] Re: Permissions of /etc/sudoers

2009-02-10 Thread Heiko Wundram
Am Montag 09 Februar 2009 14:15:35 schrieb Nikos Chantziaras: > Heiko Wundram wrote: > > Am Montag 09 Februar 2009 13:37:31 schrieb Nikos Chantziaras: > >> Stroller wrote: > >>> I install sudo, give my user wide sudo rights and then set > >>> &q

Re: [gentoo-user] Re: Permissions of /etc/sudoers

2009-02-09 Thread Heiko Wundram
d passwords, which should always be a high priority alert. YMMV, but I've felt pretty safe (safer than leaving root open for password- authentication) like this so far. -- Heiko Wundram Gehrkens.IT GmbH FON 0511-59027953 | http://www.gehrkens.it FAX 0511-59027957 | http://www.xencon.net Gehrken

Re: [gentoo-user] RAID0 + LVM2 + XFS : raid0_make_request bug

2009-01-15 Thread Heiko Wundram
orrect any inconsistencies in the filesystem. After that, reformat the guests harddisk/partition with ext3, and replay the files. HTH! -- Heiko Wundram Gehrkens.IT GmbH FON 0511-59027953 | http://www.gehrkens.it FAX 0511-59027957 | http://www.xencon.net Gehrkens.IT GmbH Strasse der Nationen 5 30539 Hannover Registergericht: Amtsgericht Hannover, HRB 200551 Geschäftsführer: Harald Gehrkens, Daniel Netzer

Re: [gentoo-user] OT: Python (was: package.keywords syntax?)

2008-10-31 Thread Heiko Wundram
sing, (only!) when combined with strict typing (where Perl doesn't [really] have the latter, even when use strict is in effect). Having to declare variables before use mostly is irrelevant (I'm not talking about _defining_ variables before use), because it's no common source of bugs

Re: [gentoo-user] A question about emerge --info

2008-10-30 Thread Heiko Wundram
ge: python for it's shoddy > implementation of platform.libc_ver() and portage for relying on it :-) Again, this is utter bullshit. Python doesn't have a "shoddy" implementation of libc_ver(), it just doesn't give you what you expect it to give you (it's not a package manager, for gods sake), but rather what's of actual interest to anyone doing application development. -- Heiko Wundram hackerkey://v4sw7CHJLSUY$hw5ln5pr7FOP$ck2ma9u7FL$w3DVWXm0l7GL$i65e6t3EMRSXb7ADORen5a26s5MSr2p-6.62/-6.56g5AORZ

Re: [gentoo-user] md-device too small: where's my mistake?

2008-10-23 Thread Heiko Wundram
, but rather use blockdev --getsize64 /dev/md2 which shows you the byte-count of the corresponding volume, and which I think will be 3TB, as you want it to be. If you want to subpartition large devices, use lvm(2), which does not have the 2TB limitation on size. Hope this helps! -- H

Re: [gentoo-user] GCC compilation disk space

2008-10-08 Thread Heiko Wundram
Am Wednesday 08 October 2008 06:50:47 schrieb Willie Wong: > I don't remember gcc-3 being such a resource hog when building. So I > wonder: is this the expected behaviour or is something wrong with my > box? Expected behaviour. >=gcc-4.2 compiles about three times longer than

Re: [gentoo-user] Is there a way to automate rsync of updated portage tree across multiple boxes without each having to pull it down from a gentoo mirror

2008-09-18 Thread Heiko Wundram
Siemens) are just rebranded FritzBoxen (with some functionality removed/patched), so they also run a(n ARM-)Linux, and are even more or less firm-ware compatible with the FritzBox firmwares (I reflashed a Speedport 500 [?? IIRC] once with a FritzBox firmware to get proper VoIP support). Just FYI. -- Heiko Wundram

Re: [gentoo-user] Enforcing passphrase protected ssh keys

2008-09-17 Thread Heiko Wundram
o (noticeable) administration-overhead. Some intro on this which I just found on google which uses opie: http://www.heise-online.co.uk/security/One-time-passwords-for-home-users--/features/88570 -- Heiko Wundram

Re: [gentoo-user] e2fsprogs and blocking

2008-08-17 Thread Heiko Wundram
Am Sonntag, 17. August 2008 10:40:38 schrieb Graham Murray: > Heiko Wundram <[EMAIL PROTECTED]> writes: > > What worked fine for me: > > > > emerge --unmerge sys-libs/ss sys-libs/com_err sys-fs/e2fsprogs > > emerge --oneshot -v sys-fs/e2fsprogs > > Be *very*

Re: [gentoo-user] e2fsprogs and blocking

2008-08-17 Thread Heiko Wundram
Am Sonntag, 17. August 2008 10:08:46 schrieb Andrew Gaydenko: > === On Sunday 17 August 2008, Heiko Wundram wrote: === > > > Am Sonntag, 17. August 2008 09:52:57 schrieb Andrew Gaydenko: > > > After last syncing 'emerge -pvDuN world' ends with messages &g

Re: [gentoo-user] e2fsprogs and blocking

2008-08-17 Thread Heiko Wundram
Am Sonntag, 17. August 2008 09:52:57 schrieb Andrew Gaydenko: > After last syncing 'emerge -pvDuN world' ends with messages > shown below. How to resolve this conflict *safely*? I don't > want to experiment with fs-related packages :-) What worked fine for me: emerge --unmerge sys-libs/ss sys-lib

Re: [gentoo-user] why firefox is so slow?

2006-04-30 Thread Heiko Wundram
Am Sonntag 30 April 2006 14:24 schrieb wu chuanwen: > I think most of us are using firefox now .Do you think it's too slow?In my > machine,if i open 6 or more tabs in firefox,my firefox will be stuck and > even can not scroll up and down.Many peple have the same situation.Do you > think so? And how

Re: [gentoo-user] Re: how to setup sun-jdk

2006-04-16 Thread Heiko Wundram
Am Sonntag 16 April 2006 08:51 schrieb wu chuanwen: > I have download two of > the same package.And the result is all the same as above. I don't think the > packages are corrupted. Yes, they are? Because it's no Gentoo program that tries to unpack the files, but the self-extractable itself (and

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Heiko Wundram
Am Montag 10 April 2006 00:21 schrieb Richard Fish: > Not a bug in the autoconf package, but in the autoconf scripts for php. That's what I meant... Anyway, I didn't know that msql wasn't available in portage, and I personally have yet to see the warning you referenced. Good to know such a beast

Re: [gentoo-user] ntp/php wont build mysql configure failed

2006-04-09 Thread Heiko Wundram
Am Sonntag 09 April 2006 21:45 schrieb Michael W. Holdeman: > The problem isn't that mysql can't be found (is broken), but that autoconf thinks you have msql installed (which is also some form of SQL database, but more in the style of SQLite, IIRC, but anyway, probably not what you want). The

Re: [gentoo-user] Is there a DEP (Data Execution Protection) option for Gentoo?

2006-03-26 Thread Heiko Wundram
Am Montag 27 März 2006 06:29 schrieb Walter Dnes: > The subject says it all. I've done some spelunking through > /usr/src/linux/.config, and I don't see anything relavant. It's a kernel patch called PAX, and Gentoo offers hardened-sources which incorporate this kernel patch. Google for Gentoo

Re: [gentoo-user] DNS Expert Required

2006-03-26 Thread Heiko Wundram
Am Sonntag 26 März 2006 10:01 schrieb Hiren Dave: > WHAT IS WRONG IN SETUP? PLEASE HELP ME. Your zone files are borked. Check them for consistency (for example, don't define the zone to be server1.guru.com, but guru.com... --- Heiko. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Problem burning Gentoo 700 MB LiveCD

2006-03-20 Thread Heiko Wundram
Am Montag 20 März 2006 14:35 schrieb Daniel da Veiga: > You might also want to check whether you have some form of Sony-Rootkit^D^D^D^D^D^D^D err... DRM installed. These are known to cause problems burning CDs. --- Heiko. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Port Tracer Program Needed

2006-03-14 Thread Heiko Wundram
Am Dienstag, 14. März 2006 19:24 schrieben Sie: > I created the script as you suggested, and when I executed it ALL the > lights on the ports that have connections go nuts Okay, your switches are layer 2 switches, not layer 3 switches then... (they don't understand IP traffic, only ethernet traff

Re: [gentoo-user] Port Tracer Program Needed

2006-03-14 Thread Heiko Wundram
Am Dienstag, 14. März 2006 18:08 schrieb Timothy A. Holmes: > Hans -- Thank you, I realize that I can make it blink with network > traffic, the problem is that basically all the ports on the switches > have traffic running constantly on them, so I need to find a way to make > it distinctive enough

Re: [gentoo-user] Fairwell for now

2006-03-10 Thread Heiko Wundram
Am Freitag, 10. März 2006 19:44 schrieb A.R.S. KA9QLQ Alvin Koffman: > Bill Gates can sleep good...they even have voice software [8=) Stop trolling and grow up. -- --- Heiko. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Good Game??

2006-03-08 Thread Heiko Wundram
Am Mittwoch, 8. März 2006 23:26 schrieb wieseltux23: > www.wolfspakt.de/spiel.php?id=7358 For all people who haven't looked there yet, this is a crappy german advertising game, in which the player gets points for the number of people visiting his "site." So: don't go look there, this has absolu

Re: [gentoo-user] how to implement net bandwidth quota

2006-03-07 Thread Heiko Wundram
Am Mittwoch, 8. März 2006 06:52 schrieb Bobber Cheng: > Any suggestion? Yes. Go and google for tc and the mark table of iptables, and most probably the user-match too. (Linux Advanced Routing & Traffic Control HOWTO ring a bell?) Oh, and by the way, the HOWTO is nothing you couldn't have found

Re: [gentoo-user] virtual cdroms in linux

2006-03-01 Thread Heiko Wundram
Am Mittwoch, 1. März 2006 18:02 schrieb Nick Smith: > vmware tells me that /dev/loop1 exsists but does not appear to be a > cdrom device, is there something else i have to do? As I said, YMMV. The loop device doesn't support CD-ROM-device IOCTLs, which are required by VMware as it seems. There's

Re: [gentoo-user] virtual cdroms in linux

2006-03-01 Thread Heiko Wundram
Am Mittwoch, 1. März 2006 17:27 schrieb Nick Smith: > wouldnt that be the same as just telling vmware in the software itself > to use the that iso image? i cant use vmware's virtual cdrom for this > project, it gives me errors on boot, i need to find a way to have it > mounted some other way like d

Re: [gentoo-user] USE=mysql

2006-03-01 Thread Heiko Wundram
Am Dienstag, 28. Februar 2006 18:55 schrieb Arnau Bria Ramírez: > But, why if I set mysql to my make.conf and try to emerge with --newuse, > php is not a candidate of rebuild? You probably did not emerge php directly, but had it pulled in by some other ebuild. This means it won't get picked up in

Re: [gentoo-user] SMP not working?

2006-02-13 Thread Heiko Wundram
Am Dienstag, 14. Februar 2006 01:58 schrieb Nick Smith: > actually the SMP "is" working, as in top shows 2 CPU's. but when i do > an emerge --sync CPU1 stays pegged at 99% and CPU0 stays below 1% the > entire time. this is a dual 200mhz U2 Sparc system, i was just > wondering if this was normal or