Re: [Cooker] Re: [CHRPM] openssh-3.6.1p1-1mdk

2003-04-02 Thread Benjamin Pflugmann
On Wed 2003-04-02 at 00:09:16 -0500, [EMAIL PROTECTED] wrote:
 Vincent Danen wrote:
  Name: openssh  Relocations: (not relocateable)
[...]
  - PermitRootLogin disabled by default
 
 Ugh.  Could you at least make that only for high security levels?
 The justification for that feature is severly lacking.

I would say it the other way around: What is the justification to
allow remote-login as root *by default*? Simply use su or sudo
instead; or change the default, I you cannot be bothered to use these.

That said, Vincent changed only the default. The actual value will
depend on your msec setting. So for practically all cases, nothing has
changed. Only if something goes wrong or you install no drakxtools at
all, you get a more secure default, which is a good idea, INMSHO.


   Benjamin.


PS: Hm. I cannot currently access the package and therefore I cannot
see if an msec update is triggered after installation (I know some
packages do this), but then, ssh is usually installed at the 
system-install, so this shouldn't be really a problem.






pgp0.pgp
Description: PGP signature


[Cooker] heeeelp!; are there any solution than reinstall??

2003-04-02 Thread falcaraz
Dear friends,

Yesterday, after several hours runing my desktop computer wiht the only
new installation of the Nvidia drivers from Mandrake Club but without
problems, when switching off the computer I saw several errors about
bussy partitions but finally the computer became off. I tryed to switch
it on again to test it because the mentioned errors and not way to
start; those were the messages:

INIT: version 2.84 booting
/etc/rcd/rc.sysinit:line 1: /sbin/consoletype: No such file or directory
grep error while loading shared libraries: lipcre.so.0: cannot open
shared objet file: No such file or directory
setting default fong (lat0-16):grep error while loading shared
libraries: libpcre.so.0: cannot open shared file: No such file or directory

Booting, please wait
Runind Devfs . libpcre.so.0: cannot . (dots between
quotes means more text)

/etc/rc.d/rc.sysinit line 1:/sbin/pcd (sorry!, I have anotated this name
badly; I can't understand what I would write): No such file or directory..


And this is all; the computer doesn't follow from this point


Runing knoppix I have seen that all files are present in the mandrake
partitions; so I have not idea what is happening.

Could this be to the configuration change due to the nvidia drivers update?

Does anyone knows any way to solve the possible problem without
reinstalling everything?

Thanks so much in advance by the help!

Regards

Francisco Alcaraz
Murcia (Spain)







Re: [Cooker] [Bug 3624] [galeon] Frequent browser crashes (galeon and mozilla)

2003-04-02 Thread Diego Iastrubni
talking about bad mozilla/galeon behaviour:

i load mozilla/galeon and I get a spike of 80% cpu for about 40 secs. Then it 
continues running at about 20% cpu. Most of those problems happens when for 
example I try to type a letter in the addres line. 

- diego
 , 1  2003, 22:19, aw280 :
 http://qa.mandrakesoft.com/show_bug.cgi?id=3624





 --- Additional Comments From [EMAIL PROTECTED]  2003-04-02 00:19 ---
 The page works for me. Though I have Microsoft fonts installed.



 --- You are receiving this mail because: ---
 You are on the CC list for the bug, or are watching someone who is.



 --- Reminder: ---
 assigned_to: [EMAIL PROTECTED]
 status: UNCONFIRMED
 creation_date:
 description:
 I am getting mozilla and galeon crashes quite frequently. At first, I
 thought it might be the flash plugin, or the Java plugin. But some of the
 pages work in Galeon if the zoom setting is left at 100%.

 It is easier to reproduce in Galeon if I increase the zoom to 120%. This
 happens consistently on certain pages (try some on LinuxToday.com).

 I don't understand why this is hapenning. Could it be that I have an old
 library somewhere and that a dependency is missing? Could it be a corrupt
 library? Anyone else having problems like this?




Re: [Cooker] rebuild an initrd under rescue cdrom

2003-04-02 Thread Pascal Cavy
Le Mercredi 2 Avril 2003 09:24, Thierry Vignaud a écrit :
 Gary Greene [EMAIL PROTECTED] writes:
First I was to mount /proc because mkinitrd _does not check_
that /proc is available and thus we end in a loop at the step it
scans for /proc/mounts FS.
  
   I don't consider that to be a bug. Many (all?) of our system
   tools rely very much on /proc being available. I'm not even sure
   the system will boot without a /proc filesystem mounted.
 
  Oh, it WILL boot, but not kindly...
 
  Can I suggest that all Mandrake apps (since this test would be
  almost trivial) with the need to access /proc at least please have a
  check and warning message included so the n00b that gets his new
  linux system almost running and the theoretical chance that the
  mkinitrd util is as broken as it was then won't be pulling their
  hair out in frustration?

 so many apps rely on /proc being mounted (which may even be required
 by fsstnd, fhs or/and lsb) that if we've to choose between altering
 1000 tools or mounting /proc by default, i would choose the later.

 which is what we choose to do.

 my 2 cents.


 there's quite some stuff that one can expect to have. it's good to
 test for stuff in configure and the like places, but testing many
 features[1] availlability in all programs is more bug prone and
 hackward than relying on having these features as defined per
 standards.


 [1] eg: /proc/ mounted, dynamic loader, ipc, unix domain sockets,
 ... and whatever you can imagine 99.999% people use and that you
 do not check about.

ho, I really don't fully agree here. 

First some stuff _has_ to be tested before use. This is the same kind of 
behaviour as people that don't put passwords on their intranet because they 
assume their firewall protect them. The same when people program a backup 
script and 'assume' that their /backup directory is mounted (why won't it be 
? ;) and end up with a full / directory and frozen system...

Second, of course, we don't have to check for trivial stuff or everytime. But 
when someone find a particular condition when the test (trivial) could be 
done and lessen future debug time, then the test _should_ be introduced 

Scripts that are part of an installation process are particularly sensitive to 
the environnement, especially when migrating where you don't exactly know 
where you lay your feet :@ 
A missing test can lead to an incomplete installation without giving the exact 
source of the problem. This, once detected, has to be considered a bug and 
fixed.

In the particular case here, (mkinitrd) should have exited with an error 
message instead of filling the ddebug.log with an error message like awk: 
cmd. line:2: fatal: cannot open file `/proc/mounts' for reading (No such file 
or directory) and finally rendering the upgrade impossible.

-- 
Pascal Cavy - VMF
__
Running 21:22,  4 users,  load average: 3.56, 3.31, 3.29
(gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk))
Kernel Linux version 2.4.21-0.13mdkenterprise




[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread Christophe.Cubat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 10:31 ---
I've press hostsync! without press i've this:

[EMAIL PROTECTED] root]# more /proc/bus/usb/devices
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor= ProdID= Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=bf80
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms

and after I've press, i've that :

[EMAIL PROTECTED] root]# more /proc/bus/usb/devices
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor= ProdID= Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=bf80
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  9 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0830 ProdID=0060 Rev= 1.00
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 4 Cls=ff(vend.) Sub=00 Prot=00 Driver=serial
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=08(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=89(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



Re: [Cooker] heeeelp!; are there any solution than reinstall??

2003-04-02 Thread Guillaume Cottenceau
[EMAIL PROTECTED] writes:

 Dear friends,
 
 Yesterday, after several hours runing my desktop computer wiht the only
 new installation of the Nvidia drivers from Mandrake Club but without
 problems, when switching off the computer I saw several errors about
 bussy partitions but finally the computer became off. I tryed to switch
 it on again to test it because the mentioned errors and not way to
 start; those were the messages:
 
 INIT: version 2.84 booting
 /etc/rcd/rc.sysinit:line 1: /sbin/consoletype: No such file or directory
 grep error while loading shared libraries: lipcre.so.0: cannot open
 shared objet file: No such file or directory
 setting default fong (lat0-16):grep error while loading shared
 libraries: libpcre.so.0: cannot open shared file: No such file or directory
 
 Booting, please wait
 Runind Devfs . libpcre.so.0: cannot . (dots between
 quotes means more text)
 
 /etc/rc.d/rc.sysinit line 1:/sbin/pcd (sorry!, I have anotated this name
 badly; I can't understand what I would write): No such file or directory..
 
 
 And this is all; the computer doesn't follow from this point
 
 
 Runing knoppix I have seen that all files are present in the mandrake
 partitions; so I have not idea what is happening.

Start in non frame buffer mode (and not quiet, which is the
default of our non fb lilo entry) so that you have more messages
from kernel and initrd before init boots. Maybe you'll see
interesting stuff there.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] mini-todo

2003-04-02 Thread R.I.P. Deaddog
On 2003-04-01(Tue) 18:56:39 -0500, Austin wrote:
 
 On 2003.04.01 17:39 Levi Ramsey wrote:
  1. Package gtkmm2.

I've done that for a while, packaged up to libgnomeuimm, but not
uploaded. So right now it's severely outdated (1.3.x). But you can
try to take it as reference though. Do you need it?

Abel

 I've had that on a TODO for a while... last I asked gc about it, he said
 it wasn't really a priority..
 
 I have several packages I'm waiting to do becuase of this missing.
 Austin

-- 
Abel Cheung
GPG Key: (0xC67186FF) http://deaddog.org/gpg.asc


pgp0.pgp
Description: PGP signature


Re: [Cooker] mini-todo

2003-04-02 Thread Guillaume Cottenceau
Levi Ramsey [EMAIL PROTECTED] writes:

 On Tue Apr 01 17:29 -0500, Austin wrote:
  Here's a few things that need doing that are a bit too tricky for me.
  Is anyone working on them?
  
  1. Package gtkmm2.
 
 I've had that on a TODO for a while... last I asked gc about it, he said
 it wasn't really a priority..

Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
thing. Last time I asked, he said he didn't really want to do it
until no package in the distro need it, which is rather sensible.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



[Cooker] [Bug 3352] [drakxtools] tr_q-latin5 ctrl, alt does not work

2003-04-02 Thread huseyin
http://qa.mandrakesoft.com/show_bug.cgi?id=3352





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:10 ---
Actually, since release 9.1 i do not have the problem anymore. i think
they have solved the problem. 
  yes i used to have the problem while i was in x. both the ctrl and alt
keys did not used to work.  

On Mon, 2003-03-31 at 16:46, nplatis wrote:




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
It is not directly related to keyboarddrake. in tr_q-latin5 the ctrl and alt
keys do not work. when i switch to us or trf keyboard the alt and ctrl works.
Seems the problem is related to keymap. 
ps: I use toshiba satellite 1400.



[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 ?




[Cooker] Cooker and Crossover

2003-04-02 Thread OS
Hello,

Before submitting a full bug report I thought I would just check that it's not 
something I'm doing !

Having installed a new hard disk I did a completely fresh install of 
everything including Cooker from 1st March.

Now neither Crossover Office nor Plugin work ! Plugin installs but then just 
reports Unable to get information on installed DLLs and aborts when running 
pluginsetup. Office installs programs, well some anyway. But on launching 
programs it simply drops back to the command line with no output at all. 

Getting a bit keen now :-) I tried it on a stock 9.1 and the same thing 
happens. However 9.0 is happy. 

Has anyone else tried using the Crossover products ! If so what did you find 
and did you have to do anything special to get them to work ?

I currently use Plugin 1.2.0 and Office 1.3.1.

Thanks,
Owen



[Cooker] Re: Re: [CHRPM] openssh-3.6.1p1-1mdk

2003-04-02 Thread David Walser
Benjamin Pflugmann wrote:
 On Wed 2003-04-02 at 00:09:16 -0500, [EMAIL PROTECTED] wrote:
 Vincent Danen wrote:
  Name: openssh  Relocations: (not relocateable)
 [...]
  - PermitRootLogin disabled by default
 
 Ugh.  Could you at least make that only for high security levels?
 The justification for that feature is severly lacking.
 
 I would say it the other way around: What is the justification to
 allow remote-login as root *by default*? Simply use su or sudo
 instead; or change the default, I you cannot be bothered to use these.

scp my friend, scp.

 That said, Vincent changed only the default. The actual value will
 depend on your msec setting. So for practically all cases, nothing has
 changed. Only if something goes wrong or you install no drakxtools at
 all, you get a more secure default, which is a good idea, INMSHO.

Well that sounds OK.




Re: [Cooker] mini-todo

2003-04-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guillaume Cottenceau wrote:
 Levi Ramsey [EMAIL PROTECTED] writes:

 Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
 thing.

And here I though we were aiming to have more community maintenance?

 Last time I asked, he said he didn't really want to do it
 until no package in the distro need it, which is rather sensible.


How can Austin commit his packages which require it if it isn't in the
distro?

What if people just want to be able to develop with it?

Or is Mandrake not a distro for developers, as indicated by the
persistent issues with packages like libqt3 (QTDIR not set as
/usr/share/doc/qt-3.1.1/README.Mandrake_Linux claims) and kdevelop (for
which it is almost impossible to figure out how to get the qt and kde
documentation installed and indexed)?

IIRC, wxGTK was in contrib long before anything in contrib required it ...

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+iru1rJK6UGDSBKcRAspCAJ4839SicavQZpxPx2KUp9D/JRUyJwCfVhgM
u5P5wtDOyrz0+LTufVdOdQA=
=PfGw
-END PGP SIGNATURE-




Re: [Cooker] rebuild an initrd under rescue cdrom

2003-04-02 Thread Neil Bothwick
Guillaume Cottenceau said, 

 I tried the following but to no avail (maybe because of using the freshly 
 installed system by means of a chroot on /mnt) :
 
 boot rescue cd1
 mount all FS on /mnt
 go to console
 chroot /mnt
 
 First I was to mount /proc  because mkinitrd _does not check_ that /proc is 
 available and thus we end in a loop at the step it scans for /proc/mounts
 FS.

 I don't consider that to be a bug. Many (all?) of our system
 tools rely very much on /proc being available. I'm not even sure
 the system will boot without a /proc filesystem mounted.

Isn't the problem that /proc disappears when you chroot to /mnt? Could
you solve this doing mount --bind /proc /mnt/proc when mounting
filesystems on /mnt, then /proc is still available after chrooting.


Cheers

Neil
-- 
She's fine, upstanding, and wonderful laying down.




Re: [Cooker] Cooker and Crossover

2003-04-02 Thread Mathias Meyer
On Wednesday 02 April 2003 11:13 OS wrote:
 Hello,

 Now neither Crossover Office nor Plugin work ! Plugin installs but then
 just reports Unable to get information on installed DLLs and aborts
 when running pluginsetup. Office installs programs, well some anyway.
 But on launching programs it simply drops back to the command line with
 no output at all.

It's a known bug actually, but over at the Codeweavers folks. We'll just 
have to wait, until (Plugin|Office) 2.0 are released. That's going to 
happen in about 2 months, according to the Codeweavers guys.

Regards,
Mathias
-- 
only wimps use backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;) - linus torvalds


pgp0.pgp
Description: signature


Re: [Cooker] rebuild an initrd under rescue cdrom

2003-04-02 Thread Per Øyvind Karlsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 02 April 2003 12:21, Neil Bothwick wrote:
 Guillaume Cottenceau said,

  I tried the following but to no avail (maybe because of using the
  freshly installed system by means of a chroot on /mnt) :
 
  boot rescue cd1
  mount all FS on /mnt
  go to console
  chroot /mnt
 
  First I was to mount /proc  because mkinitrd _does not check_ that /proc
  is available and thus we end in a loop at the step it scans for
  /proc/mounts FS.
 
  I don't consider that to be a bug. Many (all?) of our system
  tools rely very much on /proc being available. I'm not even sure
  the system will boot without a /proc filesystem mounted.

 Isn't the problem that /proc disappears when you chroot to /mnt? Could
 you solve this doing mount --bind /proc /mnt/proc when mounting
 filesystems on /mnt, then /proc is still available after chrooting.


 Cheers

 Neil
it should work just fine to mount /proc after chrooting, worked for me:)
- -- 
Regards,
Per Øyvind Karlsen
Sintrax Solutions
http://www.sintrax.net - +47 41681061
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+irpzv8F7V9JOSuURAqKLAKCULAag8kAvkgyo1ixY5LY9CiO09QCgyiSD
hBwvdqr2qpGVs8sMs/lHMK8=
=vIHP
-END PGP SIGNATURE-




[Cooker] Re: mini-todo

2003-04-02 Thread David Walser
Buchan Milne wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Guillaume Cottenceau wrote:
 Levi Ramsey [EMAIL PROTECTED] writes:

 Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
 thing.
 
 And here I though we were aiming to have more community maintenance?
 
 Last time I asked, he said he didn't really want to do it
 until no package in the distro need it, which is rather sensible.

 
 How can Austin commit his packages which require it if it isn't in the
 distro?
 
 What if people just want to be able to develop with it?

Exactly, the reason you gave for including it makes no sense whatsoever.  Mandrake 
users might want to develop with it.  This goes for perl-Qt also.

 Or is Mandrake not a distro for developers, as indicated by the
 persistent issues with packages like libqt3 (QTDIR not set as
 /usr/share/doc/qt-3.1.1/README.Mandrake_Linux claims) and kdevelop (for
 which it is almost impossible to figure out how to get the qt and kde
 documentation installed and indexed)?

Sure seems like it sometimes.  And look, it's Qt users getting screwed again.  Awfully 
*funny* for a distro that uses KDE by default, ::sigh::

 IIRC, wxGTK was in contrib long before anything in contrib required it ...

Exactly.




Re: [Cooker] conserver

2003-04-02 Thread Lenny Cartier
On Tue, Apr 01, 2003 at 06:43:23PM -0500, Oden Eriksson wrote:
 Hi there.
 
 I have just packed a very cool software (I think) but the license is unclear 
 to me. A Mandrake employee could easily decide if it's really distributable 
 or not. If it's a go, I can imagine a MandrakeSoft coder really would like to 
 wrap this one up as happened with rdesktop. My clue is it could be possible 
 to use the same gui?

I've checked the differents licenses and it seems possible since you
follow this license part of the Ohio State University license (in the
LICENSE file) :


Copyright (c) 1990 The Ohio State University.
All rights reserved.

Redistribution and use in source and binary forms are permitted
provided that: (1) source distributions retain this entire copyright
notice and comment, and (2) distributions including binaries display
the following acknowledgement:  ``This product includes software
developed by The Ohio State University and its contributors''


maybe adding this statement in the %description ...

lenny



Re: [Cooker] rebuild an initrd under rescue cdrom

2003-04-02 Thread Pascal Cavy
Le Mercredi 2 Avril 2003 12:21, Neil Bothwick a écrit :
 Guillaume Cottenceau said,

  I tried the following but to no avail (maybe because of using the
  freshly installed system by means of a chroot on /mnt) :
 
  boot rescue cd1
  mount all FS on /mnt
  go to console
  chroot /mnt
 
  First I was to mount /proc  because mkinitrd _does not check_ that /proc
  is available and thus we end in a loop at the step it scans for
  /proc/mounts FS.
 
  I don't consider that to be a bug. Many (all?) of our system
  tools rely very much on /proc being available. I'm not even sure
  the system will boot without a /proc filesystem mounted.

 Isn't the problem that /proc disappears when you chroot to /mnt? Could
 you solve this doing mount --bind /proc /mnt/proc when mounting
 filesystems on /mnt, then /proc is still available after chrooting.


 Cheers

 Neil

If this is true, then that was my problem on rescue mode. And that is why, 
Guillaume,  an new rescue menu entry to rebuild a kernel initrd would be a 
plus in case someone has destroyed or corrupted it. (nothing to do with mdk 
installation here, just a new recovery tool)

-- 
Pascal Cavy - VMF
__
Running 22:40,  4 users,  load average: 3.38, 3.20, 3.19
(gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk))
Kernel Linux version 2.4.21-0.13mdkenterprise




Re: [Cooker] hdlists

2003-04-02 Thread Pascal Cavy
Le Mercredi 2 Avril 2003 02:39, Charles A Edwards a écrit :
 The synthesis and hdlist of 2 mirrors I checked are from 14:00
 2003.04.01 but neither include any pkgs that were uploaded since mid-day
 Sat 03.29


 Charles

yes frustrating :)  lots of new packages and not possible to urpmized then 
grr

-- 
Pascal Cavy - VMF
__
Running 22:47,  4 users,  load average: 3.47, 3.35, 3.24
(gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk))
Kernel Linux version 2.4.21-0.13mdkenterprise




[Cooker] No DISK drive!

2003-04-02 Thread Ron Stodden
Bad news - 9.1 Show-Stopper!

On my machine with a Soltek motherboard and an add-on PCI Promise IDE23 
controller 9.1 installs from hd.img and the 9.1 tree faultlessly.

On my other machine with a Gigabyte motherboard with integrated Promise 
controller Installing 9.1 from an hd.img floppy immediately says No 
DISK drive!

This is confirmed by Alt F1 and Alt F3 indicating that the only IDE 
channels are 0 and 1.

For both machines:

 CD-RW is on IDE1 primary.

 CR-ROM is on IDE1 primary.

 My two hard disks are primaries on hde and hdg and there is no raid.

They have to be on IDE2 and IDE3 because they are ATA100 or above and 
IDE0 and IDE1 only support ATA66 and below.   
Many motherboards operate this way.

Using 9.1 MakeCD to create CDs, these CDs hit the same problem - the 
installer looping between hd and scsi dialogs in a most unhelpful manner.

9.0 installed and runs perfectly on this configuration on both machines.


We therefore have a show-stopper regression.   Serious!

The strong implication is that nobody in Mandrake development or QA uses 
ATA100 or up disk drives on IDE2 or 3 on this motherboard - true?

Once more, another release showstopper reported by Ron.

When can we expect a fix, and how will it be delivered?

What special diagnostics should I run to help you identify the problem 
in 9.1?

--
Ron. [Melbourne, Australia]
 20030119 Get Fastest Mandrake downloader, English-only,
 from: http://members.optusnet.com.au/ronst/
 Russian Iraq military intelligence: http://www.aeronautics.ru/




Re: [Cooker] Re: Re: [CHRPM] openssh-3.6.1p1-1mdk

2003-04-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Walser wrote:
 Benjamin Pflugmann wrote:

On Wed 2003-04-02 at 00:09:16 -0500, [EMAIL PROTECTED] wrote:

Vincent Danen wrote:

Name: openssh  Relocations: (not
relocateable)

[...]

- PermitRootLogin disabled by default

Ugh.  Could you at least make that only for high security levels?
The justification for that feature is severly lacking.

I would say it the other way around: What is the justification to
allow remote-login as root *by default*? Simply use su or sudo
instead; or change the default, I you cannot be bothered to use these.

 scp my friend, scp.

And rsync -e ssh (currently keeping 120GB of data in sync over a WAN
connection here).

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+isaGrJK6UGDSBKcRAuT1AKCMmYgFUPFubxmqyUMLBsNMePAzPQCfawHE
rU7rKdKt/cMjrswWkhpn3M8=
=wZbr
-END PGP SIGNATURE-




[Cooker] Re: Re: Re: [CHRPM] openssh-3.6.1p1-1mdk

2003-04-02 Thread David Walser
Buchan Milne wrote:
Ugh.  Could you at least make that only for high security levels?
The justification for that feature is severly lacking.

I would say it the other way around: What is the justification to
allow remote-login as root *by default*? Simply use su or sudo
instead; or change the default, I you cannot be bothered to use these.

 scp my friend, scp.
 
 And rsync -e ssh (currently keeping 120GB of data in sync over a WAN
 connection here).
 
 Buchan

Also, can't urpmi use ssh for distributed installs?
 - --
 |--Another happy Mandrake Club member--|
 Buchan MilneMechanical Engineer, Network Manager
 Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
 Stellenbosch Automotive Engineering http://www.cae.co.za
 GPG Key   http://ranger.dnsalias.com/bgmilne.asc
 1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQE+isaGrJK6UGDSBKcRAuT1AKCMmYgFUPFubxmqyUMLBsNMePAzPQCfawHE
 rU7rKdKt/cMjrswWkhpn3M8=
 =wZbr
 -END PGP SIGNATURE-
 
 
 





Re: [Cooker] No DISK drive!

2003-04-02 Thread Kevin J. Maciunas
On Wed, 2003-04-02 at 20:30, Ron Stodden wrote:
 Bad news - 9.1 Show-Stopper!
 
 On my machine with a Soltek motherboard and an add-on PCI Promise IDE23 
 controller 9.1 installs from hd.img and the 9.1 tree faultlessly.
 
 On my other machine with a Gigabyte motherboard with integrated Promise 
 controller Installing 9.1 from an hd.img floppy immediately says No 
 DISK drive!
 

Just as a counter-point, both my machines have 9.1 *as upgrades* from
9.0.  This machine has the HDs on IDE2 and IDE3; the SMP box @ work has
them on IDE2 and IDE4.  So it *does* work on some configurations!

M/Bs are MSI 694D (with a Promise 2 channel PCI card add-in); ASUS
A7V133 with the on board Promise RAID/IDE set to IDE.  So it smells like
a Gigabyte M/B problem..
/Kevin
-- 
Kevin J. Maciunas  Net: [EMAIL PROTECTED]
Dept. of Computer Science  Ph : +61 8 8303 5845
University of Adelaide Fax: +61 8 8303 4366
Adelaide 5005 SOUTH AUSTRALIA  Web: http://www.cs.adelaide.edu.au/~kevin
Fingerprint = 7E5A A0C2 22BC 5993 17F2 93CE B1FD DEC6 D0C0 50CD 




[Cooker] bug in network scripts and drakconnect

2003-04-02 Thread Luis Alves
I have dlink, a 3com and wireless card.
drakconnect   doesn't setup the network properly
Bug 1 (critical) it creates files with the names like this in ifcfg-eth0 
(using module 8139too) network-scripts folder, and the scripts
have the incorrect information as you can see by the grep below

Bug 2 after fixing all the scripts manually, I have a adsl connection on 
eth0 with pppoe but.
when all the interfaces are started the default gateway to the ppp0 
device is replaced with a default dateway pointing to eth0.
to fix this problem

[EMAIL PROTECTED] network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface
66.122.55.254   0.0.0.0 255.255.255.255 UH0  00 ppp0
192.168.100.0   0.0.0.0 255.255.255.0   U 0  00 eth1
10.0.0.00.0.0.0 255.255.255.0   U 0  00 eth0
192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth2
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0  00 eth0

I have executed
/etc/init.d/network restart
./net_down.default
./net_up.default
[EMAIL PROTECTED] network-scripts]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface
66.122.55.254   0.0.0.0 255.255.255.255 UH0  00 ppp0
192.168.100.0   0.0.0.0 255.255.255.0   U 0  00 eth1
10.0.0.00.0.0.0 255.255.255.0   U 0  00 eth0
192.168.1.0 0.0.0.0 255.255.255.0   U 0  00 eth2
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 66.122.55.254   0.0.0.0 UG0  00 ppp0

##
Dumps (for bug 1)
[EMAIL PROTECTED] network-scripts]# grep -r 8139too /etc/ppp/
/etc/ppp/pppoe.conf:ETH=eth0 (using module 8139too)
[EMAIL PROTECTED] network-scripts]# ls
drakconnect_confifcfg-lo@ifdown-ppp*
ifup-ipv6*   ifup-routes*   net_cnx_pg*  net_up.default*
drakconnect_conf.defaultifdown@  ifdown-sit*
ifup-ipx*ifup-sit*  net_cnx_up*  net_up.default~*
ifcfg-eth0* ifdown-aliases*  ifdown-sl* 
ifup-plip*   ifup-sl*   net_cnx_up~* network-functions
ifcfg-eth0 (using module 8139too)*  ifdown.d/ifup@  
ifup-plusb*  ifup-wireless* net_down.default*network-functions-ipv6
ifcfg-eth1* ifdown-ipv6* ifup-aliases*  
ifup-post*   init.ipv6-global*  net_prog.default*
ifcfg-eth2* ifdown-post* ifup.d/
ifup-ppp*net_cnx_down*  net_resolv.default*



[EMAIL PROTECTED] network-scripts]# grep -r 8139too /etc/sysconfig/*
Binary file /etc/sysconfig/harddrake2/previous_hw matches
/etc/sysconfig/network-scripts/net_cnx_up:LC_ALL=C LANG=C LANGUAGE=C 
LC_MESSAGES=C /usr/sbin/adsl-start eth0 (using module 8139too) 
[EMAIL PROTECTED]
/etc/sysconfig/network-scripts/ifcfg-eth0 (using module 
8139too):DEVICE=eth0 (using module 8139too)



[EMAIL PROTECTED] network-scripts]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo 
KT266/A/333 AGP]
00:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A 
IEEE-1394a-2000 Controller (PHY/Link)
00:09.0 USB Controller: VIA Technologies, Inc. USB (rev 50)
00:09.1 USB Controller: VIA Technologies, Inc. USB (rev 50)
00:09.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
00:0d.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
00:0e.0 Network controller: U.S. Robotics Wireless Access PCI Adapter 
Model 022415 (rev 02)
00:0f.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 06)
00:0f.1 Input device controller: Creative Labs SB Live! MIDI/Game Port 
(rev 06)
00:10.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] 
(rev 30)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586/B/686A/B PIPC Bus 
Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. USB (rev 23)
00:11.3 USB Controller: VIA Technologies, Inc. USB (rev 23)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP 
(rev 82)





[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread fcrozat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:15 ---
Does visor module is loaded ?

try adding VISOR=yes to /etc/sysconfig/usb





--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



[Cooker] [Bug 3630] [drakxtools] Drakconnect refuses to use my computername for cable connection

2003-04-02 Thread wim.salomons
http://qa.mandrakesoft.com/show_bug.cgi?id=3630





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 02:50 ---

*** Bug 3631 has been marked as a duplicate of this bug. ***

--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:20 ---

No not possible. To connect my PC has to send the right host name. Mandrake 
wizard does not accept the -a in the nostname provided by the provider. 
Hence no connection possible. 
In 9.0 the name with the -a was accepted by the wizard but not so anymore in 
9.1. In my opinion some stupid coding error.

There are other problems with Drakconnect. In my portable with built-in 
wireless and built-in ethernet. Mandrake assings eth0 to the ethernet and 
eth1 to the wireless connection. However, the wizard will only configure eth1 
and is not able to let the user make a choice between et1 and eth0.

On Wednesday 02 April 2003 00:20, aw280 wrote:




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
My computername, provided by my cable provider, is CC12345-a. The wizard in 
drakconnect accepts only CC12345 and omits the -a. Hence I cann't connect to the 
internet.

Workaround is manually editing etc/sysconfig/network.

Hence mandrake users with internet providers who give out names with a - are in 
serious trouble



[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread Christophe.Cubat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:30 ---
I think the probleme don't come from the drivers because it's work well
with pilot-link and jpilot but not with gpilot, i try the modification
in /etc/sysconfig/usb




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



Re: [Cooker] initscripts trifles

2003-04-02 Thread Frederic Lepied
Tibor Pittich [EMAIL PROTECTED] writes:

 hello
 
 mandrake use ifplugd, which can be disabled via MII_NOT_SUPPORTED in
 configuration file of interface. this is ok during startup, but if
 i want handy run ifup of ifdown script there is error message that
 MII_NOT_SUPPORTED is unknown command... hm..
 
 this is bug for me, but i think that this can be phylosophical question:

Have you used drakconnect to add this ? The line must be like that:

MII_NOT_SUPPORTED=yes
-- 
Fred - May the source be with you



[Cooker] [Bug 3610] [rpmdrake] maximal info bits in the wrong places (install/remove)

2003-04-02 Thread gc
http://qa.mandrakesoft.com/show_bug.cgi?id=3610

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |NEEDINFO



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:36 ---
 Ok, the original bug is just that currently installed version and source
 are shown in the wrong modes.  Currently installed version only makes
 sense in upgrade mode, and source only makes sense in install or upgrade mode.  

currently installed version and source are shown in rpmdrake and
MandrakeUpdate mode. I still fail to see what is wrong with that.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
In the information window for maximal information, two pieces of information shown 
there 
include: 
1) source - where a package can be installed from (only useful in rpmdrake) 
2) currently installed version - which version can be removed or upgraded (only useful 
in 
rpmdrake-remove or MandrakeUpdate). 
 
The code was probably attempting to do this, but got mixed up.  Currently instead, all 
pieces of 
info only get shown in regular rpmdrake mode, and the currently installed version is 
obviously 
(none). 
 
I will attach a patch to fix it.



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] [Bug 3614] [mkinitrd] mkinitrd includes loop.o, but loop.o needs aes.o, so loopback root fails to boot

2003-04-02 Thread gc
http://qa.mandrakesoft.com/show_bug.cgi?id=3614

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:46 ---
argh yes my regexp sucked. thanks! i had so many problems with programming with
awk (this is awful) that i reduced my regexp at one time, and forgot to expand
it again to the really working one.

about your initial problem, anyway since it's failing during install, i'll need
to do a patch to the installer.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
When a loopback file is used as the root partition, mkinitrd includes loop.o
but not aes.o in the initrd. Any attempt to use this initrd to boot the system
results in the initrd being unable to mount the root filesystem and, hence, the
system being unbootable.

I first encountered this problem during a fresh 9.1 install (I used a Knoppix
rescue CD to manually modify the initrd so I could boot after the install). It's
100% reproducible with mkinitrd from the command line after installation, too.
In any case, this bug makes Mandrake 9.1 loopback installs *totally unusable*
unless you manually hack the initrd.

I'm taking a look at the mkinitrd source code now, and I'll see if I can put
together a patch (or maybe a few patches which use different approaches) to fix
this.



Re: [Cooker] No DISK drive!

2003-04-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ron Stodden wrote:
 Bad news - 9.1 Show-Stopper!


Yes, it's known, but it's too late now, this should have been caught in
RC (which implies the kernel *must* *not* change in RC).

 They have to be on IDE2 and IDE3 because they are ATA100 or above and
 IDE0 and IDE1 only support ATA66 and below.   Many motherboards operate
 this way.


And many of them work with 9.1


 The strong implication is that nobody in Mandrake development or QA uses
 ATA100 or up disk drives on IDE2 or 3 on this motherboard - true?


Bad assumption, no-one tested the final install kernel on your
motherboard. My GA-7DXR2 with a promise raid controller (using IDE)
worked just fine, installed on hde, hdg (either my DVD drive or CD-RW)
work well too.

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+it5KrJK6UGDSBKcRAsEfAJ45fAFQ7pwEZ6H9AI+PF5qBnILLMwCfYB9Q
OA88QrPT4gkbrHW1TseFxHQ=
=sw9e
-END PGP SIGNATURE-




Re: [Cooker] Cooker and Crossover

2003-04-02 Thread Diego Iastrubni
how about the LD_ASSUME_KERNE-2.2.15?
on the redhat readme i says it will work, however on mdk 9.1 it does not (the 
same cxoffice)


 , 2  2003, 10:21, Mathias Meyer :
 On Wednesday 02 April 2003 11:13 OS wrote:
  Hello,
 
  Now neither Crossover Office nor Plugin work ! Plugin installs but then
  just reports Unable to get information on installed DLLs and aborts
  when running pluginsetup. Office installs programs, well some anyway.
  But on launching programs it simply drops back to the command line with
  no output at all.

 It's a known bug actually, but over at the Codeweavers folks. We'll just
 have to wait, until (Plugin|Office) 2.0 are released. That's going to
 happen in about 2 months, according to the Codeweavers guys.

 Regards,
 Mathias




Re: [Cooker] Re: Re: Re: [CHRPM] openssh-3.6.1p1-1mdk

2003-04-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Walser wrote:
 Buchan Milne wrote:

scp my friend, scp.

And rsync -e ssh (currently keeping 120GB of data in sync over a WAN
connection here).

Buchan


 Also, can't urpmi use ssh for distributed installs?


Yes, but AFAIK this does not need a permitroot on the server, whereas
retaining permissions on files owned by multiple users via scp -p or
rsync -a etc does.

Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+it7orJK6UGDSBKcRAls7AJ49FiCdp8Vchk1ZVNy6D2Oh4x9ZtwCdEzdc
2SbTidOVxt3pocPnvVccQD4=
=V3L8
-END PGP SIGNATURE-




[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread fcrozat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 11:54 ---
Ok, the problem comes from Tungsten T which doesn't have a S: Product = info
which is used by gpilotd to detect when hotsync is pressed..

There is a workaround available for that.. I'll do a test package and ask you to
test it..



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



Re: [Cooker] shorewall/drakfirewall

2003-04-02 Thread Steffen Barszus
Am Mittwoch, 2. April 2003 12:24 schrieb Florin:
 [EMAIL PROTECTED] (Steffen Barszus) writes:
  Hi!
 
  I have tried to start drakfirewall, but this tool simply makes nothing.
  Here the output from commandline:
 
  ]# drakfirewall
  SCALAR(0x8ebcda0) at /usr/lib/libDrakX/network/drakfirewall.pm line 110.
 
  No error, or warning no install of iptables or shorewall. Can anything be
  done about it ?

 it works here ... (make sure you have inswtalled the latest
 drakxtools-newt and all ...

I supposed I'm using the latest, as this is installed from a mdk 9.1 bamboo cd 
(drakxtools-9.1-26mdk looking on cooker its the same) 

Other then that the resolv.conf in etc was complete empty (resulting in no 
name resolution, I have written # ppp temp entry in that file , after that 
it worked.

iso md5sums are doublechecked

Just a guess , but i think this is because I have no network card in it, or 
because I have choosen t-online from provider-list German = National . 
(maybe more the last I said, as I have installed mdk 9.1 on a friends 
machine. there was not the problem with resolv.conf) 

played arround a bit:
normal:

- leaving out name of provider  results in a deleted /etc/resolv.conf
given arbitrary name i.e. t-online.de = working resolv.conf
- drakconnect deinstalls isdn4net without saying so in GUI = confusion (if 
this is because of the Fritz!PCI v2.0 , i have a v1 here, so isdn4net works
Fritz PCI v1 : Vendor 1244 ProdId: 00a0 = hisax type=27
Fritz PCI v2 : Vendor 1244 ProdId: 00e0 = hisax_fcpcipnp 
last one is unknown in current isdn4net)

grabbed a NIC out of my hardware box and put the NIC in my machine:

- no resolv.conf issue
- drakfirewall works flawless ( errm the known issues: setting the shorewall 
interface to the eth0 , no matter if this is right or not) (short: means no 
crash)

Can't believe it 


-- 
_
counter.li.org : #296567.
machine: 181800
vdr-box : 87
_





[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread Christophe.Cubat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 12:00 ---
Ok, thanks i wanting for.




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



[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 ?




[Cooker] [Bug 3610] [rpmdrake] maximal info bits in the wrong places (install/remove)

2003-04-02 Thread luigiwalser
http://qa.mandrakesoft.com/show_bug.cgi?id=3610

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|NEW



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 12:20 ---
Well, it's incorrect is what's wrong.

In install mode, there is no currently installed version.




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
In the information window for maximal information, two pieces of information shown 
there 
include: 
1) source - where a package can be installed from (only useful in rpmdrake) 
2) currently installed version - which version can be removed or upgraded (only useful 
in 
rpmdrake-remove or MandrakeUpdate). 
 
The code was probably attempting to do this, but got mixed up.  Currently instead, all 
pieces of 
info only get shown in regular rpmdrake mode, and the currently installed version is 
obviously 
(none). 
 
I will attach a patch to fix it.



Re: [Cooker] No DISK drive!

2003-04-02 Thread Steffen Barszus
Am Mittwoch, 2. April 2003 14:57 schrieb Buchan Milne:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Ron Stodden wrote:
  Bad news - 9.1 Show-Stopper!

 Yes, it's known, but it's too late now, this should have been caught in
 RC (which implies the kernel *must* *not* change in RC).

Wrong assumption. This one was known long beta3, I guess a symptom of that 
noone knew he has to advertise his bugs ;)


  They have to be on IDE2 and IDE3 because they are ATA100 or above and
  IDE0 and IDE1 only support ATA66 and below.   Many motherboards operate
  this way.

 And many of them work with 9.1

As I understood it is a PDC 202xx issue

It was told me to have 
# CONFIG_PDC202XX_FORCE 
enabled would fix it. 


  The strong implication is that nobody in Mandrake development or QA uses
  ATA100 or up disk drives on IDE2 or 3 on this motherboard - true?

 Bad assumption, no-one tested the final install kernel on your
 motherboard. My GA-7DXR2 with a promise raid controller (using IDE)
 worked just fine, installed on hde, hdg (either my DVD drive or CD-RW)
 work well too.

But there seems to be an issue ... hmm don't care. I can only forward 
informations of others on these topic ... i could maybe reach a list of 
twenty people with the PDC202xx issue trough a guy from a webboard. A new 
floppy image with a -BOOT kernel with the above option enabled should clear 
thing , shouldn't it ?

-- 
_
counter.li.org : #296567.
machine: 181800
vdr-box : 87
_



Re: [Cooker] Cooker and Crossover

2003-04-02 Thread Gwenole Beauchesne
On Wed, 2 Apr 2003, OS wrote:

 Now neither Crossover Office nor Plugin work ! Plugin installs but then just 
 reports Unable to get information on installed DLLs and aborts when running 
 pluginsetup. Office installs programs, well some anyway. But on launching 
 programs it simply drops back to the command line with no output at all. 

Have you tried with:
http://people.mandrakesoft.com/~gbeauchesne/glibc/ ?

Bye,
Gwenole




[Cooker] [Bug 3633] [drakxtools] gtktext_insert leaves cursor at the end (ugtk2.pm)

2003-04-02 Thread luigiwalser
http://qa.mandrakesoft.com/show_bug.cgi?id=3633

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 12:26 ---
As far as the line of code I posted erasing the buffer, oops.  That's not what I 
intended.  I'm 
trying to do whatever move the insertion point/cursor back to the beginning. 
 
No, gtktext_insert isn't playing with a scrollbar directly, it doesn't know for sure 
it's in a 
ScrolledWindow or anything, the problem is where it's leaving the cursor/insertion 
point.  It'll 
leave it after the text it inserts, so when you go to the window, it'll be scrolled to 
the bottom 
because of that.  If you click near the top, that won't happen anymore, so that's how 
I can 
confirm that this is the cause. 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date: 
description: 
ugtk2 should probably be a Product component choice in Bugzilla.  Oh well, onward with 
the 
bug. 
 
If you use gtktext_insert to create an information window (say a gtk TextView inside 
of a 
ScrolledWindow) it will leave the cursor at the end, so if you view your window, often 
it'll appear 
scrolled all the way to the bottom, rather than the top which is usually what's 
desired. 
 
I propose adding: 
$textview-get_buffer-set_text('', 0); 
 
near the end of the function (after text has been added to the TextView).  I'm 
actually not sure if 
that should be a 0 or a 1, but you get the idea.  I'm moving the cursor back to the 
beginning of 
the TextView. 
 
I can't think of a reason that this behavior would be undesired, because if you wanted 
the cursor 
at the end for the next insert, you'd just use the provided gtktext_append function 
anyway.  The 
only thing I can think of is, if you're doing appends, you might to leave the cursor 
at the end in 
the case, so maybe the line I added should only be if you're not in append mode.



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

2003-04-02 Thread Thierry Vignaud
Chmouel Boudjnah [EMAIL PROTECTED] writes:

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

works fine for me (though gnuserv does definitively do not work
anymore with the new emacs)




[Cooker] problem with 9.1 : that cdrom does not seem to be a mandrake ...

2003-04-02 Thread Nicolas Pomarede


Hello,

I try to install 9.1 on my laptop (64 MB RAM + PCMCIA), but just after the
installation starts (loading pcmcia, usb), I get the following message :
That CDROM disc does not seem to be a Mandrake Linux Installation CDROM.

I can choose to retry, but the error remains.
At that stagen alt+F3 displays

looking for scsi media
looking for Compaq Smart Array media
looking for DAC960
mounting /dev/hdb on /tmp/image as type iso9660
have to insmod isofs
  succeeded isofs


The image I burnt had a correct md5sum. I then used cdrdao to extract the
disk 1 data as an iso file ; the md5sum of this iso file is also correct
(so I think the CD has been burnt without error).

So, is this a bug ? Is there any more debug info I could post ?

(my cdrom drive could be broken, but it seems to work with other cds)

Thanks in advance.



Nicolas Pomarede   e-mail:   [EMAIL PROTECTED]

In a world without walls and fences, who needs windows and gates ?




Re: [Cooker] rebuild an initrd under rescue cdrom

2003-04-02 Thread Guillaume Cottenceau
Pascal Cavy [EMAIL PROTECTED] writes:

 If this is true, then that was my problem on rescue mode. And that is why, 
 Guillaume,  an new rescue menu entry to rebuild a kernel initrd would be a 
 plus in case someone has destroyed or corrupted it. (nothing to do with mdk 
 installation here, just a new recovery tool)

I don't think the case happens enough for deserving a menu entry
(I already said so, I think).

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] mini-todo

2003-04-02 Thread Austin
On 2003.04.02 04:55 Guillaume Cottenceau wrote:
  1. Package gtkmm2.

Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
thing. Last time I asked, he said he didn't really want to do it
until no package in the distro need it, which is rather sensible.
People do need it.
I've had two people send me their home-made SRPMs already that they've been 
using for a long time.  I've got several new gnome apps that require it.  Can 
gtkmm and gtkmm2 not be installed in parallel?

Austin

--
Austin Acton Hon.B.Sc.
 Synthetic Organic Chemist, Teaching Assistant
   Department of Chemistry, York University, Toronto
 MandrakeClub Volunteer (www.mandrakeclub.com)
 homepage: www.groundstate.ca


[Cooker] [Bug 3610] [rpmdrake] maximal info bits in the wrong places (install/remove)

2003-04-02 Thread pascal
http://qa.mandrakesoft.com/show_bug.cgi?id=3610





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 12:32 ---
if you want to make your explanations clear, it would help having screenshots showing 
the UI 
before and after patch and the difference highlited. 
it is often very easy to see it visually. 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
In the information window for maximal information, two pieces of information shown 
there 
include: 
1) source - where a package can be installed from (only useful in rpmdrake) 
2) currently installed version - which version can be removed or upgraded (only useful 
in 
rpmdrake-remove or MandrakeUpdate). 
 
The code was probably attempting to do this, but got mixed up.  Currently instead, all 
pieces of 
info only get shown in regular rpmdrake mode, and the currently installed version is 
obviously 
(none). 
 
I will attach a patch to fix it.



[Cooker] [Bug 3610] [rpmdrake] maximal info bits in the wrong places (install/remove)

2003-04-02 Thread luigiwalser
http://qa.mandrakesoft.com/show_bug.cgi?id=3610





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 12:40 ---
Well I posted a screenshot of the final result.  A before is not necessary, because 
everybody's already running the before version.

The screenshot I posted shows the results of all of the changes made along the way 
with these patches:
1) Proper info being showed in update mode (I guess it doesn't show that install mode 
just shows source now)
2) Moving source and currently installed version to normal info mode
3) Moving source and currently installed version up near the top, instead of stuck at 
the bottom under description where nobody will see them
4) Cleaning up the MandrakeUpdate information window UI

Let me know if there's anything else you want explained, or want screenshots of.




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
In the information window for maximal information, two pieces of information shown 
there 
include: 
1) source - where a package can be installed from (only useful in rpmdrake) 
2) currently installed version - which version can be removed or upgraded (only useful 
in 
rpmdrake-remove or MandrakeUpdate). 
 
The code was probably attempting to do this, but got mixed up.  Currently instead, all 
pieces of 
info only get shown in regular rpmdrake mode, and the currently installed version is 
obviously 
(none). 
 
I will attach a patch to fix it.



Re: [Cooker] mini-todo

2003-04-02 Thread Guillaume Cottenceau
Buchan Milne [EMAIL PROTECTED] writes:

 Guillaume Cottenceau wrote:
  Levi Ramsey [EMAIL PROTECTED] writes:
 
  Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
  thing.
 
 And here I though we were aiming to have more community maintenance?

!? That's not the point. Levi said I answered him about gtkmm2, I
suspected it because since it's rather an fcrozat's thing, I
would not have authoratively answered on gtkmm2.

  Last time I asked, he said he didn't really want to do it
  until no package in the distro need it, which is rather sensible.
 
 How can Austin commit his packages which require it if it isn't in the
 distro?
 
 What if people just want to be able to develop with it?

much tired I don't say I don't want you or anyone else to make
a Club, Contrib, Cooker is you can commit on it, or
my-ass-whatever package. I'm just reminding what fcrozat answered
me on it.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] No DISK drive!

2003-04-02 Thread Guillaume Cottenceau
Ron Stodden [EMAIL PROTECTED] writes:

 9.0 installed and runs perfectly on this configuration on both machines.
 
 
 We therefore have a show-stopper regression.   Serious!

We often have some. It's plain normal. Adding features often
break some. Especially when not much tested.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread fcrozat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 12:49 ---
Could you test packages from http://people.mandrakesoft.com/~fcrozat/pilot ?

Install the packages, killall gpilotd and re-run gnome-pilot configuration applet..



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



Re: [Cooker] mini-todo

2003-04-02 Thread Frederic Crozat
Le mer 02/04/2003 à 16:39, Austin a écrit :
 On 2003.04.02 04:55 Guillaume Cottenceau wrote:
1. Package gtkmm2.
  
  Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
  thing. Last time I asked, he said he didn't really want to do it
  until no package in the distro need it, which is rather sensible.
 
 People do need it.
 I've had two people send me their home-made SRPMs already that they've been 
 using for a long time.  I've got several new gnome apps that require it.  Can 
 gtkmm and gtkmm2 not be installed in parallel?

They should be parallel installable..

If you want to upload to contrib, I don't have any objection, but I
won't maintain it..

-- 
Frederic Crozat [EMAIL PROTECTED]
MandrakeSoft




[Cooker] [Bug 3463] [bugsquish] .xvpics directory

2003-04-02 Thread pixel
http://qa.mandrakesoft.com/show_bug.cgi?id=3463

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:10 ---


right. fixed in cooker. thanks!





--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
the rpm contains a directory with temporary file. 
 
/usr/share/games/bugsquish/embedded/images/.xvpics



[Cooker] [Bug 1100] [drakxtools] cannot remove or change cards sometimes

2003-04-02 Thread viewtronix
http://qa.mandrakesoft.com/show_bug.cgi?id=1100





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:14 ---
this bug is a duplicate of 2619



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I installed a 3Com 3c509 ISA card and it was detected. The network was not 
being started though. I tried to remove the card using DrakConnect and when you 
hit the Expert button, nothing happens, except that the tool exits and the 
screen goes back to the Network  Internet screen in the Mandrake Control 
Center.

In any case, I removed the 3c509 card and added a RealTek RTL8029AS PCI card. 
Ran DrakConnect again and the card was not detected. However, the tool 
continued to load the 3c509 driver.

I was able to remove the driver by editing the modules.conf file.

Changed the RealTek to a 3Com 3c905 PCI card, ran DrakConnect, and the wizard. 
This time it worked fine.

Issues: Inability to remove a previously added card and a certain difficulty in 
adding a new one, since for the RealTek, I could not add it manually within the 
tool.



[Cooker] [Bug 2619] [kernel] fails to recognize usb keyboards

2003-04-02 Thread viewtronix
http://qa.mandrakesoft.com/show_bug.cgi?id=2619





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:16 ---
this is still occuring in the final 9.1 release - is anyone working on it?



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
When installing via boot CDs, USB is able to identify and work with USB mice,
but not USB keyboards. This will make instalation onto platforms without PS/2 or
AT keyboards difficult at best.



[Cooker] [Bug 1011] [Installation] cannot use usb keyboard in installation

2003-04-02 Thread viewtronix
http://qa.mandrakesoft.com/show_bug.cgi?id=1011





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:19 ---
this is a duplicate of 2619



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
i have a microsoft regular usb keyboard. i can't use it on installation 
program. i can't give root password and so on. when system comes up it works 
like a charm.



[Cooker] [Bug 3610] [rpmdrake] maximal info bits in the wrong places (install/remove)

2003-04-02 Thread pascal
http://qa.mandrakesoft.com/show_bug.cgi?id=3610





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:20 ---
humm Guillaume that makes sense to me. 
 
Start MandrakeUpdate 
click on on update rpm to see the info 
 
In normal info level:   
* no indication of 'media source' of the rpm   
   (his patch adds it below the 'importance' line) 
* no indication of the 'currently installed version'  
  (his patch adds it below 'Source' -  I'd prefer it to stay near his brother 
'version' indication ) 
 
In maximal info level: 
The 'Source' and 'Currently installed version' are already here 
his patch propose to put them upper before all the blabla descripting the package 
'summary' 
and 'description' so they are immediately visible. 
 
that makes sense to me. I find it logical and easier for use. 
 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
In the information window for maximal information, two pieces of information shown 
there 
include: 
1) source - where a package can be installed from (only useful in rpmdrake) 
2) currently installed version - which version can be removed or upgraded (only useful 
in 
rpmdrake-remove or MandrakeUpdate). 
 
The code was probably attempting to do this, but got mixed up.  Currently instead, all 
pieces of 
info only get shown in regular rpmdrake mode, and the currently installed version is 
obviously 
(none). 
 
I will attach a patch to fix it.



[Cooker] [Bug 2362] [Installation] no laptop installation class

2003-04-02 Thread jerome.bouat
http://qa.mandrakesoft.com/show_bug.cgi?id=2362





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:20 ---
I would like a behavior adapted to power supply.

Each time the operation goes on battery then:
- some services are desactivated (crond, ...)
- smallier harddisk sleep timout (hdparm -S 36)
- ...

On the contrary, all stopped services are restarted
when the laptop is no more on battery.
Call 'sync', run cron tasks which would have to be made
if it where not disabled, ...



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I would like a laptop installation class.
I desactivated more than 5 services
in order to limit memory and CPU consumsion
and then energy consumsion.
I had to choose ACPI.
Think at people who don't know
whether ACPI is related or not with energy consumsion.



[Cooker] [Bug 1100] [drakxtools] cannot remove or change cards sometimes

2003-04-02 Thread viewtronix
http://qa.mandrakesoft.com/show_bug.cgi?id=1100





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:21 ---
ignore that last comment, meant bug 1011 is a dupe of 2619 not 1100 = oops!



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I installed a 3Com 3c509 ISA card and it was detected. The network was not 
being started though. I tried to remove the card using DrakConnect and when you 
hit the Expert button, nothing happens, except that the tool exits and the 
screen goes back to the Network  Internet screen in the Mandrake Control 
Center.

In any case, I removed the 3c509 card and added a RealTek RTL8029AS PCI card. 
Ran DrakConnect again and the card was not detected. However, the tool 
continued to load the 3c509 driver.

I was able to remove the driver by editing the modules.conf file.

Changed the RealTek to a 3Com 3c905 PCI card, ran DrakConnect, and the wizard. 
This time it worked fine.

Issues: Inability to remove a previously added card and a certain difficulty in 
adding a new one, since for the RealTek, I could not add it manually within the 
tool.



[Cooker] [Bug 3610] [rpmdrake] maximal info bits in the wrong places (install/remove)

2003-04-02 Thread pascal
http://qa.mandrakesoft.com/show_bug.cgi?id=3610





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 13:22 ---
I check rpmdrake  and comment #13 applies to it too. proposed patch would improve 
usability. 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
In the information window for maximal information, two pieces of information shown 
there 
include: 
1) source - where a package can be installed from (only useful in rpmdrake) 
2) currently installed version - which version can be removed or upgraded (only useful 
in 
rpmdrake-remove or MandrakeUpdate). 
 
The code was probably attempting to do this, but got mixed up.  Currently instead, all 
pieces of 
info only get shown in regular rpmdrake mode, and the currently installed version is 
obviously 
(none). 
 
I will attach a patch to fix it.



[Cooker] [Bug 3634] [kdebase] New: KDE-Reboot

2003-04-02 Thread master_scorpio_himselve
http://qa.mandrakesoft.com/show_bug.cgi?id=3634

   Product: kdebase
 Component: kdebase
   Summary: KDE-Reboot
   Version: 3.1.1-1mdk
  Platform: Other
   URL: http://www.scorpitech.be.tf
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hi, 
 
I am using the new mandrake Linux 9.1 on an amd athlon XP 1800, ATI radeon 3D card, 
256 mb RAM, 40 gig hd, ... 
 
almost everything works fine in the newest version of mandrake, exept : 
 
- in installation time you get some errors from packages wich are corrupt 
- if you want to install packages with Install Software there are errors 
- Here is the one I wanted to pay your attention to : when you log out after a session 
and
you want to reboot the machine it will show you the entrys from the lilo boot manager; 
then you can chose wich operating system you want to reboot to this is when everything 
is OK, but sometimes I DO NOT see such list !!! I cannot reboot, if a want to reboot I 
have 
to to it manually or I have to  completely shut down the pc ... 
 
Maybe you know what is wrong ... 
 
-- 
Scorpio



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] problem with 9.1 : that cdrom does not seem to be a mandrake ...

2003-04-02 Thread Guillaume Cottenceau
Nicolas Pomarede [EMAIL PROTECTED] writes:

 Hello,
 
 I try to install 9.1 on my laptop (64 MB RAM + PCMCIA), but just after the
 installation starts (loading pcmcia, usb), I get the following message :
 That CDROM disc does not seem to be a Mandrake Linux Installation CDROM.

happens when `Mandrake/mdkinst' can't be accessed from the cdrom.

 I can choose to retry, but the error remains.
 At that stagen alt+F3 displays
 
 looking for scsi media
 looking for Compaq Smart Array media
 looking for DAC960
 mounting /dev/hdb on /tmp/image as type iso9660
 have to insmod isofs
   succeeded isofs
 
 
 The image I burnt had a correct md5sum. I then used cdrdao to extract the
 disk 1 data as an iso file ; the md5sum of this iso file is also correct
 (so I think the CD has been burnt without error).
 
 So, is this a bug ? Is there any more debug info I could post ?

Any error from kernel when reading the CDROM? Ctrl+Alt+F4.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] mini-todo

2003-04-02 Thread Austin
On 2003.04.02 09:55 Frederic Crozat wrote:
1. Package gtkmm2.
If you want to upload to contrib, I don't have any objection, but I
won't maintain it..
Okay.  Will do.
Austin
--
Austin Acton Hon.B.Sc.
 Synthetic Organic Chemist, Teaching Assistant
   Department of Chemistry, York University, Toronto
 MandrakeClub Volunteer (www.mandrakeclub.com)
 homepage: www.groundstate.ca


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

2003-04-02 Thread Guillaume Cottenceau
Chmouel Boudjnah [EMAIL PROTECTED] writes:

 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

chmouel, maybe it would be a good idea to put it in
unsupported/9.1? this problem has much worried me in the past,
and unsupported is anyway meant for that (middle important
fixes or features additions that we don't officially want to
support)

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



Re: [Cooker] mini-todo

2003-04-02 Thread Levi Ramsey
On Wed Apr 02 11:55 +0200, Guillaume Cottenceau wrote:
 Are you sure about that? Packaging gtkmm2 is rather a fcrozat's
 thing. Last time I asked, he said he didn't really want to do it
 until no package in the distro need it, which is rather sensible.

It may have been fcrozat... it was a fairly long while ago, after all,
and my early onset Alzheimer's and all ;o)

-- 
Levi Ramsey
[EMAIL PROTECTED]   [EMAIL PROTECTED]

The food of love is Mandrake root.
GPG Fingerprint: 354C 7A02 77C5 9EE7 8538  4E8D DCD9 B4B0 DC35 67CD
Currently playing: Rush - Moving Pictures - Vital Signs
Linux 2.4.21-0.13mdk
 10:00:03 up 9 days, 14:19, 11 users,  load average: 0.05, 0.02, 0.03



[Cooker] Re: crash of X server with Mandrake 9.1 upgrade

2003-04-02 Thread Gary Lawrence Murphy

The advice from XFree86 to avoid the xfs unix:/ flag and OpenGL
have not solved the problem.  This is like playing Russian Roulette
with your work, very annoying.

Again, this is producing no diagnostics except the following log messages:

Apr  2 10:00:17 maya gconfd (garym-28434): Received signal 15, shutting down cleanly
Apr  2 10:00:17 maya gconfd (garym-28434): Exiting
Apr  2 10:00:17 maya gdm[28245]: gdm_slave_xioerror_handler: Fatal X error - 
Restarting :0


-- 
Gary Lawrence Murphy [EMAIL PROTECTED]: office voice/fax: 01 519 4222723
  Business Advantage through Community Software - http://teledyn.com
what I need is a job that doesn't interfere with my work -gary murphy




[Cooker] mirror troubles

2003-04-02 Thread Jason Straight
There appears to be problems with the mirrors.

sunet is just hanging after giving motd, sunsite hasn't update any of the new 
RPM's since 9.1 in the main distro - only contribs.

-- 
Jason Straight
[EMAIL PROTECTED]
icq: 1796276
pgp: http://www.JeetKuneDoMaster.net/~jason/pubkey.asc




Re: [Cooker] Cooker and Crossover

2003-04-02 Thread Jeremy Salch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 02 April 2003 07:39 am, Gwenole Beauchesne wrote:
 On Wed, 2 Apr 2003, OS wrote:
  Now neither Crossover Office nor Plugin work ! Plugin installs but then
  just reports Unable to get information on installed DLLs and aborts
  when running pluginsetup. Office installs programs, well some anyway.
  But on launching programs it simply drops back to the command line with
  no output at all.

 Have you tried with:
 http://people.mandrakesoft.com/~gbeauchesne/glibc/ ?

 Bye,
 Gwenole


I tryed this with winex and it didn't fix the problem



- -- 
http://tblx.net/encrypt/[EMAIL PROTECTED] for pgp key
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+iwCxsKWd3vub6wURAq1jAJ9FuAtS03i1QeQoVhs633ujeunNewCfRWo4
YwX2ZuI6MXzLCq6+ikGL7V4=
=5RvR
-END PGP SIGNATURE-




[Cooker] [Bug 375] [kdebase] With autologin enabled Reboot and Shutdown missing from logout

2003-04-02 Thread master_scorpio_himselve
http://qa.mandrakesoft.com/show_bug.cgi?id=375





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 14:39 ---
I have the same problem: 
 It is worse now because after I log out of KDE and select Reboot I get yet 
another menu asking what OS to reboot into. So a one-step operation 
(reboot/shutdown) has gone to a three-step operation. 
 
There is really something wrong there ... 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
With Autologin enabled, when I exit KDE I am only presented with an option to
Logout. I have to log out before I can shut down the machine.

It autologin is disabled, the Shutdown and Reboot options re-appear when I press
the Exit button (bottom right of screen).

I would really like to be able to shutdown the machine directly from KDE.

Security level is at High.



[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread Christophe.Cubat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 14:50 ---
I've just test your packages and it's work well




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



[Cooker] [Bug 2687] [gnome-pilot] Palm Tungsten T don't work with gpilotd

2003-04-02 Thread fcrozat
http://qa.mandrakesoft.com/show_bug.cgi?id=2687

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 14:54 ---
Great.. I'll upload it to cooker and see if we can do an update for 9.1.

Thanks for your test..



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I use the Mandrake 9.1 RC 1 and my Palm Tungsten T communic with pilot-link,
with the command line pilot-xfer -p /dev/usb/tts/0 -L, but when I use the
gpilotd-applet, nothing appends.



[Cooker] [Bug 2362] [Installation] no laptop installation class

2003-04-02 Thread aw280
http://qa.mandrakesoft.com/show_bug.cgi?id=2362





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 15:30 ---
jerome, acpid and apmd are intended to allow just that...read their
manpages and experiment. My laptop now turns screen brightness down and
sets hard disk to time out after 5 secs when it's unplugged, and
restores settings when plugged back in...




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I would like a laptop installation class.
I desactivated more than 5 services
in order to limit memory and CPU consumsion
and then energy consumsion.
I had to choose ACPI.
Think at people who don't know
whether ACPI is related or not with energy consumsion.



Re: [Cooker] Re: [CHRPM] mplayer-0.90-0.rc5.2mdk

2003-04-02 Thread Götz Waschk
Am Dienstag,  1. April 2003, 19:09:28 Uhr MET, schrieb David Walser:
 Does your RC5 package take into account that with RC5 mplayer now (surely in error) 
 ships with an mplayer.conf that has fullscreen and framedrop turned on by default, 
 so even if you specify some other dimensions at launch time it ignores it?

I think fullscreen and framedrop are OK to be enabled by default. If
you don't want to use them, every option has a negative version:
mplayer -nofs -noframedrop 
or something like that.
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



[Cooker] [Bug 2362] [Installation] no laptop installation class

2003-04-02 Thread jerome.bouat
http://qa.mandrakesoft.com/show_bug.cgi?id=2362





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 15:51 ---
Yes of course,
but think at newbies (for example managers)
who don't know how to write a text file
and who may assume ACPI is a new marketing action : )

I think a distro have to provide
a default configuration.
Moreover, it would provide an example
for more accurate configuration.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I would like a laptop installation class.
I desactivated more than 5 services
in order to limit memory and CPU consumsion
and then energy consumsion.
I had to choose ACPI.
Think at people who don't know
whether ACPI is related or not with energy consumsion.



[Cooker] [Bug 3580] [urpmi] excludepath is not working

2003-04-02 Thread cooker-qa
http://qa.mandrakesoft.com/show_bug.cgi?id=3580





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 15:55 ---
Yeehaaw!

The urpmi you attached works great with --excludepath, thanks!

When will an update be in Cooker?

It would be awesome if an update to 9.1 could be done also.  This is a bug
afterall.  :-)



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I tried to use --excludepath /usr to prevent installing files in /usr and it
just plain did not work:

# urpmi --excludepath /usr openssh
To satisfy dependencies, the following packages are going to be installed (8 MB)
:
cups-1.1.19-0.5mdk.i586
cups-common-1.1.19-0.5mdk.i586
libcups1-1.1.19-0.5mdk.i586
libopenssl0.9.7-0.9.7a-1mdk.i586
openssh-3.5p1-7mdk.i586
openssl-0.9.7a-1mdk.i586
Is this OK? (Y/n) y
installing /var/cache/urpmi/rpms/openssh-3.5p1-7mdk.i586.rpm /var/cache/urpmi/rp
ms/libcups1-1.1.19-0.5mdk.i586.rpm /var/cache/urpmi/rpms/cups-common-1.1.19-0.5m
dk.i586.rpm /var/cache/urpmi/rpms/openssl-0.9.7a-1mdk.i586.rpm /var/cache/urpmi/
rpms/cups-1.1.19-0.5mdk.i586.rpm /var/cache/urpmi/rpms/libopenssl0.9.7-0.9.7a-1m
dk.i586.rpm

Preparing...##
   1:libopenssl0.9.7error: unpacking of archive failed on file /usr/lib/
libcrypto.so.0.9.7;3e8446c4: cpio: open failed - Read-only file system
   2:opensslerror: unpacking of archive failed on file /usr/bin/
c_rehash;3e8446c4: cpio: open failed - Read-only file system
   3:openssherror: unpacking of archive failed on file /usr/bin/
scp;3e8   4:libcups1   44   5:cups-common6c4: cpi   6:cu
ps   o: open failed - Read-only file system
error: unpacking of archive failed on file /usr/lib/libcups.so;3e8446c4: cpio: s
ymlink failed - Read-only file system
warning: /etc/cups/client.conf created as /etc/cups/client.conf.rpmnew
error: unpacking of archive failed on file /usr/bin/cancel-cups;3e8446c4: cpio: 
open failed - Read-only file system
warning: /etc/cups/classes.conf created as /etc/cups/classes.conf.rpmnew
warning: /etc/cups/cupsd.conf created as /etc/cups/cupsd.conf.rpmnew
warning: /etc/cups/mime.convs created as /etc/cups/mime.convs.rpmnew
warning: /etc/cups/mime.types created as /etc/cups/mime.types.rpmnew
warning: /etc/cups/printers.conf created as /etc/cups/printers.conf.rpmnew
warning: /etc/pam.d/cups created as /etc/pam.d/cups.rpmnew
warning: /etc/rc.d/init.d/cups created as /etc/rc.d/init.d/cups.rpmnew
error: unpacking of archive failed on file /usr/lib/cups: cpio: chown failed - R
ead-only file system



[Cooker] [Bug 3566] [urpmi] urpmi needs an excludedocs option

2003-04-02 Thread cooker-qa
http://qa.mandrakesoft.com/show_bug.cgi?id=3566





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 16:57 ---
True, I could mostly simulate it, however is it a hard and fast rule that
documentation files are always in /usr/share/doc (or whatever the macros file
directs)?  Could they not be sprinkled elsewhere?

In any case, if --excludepath /usr/share/doc was sufficient to cover all cases,
it would be simple to map --excludedocs to --excludepath /usr/share/doc within
urpmi.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Just as rpm allows you to install an RPM without documentation (--excludedocs),
urpmi should allow the same thing.

Having this sort of option (as well as any excludepath type options, etc.)
configurable for a givne host in a config file (rather than having to specifiy
on every invocation) would be nice, as it's likely that every RPM install should
like to use the same options.



Re: [Cooker] Cooker and Crossover

2003-04-02 Thread Ken Stevens

 Has anyone else tried using the Crossover products ! If so what did you find 
 and did you have to do anything special to get them to work ?
 
 I currently use Plugin 1.2.0 and Office 1.3.1.
 
 Thanks,
 Owen
Since 9.1 plugin does not work. :-(

Ken

-- 

Virtue is not left to stand alone.  He who practices it will have neighbors.
-- Confucius

www.kenwstevens.net



Re: [Cooker] problem with 9.1 : that cdrom does not seem to be amandrake ...

2003-04-02 Thread Nicolas Pomarede
On 2 Apr 2003, Guillaume Cottenceau wrote:

 Nicolas Pomarede [EMAIL PROTECTED] writes:

  Hello,
 
  I try to install 9.1 on my laptop (64 MB RAM + PCMCIA), but just after the
  installation starts (loading pcmcia, usb), I get the following message :
  That CDROM disc does not seem to be a Mandrake Linux Installation CDROM.

 happens when `Mandrake/mdkinst' can't be accessed from the cdrom.

  I can choose to retry, but the error remains.
  At that stagen alt+F3 displays
 
  looking for scsi media
  looking for Compaq Smart Array media
  looking for DAC960
  mounting /dev/hdb on /tmp/image as type iso9660
  have to insmod isofs
succeeded isofs
 
 
  The image I burnt had a correct md5sum. I then used cdrdao to extract the
  disk 1 data as an iso file ; the md5sum of this iso file is also correct
  (so I think the CD has been burnt without error).
 
  So, is this a bug ? Is there any more debug info I could post ?

 Any error from kernel when reading the CDROM? Ctrl+Alt+F4.

Nothing that looks like it :

IRQ and IO are detected ; driver xirc2ps_cs is loaded and eth0 is
configured, hdb is detected as a cdrom (ATAPI, DMA), Uniform CD-rom driver
is loaded, usb is installed and the last line is
7ISO 9660 Extensions: RRIP_1991A

There's no error indicating a module wasn't found or sthg couldn't be
configured.

If I choose to retry with another disk (leaving the same in the cdrom),
the 7 ISO 9660... line is repeated in the kernel msg (and I have the
message trying to access a cdrom drive (matshita cr-175) on the main
screen).

Also, I copied the content of all 3 CD in a directory on another PC, to
perform a install with NFS, and everything worked flawlessly, so I think
the discs I burnt are definitly OK.


Anything else to test ?





Re: [Cooker] mini-todo

2003-04-02 Thread Götz Waschk
Am Dienstag,  1. April 2003, 17:29:34 Uhr MET, schrieb Austin:
 Here's a few things that need doing that are a bit too tricky for me.
 Is anyone working on them?
 2. Package pygnome2 and fix any pygnome/pygnome2 contflicts/confusions.
I've uploaded a new pygnome 1.x that doesn't conflict anymore with
pygtk2.0. Now all remaining pygnome 1.x apps need to be patched. I'll
start with icepref.

-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



[Cooker] Re: No DISK drive!

2003-04-02 Thread Thomas Backlund
Steffen Barszus wrote:

 Am Mittwoch, 2. April 2003 14:57 schrieb Buchan Milne:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Ron Stodden wrote:
  Bad news - 9.1 Show-Stopper!

 Yes, it's known, but it's too late now, this should have been caught in
 RC (which implies the kernel *must* *not* change in RC).
 
 Wrong assumption. This one was known long beta3, I guess a symptom of that
 noone knew he has to advertise his bugs ;)
 

  They have to be on IDE2 and IDE3 because they are ATA100 or above and
  IDE0 and IDE1 only support ATA66 and below.   Many motherboards operate
  this way.

 And many of them work with 9.1
 
 As I understood it is a PDC 202xx issue
 
 It was told me to have
 # CONFIG_PDC202XX_FORCE
 enabled would fix it.
 

  The strong implication is that nobody in Mandrake development or QA
  uses ATA100 or up disk drives on IDE2 or 3 on this motherboard - true?

 Bad assumption, no-one tested the final install kernel on your
 motherboard. My GA-7DXR2 with a promise raid controller (using IDE)
 worked just fine, installed on hde, hdg (either my DVD drive or CD-RW)
 work well too.
 
 But there seems to be an issue ... hmm don't care. I can only forward
 informations of others on these topic ... i could maybe reach a list of
 twenty people with the PDC202xx issue trough a guy from a webboard. A new
 floppy image with a -BOOT kernel with the above option enabled should
 clear thing , shouldn't it ?
 

I think I have a fix to this problem...
The idea I have works for me...,
but since I dont have a PDC controller I can't verify it...

I'll post it within the next couple of hours...

Thomas





Re: [Cooker] problem with 9.1 : that cdrom does not seem to be a mandrake ...

2003-04-02 Thread Guillaume Cottenceau
Nicolas Pomarede [EMAIL PROTECTED] writes:

  Any error from kernel when reading the CDROM? Ctrl+Alt+F4.
 
 Nothing that looks like it :
 
 IRQ and IO are detected ; driver xirc2ps_cs is loaded and eth0 is
 configured, hdb is detected as a cdrom (ATAPI, DMA), Uniform CD-rom driver
 is loaded, usb is installed and the last line is
 7ISO 9660 Extensions: RRIP_1991A
 
 There's no error indicating a module wasn't found or sthg couldn't be
 configured.
 
 If I choose to retry with another disk (leaving the same in the cdrom),
 the 7 ISO 9660... line is repeated in the kernel msg (and I have the
 message trying to access a cdrom drive (matshita cr-175) on the main
 screen).
 
 Also, I copied the content of all 3 CD in a directory on another PC, to
 perform a install with NFS, and everything worked flawlessly, so I think
 the discs I burnt are definitly OK.
 
 
 Anything else to test ?

You may want to boot with the 9.1 CD, then quickly swap it at the
time the kernel boots, for a 9.0 or inferior CD which are
supposed to work.

For the rest, having a shell during stage1 would help but it's
not easy to deploy. Without it, it will be hard to debug more :/.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



[Cooker] mirrors

2003-04-02 Thread Adam Williamson
Are the Mandrake guys aware that these updates just don't seem to be
getting pushed to mirrors? I've tried club-internet.fr, lip6.fr and
sunet.se today and none of them are getting updates. What's wrong?
-- 
adamw




Re: [Cooker] problem with 9.1 : that cdrom does not seem to be amandrake ...

2003-04-02 Thread Nicolas Pomarede
On 2 Apr 2003, Guillaume Cottenceau wrote:


 Any error from kernel when reading the CDROM? Ctrl+Alt+F4.


Since I installed 9.1 by NFS, I put the cd1 in the cdrom drive, and did
'll /mnt/cdrom' ; this is what I get :

total 31
-r-xr-xr-x1 root root0 jan  1  1970 ages*
-r--r--r--   10 root root   65 sep  1  2000 autorun.inf
-r--r--r--9 root root18393 aoû 17  2001 COPYING
dr-xr-xr-x3 root root 2048 mar 17 17:05 doc/
dr-xr-xr-x1 root root 2048 mar 17 17:05 dosutils/
-r--r--r--6 root root 3645 mar 10 18:14 README.txt
-r-xr-xr-x1 root root 4548 mar 13  2002 RPM-GPG-KEYS*
-r-xr-xr-x1 root root0 jan  1  1970 rsion..1*


As you see, names are messed. Ejecting the cd1 and retrying often gives
different results.

In /var/log/messages, I get :

Apr  2 20:51:39 keddefaut kernel: UDF-fs: No VRS found
Apr  2 20:51:39 keddefaut kernel: File unit size != 0 for ISO file (76502).
Apr  2 20:51:39 keddefaut kernel: File unit size != 0 for ISO file (78080).


If I do a dd if=/dev/cdrom of=test count=250, I also get different
files. So, could it be that the cdrom drive is damaged or sthg like that ?

bye





Re: [Cooker] mirrors

2003-04-02 Thread Levi Ramsey
On Wed Apr 02 18:02 +0100, Adam Williamson wrote:
 Are the Mandrake guys aware that these updates just don't seem to be
 getting pushed to mirrors? I've tried club-internet.fr, lip6.fr and
 sunet.se today and none of them are getting updates. What's wrong?

redbox.cz and uninett.no are also not updated...

-- 
Levi Ramsey
[EMAIL PROTECTED]   [EMAIL PROTECTED]

The food of love is Mandrake root.
GPG Fingerprint: 354C 7A02 77C5 9EE7 8538  4E8D DCD9 B4B0 DC35 67CD
Currently playing: Rush - Grace Under Pressure - The Body Electric
Linux 2.4.21-0.13mdk
 12:10:00 up 9 days, 16:29, 11 users,  load average: 0.11, 0.25, 0.29



Re: [Cooker] openssh + nss_ldap + ssl

2003-04-02 Thread Tibor Pittich
maybe someone remember that i had and reported problem with
nss_ldap module and authorisation for openssh service.

On 28. feb 2003, 03:38, Tibor Pittich wrote:

 there is information which i get if i run sshd under gdb:
 
 Program received signal SIGSEGV, Segmentation fault.
 0x40444c6c in _init () from /usr/lib/libssl.so.0
 
 (gdb) bt
 #0  0x40444c6c in _init () from /usr/lib/libssl.so.0
 Cannot access memory at address 0x30f

i found it! newer version of nss_ldap fixes this problem, and now is
possible use ssl or tls to communicate with openldap server..
uhh-ohh-woala!

tested with my testing packages:
nss_ldap-204-1mdk.i586.rpm (pam_ldap-161-1mdk.i586.rpm)



pgp0.pgp
Description: PGP signature


Re: [Cooker] mirrors

2003-04-02 Thread Adam Caudill
Here is the list of last updates as far as I can tell (for the main dist):
wayne.edu:  Down
surfnet.nl: 2003.03.27 17:51:00
nluug.nl:   2003.03.27 17:51:00
tu-dresden.de:  2003.03.27 17:51:00
uni-bayreuth.de:2003.03.27 16:51:00
uni-muenster.de:2003.03.27 16:51:00
fht-esslingen.de:   2003.03.27 16:51:00
proxad.net: 2003.03.27 16:51:00
club-internet.fr:   2003.03.27 17:51:00
ciril.fr:   2003.03.27 15:51:00
cuni.cz:2003.03.27 16:51:00
redbox.cz:  2003.03.27 16:51:00
sunet.se:   2003.03.27 16:51:00
uio.no: 2003.03.27 16:51:00

So, anybody know if the updates will be resumed?

On Wednesday 02 April 2003 12:02 pm, Adam Williamson wrote:
 Are the Mandrake guys aware that these updates just don't seem to be
 getting pushed to mirrors? I've tried club-internet.fr, lip6.fr and
 sunet.se today and none of them are getting updates. What's wrong?

-- 
Adam Caudill

  You may stop this individual, but you can't stop us all... after all, we're 
all alike.
-The Mentor



Re: [Cooker] mini-todo

2003-04-02 Thread Austin
On 2003.04.02 11:28 Götz Waschk wrote:
Am Dienstag,  1. April 2003, 17:29:34 Uhr MET, schrieb Austin:
 Here's a few things that need doing that are a bit too tricky for me.
 Is anyone working on them?
 2. Package pygnome2 and fix any pygnome/pygnome2 contflicts/confusions.
I've uploaded a new pygnome 1.x that doesn't conflict anymore with
pygtk2.0. Now all remaining pygnome 1.x apps need to be patched. I'll
start with icepref.
Very cool.
Are you going to package pygnome2?
Austin

--
Austin Acton Hon.B.Sc.
 Synthetic Organic Chemist, Teaching Assistant
   Department of Chemistry, York University, Toronto
 MandrakeClub Volunteer (www.mandrakeclub.com)
 homepage: www.groundstate.ca


[Cooker] [Bug 2619] [kernel] fails to recognize usb keyboards

2003-04-02 Thread jkeller
http://qa.mandrakesoft.com/show_bug.cgi?id=2619

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 17:27 ---
*** Bug 1011 has been marked as a duplicate of this bug. ***



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
When installing via boot CDs, USB is able to identify and work with USB mice,
but not USB keyboards. This will make instalation onto platforms without PS/2 or
AT keyboards difficult at best.



Re: [Cooker] mini-todo

2003-04-02 Thread Götz Waschk
Am Mittwoch,  2. April 2003, 12:57:54 Uhr MET, schrieb Austin:
 Are you going to package pygnome2?
You mean gnome-python? It's already in the contribs. It's based on the
rawhide package, that's why the name.
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



[Cooker] The Gathering, quite off topic but..

2003-04-02 Thread Per Øyvind Karlsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

any cookers out there going to The Gathering this year?

I decided to go yesterday, so I was kinda wondering..:)
- -- 
Regards,
Per Øyvind Karlsen
Sintrax Solutions
http://www.sintrax.net - +47 41681061
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+iyqFv8F7V9JOSuURAvm5AKCwq/DFi+yPqh5HOH4MnIe5VYBAdQCcC0zh
ra8xUYcg/HLIpVyIUKOiqRw=
=wcfy
-END PGP SIGNATURE-




[Cooker] Re: hostap drivers

2003-04-02 Thread Planel Nicolas
Le ven 28/03/2003 à 11:16, Chmouel Boudjnah a écrit :
 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@
In next kernel release

-- 
Planel Nicolas [EMAIL PROTECTED]
Mandrakesoft.com




[Cooker] Re: Jason are you there

2003-04-02 Thread darlene komar
They are leaving Thursday morning so that will probably be the day but not 
sure-will let you know as they are taking Dave's Mom back to Stettler(not 
sure of sp) and they might stop in Wainwright(sp) to see Jay.  Looking 
forward to seeing you.
Love,
Mom






From: Jason Komar [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: darlene komar [EMAIL PROTECTED]
Subject: Re: Jason are you there
Date: 02 Apr 2003 11:24:21 -0700
On Wed, 2003-04-02 at 11:19, darlene komar wrote:
 HI Jason,
 Were you and family coming for Anniversary today?  Evelyn asked me to 
give
 her your phone number as they might go through Calgary but you might be
 working?
 Love,
 Mom





 _
 MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
 http://join.msn.com/?page=features/virus


Hi Mom,

I'm here. We can't come out until Friday after work. We'll be in late
Friday night. You can give Aunt Evelyn our number at home. Just let us
know which day they might be through Calgary because Christy and the
kids will probably be home.
Love Jason



_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail




Re: [Cooker] Re: hostap drivers

2003-04-02 Thread Guillaume Rousse
Ainsi parlait Planel Nicolas :
 Le ven 28/03/2003 à 11:16, Chmouel Boudjnah a écrit :
  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@

 In next kernel release
Thx.

What about upgrading orinoco drivers, as requested for closing the following 
bug: http://qa.mandrakesoft.com/show_bug.cgi?id=1349
-- 
All components become obsolete. 
-- Murphy's Computer Laws n°8




[Cooker] [Bug 1011] [Installation] cannot use usb keyboard in installation

2003-04-02 Thread jkeller
http://qa.mandrakesoft.com/show_bug.cgi?id=1011

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 17:27 ---
Marking as a duplicate of bug #2619 despite the older age of this bug. The 
latter has gotten response from the Mandrake team, so *whoosh* -- everyone's in 
the cc list over there now...

*** This bug has been marked as a duplicate of 2619 ***



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
i have a microsoft regular usb keyboard. i can't use it on installation 
program. i can't give root password and so on. when system comes up it works 
like a charm.



[Cooker] [Bug 2362] [Installation] no laptop installation class

2003-04-02 Thread jerome.bouat
http://qa.mandrakesoft.com/show_bug.cgi?id=2362





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 17:33 ---
It's true that power off button action
is trapped in order to properly shutdown the system.
But suspend/resume should be activated as default.
Microsoft Windows already makes it for years.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I would like a laptop installation class.
I desactivated more than 5 services
in order to limit memory and CPU consumsion
and then energy consumsion.
I had to choose ACPI.
Think at people who don't know
whether ACPI is related or not with energy consumsion.



[Cooker] [Bug 3635] [kopete] New: Kopete crashes on load

2003-04-02 Thread dubeaul
http://qa.mandrakesoft.com/show_bug.cgi?id=3635

   Product: kopete
 Component: kopete
   Summary: Kopete crashes on load
   Version: 0.6.1a-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Using automatic login to a Jabber server, if the server isn't available Kopete 
pops up a dialog box saying DNS() Error and then crashes.

Since I set Kopete to automatically login to the server, it crashes everytime I 
load Kopete.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 956] [kernel-source] no install on hp workstation xw8000

2003-04-02 Thread ccomb
http://qa.mandrakesoft.com/show_bug.cgi?id=956

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 17:51 ---
OK, no problem on ML9.1 final
fixed !



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
On hp workstation xw8000, the graphical installation fails.
Just after booting the cdrom, the welcome image appears, then I press ENTER, the
screen becomes black, the kernel does not boot, and the LEDs of the keyboard blink.

It seems it can start in text mode, but I'm attaching the report.bug so you can
have informations of lspci and kernel messages.

In lspci, the graphic card is reported to be GeForce3 or 4 (see report.bug), but
in fact it's a Quadro Pro. (see report.bug.rh8) 

I have tried to recreate a similar report.bug on the rh8 which is installed on
this xw8000, so that you can compare :report.bug.rh8



[Cooker] [Bug 2840] [Maelstrom] Bad permissions on executable and score file

2003-04-02 Thread waschk
http://qa.mandrakesoft.com/show_bug.cgi?id=2840

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 18:25 ---
fixed in 4mdk



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
shouldn't the binary be sgid games and the score file be writeable by group games?



[Cooker] [Bug 375] [kdebase] With autologin enabled Reboot and Shutdown missing from logout

2003-04-02 Thread greeneg
http://qa.mandrakesoft.com/show_bug.cgi?id=375





--- Additional Comments From [EMAIL PROTECTED]  2003-04-02 18:27 ---
This is not a MDK issue. This is the behaviour as designed by KDE's kwin. Kwin needs 
patched to change this behaviour. Please post this bug/wishlist item on kde's 
bugzilla at http://bugs.kde.org/ 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
With Autologin enabled, when I exit KDE I am only presented with an option to
Logout. I have to log out before I can shut down the machine.

It autologin is disabled, the Shutdown and Reboot options re-appear when I press
the Exit button (bottom right of screen).

I would really like to be able to shutdown the machine directly from KDE.

Security level is at High.



  1   2   >