Re: [Cooker] Enlarge your bash completion experience

2003-09-10 Thread Chmouel Boudjnah
Guillaume Rousse <[EMAIL PROTECTED]> writes: > However, it seems there is less active development for zsh completion > function, whereas bash-completion project is very active. because zsh completion system has been here for years when the bash users start to get so happy with this *new* toy. -

Re: [Cooker] Enlarge your bash completion experience

2003-09-10 Thread Chmouel Boudjnah
Luca Berra <[EMAIL PROTECTED]> writes: > --- > if [ "$PS1" ] && [ "$SHELL" = "/bin/bash" -a -f /etc/bash_completion ]; > then and it should not occur if you have your login shell as /bin/zsh (SHELL will be equal /bin/zsh). -- http://www.chmouel.com/

Re: [Cooker] Mandrake wesite fonts

2003-09-10 Thread Chmouel Boudjnah
FACORAT Fabrice <[EMAIL PROTECTED]> writes: > so they don't know how to use css, class, implicite class, etc ... ? > The problem is that many mdk site need to be redesigned. the others websites (like mandrake-linux.com) are old and was designed for the only descent linux browser available at this

Re: [Cooker] Enlarge your bash completion experience

2003-09-10 Thread Chmouel Boudjnah
Guillaume Rousse <[EMAIL PROTECTED]> writes: > Here are two patches for bash completion. would be awesome to update the zsh completion as well -- http://www.chmouel.com/

Re: [Cooker] Re: [Contrib-Rpm] kernel-2.6-2.6.0-0.test4.3mdk

2003-09-07 Thread Chmouel Boudjnah
Olivier Blin <[EMAIL PROTECTED]> writes: > Has someone tried to build test4 without any patch and to boot it > successfully ? i use test4-mm6 every day. works great for me. -- http://www.chmouel.com/

[Cooker] Re: [Contrib-Rpm] runit-0.11.1-1mdk

2003-09-04 Thread Chmouel Boudjnah
Oden Eriksson <[EMAIL PROTECTED]> writes: > [Contrib-RPM] > > -=-=-=- > Name: runitRelocations: (not relocateable) > Version : 0.11.1Vendor: MandrakeSoft > Release : 1mdk Build Date: Thu Sep 4 22:03:35 2

Fwd: Re: [Cooker] [Bug 4737] [grub] New: seg fault during installation of grub (0.93-2mdk)

2003-08-17 Thread Chmouel Boudjnah
Forwarded as Requested. - Original message - From: "John van Spaandonk" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], "Chmouel Boudjnah" <[EMAIL PROTECTED]> Date: Sun, 17 Aug 2003 12:57:37 +0200 Subject: Re: [Cooker] [Bug 4737] [grub] New: seg fault during

Re: [Cooker] [Bug 4592] [kernel-2.6.0-0.test2.2mdk] No display on Radeon Mobility (Dell C610)

2003-08-14 Thread Chmouel Boudjnah
Chmouel Boudjnah <[EMAIL PROTECTED]> writes: > Andrey Borzenkov <[EMAIL PROTECTED]> writes: > > > > BTW I need to modprobe 3c59x and sound modules. > > > > I do not have LAN card so somebody please test this and tell me what is needed > > to make i

Re: [Cooker] [Bug 4592] [kernel-2.6.0-0.test2.2mdk] No display on Radeon Mobility (Dell C610)

2003-08-14 Thread Chmouel Boudjnah
Andrey Borzenkov <[EMAIL PROTECTED]> writes: > that much I know :) I thought some extra steps are needed in 2.6. That should > be taken care of by module-init-tools install. sounds like the same as before (it has been the same behvavior since 2.0.x) -- http://www.chmouel.com/

Re: [Cooker] [Bug 4737] [grub] New: seg fault during installation of grub (0.93-2mdk)

2003-08-14 Thread Chmouel Boudjnah
For me this (bourrinage) patch fix it : --- grub-0.93/lib/device.c.chmou2003-08-14 11:33:57.0 +0200 +++ grub-0.93/lib/device.c 2003-08-14 11:36:55.700163832 +0200 @@ -581,7 +581,7 @@ if (check_device (name)) { (*map)[num_hd + 0x80] = strdup (name); -

Re: [Cooker] [Bug 4737] [grub] New: seg fault during installation of grub (0.93-2mdk)

2003-08-14 Thread Chmouel Boudjnah
Chmouel Boudjnah <[EMAIL PROTECTED]> writes: > For me this (bourrinage) patch fix it : > > --- grub-0.93/lib/device.c.chmou2003-08-14 11:33:57.0 +0200 > +++ grub-0.93/lib/device.c 2003-08-14 11:36:55.700163832 +0200 > @@ -581,7 +581,7 @@ >

Re: [Cooker] kernel-2.4.21-6.5tmb

2003-08-14 Thread Chmouel Boudjnah
Pixel <[EMAIL PROTECTED]> writes: > <[EMAIL PROTECTED]> writes: > > > check /boot/kernel.h, does it say you are running enterprise? > > probably not i think since /etc/init.d/kheader uses: > > k=$(uname -r|sed 's/.*mdk//') > > to determine enterprise, secure, smp, etc. > > since thomas uses tmb i

Re: [Cooker] [Bug 4592] [kernel-2.6.0-0.test2.2mdk] No display on Radeon Mobility (Dell C610)

2003-08-14 Thread Chmouel Boudjnah
Andrey Borzenkov <[EMAIL PROTECTED]> writes: > > BTW I need to modprobe 3c59x and sound modules. > > I do not have LAN card so somebody please test this and tell me what is needed > to make it work :) /etc/modules.conf alias eth0 whatmodule ifconfig whatmodule => load_module("whatmodule") you

[Cooker] gqview

2003-08-14 Thread Chmouel Boudjnah
Would you mind to apply this patch to gqview : --- gqview-1.3.2/src/main.c.chmou 2003-06-11 19:50:24.0 +0200 +++ gqview-1.3.2/src/main.c 2003-08-06 11:00:39.373315256 +0200 @@ -571,7 +571,7 @@ check_for_home_path(GQVIEW_RC_DIR_THUMBS); check_for_home_path(GQVIEW_

Re: [Cooker] [Bug 4499] [drakxtools] New: 92beta2: summary is incomplete

2003-08-14 Thread Chmouel Boudjnah
Pixel <[EMAIL PROTECTED]> writes: > the culprit must be detectloader, or maybe detectloader is missing. > do you have kernel-utils installed? maybe you have ksymoops instead there is not prereq require on kernel-utils into the kernel so for sure the culprit is that it is missing. > which provide

[Cooker] Re: [linux.kernel] module-init-tools don't support gzipped modules.

2003-08-14 Thread Chmouel Boudjnah
On Wed, 13 Aug 2003 23:41:21 +0400, "Andrey Borzenkov" <[EMAIL PROTECTED]> said: > On Sunday 03 August 2003 19:20, you wrote: > > On Fri, 1 Aug 2003 14:51:10 +0400, "Andrey Borzenkov" <[EMAIL PROTECTED]> > > > > said: > > > On Friday 0

[Cooker] Re: 2.6 and "modprobe " failure

2003-08-14 Thread Chmouel Boudjnah
On Thu, 14 Aug 2003 20:04:32 +0400, "Andrey Borzenkov" <[EMAIL PROTECTED]> said: > it is quite unlikely that all places can be identifed and fixed (e.g. > CUPS > initscript is one of them) so what-do-you-think about making modprobe to > _not_ fail by default, possibly adding extra option like --f

Re: [Cooker] 2.6.0-test3 - web cvs problems?

2003-08-12 Thread Chmouel Boudjnah
"Andrey Borzenkov" <[EMAIL PROTECTED]> writes: > - O10int patch is long obsolete AFAIK. BTW interactivity in test3 seems to be much > better than before. There are more O*int > patch for -test3, last one is I believe O14.1int a good thing would be to use mm1 also from Andrew Morton. > - ata_pr

Re: [Cooker] empty suspend script

2003-08-07 Thread Chmouel Boudjnah
Guillaume Rousse <[EMAIL PROTECTED]> writes: > /etc/sysconfig/suspend-scripts/suspend.d/modules has an almost empty resume > function: > > function resume { > : > } > > Is this _really_ normal ? at some day i had to fix that but i went in long vacation before that :-( -- http://www.chmou

Re: [Cooker] New rpmlint rule suggestion...

2003-08-04 Thread Chmouel Boudjnah
Ben Reser <[EMAIL PROTECTED]> writes: > Perms on any file in /etc/rc.d/init.d should be 0700. rpmlint should > test for this. it depend of the msec security level (i guess)... -- http://www.chmouel.com/

Re: [Cooker] 2.4/2.6 ALSA initscript problem

2003-08-04 Thread Chmouel Boudjnah
Andrey Borzenkov <[EMAIL PROTECTED]> writes: > I do not know if it specific in 2.6 or just newer ALSA - but now (in 2.6) no > /proc/asound/dev is created. It does not matter for devfs case because it > stil creates /dev/snd/... as before. But for non-devfs case initscript > assumes that no ALSA

Re: [Cooker] beta of updated mdk-rpm-howto

2003-07-31 Thread Chmouel Boudjnah
Guillaume Cottenceau <[EMAIL PROTECTED]> writes: > What do you guys do for editing larger wiki'ed documents? You can try to look at this : http://www.emacswiki.org/cgi-bin/wiki.pl/WikiModeDiscussion Never tried thought. -- http://www.chmouel.com/

Re: [Cooker] Re: [Contrib-Rpm] kernel-2.6-2.6.0-0.test1.1mdk

2003-07-29 Thread Chmouel Boudjnah
Olivier Thauvin <[EMAIL PROTECTED]> writes: > Can you confirm or should I rediff the patch and include ? > Actually I works without to continue the spec. this is a patch again test2 (that what i am using also). -- http://www.chmouel.com/

Re: [Cooker] Re: [Contrib-Rpm] kernel-2.6-2.6.0-0.test1.1mdk

2003-07-29 Thread Chmouel Boudjnah
Olivier Thauvin <[EMAIL PROTECTED]> writes: > Le Mardi 29 Juillet 2003 09:37, Chmouel Boudjnah a écrit : > > "Andrey Borzenkov" <[EMAIL PROTECTED]> writes: > > > Olivier, please consider to aply patch > > > <http://marc.theaimsgroup.com/?l

Re: [Cooker] Re: [Contrib-Rpm] kernel-2.6-2.6.0-0.test1.1mdk

2003-07-28 Thread Chmouel Boudjnah
"Andrey Borzenkov" <[EMAIL PROTECTED]> writes: > Olivier, please consider to aply patch > , > it would allow me to You may want also to include : http://members.optusnet.com.au/ckolivas/kernel/2.5/patch-test2-O10int or every m

[Cooker] Re: [Contrib-Rpm] kernel-2.6-2.6.0-0.test1.1mdk

2003-07-28 Thread Chmouel Boudjnah
Olivier Thauvin <[EMAIL PROTECTED]> writes: > Would be nice to see those patch applied, no a kernel 2.6 is in the distro. it's up to the maintainner of mkinitrd > Anyway, no modules was load. You may want to read this article : http://lwn.net/Articles/39901/?format=printable > BTW: I just it

[Cooker] Re: [Contrib-Rpm] kernel-2.6-2.6.0-0.test1.1mdk

2003-07-28 Thread Chmouel Boudjnah
Fabien ILLIDE <[EMAIL PROTECTED]> writes: > Hi to all, > Just for information : > I've install the kernel-2.6-2.6.0-0.test1.1mdk and when postinstall, > I've see a message telling that the module aic7xxx could'nt be load > (or find can't remember). > It correctly add an entrie in lilo.conf, but di

[Cooker] Re: Cold plug does not work

2003-07-28 Thread Chmouel Boudjnah
"Andrey Borzenkov" <[EMAIL PROTECTED]> writes: > chmouel, may be you can give some insight as to why it has been > disabled in mdk. i wonder why but lately all theses implementation has been done by flepied i remember that last time it was working (last time for me it's like 1 year ago :-( ). >

[Cooker] Re: APM and time reset after suspend

2003-07-28 Thread Chmouel Boudjnah
"Andrey Borzenkov" <[EMAIL PROTECTED]> writes: > is gcc still broken? does the problem still exist? with last version (0.7mdk) i don't have problems to compile any kernel (2.4, 2.6) -- http://www.chmouel.com/

[Cooker] Re: Hunting out utility

2003-07-21 Thread Chmouel Boudjnah
Paul Dorman <[EMAIL PROTECTED]> writes: > Hi all, > > I've been hunting around the Net for a utility which automatically executes > scripts whenever a file is dropped into a particular directory. I can't > recall what it is called, so I feel that I have to ask you friendly folks. > Hopefully

[Cooker] Re: Compiling kernels with latest gcc

2003-07-21 Thread Chmouel Boudjnah
Dave Cotton <[EMAIL PROTECTED]> writes: > Really does any kernel work with 3.3.1? yes for me : [EMAIL PROTECTED]|~| cat /proc/version Linux version 2.4.21-chmou ([EMAIL PROTECTED]) (gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-0.6mdk)) #5 Sun Jul 20 23:22:06 CEST 2003 vanilla 2.4.21 with some

[Cooker] Re: [CHRPM] emacs-21.3-1mdk

2003-04-02 Thread Chmouel Boudjnah
[EMAIL PROTECTED] (Thierry Vignaud) writes: > This package includes the libraries you need to run the Emacs editor, so > you need to install this package if you intend to use Emacs. You also > need to install the actual Emacs program package (emacs-nox or emacs-X11). > Install emacs-nox if you ar

Re: [Cooker] whois doesn't work with .org

2003-04-02 Thread Chmouel Boudjnah
Luca Olivetti <[EMAIL PROTECTED]> writes: > Version 4.6.3 solves the problem > http://www.linux.it/~md/software/whois_4.6.3.tar.gz > and it's a drop in replacement in the srpm updated

[Cooker] Re: [PATH] ldm_validate_partition_table resubmitted

2003-04-02 Thread Chmouel Boudjnah
"Andrey Borzenkov" <[EMAIL PROTECTED]> writes: > It appears this patch has never been applied. We agreed on waiting > for feedback but nothing happend thereafter. Browsing cooker today > I saw half a dozen bug reports about this problem. > > Included is also related patch for ppa that makes it pos

Re: [Cooker] Suspend Scripts Documentation? Was: PCMCIA problem insuspend scripts?

2003-03-31 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: > One question that kinda has to do with docs. I'm reading the scripts to > try and figure out how things work. Is there a reason why swsuspend is > setup to only work with acpi? Looking at the swsuspend site it would if [[ -e /proc/acpi/sleep || -n

Re: [Cooker] Suspend Scripts Documentation? Was: PCMCIA problem insuspend scripts?

2003-03-31 Thread Chmouel Boudjnah
Robert Da Campo <[EMAIL PROTECTED]> writes: > Is there any documentation on how to set up > suspend function with mdk? > I searched for it in the online doc, mandrakeuser > and google, but did not find anything usefull. urpmi suspend-s /usr/sbin/pmsuspend

Re: [Cooker] [RFC][PATCH] New supermount

2003-03-31 Thread Chmouel Boudjnah
Pixel <[EMAIL PROTECTED]> writes: > Danny Tholen <[EMAIL PROTECTED]> writes: > >> On Sunday 30 March 2003 19:49, Andrey Borzenkov wrote: >> >> > - fs=.. option now takes list of filesystem types like fs=ext2:vfat. >> > Using "auto" gave large delay sometimes (specifically for floppy). >> Pi

Re: [Cooker] PCMCIA problem in suspend scripts?

2003-03-31 Thread Chmouel Boudjnah
"B Lauber" <[EMAIL PROTECTED]> writes: > If I force a suspend with "echo 4 > /proc/acpi/sleep" , then the > cardmgr comes back just fine (although, other services are out, but > that makes sense). When I shut down the computer, the PCMCIA cards > are shut off (instead of trying to activate my eth

Re: [Cooker] Re: [CHRPM] urpmi-4.2-34mdk (missing BuildRequires)

2003-03-28 Thread Chmouel Boudjnah
Stefan van der Eijk <[EMAIL PROTECTED]> writes: >> >> >> %changelog >>+* Thu Mar 27 2003 Guillaume Cottenceau <[EMAIL PROTECTED]> 4.2-34mdk >>+- fix MandrakeClub downloads problem: take advantage of >>+ --location-trusted when available (available in curl >= >>+ 7.10.3-2mdk) >>+ >> * Thu Mar 13

Re: [Cooker] Hebrew status (and some problems) on Bamboo

2003-03-28 Thread Chmouel Boudjnah
Diego Iastrubni <[EMAIL PROTECTED]> writes: > Galaxy kwin dies when the UI in kde is set to hebrew. Look it out, contact me > privatly if you have a patch. If I fix it, where can I send it to? [EMAIL PROTECTED], [EMAIL PROTECTED] > Keyboard: mcc sets the keyboard to pc105, is it possible to cha

Re: [Cooker] Re: hostap drivers

2003-03-28 Thread Chmouel Boudjnah
Guillaume Rousse <[EMAIL PROTECTED]> writes: > Does that means that all drivers introduction request should be directly sent > to Nicolas from now ? for wireless pcmcia and usb stuff yes.

Re: [Cooker] Anyone running 2.5 beta kernels with current cooker?

2003-03-28 Thread Chmouel Boudjnah
scott chevalley <[EMAIL PROTECTED]> writes: > the kernel module loader was completely rewritten around 2.5.48 and so > a new set of mod-utils > necessary to load modules... I think unloading modules was disabled in > the 2.5.x kernels, as well. CONFIG_MODULE_UNLOAD=y

[Cooker] Re: hostap drivers

2003-03-28 Thread Chmouel Boudjnah
Guillaume Rousse <[EMAIL PROTECTED]> writes: > The following drivers allow to use some wireless cards as access point: > http://hostap.epitest.fi/ > Please include them in the kernel. Cc: nplanel@

Re: [Cooker] Anyone running 2.5 beta kernels with current cooker?

2003-03-27 Thread Chmouel Boudjnah
[EMAIL PROTECTED] writes: > Has anybody tried to run 2.5 kernels with the current cooker? > Before I get the sources and start figuring out how to get it configured, > build, installed and up I would like to hear from a couple of things which > comes to my mind. be sure to install module-init-t

Re: [Cooker] cvs.mandrakesoft.com

2003-03-24 Thread Chmouel Boudjnah
Francisco Alcaraz Ariza <[EMAIL PROTECTED]> writes: > I wonder if those problems are related? no.

[Cooker] Re: let document the fscking mcc

2003-03-19 Thread Chmouel Boudjnah
Thierry Vignaud <[EMAIL PROTECTED]> writes: > [-1] always the same bug with email, it's deshumanized and sometimes > people feel bad because we lack non verbal signals; that's also > why we easily troll by mail or insult other drivers while > driving :( specially when you don't kno

Re: [Cooker] kernel-source and kernel-source-includes

2003-03-19 Thread Chmouel Boudjnah
Buchan Milne <[EMAIL PROTECTED]> writes: > How soon? next release i guess. > What to do in the meantime? Upload thinkpad drivers to contrib? To Club? > What about tpctl (requires thinkpad drivers as it requires the thinkpad > device)? user-mode package will follow kernel-drivers.

Re: [Cooker] kernel-source and kernel-source-includes

2003-03-18 Thread Chmouel Boudjnah
Buchan Milne <[EMAIL PROTECTED]> writes: > Per Øyvind Karlsen wrote: >> On Tuesday 18 March 2003 18:28, Buchan Milne wrote: >> >>>But not all kernel modules that aren't in the Mandrake kernel are >>>proprietary: >>> >>>For one: >>>http://ranger.dnsalias.com/mandrake/9.1/thinkpad-4.1-2mdk.src.rpm >

Re: [Cooker] urpmi features

2003-03-18 Thread Chmouel Boudjnah
Todd Lyons <[EMAIL PROTECTED]> writes: > increment_spec_version() { [...] > add_spec_changelog() { [...] for this stuff you can short it with emacs : #!/bin/bash # -*- Mode: shell-script -*- # Chmouel Boudjnah <[EMAIL PROTECTED]> name="Chmouel Boudjnah" email=

Re: [Cooker] HyperThreading w/ Intel 3.0

2003-03-17 Thread Chmouel Boudjnah
eddie <[EMAIL PROTECTED]> writes: > I am curious if anyone on the list has been able to install 9.1 (w/ > latest kernel) w/ HyperThreading installed and working using the new > Intel 3.0 > CPU? > Edward A Mihalow Jr Silver Club Member we did here yes.

Re: [Cooker] security audit

2003-03-14 Thread Chmouel Boudjnah
Han Boetes <[EMAIL PROTECTED]> writes: > That's a local exploit. I can think of a few other local ``exploits'' as > well, like booting in single user mode. this is not a exploit if you can _boot_ in single user mode it's mean you have acess to the hardware and if you have access we cannot do

Re: [Cooker] [Bug 1576] [icewm] toolbar in current cooker icewmunable to diskplay apm battery status

2003-03-14 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: > You are correct... however If I use the packages from 9.0 ... I get the > battery working. with the ones from cooker I get 0:00 on the taskbar. > All other files packages remain the same... I just rpm -Uvh icewm and > icewm-light of the correct vers

War (was: [Cooker] Re: APCI not working on presario 700)

2003-03-12 Thread Chmouel Boudjnah
David Walser <[EMAIL PROTECTED]> writes: > Though knowing too much could be dangerous :o) Me and a friend were > having a discussion, and I was saying I hope some Americans don't > refuse to buy MDK 9.1 because of the situation at the United Nations, > and he said most Americans probably don't kn

Re: [Cooker] [Bug 1576] [icewm] toolbar in current cooker icewmunable to diskplay apm battery status

2003-03-12 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: > I can't use the ACPI package as this laptop doesn't support it. I have > to use APM and that does work..with the 9.0 version. as ACPI it should does the switch automatically : icewm/src/aapm.c 350: n = scandir("/proc/acpi/battery", &de, 0, alp

Re: [Cooker] NEW TestKernel TmB_3: nForce2 Firewire support...

2003-03-11 Thread Chmouel Boudjnah
<[EMAIL PROTECTED]> writes: > eh..fix the not working sound? > seriously, just have a look, if you do not trust it do not apply. That's > ok. But I do have the confirmation that it works of a tester. sounds good, Juan do you have still the danny email ? will you repost it so i can review the co

Re: [Cooker] Re: [Contrib-Rpm] PowerDNS-2.9.6-2mdk

2003-03-11 Thread Chmouel Boudjnah
Marcel Pol <[EMAIL PROTECTED]> writes: > That would be Powerdns, Maradns and Mydns. that's not a showstopper but it could be kinda cool since it will not work when both are installed (and well who instlal tmdns if they want to install a dns server)

Re: [Cooker] NEW TestKernel TmB_3: nForce2 Firewire support...

2003-03-11 Thread Chmouel Boudjnah
<[EMAIL PROTECTED]> writes: > audigy2 patch went in multimedia kernel and nobody complained:) Bug poster > confirmed that it made sound working for him. It is not a big patch, and > it will only affect audigy2 users (if card=audigy2 {}) which does ? exactly. > lm_sensors is actually not ke

Re: [Cooker] NEW TestKernel TmB_3: nForce2 Firewire support...

2003-03-11 Thread Chmouel Boudjnah
Thomas Backlund <[EMAIL PROTECTED]> writes: > I'll rediff my changes when Cooker is unfrozen and we > update the cooker kernel... cheers, thanks.

Re: [Cooker] NEW TestKernel TmB_3: nForce2 Firewire support...

2003-03-11 Thread Chmouel Boudjnah
<[EMAIL PROTECTED]> writes: > On Tue, 11 Mar 2003, Chmouel Boudjnah wrote: > >> BTW Thomas, we cannot add anything to the kernel other than purely >> bugfix.. So it maybe needs to be postponed > I've send Juan 2 patches, 1 for lm_sensors and one for audigy 2,

Re: [Cooker] Re: [Contrib-Rpm] PowerDNS-2.9.6-2mdk

2003-03-11 Thread Chmouel Boudjnah
Oden Eriksson <[EMAIL PROTECTED]> writes: > Tuesday 11 March 2003 15.44 skrev Marcel Pol: >> On Mon, 10 Mar 2003 20:41:02 +0100 > >> > Regarding PowerDNS..., I think there's a web admin gui for it somewhere, >> > maybe you find it at freshmeat. (if you're interested that is...) >> >> I'm not reall

Re: [Cooker] wireless-tools ?

2003-03-11 Thread Chmouel Boudjnah
Pascal Terjan <[EMAIL PROTECTED]> writes: > I just noticed wireless-tools are no longer in Cooker. > Anyone knows why they disappeared ? seems like a mirror problem for you, it's here on the devel server.

Re: [Cooker] NEW TestKernel TmB_3: nForce2 Firewire support...

2003-03-11 Thread Chmouel Boudjnah
Thomas Backlund <[EMAIL PROTECTED]> writes: > Could someone please try out if the firewire part works?? > I can verify that it gets activated/recognized in BTW Thomas, we cannot add anything to the kernel other than purely bugfix.. So it maybe needs to be postponed

Re: [Cooker] Big kernel scheduler changes ahead...

2003-03-10 Thread Chmouel Boudjnah
Charles Shirley <[EMAIL PROTECTED]> writes: > I am sure this has been noticed by others, but stillm > I thought it important enough to post here: > > http://kerneltrap.org/node.php?id=603 > > I discovered on Slash-Dot: > http://slashdot.org/article.pl?sid=03/03/08/162218 > > It seems like the best

Re: [Cooker] /etc/resolv.conf

2003-03-10 Thread Chmouel Boudjnah
Oden Eriksson <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] SRPMS]# cat /etc/resolv.conf > searchnet.tld local > nameserver 127.0.0.1 > nameserver 192.168.100.1 > > > "searchnet.tld local" ??? > > [EMAIL PROTECTED] SRPMS]# hostname > dhcp010.localnet.tld what did you have before /sbin/update-re

Re: [Cooker] kernel-multimedia 13mdk

2003-03-07 Thread Chmouel Boudjnah
Chmouel Boudjnah <[EMAIL PROTECTED]> writes: > Jan Ciger <[EMAIL PROTECTED]> writes: > >>> > Moreover, the menuconfig is broken too : >>> >>> I did not touch menuconfig me thinks, can you test with main kernel if >>> same problem occurs? &

Re: [Cooker] kernel-multimedia 13mdk

2003-03-07 Thread Chmouel Boudjnah
Jan Ciger <[EMAIL PROTECTED]> writes: >> > Moreover, the menuconfig is broken too : >> >> I did not touch menuconfig me thinks, can you test with main kernel if >> same problem occurs? > > I does :-( At least with linux-2.4.21-0.12mdk source. Should be reported to > mandrake hackers. Should I fil

Re: [Cooker] ACPI Commands

2003-02-26 Thread Chmouel Boudjnah
Adam Williamson <[EMAIL PROTECTED]> writes: > On Tue, 2003-02-25 at 23:30, MEISCH,CORY (HP-Vancouver,ex1) wrote: >> Someone who is more familiar with ACPI than me, can you post some >> commands to see if ACPI works correctly? On the ACPI stuff that I have >> read there is acpiclt applet that has c

Re: [Cooker] [Bug 2441] [kernel] New: the trident sound module doesnot load 9.1rc1

2003-02-26 Thread Chmouel Boudjnah
@duplicate=2440

Re: [Cooker] APIC or not bootup with 2.4.21pre4

2003-02-25 Thread Chmouel Boudjnah
Praedor Atrebates <[EMAIL PROTECTED]> writes: > I recently built and installed the 2.4.21pre4 kernel on my Mandrake 9.0 > system. I have an Athlon 1.1GHz system with an MSI KT3 Ultra motherboard. > If I disable APIC in the bios, the system refuses to bootup. I don't even > get to a kernel pa

Re: [Cooker] [Bug 2001] [kernel] Segmentation fault

2003-02-24 Thread Chmouel Boudjnah
dhgood <[EMAIL PROTECTED]> writes: > No camera involved. CompuPic is a graphical file manager that can create thumbnails > of jpg, > gif, bmp etc and has limited editing capabilities of pictures stored on your hard > drive/cdrom. > CompuPic does not finish loading (dies) and the only error mes

Re: [Cooker] Hi !

2003-02-24 Thread Chmouel Boudjnah
Teletchéa Stéphane <[EMAIL PROTECTED]> writes: > Is this the correct behaviour ? > I assume the kernel packages should be in CD1 ... yes should be a bug in mkcd => bug warly

Re: [Cooker] [Bug 1968] [acpi] acpi works but modules not loadedautomatically

2003-02-24 Thread Chmouel Boudjnah
Adam Williamson <[EMAIL PROTECTED]> writes: > Out of interest, chmouel, how has this been fixed? Do you just load all > possible modules automatically, or what? Some would be pointless to load > on a desktop (battery, ac), is this checked for? force load, there is no way to detect if we need or n

Re: [Cooker] ACPI Testing

2003-02-24 Thread Chmouel Boudjnah
Adam Williamson <[EMAIL PROTECTED]> writes: > No idea on the second point. On the first point the answer currently is > no; Mandrake stuck ACPI in the kernel but don't appear to have made any > attempt at getting the appropriate should be done shortly.. > modules loaded automatically. Which is d

[Cooker] Re: [Contrib-Rpm] eboard-0.8.0-1mdk

2003-02-20 Thread Chmouel Boudjnah
[EMAIL PROTECTED] (Chmouel Boudjnah) writes: > [Contrib-RPM] > > --=-=-= > Name: eboard Relocations: (not relocateable) > Version : 0.8.0 Vendor: MandrakeSoft > Release : 1mdk Build Date

Re: [Cooker] startx starts in IceWM

2003-02-20 Thread Chmouel Boudjnah
guran <[EMAIL PROTECTED]> writes: > Hi > > Mandrake Linux Cooker-i586 20030219 19:35 > ChangeLog/1.788/Wed Feb 19 14:25:22 2003// > > First time in IceWM but after installing Xtart and asking for KDE, startx > always got into KDE. do you have kde installed ? what chksession -l say ?

Re: [Cooker] galaxy theme?

2003-02-20 Thread Chmouel Boudjnah
"O'Riordan, Kevin" <[EMAIL PROTECTED]> writes: > The new galaxy theme looks very well under GNOME, but doesn't look at all > well under KDE and nothing like the GNOME theme. Is this going to change? i guess the goal is to look good everywhere.

Re: [Cooker] raidstuff+install

2003-02-20 Thread Chmouel Boudjnah
Oden Eriksson <[EMAIL PROTECTED]> writes: > torsdagen den 20 februari 2003 13.57 skrev Oden Eriksson: >> Hi. >> >> Nice job with the text mode network install (9.0), it automatically found >> my old md arrays on some old drives I had. Very cool! Didn't know that. > > Duh!, i spoke too soon..., it

Re: [Cooker] Kernel Snafus

2003-02-19 Thread Chmouel Boudjnah
Vin Shelton <[EMAIL PROTECTED]> writes: > In attempting to test the RC1, I found the following gotchas: > 1. The installation of 9.1rc1 did not correctly install an SMP kernel >on my Dual PentiumPro machine. fill a bug to install. > 2. I tried to install kernel-smp-2.4.21.0.pre4.7mdk-1-1mdk.

[Cooker] Re: preempt rejected?

2003-02-19 Thread Chmouel Boudjnah
Danny Tholen <[EMAIL PROTECTED]> writes: > I patched all the config stuff, so that if you would build the src.rpm with > build_up enabled you build a clean main kernel without preempt, Like smp and > secure, etc. But I understand this might give confusion, so I will change the > name of the src

[Cooker] Re: preempt rejected?

2003-02-19 Thread Chmouel Boudjnah
Danny Tholen <[EMAIL PROTECTED]> writes: > What is *this*? putting this kernel in contrib or update the version number? kernel-preempt may works in contrib, but not for the main preemption in kernel is not a feature we can get for now

Re: [Cooker] 1 question about suspend scripts

2003-02-18 Thread Chmouel Boudjnah
Quel Qun <[EMAIL PROTECTED]> writes: > Well,there's an acpid daemon, so I assume one does not need apmd if acpi > works on the machine. when acpi doen't work on some computers apm take the hand.

Re: [Cooker] 1 question about suspend scripts

2003-02-17 Thread Chmouel Boudjnah
Quel Qun <[EMAIL PROTECTED]> writes: > Hi, > > I tried yesterday but it failed. Then I realized my swap partition is > smaller than my RAM. Shouldn't the suspend refuse to work in that case, > if that's the reason why it failed? i added this check in latest. > One last thing. Now that apmd is go

Re: [Cooker] Re: [CHRPM] gcc-3.2.2-1mdk

2003-02-17 Thread Chmouel Boudjnah
Oden Eriksson <[EMAIL PROTECTED]> writes: > lördagen den 15 februari 2003 18.01 skrev Gwenole Beauchesne: >> --=-=-= >> Name: gcc Relocations: (not relocateable) >> Version : 3.2.2 Vendor: MandrakeSoft >> Release : 1mdk

Re: [Cooker] pcmcia

2003-02-17 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: > On Fri, 2003-02-14 at 01:25, Chmouel Boudjnah wrote: >> James Sparenberg <[EMAIL PROTECTED]> writes: >> >> >I've got quite a collection of card types I've gathered. (for the >>

[Cooker] pcmcia

2003-02-14 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: >I've got quite a collection of card types I've gathered. (for the > /etc/pcmcia/config file) do you need any of these? yep send it i'll take a look.

Re: [Cooker] Re: UNIX Lore and the benefits of kmail

2003-02-14 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: > On Wed, 2003-02-12 at 19:52, Steve Fox wrote: >> On Wed, 2003-02-12 at 12:21, Jean-Michel Dault wrote: >> >> > If 1.2.x is stable, I can't wait to install it, just for the new mail >> > notification. I want it to notify me when I have new mail, but o

Zoolander addicted (was: [Cooker] Chmouel is a genius!)

2003-02-13 Thread Chmouel Boudjnah
James Sparenberg <[EMAIL PROTECTED]> writes: >Couldn't find the original request thread but I did install the > latest version of pcmcia from the cooker and for the first time since > MDK 8.0 I inserted my NetGear MA401RA1 and badda bing badda boom. Two > little high pitched beeps were heard.

Re: [Cooker] Re: Creation of a community

2003-02-13 Thread Chmouel Boudjnah
Jean-Michel Dault <[EMAIL PROTECTED]> writes: > What do you think? i don't think it would be easier...

Re: [Cooker] urpmi.setup in main ?

2003-02-12 Thread Chmouel Boudjnah
Olivier Thauvin <[EMAIL PROTECTED]> writes: > What about puting this package on main instead contrib. It seems lot of poeple > want or need it: why is not done in rpmdrake ?

Re: [Cooker] Re: UNIX Lore

2003-02-12 Thread Chmouel Boudjnah
Austin Acton <[EMAIL PROTECTED]> writes: > I find 'GNOME' to be offensive to short people, 'Evolution' goes against > some people's beliefs, I'm a bit of a pyromaniac and 'Arson' makes me > relapse, 'the Gimp' has homosexual connotations, so does 'suck', I had a > girlfriend named 'Gail' once and

Re: [Cooker] Thinkpad support

2003-02-12 Thread Chmouel Boudjnah
Buchan Milne <[EMAIL PROTECTED]> writes: > So, can we have this in-kernel?: > http://prdownloads.sourceforge.net/tpctl/thinkpad_4.1.tar.gz?download > Then at least I could configure my serial ports (which I have) since I > don't have a docking port to play with ... (please don't take that out > of

If you are under age blah blah blah don't read this (was: [Cooker]Re: UNIX Lore, comments in the kernel (rubish) :))

2003-02-12 Thread Chmouel Boudjnah
Austin Acton <[EMAIL PROTECTED]> writes: > Yeah, the kernel source is a fun read sometimes. > Europeans and Americans have a slightly different way of cursing in > English. It's fun to see the difference. from one comments file of the kernel --- linux.vanilla/drivers/hotplug/tp600.c 1970-

Re: [Cooker] no more kernel boot hang

2003-02-12 Thread Chmouel Boudjnah
Pascal <[EMAIL PROTECTED]> writes: > Dear Chmouel, > > with 2 latest kernels I have no more boot hang now. > > It seems fixed. great, thanks.

Re: [Cooker] A new Mandrake Baby!

2003-02-11 Thread Chmouel Boudjnah
Jean-Michel Dault <[EMAIL PROTECTED]> writes: > I'm now a new daddy.. it's a girl, Gabrielle. > > See all the pictures at http://www.advx.org/baby Mazal Tov !!!

Re: [Cooker] Re: [Contrib-Rpm] Maildir-1.0-1mdk

2003-02-10 Thread Chmouel Boudjnah
David Walser <[EMAIL PROTECTED]> writes: > Chmouel Boudjnah wrote: >> "Oden Eriksson" <[EMAIL PROTECTED]> writes: >> >>>Someone mentioned a similar patch for uw-imap?, but that means one needs to >>>first patch it to recongnize Maildir, an

Re: [Cooker] Creation of a community ( was : the end isinevitable )

2003-02-10 Thread Chmouel Boudjnah
Adam Williamson <[EMAIL PROTECTED]> writes: > Pixel, if you're going to start distro wars, it's probably at least a > good idea to USE the other distro first. "someone told me" isn't really > good enough... Pixel or me have been using debian for ages before MandrakeSoft *Grin*

Re: [Cooker] Re: [Contrib-Rpm] Maildir-1.0-1mdk

2003-02-10 Thread Chmouel Boudjnah
"Oden Eriksson" <[EMAIL PROTECTED]> writes: > > Someone mentioned a similar patch for uw-imap?, but that means one needs to > first patch it to recongnize Maildir, and then also make the dir. Can't we > just move courier-imap to main and move uw-imap to contribs and have postfix > deliver to Maild

Re: [Cooker] DrakX install suggestion

2003-02-10 Thread Chmouel Boudjnah
Pixel <[EMAIL PROTECTED]> writes: > Robert Fox <[EMAIL PROTECTED]> writes: > >> Previously, when doing an "Expert" install and choosing "development" >> packages - you would get the kernel sources. > > you can get it in individual package selection... > > i don't think kernel-source should be inst

Re: [Cooker] Radeon problem continues

2003-02-09 Thread Chmouel Boudjnah
George Mitchell <[EMAIL PROTECTED]> writes: > for one, much appreciate all of your hard work, especially regarding > supermount on the kernel side, but it would be nice to know a little i didn't do anything in supermount (maybe in the very old and dark time when the patch was based for kernel 2.[

Re: [Cooker] Radeon problems - possibly relevant...

2003-02-09 Thread Chmouel Boudjnah
Adam Williamson <[EMAIL PROTECTED]> writes: > On Sun, 2003-02-09 at 21:27, Chmouel Boudjnah wrote: >> Adam Williamson <[EMAIL PROTECTED]> writes: >> >> > In the changelog for kernel 2.4.21pre4-ac3: >> > >> > o Fix ordering problem wi

  1   2   3   4   5   6   7   8   9   10   >