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.

-- 
http://www.chmouel.com/




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 time the so
famous buggy, crap, ugly and closed-source called Netscape4 (which had
problems to handle even CSS1 *SIGH*).

-- 
http://www.chmouel.com/




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 2003

not too be rude but i don't see the point to make a package like this
when the initscripts are not being patched/integrated (aka: i don't
see the usefullness as standalone tools).

-- 
http://www.chmouel.com/




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
installation of grub (0.93-2mdk)

On Thursday 14 August 2003 11:47, Chmouel Boudjnah wrote:

> 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);
> - assert ((*map)[num_hd + 0x80]);
> + //assert ((*map)[num_hd + 0x80]);
>   
>   /* If the device map file is opened, write the map.  */
>   if (fp)
> 
> 
> don't know what's wrong though...

Chmouel,

Can you forward the following also to the Cooker mailing list, because
for
several weeks I have not been able to post a single thing there. It's sad
:-/

I found several strange things in the grub code.
(And yes, I applied both the memcpy and gcc patches)

I inserted in my grub/main.c the following (debug) statements:
[...]
case OPT_DEVICE_MAP:
  device_map_file = strdup (optarg);
  fprintf(stderr, "JvS in grub/main.c. We found a device_map file, 
optarg=%s\n", optarg);
  fprintf(stderr, "JvS in grub/main.c. and the device_map_file=%s\n", 
device_map_file);
  break;
[..]

And this is what happens:
[EMAIL PROTECTED] grub-0.93]$ grub/grub --device-map=/boot/grub/device.map
JvS in grub/main.c. We found a device_map file,
optarg=/boot/grub/device.map
JvS in grub/main.c. and the device_map_file=(null)

And this shows that strdup() does not work as advertised!

using debug statements I determined that the actual segmentation fault 
occurs within a system call to realpath() 
in function init_device_map() at line 553 of lib/device.c

(realpath() tries to find the real path for /dev/discs/disc0 by following 
the symlinks)

So there seems to be a problem with the use of standard system libraries
from grub.

I was not able to correct the problems.

I hope this analysis helps.
 
John


-- 
Chmouel -- http://www.chmouel.com/



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 it work :)
> 
> /etc/modules.conf
> alias eth0 whatmodule
> 
> ifconfig whatmodule => load_module("whatmodule")
> 
> you can test even without physical card (it should try to load the
> module when doing ifconfig interface)

forgot to say that it works for me (2.6t2mm5)

-- 
http://www.chmouel.com/




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);
- assert ((*map)[num_hd + 0x80]);
+ //assert ((*map)[num_hd + 0x80]);
  
  /* If the device map file is opened, write the map.  */
  if (fp)


don't know what's wrong though...

"[mr]" <[EMAIL PROTECTED]> writes:

> http://qa.mandrakesoft.com/show_bug.cgi?id=4737
> 
>Product: grub
>  Component: grub
>Summary: seg fault during installation of grub (0.93-2mdk)
>Product: grub
>Version: 0.93-1mdk
>   Platform: PC
> OS/Version: All
> Status: UNCONFIRMED
>   Severity: normal
>   Priority: P2
>  Component: grub
> AssignedTo: [EMAIL PROTECTED]
> ReportedBy: [EMAIL PROTECTED]
> 
> 
> This is for grub 0.93-2mdk:
> 
> [EMAIL PROTECTED] /]# sh /boot/grub/install.sh
> Probing devices to guess BIOS drives. This may take a long time.
> /boot/grub/install.sh: line 4: 11633 Segmentation fault  (core dumped) grub
> --device-map=/boot/grub/device.map --batch  < install (hd0,4)/grub/stage1 d (hd0) (hd0,4)/grub/stage2 p (hd0,4)/grub/menu.lst
> quit
> EOF
>  
> 
> backtrace:
> #0  0x400a2dcb in realpath () from /lib/i686/libc.so.6
> #1  0xbfffc69c in ?? ()
> 
> 
> Note: This is a ThinkPad T20. Grub tries to probe for my floppy drive which is
> currently not installed. dmesg shows:
> 
> end_request: I/O error, dev 02:00 (floppy), sector 0
> end_request: I/O error, dev 02:00 (floppy), sector 0
> end_request: I/O error, dev 02:00 (floppy), sector 2
> end_request: I/O error, dev 02:00 (floppy), sector 4
> end_request: I/O error, dev 02:00 (floppy), sector 6
> 
> 
> BTW: The previous versions of grub worked fine, I cannot remember it crashing
> during installation.

-- 
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
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 @@
>if (check_device (name))
> {
>   (*map)[num_hd + 0x80] = strdup (name);
> - assert ((*map)[num_hd + 0x80]);
> + //assert ((*map)[num_hd + 0x80]);
>   
>   /* If the device map file is opened, write the map.  */
>   if (fp)
> 
> 
> don't know what's wrong though...

and well that should do the same also for others kind of device (this
''patch'' is for IDE)

-- 
http://www.chmouel.com/




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 instead of mdk this probably fails?
> > 
> > Ofcourse, I hadd the same problem with kernel-multimedia, which is why I
> > used the silly mm-mdk naming, which than leads to problems (although 
> > much rarer) in bootloader label generation because of archaic functions 
> > inside of libDrakX ;)
> 
> what do you mean? libDrakX took the function from installkernel and is
> up-to-date with regard to installkernel.

i don't think it's a problem with DrakX the kheader script and the
kernel headers as well i think glibc-devel (if nothing has been
screwed up).

-- 
http://www.chmouel.com/




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 can test even without physical card (it should try to load the
module when doing ifconfig interface)

-- 
http://www.chmouel.com/




[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_RC_DIR_COLLECTIONS);
 
-#if 1
+#if 0
printf("GQview %s\nThis is a beta release, in active development.\nThings may 
break from version to version.\nWant stability? Use a 1.2 or 1.0 version. YOU WERE 
WARNED!\n", VERSION);
 #endif
 

the message are very annoying.

-- 
http://www.chmouel.com/




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 kernel-utils, but why??

that's a good question :p

-- 
http://www.chmouel.com/




[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 01 August 2003 05:15, Chmouel Boudjnah wrote:
> > > > Something to maybe apply.
> > >
> > > patch does not work. it neither actually compiles gzip support into
> > > programs
> > > nor adds it to all places
> >
> > I saw that rusty said that it's going to base on this patch anyway for
> > the zlib support.
> 
> I uploaded module-init-tools with gzip support to usual place. Patch goes
> to 
> Rusty as well.

sounds good...

-- 
Chmouel -- http://www.chmouel.com/



[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 --fail-exisiting 
> (anyone actually needs it? After all we are only interested in the fact
> that 
> module is in kernel).

Yeah that would be THE solution, i don't see the point why it fails if
it's already there for security reason maybe ?

-- 
Chmouel -- http://www.chmouel.com/



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_probe patch is already included

-- 
http://www.chmouel.com/




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.chmouel.com/




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 should be loaded if /proc/asound/dev does not exist. 
> Even worse - for 2.4 script wipes out /dev/snd and links it to 
> /proc/asound/dev, thus leaving bogus links when we boot 2.6. So even fixing 
> script and manually creating /dev/snd/* filew will last until next time 2.4 
> is booted.
> I have no idea how to solve it; anyone with better ALSA knowledge out there?

titi may know that. 
The first time when i had to make this script i merged with the Debian
script and took some (to don't say most) stuff straight "as is" from
them.

the solution would be the merge the debian script, or completely merge
sound and alsa together (it should not be that hard) or try what
Svetoslav purpose to up/backport from suse to have backward
compatibility.

Regards, Chmouel.

-- 
http://www.chmouel.com/




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=linux-kernel&m=105928711921190&w=2>,
> > > 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 multi media application will skip frames (eg: xmms, mplayer).
> 
> Why I packaged it, why I packaged it ??
> 
> Chmouel: had you a look on my spec, if yes, I want your point of view about 
> it. You're better than me about kernel stuff and I'd like to know if I am in 
> good way.

well i will do that but i am in vacation dude so not really soon.

-- 
http://www.chmouel.com/




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 multi media application will skip frames (eg: xmms, mplayer).

-- 
http://www.chmouel.com/




[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, it works perfectely, I think the big problem is modutils. I 
> got lot of error during all insmod/modprobe/lsmod.

install module-init-tools package (the one from cooker works fine
since the andrey stuff has been already merged).

-- 
http://www.chmouel.com/




[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 did'nt make the initrd.

You need to have andrey mkinitrd to be able to build it. check :

http://supermount-ng.sourceforge.net/mdk-25/

-- 
http://www.chmouel.com/




[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 :-( ).

> if you boot system with hot-pluggable device already connected it
> won't be initialized. (try to boot with USB flash without extra
> scsi). this requires hotplug rc script somewhere on boot. I guess
> it could be enabled for USB at least (PCI is another question),
> this would also decrease complecity of current /etc/init.d/usb
> significantly - amounting to just loading of HCI modules and leaving
> the rest for hotplug.
> 
> 

-- 
http://www.chmouel.com/




[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 it's a part of Mandrake, eh! :o)

FAM: ?

http://oss.sgi.com/projects/fam/

-- 
http://www.chmouel.com/




[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 misc patches




[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 are not going to use the X Window System; install
> emacs-X11 if you will be using X.
>
>
> --=-=-=
>
> * Tue Apr 01 2003 Thierry Vignaud <[EMAIL PROTECTED]> 21.3-1mdk
>
> - new release

>From Release note:

** The `emacsserver' program has been removed, replaced with elisp code.

M-x server-start

[EMAIL PROTECTED]|~| emacsclient .emacs 
emacsclient: can't find socket; have you started the server?
[EMAIL PROTECTED]|~| 

bug upstream or different configuration ?




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 possible to shut up
> warning about wrong cable (it takes way too much space in log). While it
> was sensibly omitted just before release, it is the right time now I
> guess.

please juan can you apply the patch ?




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 $SWSUSP_FORCE_SUSPEND_MODE ]];then
/etc/sysconfig/suspend-scripts/suspend.control $debug acpi
elif [[ -e /proc/apm ]];then
if [[ -z $@ ]];then
apm -s
else
/etc/sysconfig/suspend-scripts/suspend.control $debug apm $@
fi
fi

> seem that it is intended to be independent of acpi apm or bios suspend. 
> Since I'm running a lovely Compaq laptop with a fuzzed up dsdt table I'm
> on apm here, but what swsup does is really very nice.
>
> James
>  




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).
>> Pixel, if you're reading this, and the patch gets applied, it would be good to 
>> make it default for floppies in diskdrake, it really speeds it up (checking 
>> for udf takes to long).
>
> what list do you suggest? which order is best (faster)?

it's not for now, it got to be included first by juan into the kernel..




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 ethernet card) and the
> system goes down A-OK.

did you try to tweak options in /etc/sysconfig/suspend ?

RESTART_PCMCIA="no"
PCMCIA_BIOS_BUG="yes"
PCMCIA_WAIT="yes"




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 2003 François Pons <[EMAIL PROTECTED]> 4.2-33mdk
>> - fix bug 3258 (use curl -k only for https for curl of 9.0).
>> --=-=-=
>>
>>  From
> http://eijk.homelinux.org/build/cooker/i586/problem/urpmi-4.2-33mdk.src.rpm.txt
> :
>
> make[1]: perl_checker: Command not found
> make[1]: *** [urpmi.pot] Error 127
> make[1]: Leaving directory `/home/cooker/RPM/BUILD/urpmi/po'
> make: *** [install] Error 2

[EMAIL PROTECTED]|~| urpmf perl_checker
perl-MDK-Common-devel:/usr/bin/perl_checker


>
>
> error: Bad exit status from /home/cooker/tmp/rpm-tmp.9284 (%install)
>
>
> missing BuildRequires:
> perl-MDK-Common-devel




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 change it to 
> another from mcc? or I need to edit by hand the config files? (I have a 
> multimedia keyboard supported by X)

keyboardrake ? see with pablo.

> Fonts: I will try and tell again to you, that there are gpl'ed fonts which 
> contain hebrew, in http://culmus.sourceforge.net/. Please package them in the 
> future. (BTW in kformula, I cannot enter the mathematical signs like sigma, 
> pie etc. Anyone else with that problem? i see latin letters instead)

pablo ?

> Another no-so-related problem I have:
> when I enter X, I cannot change to console again (alt+ctrl+f1 is disabled). I 
> am using the kbdefs:

chvt ?

> Section "Keyboard"
> Protocol "Standard"
> XkbModel "pc105"
> XkbLayout "us,il"
> XkbCompat "group_led"
> XkbOptions "grp:alt_shift_toggle"
> EndSection
> Ideas? Is it reported? (how can I fix this?)

pablo ?

Cheers,




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-tools package. mkinitrd may not work
also but it runs fine for me on a 9.1.




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 know titi, after knowing him for a day you
give up to try to answer to his mails 
(imagine me knowing him for almost 4 years 8-( )




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
>>
>> would there be any problem to have juan to include that one?
>
> No. I requested it a while back (a month ago or so) on cooker, no
> repsonse. And I thought this was the laptop release ;-).
>
> Buchan

it's on todo of nico ;)




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="[EMAIL PROTECTED]"
increase=
opt=

while getopts i opt
  do
  case "$opt" in
  i) increase="--eval (rpm-increase-release-tag)";;
  esac
done
shift $((OPTIND - 1))

FILE=$1
CHANGE=$2
if [[ -z $FILE || -z $CHANGE ]];then
echo "Usage: FILE.SPEC CHANGELOG";
exit 1;
fi

tmp=/tmp/.add-changelog-emacs.$$
cat << EOF > $tmp
(setq user-full-name "$name")
(setq user-mail-address "$email")
EOF

emacs --no-site-file -batch -q -load $tmp \
--load "/usr/share/emacs/site-lisp/rpm-spec-mode.el" \
--eval "(find-file \"$FILE\")" \
$increase \
--eval "(rpm-add-change-log-entry \"$CHANGE\")" \
--eval "(write-file \"$FILE\")"

rm -f $tmp




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 anything of security for you.




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 version. and it doesn't happen.  I've been
> trying to do some code digging but not being a competent programmer it's
> slow for me.

you use acpi ? do you have the modules loaded ?




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 know Mandrake is French...

we did get mails from some morons who said that they don't want to buy
us because we are French and don't support the war. 
Hail we are like this we like to eat Camembert, drink Wine and make
love :-p




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, alphasort);
if (n > 0) {
//use acpi info
acpiMode = 1;

[...]

else {
//use apm info
acpiMode = 0;
batteryNum = 1;
}




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 code

>> sorry about that but some things are out of our hands.
> hmm, what is out of your hands? fixing that bug? Why? It breaks drakfont 
> behaviour.

i hope the maintainner has fixed it...

> If it was about giving me write access to main: 
> Thats ok. I just picked you as my 'get him to apply some fixes' victim 
> today:) I mean, it is all we can do really now...Hope it doesn't sound to 
> bad.

no i understand your rant ;-)




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 kernel stuff, but a a typo (by heart I remember 
> somthing like i=expr$Pmodules, while it should be i=expr$modules) error 
> which looks kinda sloppy, and is easy to fix (just try to actually run 'service 
> lmsensors stop' on your machine and you'll see..)

will see with juan..

> (complaining rant:
> Same as above goes for the forgotten ttf2pt1 binary which is in 
> font-tools, these kind of trivial things makes me crave for main write 
> access!)

sorry about that but some things are out of our hands.




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, will they 
> be accepted?

don't know yet, but i doubt we can unless it's purely bugfixes with
testcases... 




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 really interested, I use Maradns myself. I saw it on freshmeat, and
>> maybe it's a good idea to package it.
>
> Ok, cool.

would you make theses dns server conflict with tmdns btw ?




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 thing since buttered toast and gravy!

2.6.x stuff, btw:




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-resolvrdv has been launched ?




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?
>>
>> I does :-( At least with linux-2.4.21-0.12mdk source. Should be reported to 
>> mandrake hackers. Should I file a bug for that or will you bug them directly?
>
> well no need fill another bug i take care of it.

actually nplanel already fixed it got wait until he sent to juan.




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 file a bug for that or will you bug them directly?

well no need fill another bug i take care of it.




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 come control over ACPI but it's
>> not included or I can't seem to find it. I have acpid running and all
>> the modules, minus the Toshiba one. I have battery status and it knows
>> when AC is plugged in. Aside from that, I'm not sure how to test any
>> other ACPI functionality...
>
> You could try the notorious "sleep" function, I guess. You have to send
> a certain number to the /proc/acpi/sleep file, depending on what sleep
> state you want to enter...
>
> echo 3 > /proc/acpi/sleep
>
> This is suspend-to-RAM.
>
> echo 5 > /proc/acpi/sleep
>
> This is suspend-to-disk.
>
> I've never yet met *ANYONE* for whom this works, but what the hey, try
> it. :).

try pmsuspend command it should humm kind of working.




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 panic - all I get (as soon as I select the kernel in lilo) is 
> a blank screen and absolutely no activity whatsoever.  If I hard reboot and 
> enable APIC, then the system boots up fine but then I run into usb problems 
> (my usb printer isn't "seen" or usable, my wusb11 is unusable).  This 
> bootup/non-bootup behavior occurs even if I use the "noapic" switch during 
> bootup.  I currently have 2.4.21pre4 up with the "noapic" switch and APIC 
> enabled in bios.  I am still unable to use my printer (HP Deskjet 845C) 
> though it was visable enough to printerdrake for me to reset it up.  When I 
> try to print a testpage, my syslog produces a "printer no connected" message, 
> even though it is connected.

what kind of usb driver ? if 'usb-uhci' can you switch to 'uhci'
(changes in /etc/modules.conf)




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 mesage from the command 
> line is 
> the Segmentation Fault message. As I said before previous versions of the kernel 
> loaded the 
> program with no problems. Only since the kernel used by 9.1, including the latest 
> Cooker 
> version has it failed to load and execute. CompuPic as provided by Photodex has all 
> libraries 
> staticly linked and does not depend on installed modules. That is what leads me to 
> believe 

i can't help to debug like this if the program did crash what can i
do, it could be that it checks again some kernel module that doen't
work but you don't tell me which one and what




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 not.




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 dumb :). If you want them to
> load on boot, though, there's an easy way - just add their names to
> the /etc/modules file. This is just a plain text file of modules to
> start on boot, one module per line.




[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: Thu Feb 20 16:29:02 2003
> Install date: (not installed)   Build Host: no.mandrakesoft.com
> Group   : Games/Boards  Source RPM: (none)
> Size: 512593   License: GPL
> Packager: Chmouel Boudjnah <[EMAIL PROTECTED]>
> URL : http://eboard.sourceforge.net/
> Summary : Eboard a gtk chess interface
> Description :
> eboard is a chess interface for Unix-like systems (GNU/Linux, FreeBSD,
> Solaris, etc.) based on the GTK+ GUI toolkit. It provides a chess
> board interface to ICS (Internet Chess Servers) like FICS and to chess
> engines like GNU Chess, Sjeng and Crafty.
> eboard provides many features other interfaces lack, like a good
> looking, configurable interface, multiple board views, resizeable
> board (without restarting), seek table, text input separated from the
> output, input history (bash-like), scripting, scroll lock, and many
> others.
>
>
> --=-=-=
>
> * Thu Feb 20 2003 Chmouel Boudjnah <[EMAIL PROTECTED]> 0.8.0-1mdk
>
> - First packaging.

shiss didn't notice it was already packaged :p, would be great if the
others packager merge my changes





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 f*cked up the boot since no valid raidtab was 
> created. I was lucky to have that file on backup.

:), it should does a better job with latest 9.1 (c) Pixel.





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.i586.rpm,
>but that got an error on initrd, and asked me to run initrd by
>hand, which I did, with the following results:
>
> mke2fs 1.32 (09-Nov-2002)
> mount: could not find any device /dev/loop#
> Can't get a loopback device

that was a old bug with old kernel it should be fine by now you can
try to insmod -f aes.o and insmod -f loop.o from the newer kernel...

> 3. I tried to build an SMP kernel by hand, but I got the following
>compile errors (with both gcc and gcc-2.96):

cannot reproduce this, ESRCH is standard in  i
don't get how you got that bug.





[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.rpm, source and kernel-doc rpms so that there is no 
> confusion. ok?

yeah that was it was rejected..





[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 going away, will there be a day when we
> can remove it without breaking the dependency on kdeutils?

humm who say apmd is going away ?





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  Build Date: Sat Feb 15 14:15:08
>
> Do we have to rebuild everything now?

no the ABI is the same we have used cvs snapshot for this purpose





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
>> > /etc/pcmcia/config file) do you need any of these?
>> 
>> yep send it i'll take a look.
>> 
>> 
>
> Haven't gone through this yet to remove dups from what MDK now has 
> But these are wired and wireless card definitions.  Collected from the
> web and other distributions.
>
>
> 
>;KìsWÑßKDkæêðÎe£@ÉjÛ#‰b_ß—ŸI¶£æpv{:û¿HċÐ^tϑÀÛ4¾†ö«T䔀dJ9D³Xlößo‹íb>@Z*…K§˜ïhÍOC<ù«BA ¤€+ìÅ䄤=øZ5ÁcÅK{|
>
f­š[ªb?®&ÀÍ`Š˜

what the file format of this beast ?



[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 only if
>> > it's filtered in my important-inbox folder.
>> 
>> I've had excellent luck with it. Just make sure you're running an all
>> Cooker system, which all good Mandrakesoft'ers do, right? :)
>
> NOT on production boxes I don't :) :)

I do but i do also rollerblading on the Rond Point of the
Champs-Elysée or have been driving motorcycle while drunk :p.





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 Yippeee!  One small "problem"

good to hear but it doen't work for everybody :-(





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 it hurts to remember her, same goes for
> 'Ruby', 'Amanda', and 'Perl' (I get around), 'oaf' is offensive to the
> mentally challenged, I don't like 'soup', I don't wear 'sox', 'Slay'
> promotes violence, 'cadaver' is morbid, so is 'deadftp', 'subversion'
> promotes anarchy, and on and on.
>
> Please remove all of them at once.
> I am offended.

i don't know if it's offending but it's bloody funny :)





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 context now ...).

where are kind of freeze for the kernel and new drivers but i may try.





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-01-01 01:00:00.0 +0100
+++ linux.20-ac2/drivers/hotplug/tp600.c2002-09-13 00:45:51.0 +0100
@@ -0,0 +1,500 @@
+/*
+ * Drivers for the IBM 20H2999 found in the IBM thinkpad series
+ * machines. 
+ *
+ * This driver was done without documentation from IBM 
+ *
+ *  _
+ * { }
+ *| |  All reverse engineering done 
+ *| |  in accordance with 92/250/EEC
+ * .-.! !.-.   and Copyright (Computer Programs)
+ *   .-!  ! !  !.-.Regulations 1992 (S.I. 1992 No. 3233)
+ *   ! !   !  ;
+ * \ ; 
+ *\ ;  
+ * !   :
+ * !   |
+ * |   |
+ *
+ *
+ * Various other IBM's tried to obtain docs but failed. For that
+ * reason we only support warm not hot undocking at the moment.
+ *





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, 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 Maildirs for 9.1, or is it too late?
>> decision about servers are handled by florin, Ccing.
>
> Would he be able to say why we can't have Cyrus IMAP instead, or is
> that not up to him?

that's all his stuff:





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 Maildirs for 9.1, or is it too late?

decision about servers are handled by florin, Ccing.





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 installed by default when
> choosing "development".
>
> WYT?

IDTS personally..





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.[02].x)
blam^H^H^Hcongratulate juan for that.





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 with PCI radeon causing(Chris Ison)
>> > DRI hangs
>> >
>> > Could that be relevant to the people having Radeon trouble?
>> 
>> would you compile it and test if it does work for you ?
>
> No, because I have a Geforce. :)

yeah i mean for the people who got the problem, if you cannot do that
i can make you a tarball if you want..





  1   2   3   4   5   6   7   8   9   10   >