Re: Speeding up debian ... ?
On Sat, 07 Jun 2003 03:29:37 +0100 David selby <[EMAIL PROTECTED]> wrote: > Would there be much of a speed increase, enough to warrent doing it ? Yes. (You can listen people saying "no"; but those people can't prove how its posible that a optimized compilation of some apps seems to make a diference in the real world) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
libc6 with NTPL support?
Hi, i'm running debian sid up-to-date; i was wondering if the libc6 2.3.1-17 libc6 package has the latest NTPL changes needed to get the maximum performance with threads in the 2.5 development kernel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Speeding up debian ... ?
On Sat, 7 Jun 2003 07:34:34 -0700 Paul Johnson <[EMAIL PROTECTED]> wrote: > Minutes wasted for milliseconds gained. Still seem worth it? No. Indeed. That's the main reason i dislike gentoo. They're braindead. It's worth of it when you're for example in stable, when you compile it one time for a lot of time. But luckly, debian didn't kick binary packages as gentoo did (yeah, not fully, but USE flags makes binary packages in gentoo a utopy) People (debian users) could setup mirrors for optimized packages. Doesn't looks a bad idea. Of course, making that debian supports every cpu is braindead: mirrors would run in pain. p2p support for apt would be nice...i'd be a interesting project :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 3 Question:Kernel 2.5.69, sensors and mplayer
On 11 Jun 2003 22:04:46 +0200 Tinus Kotzé <[EMAIL PROTECTED]> wrote: > Hi > > 1) I am running debian unstable and tried kernel 2.5.69. when I install > it however, it comes passed the point saying "Loading kernel", then > the bios check. Then after the Uncompressing kernel it freezes. I > disable the boot logos and also double checked my memory and processor > settings, but to no avail. Somebody by any chance had the same problem? > I am running an Athlon XP1800+, Gigabyte 7va-c mb, 512mb ddr333(not > registered),geforce mx2. Current kernel is 2.4.20(recompiled) Read http://www.codemonkey.org.uk/post-halloween-2.5.txt in "Known gotchas" section ;) (the CONFIG_VT thing) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Low latency patch worth the fuss?
On 15 Jun 2003 21:09:22 +0200 Mario Vukelic <[EMAIL PROTECTED]> wrote: > I'd say it's really worth it, and from my brief encounter with Gentoo > I'd suspect that most of Gentoo's perceived speed is because of the > kernel (they offer the CK kernel in portage, but as I understand also > the stock Gentoo kernel is patched heavily) Also, 2.4.21 has a patch which it's said to help a lot under heavy disk load (ie: ripping) You could test 2.4.21-ck1 :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel 2.5.44
On 27 Jun 2003 12:39:05 +0700 Oki DZ <[EMAIL PROTECTED]> wrote: > Hi, > > Are there any issues I should aware of in installing the Kernel version > 2.5.44 on Sid? Would there any problem with modutils? You should be aware that 2.5 is a development kernel, you should update to the latest, 2.5.73. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel 2.2.x or 2.4.x ?
El Sun, 06 Jul 2003 21:12:42 +0100 Shango Oluwa <[EMAIL PROTECTED]> escribió: > Why, if 2.4.x is more recent & secure, is my Debian 3 (woody) CD distribution > built with kernel 2.2.20 ? Obviously you haven't looked at the latest security issues in 2.4.X kernels. BTW; the default 2.4.18-bf2.4 ate my ext3 disc soem hour after an installation and about ~100 MB downloaded through a 56k modem (the bug was fixed in 2.4.19). Annoying. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 2.5 series kernel experiences
El 13 Jul 2003 13:25:10 -0500 Alex Malinovich <[EMAIL PROTECTED]> escribió: > for? I'm going to be using make-kpkg and friends to do all the work. Any > issues with that? Also, how about .config? Can I just copy over my > 2.4.21 .config and add new selections as necessary? Well, currently we've kernel-sources-2.5.69 and friends but it seems a bit outdated. It's much better to create a new config for 2.5. It's very different and it can lead to errors ie: some config values you don't need in 2.5 are necessary in 2.5 and if you import a 2.4 you won't see the default value (enabled) Anyway read http://www.codemonkey.org/post-halloween-2.5.txt, some libraries may need a update. Personally i've been using 2.5 for a long time, appart of the module-init-tools i don't have any problem that i remember right now (well, i don't know if lm-sensors upstream already supports sysfs, the last time i looked at it no) The one thing i miss in debian for 2.5 is a libc6 with NTPL support (Christian Leber put a experimental one at http://ijuz.uugrn.org/nptl-0.52-0/; *BE CAREFUL* as it only works with very recent 2.5 kernels) but i can live without it (it doesn't change the picture a lot in a icewm desktop). The 2.6 betas will start in the next kernel release, but it seems we'll have 2.6-pre kernels some months. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: web interface to submit bugs
El 02 Aug 2003 17:48:45 -0500 Alex Malinovich <[EMAIL PROTECTED]> escribió: > Personally I find reportbug plenty easy enough. Though for a web > interface, I'd think it would be quite easy to write a web front-end for > reportbug. Then again, it would be about as easy to write a web > front-end from scratch as well. :) Yeah. reportbug isn't bad, but it requires a mail server (or a mail account). Web interface should be an option, at least IMHO. I like the KISS principle, too (bugzilla is full featured, no doubt in that) but it has some nice things ie: new bugs reported today (if the debian system can do this i don't know how to do it due to the bad interface) also, bugzilla makes contributions easier: It's damn easy to read the bugs reported to day, and try to fix one if you're not a developer. Much easier than sending requests to [EMAIL PROTECTED] The current system is good, but it's a bit "obscure" and at least it needs a bit of work to be usable for everybody. I think this is important because isn't allowing to use the full potential of all the users - I want to help to fix simple bugs, or add comments, or experiences or - and that means faster stabilizations, etc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: web interface to submit bugs
El Sun, 3 Aug 2003 02:40:44 +0200 [EMAIL PROTECTED] escribió: [I'm also the [EMAIL PROTECTED] guy; BTW. Trying to avoid antispam systems for my ISP] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: web interface to submit bugs
El Sat, 2 Aug 2003 22:38:03 -0700 Paul Johnson <[EMAIL PROTECTED]> escribió: > Well, considering so many other things require an MTA (cron, anacron, > at, most MUAs), and exim is part of the base system, why don't you > have one properly configured and installed? Because i don't need to do it. The sylpheed package allows me to live whitout it, i've 3 mail accounts not 3000 (if people like to waste their time configuring exim for 3 accounts is their option). Even more, it's been uninstalled, so I'm free of exim security bugs. And well, i wonder what people will do when they find a bug in exim. > No, because then we'll get people who really don't have enough > expertise to file a usable bug report reporting bugs. See also: > Bugzilla. So close the bugs. reportbug doesn't stop people from doing that. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: web interface to submit bugs
El Sun, 3 Aug 2003 04:42:49 +0100 Colin Watson <[EMAIL PROTECTED]> escribió: > It's on the wishlist Cool > No, this is vanishingly unlikely. Sure, i don't say i like bugzilla; but currently it allows doing some things the BTS can't do. Thanks for the job you're doing at the BTS! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 2.6.test02 fails to compile...riscom8.o
El Mon, 04 Aug 2003 23:05:47 +0200 "A. Loonstra" <[EMAIL PROTECTED]> escribió: > When I run make-kpkg kernel-image I fails around riscom8.o. I tried > several settings and downgraded to gcc-2.95, no help. Know bug: http://bugme.osdl.org/show_bug.cgi?id=153 The driver hasn't been ported (still) to new interfaces ;( -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: kernel update causes ps to segfault
El Mon, 4 Aug 2003 11:58:17 -0500 Lindsey Simon <[EMAIL PROTECTED]> escribió: > Unable to handle kernel NULL pointer dereference at virtual address > 007c That isn't a ps bug, it's a kernel bug. Please pass it through ksymoops and send a full bug report to the kernel lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]