[Cooker] Eclipse 2.1 hangs ... ?

2003-10-31 Thread Thomas Lionel SMETS
I upgraded my MDK 9.0 to 9.1 from a CD  have now KDE desktop instead of Gnome. Moreover I decided to do an 
install with a 'higher' ('standart'  'High'  'Higher'  'Paranoid') security Level. The install went OK but 
know I seem to have lost a fair-bit of steering power.
If I try to start LinuxConf from a normal user terminal where I su'ed, it cannot connect to the X-client. So I 
did a 'xhost +127.0.0.1' with a 'xhost +192.168.1.105' (my IP) as root or as the user...

I keep getting :

[EMAIL PROTECTED] /]# Error message from remadmin :
Error message from remadmin :Gtk-WARNING **: cannot open display: :0.0
What else do I need to do ... ?

Tia,

\T,

--
Thomas SMETS
SCJP2 - Brussels
http://tsmets.lautre.net




Re: [Cooker] Do not renice X by default

2003-10-31 Thread Andrey Borzenkov
 names) or you're not mounting the new usbfs. Put this into your /etc/fstab
 :

 none /proc/bus/usb usbfs defaults 0 0

 I tried and still my scanner wouldn't work. The weird thing is that it would 
 appear in the /proc/bus/usb/devices and in usbview.

Do you mean it works under 2.4?

Coldplugging hot-pluggable devices does not work and should not work under
2.4, at least it fails for usb-storage. I think, scanner driver is loaded
statically out of /etc/init.d/usb depending on /etc/sysconfig/usb settings -
could you check if it really works? Chances are driver name has changed
between 2.4 and 2.6 so this loading under fixed name fails, please compare
drivers for 2.4 and 2.6.

Svetljo has fixed hotplug RPM that supports 2.6, if you enable its initscript
it will emulate hotplugging for all devices present at boot and will load
drivers automatically, no manual config is needed.


-andrey



Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Andrey Borzenkov
 well vanilla test9 has brocken rlogin/rsh

Do you seriously mean anyone is using them? Or does it apply to ssh as well?



Re: [Cooker] Why doesn't kde require X

2003-10-31 Thread Andrey Borzenkov
 I was setting up a chroot environment tonight and I did 

 'urpmi --root /mnt/newroot kmail'

 and XFree86 did not get installed.  Is this normal or correct?

you need XFree86-libs to run X11 programs and XFree86 to run them on
local display. You may as well want to run them on remote display only
(consider system without graphic card).



Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Svetoslav Slavtchev
  well vanilla test9 has brocken rlogin/rsh
 
 Do you seriously mean anyone is using them? Or does it apply to ssh as
 well?
 

well,

it was reported by 3-4 people on lkml :-)

besides Linus is currently accepting only _real_bug_fixes_
and i have the impression that somehow -bk's are more stable
then real releases :-)

best,

svetljo

PS.
is serial console working for everyone ?
i just tried it and when fbcon took over vgacon,
it stopped logging to ttyS0
is this normal behaviour ?

BOOT_IMAGE=260t9serC ro root=2208 devfs=mount elevator=deadline
console=ttyS0,38400 console=tty0

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




Re: [Cooker] Eclipse 2.1 hangs ... ?

2003-10-31 Thread Buchan Milne
Thomas Lionel SMETS wrote:
 I upgraded my MDK 9.0 to 9.1

9.1 is an ancient (for this list) release. Please send your question to
list that deals with the stable releases (not the list that is working
on 10.0 now).

 from a CD  have now KDE desktop instead of
 Gnome. Moreover I decided to do an install with a 'higher' ('standart' 
 'High'  'Higher'  'Paranoid') security Level. The install went OK but
 know I seem to have lost a fair-bit of steering power.

Yes, security always sacrifices ease-of-use.

 If I try to start LinuxConf from a normal user terminal where I su'ed,
 it cannot connect to the X-client. So I did a 'xhost +127.0.0.1' with a
 'xhost +192.168.1.105' (my IP) as root or as the user...
 
 I keep getting :
 
 [EMAIL PROTECTED] /]# Error message from remadmin :
 Error message from remadmin :Gtk-WARNING **: cannot open display: :0.0
 
 What else do I need to do ... ?

This is a generic X error, but has nothing to do with your eclipse problem.

Please, try the other lists Mandrake provides, expert and newbie may be
appropriate.

Regards,
Buchan

P.S. Eclipse works fine on my cooker box, since about the time it was
quite close to 9.1.

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Andrey Borzenkov

 
   well vanilla test9 has brocken rlogin/rsh
  
  Do you seriously mean anyone is using them? Or does it apply to ssh as
  well?
  
 
 well,
 
 it was reported by 3-4 people on lkml :-)
 

Ah, if you mean that, it was not rsh. The OOB data delivery was broken
and this is used by rsh to transmit e.g. terminal settings change. This
is likely to affect ssh as well, yes.

 besides Linus is currently accepting only _real_bug_fixes_
 and i have the impression that somehow -bk's are more stable
 then real releases :-)
 

that is simply due to the fact the real releases are tested by real people
while -bk are tested by developers only. So any bug introduced in -bk is much
less likely to be noticed till next release.

 PS.
 is serial console working for everyone ?
 i just tried it and when fbcon took over vgacon,
 it stopped logging to ttyS0
 is this normal behaviour ?


apparently not. I guess James Simmons may be interested :) BTW have you tried
his patch for framebuffer posted recently?

http://marc.theaimsgroup.com/?t=10668441672r=1w=2n=9

seriously it really needs be fixed, it does not make debugging easier.

-andrey
 
 BOOT_IMAGE=260t9serC ro root=2208 devfs=mount elevator=deadline
 console=ttyS0,38400 console=tty0
 
 -- 
 NEU FR ALLE - GMX MediaCenter - fr Fotos, Musik, Dateien...
 Fotoalbum, File Sharing, MMS, Multimedia-Gru, GMX FotoService
 
 Jetzt kostenlos anmelden unter http://www.gmx.net
 
 +++ GMX - die erste Adresse fr Mail, Message, More! +++
 
 



Re: [Cooker] New ISO with updates

2003-10-31 Thread Buchan Milne
Robert L Martin wrote:

 SomeDrake needs to post when the official LG-SAFE isos are ready

Why not just leave everyone in the dark? That would be better? (IOW, no
kidding, but the ISOs aren't available).

 (im
 going to assume that
 somebody yelled STOP THE PRESSES (aka via BF ARRÊTEZ LES PRESSIONS)
 when
 this bug was found so i couldn't buy a nonLG-SAFE set)
 btw you might want to include how to tell the difference (like maybe the
 win32 auto run reads linux-Mandrake 9.2a?)

It would be enough to make it say 9.2 ;-).

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Svetoslav Slavtchev
 
  
well vanilla test9 has brocken rlogin/rsh
   
   Do you seriously mean anyone is using them? Or does it apply to ssh as
   well?
   
  
  well,
  
  it was reported by 3-4 people on lkml :-)
  
 
 Ah, if you mean that, it was not rsh. The OOB data delivery was broken
 and this is used by rsh to transmit e.g. terminal settings change. This
 is likely to affect ssh as well, yes.
 
  besides Linus is currently accepting only _real_bug_fixes_
  and i have the impression that somehow -bk's are more stable
  then real releases :-)
  
 
 that is simply due to the fact the real releases are tested by real people
 while -bk are tested by developers only. So any bug introduced in -bk is
 much
 less likely to be noticed till next release.
 
  PS.
  is serial console working for everyone ?
  i just tried it and when fbcon took over vgacon,
  it stopped logging to ttyS0
  is this normal behaviour ?
 
 
 apparently not. I guess James Simmons may be interested :) BTW have you
 tried

actually on second look it's a bit later,
the last line is :
Freeing unused kernel memory:272k freed

could it be related to the initrd.c removal ?

 his patch for framebuffer posted recently?
 
 http://marc.theaimsgroup.com/?t=10668441672r=1w=2n=9

the last one i didn't, i've tried several prevous version  fbdev bk's
but no luck

AIW radeon7500 AGP:
if i pass some options (for ex. 1024x768)
the system freezes somewere in init
if i don't pass anything system boots fine,
but fbset garbels everything and console is not usable

Geforce4 PCI 
tottal freeze at initialisation
with/without a nice screen with all colors

got smth interesting if loaded as module:

rivafb: nVidia device/chipset 10DE0172
rivafb: Detected CRTC controller 0 being used
rivafb: RIVA MTRR set to ON
rivafb: PCI nVidia NV20 framebuffer ver 0.9.5b (nVidiaGeForce4-M, 2MB @
0xE000)

and the card is
 00:0c.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX
420] (rev a3) (prog-if 00 [VGA])
Subsystem: Micro-Star International Co., Ltd.: Unknown device 8852
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort-
TAbort- MAbort- SERR- PERR-
Interrupt: pin A routed to IRQ 18
Region 0: Memory at e400 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e000 (32-bit, prefetchable) [size=64M]
Region 2: Memory at e800 (32-bit, prefetchable) [size=512K]
Expansion ROM at unassigned [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

this was vanilla test9-bk3+
 seriously it really needs be fixed, it does not make debugging easier.

i'll probably try to revert the initrd changes

svetljo 

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Andrey Borzenkov


  
   PS.
   is serial console working for everyone ?
   i just tried it and when fbcon took over vgacon,
   it stopped logging to ttyS0
   is this normal behaviour ?
  
  
  apparently not. I guess James Simmons may be interested :) BTW have you
  tried
 
 actually on second look it's a bit later,
 the last line is :
 Freeing unused kernel memory:272k freed
 
 could it be related to the initrd.c removal ?


unlikely. they simply replaced access to initrd image via block device
by direct copying of the initrd memory area into file on rootfs. 

Do you mean that using the same setup test9 stops logging to console and
previous kernels not?
 
  his patch for framebuffer posted recently?
  
  http://marc.theaimsgroup.com/?t=10668441672r=1w=2n=9
 
 the last one i didn't, i've tried several prevous version  fbdev bk's
 but no luck
 

oh well. I guess he can be interested in this too :)

-andrey
[...]
  seriously it really needs be fixed, it does not make debugging easier.
 
 i'll probably try to revert the initrd changes

 



Re: [Cooker] Club RPMs?

2003-10-31 Thread Daouda LO
Brad Felmey [EMAIL PROTECTED] writes:

 On Sun, 2003-10-26 at 10:04, [EMAIL PROTECTED] wrote:
 
  You've tried:
  
  # drakclub
 
 Curl is broken. I have to run urpmi.addmedia --wget on the command line.

drakclub explicitely use --wget to fetch packages. 

 I finally found it, but the links on the club site are wrong.

what links ?



Re: [Cooker] Club RPMs?

2003-10-31 Thread Daouda LO
Rob [EMAIL PROTECTED] writes:

 On Sunday 26 October 2003 11:04, [EMAIL PROTECTED] wrote:
   Please, it shouldn't be this hard to find the fsckin' urpmi
   setup for club. Someone at Mdk pull their head out and put
   this somewhere quasi-prominent. It is THE primary reason for
   me to pay for club.
  You've tried:
  # drakclub
  ?
 
 Hey, that looks like it should be kinda cool.  I say should be 
 because it prompts me for my login, password and root password, 
 goes and configures the urpmi source and then hangs without ever 
 going back to the wizard.

Maybe broken links (location of the hdlist) on the server.
I'll take a look with Alexis.

 But at least I got my urpmi source...

Are you able to update from this source ? 



Re: [Cooker] New ISO with updates

2003-10-31 Thread Jaco Greeff
On Friday 31 October 2003 11:16, Buchan Milne wrote:
 Robert L Martin wrote:
  btw you might want to include how to tell the difference (like maybe the
  win32 auto run reads linux-Mandrake 9.2a?)

 It would be enough to make it say 9.2 ;-).

*lol* 




Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Svetoslav Slavtchev
 
 
   
PS.
is serial console working for everyone ?
i just tried it and when fbcon took over vgacon,
it stopped logging to ttyS0
is this normal behaviour ?
   
   
   apparently not. I guess James Simmons may be interested :) BTW have
 you
   tried
  
  actually on second look it's a bit later,
  the last line is :
  Freeing unused kernel memory:272k freed
  
  could it be related to the initrd.c removal ?
 
 
 unlikely. they simply replaced access to initrd image via block device
 by direct copying of the initrd memory area into file on rootfs. 
 
 Do you mean that using the same setup test9 stops logging to console and
 previous kernels not?

i haven't tried for a long time

it's probably a user error :(
if i stop syslogd serial console comes back,
so it's either missconfiguration,
or some problem between your initscripts package mdk9.1 sysklogd
 
   his patch for framebuffer posted recently?
   
   http://marc.theaimsgroup.com/?t=10668441672r=1w=2n=9
  
  the last one i didn't, i've tried several prevous version  fbdev bk's
  but no luck
  
 
 oh well. I guess he can be interested in this too :)

i'll try latest patch and will mail him,
i just found smth interesting

rivafb is reporting NV20
while lspci reports NV17

svetljo


-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




Re: [Cooker] Club RPMs?

2003-10-31 Thread Eric Fernandez
I wrote a guide about it there :
http://www.zebulon.org.uk/ICML0.HTML
Eric

Daouda LO wrote:

Rob [EMAIL PROTECTED] writes:

 

On Sunday 26 October 2003 11:04, [EMAIL PROTECTED] wrote:
   

Please, it shouldn't be this hard to find the fsckin' urpmi
setup for club. Someone at Mdk pull their head out and put
this somewhere quasi-prominent. It is THE primary reason for
me to pay for club.
   

You've tried:
# drakclub
?
 

Hey, that looks like it should be kinda cool.  I say should be 
because it prompts me for my login, password and root password, 
goes and configures the urpmi source and then hangs without ever 
going back to the wizard.
   

Maybe broken links (location of the hdlist) on the server.
I'll take a look with Alexis.
 

But at least I got my urpmi source...
   

Are you able to update from this source ? 

 





Re: [Cooker] Club RPMs?

2003-10-31 Thread Daouda LO
Eric Fernandez [EMAIL PROTECTED] writes:

 I wrote a guide about it there :
 http://www.zebulon.org.uk/ICML0.HTML

But i don't see any drakclub wizard material in there.
Launch drakclub to see what it does. It's not mandatory to be root but
you need root password to set up the urpmi sources otherwise only your
one month free club account is created. 
Very handy for newbies who want something graphical and simple. 



Re: [Cooker] Club RPMs?

2003-10-31 Thread Eric Fernandez


Daouda LO wrote:

Eric Fernandez [EMAIL PROTECTED] writes:

 

I wrote a guide about it there :
http://www.zebulon.org.uk/ICML0.HTML
   

But i don't see any drakclub wizard material in there.
Launch drakclub to see what it does. It's not mandatory to be root but
you need root password to set up the urpmi sources otherwise only your
one month free club account is created. 
Very handy for newbies who want something graphical and simple. 
 

You're right. I talk about it, but did not make any screenshot yet.
Eric



Re: [Cooker] Club RPMs?

2003-10-31 Thread Steffen Barszus
Am Freitag, 31. Oktober 2003 11:12 schrieb Daouda LO:
  Hey, that looks like it should be kinda cool.  I say should be
  because it prompts me for my login, password and root password,
  goes and configures the urpmi source and then hangs without ever
  going back to the wizard.

 Maybe broken links (location of the hdlist) on the server.
 I'll take a look with Alexis.

Yep seems so, or a wrong urpmi.addmedia call from drakclub. I had it 
tried 3 days ago with 9.1 and there it was working. On 9.2 it waits on 
getting hdlist and no progress. Using drakclub --wget doesn't help 
either. 

urpmi.addmedia club.comm_i586_9.2 
http://login:[EMAIL PROTECTED]/downloads2/comm/9.2/ with 
hdlist.cz

works however. Maybe this helps you on figuring out whats wrong :)

Steffen




Re: [Cooker] Do not renice X by default

2003-10-31 Thread Con Kolivas
On Fri, 31 Oct 2003 16:34, Élie Charest wrote:
 Le 30 Octobre 2003 00:05, Con Kolivas a écrit :
   By the way, adding in the supermount patch for test8 to test9 seems to
   work fine - in fact, I haven't had any troubles except for my usb
   scanner not being detected at all.
 
  Chances are you're not loading the usb module correctly (some have
  changed names) or you're not mounting the new usbfs. Put this into your
  /etc/fstab
 
 
  none /proc/bus/usb usbfs defaults 0 0

 I tried and still my scanner wouldn't work. The weird thing is that it
 would appear in the /proc/bus/usb/devices and in usbview.

 On a wild guess (while checking commands that started with usb - thank
 god for autocomplete!) I tried usbmodules --device /proc/bus/usb/003/004
 (the adress given in /proc/bus/usb/devices) and I got scanner as the
 output. Checking man usbmodules helped me understand what the command did
 (yeah, I know I'm not supposed to type in random commands as root). In a
 flash of insight I tried modprobe scanner and it worked.

yay


 I am now happily testing out my homemade test9 kernel and so far, so good!
 The only thing not working seems to be the framebuffer console (I'm in
 25x80 text mode now). In fact, I finally put vga=ask in the 2.6.0-test9
 entry in lilo.conf, and it didn't even ask me anything - it went straight
 to 25x80 text mode.

the vga=ask only works at the lilo prompt, not as an append. you need to 
specify the exact vga mode in the lilo.conf that you want.


 Oh well, that's a minor annoyance. I'll continue testing test9 for a
 while...

Cheers,
Con




Re: [Cooker] New ISO with updates

2003-10-31 Thread Jan Ciger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert L Martin wrote:
| SomeDrake needs to post when the official LG-SAFE isos are ready (im
| going to assume that
| somebody yelled STOP THE PRESSES (aka via BF ARRÊTEZ LES PRESSIONS)
| when
My French is poor, but as far as I know, pression in French means also
beer (the one you get in pub, from the keg, not the bottled/canned
variety). Stop the beer! would be also fitting for this mess, though :-))
Jan

- --

Jan Ciger
VRlab EPFL Switzerland
GPG public key : http://www.keyserver.net/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/olymn11XseNj94gRAm5BAJ48hKN/fY4toeG6HOz4u58Oy7XonwCg47sR
hPYa13RIi3eEK21uRDhvsw4=
=e/tV
-END PGP SIGNATURE-




Re: [Cooker] [Bug 6232] [userdrake] BuildRequires: pam-devel missing

2003-10-31 Thread Daouda LO
[stefan] [EMAIL PROTECTED] writes:

 http://qa.mandrakesoft.com/show_bug.cgi?id=6232

@resolution=fixed




Re: [Cooker] Do not renice X by default

2003-10-31 Thread Élie Charest
Le 31 Octobre 2003 07:31, Con Kolivas a écrit :
 On Fri, 31 Oct 2003 16:34, Élie Charest wrote:
  I am now happily testing out my homemade test9 kernel and so far, so
  good! The only thing not working seems to be the framebuffer console (I'm
  in 25x80 text mode now). In fact, I finally put vga=ask in the
  2.6.0-test9 entry in lilo.conf, and it didn't even ask me anything - it
  went straight to 25x80 text mode.

 the vga=ask only works at the lilo prompt, not as an append. you need to
 specify the exact vga mode in the lilo.conf that you want.

Well, vga=791 (my usual mode) doesn't work at all. I get a blank screen during 
boot, and a garbled screen if I switch to a console after boot. I haven't 
tried other vga modes and will do so eventually, but somehow I'm pretty sure 
that if 791 doesn't work, others won't either.

I wonder if it might be related to the 1GB Ram + 128MB Video card bug that 
plagued 2.4 kernels until 2.4.22...

-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




Re: [Cooker] Club RPMs?

2003-10-31 Thread FACORAT Fabrice
Le ven 31/10/2003 à 11:34, Daouda LO a écrit :
 But i don't see any drakclub wizard material in there.
 Launch drakclub to see what it does. It's not mandatory to be root but
 you need root password to set up the urpmi sources otherwise only your
 one month free club account is created. 
 Very handy for newbies who want something graphical and simple. 

is drakclub working correctly ?

I launch it, and say I was a club member, then say I want to configure
commercial source. the problem comes from several things :
- when I enter my password, I do a mistake, and drakclub just say that I
should register to mandrake club. i think that it should say my login
and password seems to be wrong
- after this the clock remains always busy
- when finally I enter correctly my username/login/root password, when
it tried to contact madrakeclub to fetch the hdlist, it just stalled !
We should have at least a timeout for this. that's more than 10 minutes
I'm waiting for something with just a popup saying Veuillez patientez
... connexion en cours ...
- so I need to quit drakclub ( CTRL+C )
- the source is up and working ( can install package from this source )

as for urpmi, could we have a switch to launch drakclub with wget
instead of curl ?

[EMAIL PROTECTED] root]# rpm -q drakxtools
drakxtools-9.2-18mdk

and see : 
source club.comm_i586_9.2 ajoutée
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.main.cz]
examen de la liste de synthèse [/var/lib/urpmi/synthesis.hdlist.plf.cz]
récupération du hdlist source (ou synthèse) de « club.comm_i586_9.2 »...
   
http://mylogin:[EMAIL PROTECTED]/downloads2/comm/9.2/hdlist.cz

---  
guillomovitch_: nan un strings  un string dtc? #mandrakefr




[Cooker] jigdo cannot be installed on mdk92

2003-10-31 Thread Pascal Cavy
# urpmi jigdo
Some package requested cannot be installed:
jigdo-0.7.0-1mdk.i586 (due to unsatisfied libwwwftp.so.0) (Y/n) n

-- 
Pascal Cavy - VMF - +33 (0)1 41 20 42 91
__
Running 3 days, 16:39,  1 user,  load average: 0.39, 0.35, 0.34
(gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk))
Kernel Linux version 2.4.22-18mdk-i686-up-4GB




Re: [Cooker] New ISO with updates

2003-10-31 Thread Daouda LO
Jan Ciger [EMAIL PROTECTED] writes:

 Robert L Martin wrote:
 | SomeDrake needs to post when the official LG-SAFE isos are ready (im
 | going to assume that
 | somebody yelled STOP THE PRESSES (aka via BF ARRÊTEZ LES PRESSIONS)
 | when
 
 My French is poor, but as far as I know, pression in French means also
 beer (the one you get in pub, from the keg, not the bottled/canned
 variety). Stop the beer! would be also fitting for this mess, though :-))

Really funny :))
Nice catch about the translation, Jan! 

Roger, Arreter la presse (des CDS) is a better translation  for
STOP THE PRESSE(S).



[Cooker] Re: [CHRPM] nss_ldap-211-1mdk

2003-10-31 Thread Dominique Petitpierre
Hello,

On Mandrake 9.2 (Download version) I have observed a symptom that
is similar to the one discussed in the cooker mailing list thread
[CHRPM] nss_ldap-211-1mdk on September 18 and 19
(http://www.mail-archive.com/[EMAIL PROTECTED]/msg124027.html):
After configuring ldap, commands fail with the following error message:

relocation error: /lib/libnss_ldap.so.2: undefined symbol: dbopen

I tried the rpm distributed with 9.2 (nss_ldap-207-2mdk.i586.rpm)
as well as both version available at
 http://peoples.mandrakesoft.com/~florin/www/rpms/ldap/:
 nss_ldap-207-2mdk.i586.rpm 18-Sep-2003 13:32   90K  
 nss_ldap-211-2mdk.i586.rpm 18-Sep-2003 12:38   89K  

Here is what I did last:

# rpm -ivh http://peoples.mandrakesoft.com/~florin/www/rpms/ldap
/nss_ldap-207-2mdk.i586.rpm
Retrieving 
http://peoples.mandrakesoft.com/~florin/www/rpms/ldap/nss_ldap-207-2mdk.i586.rpm
Preparing...   ### [100%]
   1:nss_ldap  ### [100%]
# ldd -r /lib/libnss_ldap-2.3.2.so 
libldap.so.2 = /usr/lib/libldap.so.2 (0x40024000)
liblber.so.2 = /usr/lib/liblber.so.2 (0x40057000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0x40064000)
libssl.so.0.9.7 = /usr/lib/libssl.so.0.9.7 (0x40067000)
libcrypto.so.0.9.7 = /usr/lib/libcrypto.so.0.9.7 (0x40099000)
libdb-4.1.so = /usr/lib/libdb-4.1.so (0x4019b000)
libdl.so.2 = /lib/libdl.so.2 (0x4026a000)
libnsl.so.1 = /lib/libndbopensl.so.1 (0x4026d000)
libresolv.so.2 = /lib/libresolv.so.2 (0x40282000)
libc.so.6 = /lib/i686/libc.so.6 (0x40293000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x403c3000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
undefined symbol: dbopen(/lib/libnss_ldap-2.3.2.so)

So it seems that the library is compiled with a reference to dbopen
but dbopen is not defined in any of the dependancies, in particular
not in the obvious candidate libdb-4.1.so (but a db_dbopen is):

# nm --dynamic  /lib/libnss_ldap-2.3.2.so | grep dbopen
 U dbopen
# ldd /lib/libnss_ldap-2.3.2.so \
  | awk '{print $3}' \
  | xargs nm --print-file-name --dynamic \
  | grep dbopen
/usr/lib/libdb-4.1.so:00054540 T __db_dbopen

- Should /lib/libnss_ldap-2.3.2.so  depend on yet another library?
- Is there another rpm version that I can use with 9.2?

Thanks in advance for your help in this matter!

Best regards,
Dominique
--
Mr Dominique Petitpierre   Email: [EMAIL PROTECTED]
Division Informatique User=Dominique.Petitpierre
University of Geneva  Domain=adm.unige.ch
(Switzerland)  WWW  : http://www.unige.ch/dinf/



Re: [Cooker] Re: What happened to am-utils?

2003-10-31 Thread Buchan Milne
Bryan Whitehead wrote:
 Buchan Milne wrote:
 
 Bryan Whitehead wrote:


 Thanks for the kick in the pants. Looks like autofs can do what I need.
 Looks like this feature slipped in during 9.0 (or 8.2) and I didn't
 notice.

 Now if only autofs would support direct mounts we'd be another step
 closer to Solaris... ;)



 Could you explain what it is/how it works?
 
 
 auto_direct allows you to assign a directory a specific disk/nfsserver
 when it is accessed. this means you can make any directory managed by
 autofs without having autofs control the parent directory.
 
 most common use of direct mount is /var/mail.
 
 This config wants mail in /var/ to be mounted from a nfs server, but
 you can't have /var managed by autofs. So autofs will watch the mail
 directory directly. When a program enters/opens the directory autofs
 will mount the directory from it's configured source. An auto.direct
 entry would look like this:
 /var/mail   -actimeo=0  s383:/export/mail
 
 someone may say... why don't you just keep in mounted??!?!. Because of
 stale NFS handles when servers go down. Even when the server comes back
 up the client may be hosed... if you have several hundred workstations
 this can suck real fast. NFS mounts should only be mounted when in
 use. If no one is looking at /var/mail then /var/mail should not be
 mounted via nfs.
 
 Currently on linux we would have to change /var/mail to be a symlink to
 /net/s383/export/mail. However, this becomes a problem when applications
 decide to save the mail folder as /net/s383/export/mail. If we move
 our mail services to another server we'll have problems. But mail is
 just a simple stupid example...
 
 /usr/local is software that is installed by the SA. Many shops share
 this over nfs (very common at JPL) so each workstation can have new
 software by installing it on the server... auto_direct would look like
 this:
 /usr/local -rw s383:/export/opt/local
 
 having /usr/local as a symlink to /net/export/opt/local can screw up
 many things. For example, if a project compiles software on their
 workstation configure/makefiles and binarys can end up with
 /net/export/opt/local in them... resulting in huge problems when servers
 are moved, or decommissioned.
 
 

BTW, it appears that autofs 4.1 has/will have direct mount support,
including with maps in LDAP.

ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/

Thomas, any chance of this in your kernel some time soon?
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v4/autofs4-2.4-module-20031013.tar.bz2

I will probably test it quite soon (some time next week I guess) myself
either way, but this is definitely something that we will want to have
in 10.0 ...

Regards,
Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




Re: [Cooker] Re: [CHRPM] nss_ldap-211-1mdk

2003-10-31 Thread Buchan Milne
Dominique Petitpierre wrote:
 Hello,
 
 On Mandrake 9.2 (Download version) I have observed a symptom that
 is similar to the one discussed in the cooker mailing list thread
 [CHRPM] nss_ldap-211-1mdk on September 18 and 19
 (http://www.mail-archive.com/[EMAIL PROTECTED]/msg124027.html):
 After configuring ldap, commands fail with the following error message:
 
 relocation error: /lib/libnss_ldap.so.2: undefined symbol: dbopen
 
 I tried the rpm distributed with 9.2 (nss_ldap-207-2mdk.i586.rpm)
 as well as both version available at
  http://peoples.mandrakesoft.com/~florin/www/rpms/ldap/:
  nss_ldap-207-2mdk.i586.rpm 18-Sep-2003 13:32   90K  
  nss_ldap-211-2mdk.i586.rpm 18-Sep-2003 12:38   89K  
 

I am running nss_ldap-207-2mdk on two cooker boxes without problems.

I don't have an official 9.2 tree accessible, or 9.2 ISOs though.

Regards,
Buchannss_lda
-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




[Cooker] bugzilla package list a bit short

2003-10-31 Thread Glenn Burkhardt
How does one report a bug to specific packages on Bugzilla?  The list
of packages is a bit short, as compared to the query page.  I'd like to
submit a bug for the xfig package.

Thanks.




Re: [Cooker] bugzilla package list a bit short

2003-10-31 Thread Götz Waschk
Am Freitag, 31. Oktober 2003, 10:47:49 Uhr MET, schrieb Glenn Burkhardt:
 How does one report a bug to specific packages on Bugzilla?  The list
 of packages is a bit short, as compared to the query page.  I'd like to
 submit a bug for the xfig package.

You're right, the package list is currently broken. You'll have to
wait for someone fixing this.
-- 
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: [CHRPM] nss_ldap-211-1mdk

2003-10-31 Thread Dominique Petitpierre
Hi,

Thanks for your quick answer:

On 31-Oct-03 at 16:38, Buchan Milne ([EMAIL PROTECTED]) wrote:
 ...
 I am running nss_ldap-207-2mdk on two cooker boxes without problems.
 ...

I just tried again with the latest cooker version: nss_ldap-207-4mdk
ldd -r still complains about undefined symbol: dbopen.

Could you please let me know the result, on your system,
of ldd and nm commands mentionned in my initial message, namely

 rpm -q -f /lib/libnss_ldap-2.3.2.so
 ldd -r /lib/libnss_ldap-2.3.2.so
 nm --dynamic  /lib/libnss_ldap-2.3.2.so | grep dbopen
 ldd /lib/libnss_ldap-2.3.2.so \
  | awk '{print $3}' \
  | xargs nm --print-file-name --dynamic \
  | grep dbopen
 rpm

Thanks in advance!

Dominique
--
* Unsolicited commercial email is NOT welcome at this address. *
Mr Dominique Petitpierre   Email: [EMAIL PROTECTED]
Division Informatique User=Dominique.Petitpierre
University of Geneva  Domain=adm.unige.ch
24 rue General-Dufour  Voice: +41/22/37 97117
CH-1204 GENEVA Fax  : +41/22/37 97986
(Switzerland)  WWW  : http://www.unige.ch/dinf/




Re: [Cooker] bugzilla package list a bit short

2003-10-31 Thread Eric Fernandez


Götz Waschk wrote:

Am Freitag, 31. Oktober 2003, 10:47:49 Uhr MET, schrieb Glenn Burkhardt:
 

How does one report a bug to specific packages on Bugzilla?  The list
of packages is a bit short, as compared to the query page.  I'd like to
submit a bug for the xfig package.
   

You're right, the package list is currently broken. You'll have to
wait for someone fixing this.
Also, what is broken is the listed current version. Sometimes 4.4-9mdk 
is labeled (current) when the 4.4-37mdk is on the list. If you choose 
the real latest version, there is a scary message saying that probably 
your bug report will be ignored :/

Eric




[Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Eric Fernandez
In case of a hard-reset, init messages indicate the computer was not 
shut down cleanly, and a message appear :
Press Y within 5 seconds to force the file system check

Actually this is very misleading : if you do it with ext3, it does NOT 
use the journal and then you will experience system losses. Lots of 
newbies have reported that problem. Now that would be nice to change 
this message so that people leave the journalisation do the good work.

Eric




Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Buchan Milne
Eric Fernandez wrote:
 In case of a hard-reset, init messages indicate the computer was not
 shut down cleanly, and a message appear :
 Press Y within 5 seconds to force the file system check
 
 Actually this is very misleading : if you do it with ext3, it does NOT
 use the journal and then you will experience system losses. Lots of
 newbies have reported that problem. Now that would be nice to change
 this message so that people leave the journalisation do the good work.

Are you *very* *very* sure this is still present in 9.2

It was there in 9.1, but it was fixed for 9.2.

Please ensure that you are not confused, as I am sure (and I tested
quite a few times with 9.2rc2) that it is fixed.

Regards,
Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




[Cooker] [Bug 6167] [evolution] Newer versions of Evolution (1.4.4) is much slower with big IMAP4 mailboxes

2003-10-31 Thread [edtandi]
http://qa.mandrakesoft.com/show_bug.cgi?id=6167





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 10:17 ---
OK, I have installed 1.4.5. It is noticably more responsive when applying
filters and when retrieving individual e-mails, but big delays still occur when
Evolution first connects to the IMAP Server and any subsequent connections to
the IMAP server.

I think this connection issue is the only remaining fault.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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 mailboxes that are between 150MB-350MB in size (and Yes, I want to keep
all this information). Newer versions of Evolution are very slow to respond and
end up thrashing the disks on the IMAP mail server. The version supplied with
MDK 9.0 and 9.1 did not have this problem.

This suggests Evolution has some additional linear search behaviour it didn't
have before. It's virtually unusable as it is now.

I'm tempted to use Mozilla mail, but the version supplied with MDK 9.2 has a
significant memory leak (and I have 1GB of RAM).



Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread danny
On Fri, 31 Oct 2003, Eric Fernandez wrote:

 In case of a hard-reset, init messages indicate the computer was not 
 shut down cleanly, and a message appear :
 Press Y within 5 seconds to force the file system check
 
 Actually this is very misleading : if you do it with ext3, it does NOT 
 use the journal and then you will experience system losses. Lots of 
 newbies have reported that problem. Now that would be nice to change 
 this message so that people leave the journalisation do the good work.
 
 Eric
 
Does it still do that? I talked about this with Thierry a while ago and he 
promised me the journal is updated before the filesystem check (which is 
the best thing, journal update doesn't necessarily fix all errors).
In 9.1 the journal was certainly not updated before fs check.

If you can verify that it is still not fixed we need an update for this 
because it ruins many systems.

d.


  




Re: [Cooker] Re: [CHRPM] nss_ldap-211-1mdk

2003-10-31 Thread Buchan Milne
Dominique Petitpierre wrote:
 Hi,
 
 Thanks for your quick answer:
 
 On 31-Oct-03 at 16:38, Buchan Milne ([EMAIL PROTECTED]) wrote:
 
...
I am running nss_ldap-207-2mdk on two cooker boxes without problems.
...
 
 I just tried again with the latest cooker version: nss_ldap-207-4mdk
 ldd -r still complains about undefined symbol: dbopen.

Well, I seem to get the same error from ldd -r, but it seems to have no
impact on my system.

 
 Could you please let me know the result, on your system,
 of ldd and nm commands mentionned in my initial message, namely
 
  rpm -q -f /lib/libnss_ldap-2.3.2.so

Testing on two different systems now, one with -2mdk, one with -4mdk:


[EMAIL PROTECTED] bgmilne]$ rpm -qf /lib/libnss_ldap-2.3.2.so
nss_ldap-207-2mdk
[EMAIL PROTECTED] bgmilne]$ ldd -r /lib/libnss_ldap-2.3.2.so
libldap.so.2 = /usr/lib/libldap.so.2 (0x40025000)
liblber.so.2 = /usr/lib/liblber.so.2 (0x40058000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0x40064000)
libssl.so.0.9.7 = /usr/lib/libssl.so.0.9.7 (0x40067000)
libcrypto.so.0.9.7 = /usr/lib/libcrypto.so.0.9.7 (0x4009a000)
libdb-4.1.so = /usr/lib/libdb-4.1.so (0x4019c000)
libdl.so.2 = /lib/libdl.so.2 (0x4026b000)
libnsl.so.1 = /lib/libnsl.so.1 (0x4026e000)
libresolv.so.2 = /lib/libresolv.so.2 (0x40282000)
libc.so.6 = /lib/i686/libc.so.6 (0x40293000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x403c4000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
undefined symbol: dbopen(/lib/libnss_ldap-2.3.2.so)
[EMAIL PROTECTED] bgmilne]$ nm --dynamic  /lib/libnss_ldap-2.3.2.so |
grep dbopen
 U dbopen
[EMAIL PROTECTED] bgmilne]$ ldd /lib/libnss_ldap-2.3.2.so | awk '{print
$3}' | xargs nm --print-file-name --dynamic | grep dbopen
/usr/lib/libdb-4.1.so:00054540 T __db_dbopen



[EMAIL PROTECTED] bgmilne]$ rpm -qf /lib/libnss_ldap-2.3.2.so
nss_ldap-207-4mdk
[EMAIL PROTECTED] bgmilne]$ ldd -r /lib/libnss_ldap-2.3.2.so
libldap.so.2 = /usr/lib/libldap.so.2 (0x4003)
liblber.so.2 = /usr/lib/liblber.so.2 (0x40063000)
libkrb4.so.2 = /usr/lib/libkrb4.so.2 (0x4006f000)
libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0x4009)
libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x40105000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0x4012d000)
libssl.so.0.9.7 = /usr/lib/libssl.so.0.9.7 (0x4013)
libcrypto.so.0.9.7 = /usr/lib/libcrypto.so.0.9.7 (0x40162000)
libdb-4.1.so = /usr/lib/libdb-4.1.so (0x40264000)
libdl.so.2 = /lib/libdl.so.2 (0x40333000)
libnsl.so.1 = /lib/libnsl.so.1 (0x40337000)
libresolv.so.2 = /lib/libresolv.so.2 (0x4034b000)
libc.so.6 = /lib/i686/libc.so.6 (0x4035c000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x4048c000)
libdes425.so.3 = /usr/lib/libdes425.so.3 (0x404a)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
undefined symbol: dbopen(/lib/libnss_ldap-2.3.2.so)
[EMAIL PROTECTED] bgmilne]$ nm --dynamic  /lib/libnss_ldap-2.3.2.so |
grep dbopen
 U dbopen
[EMAIL PROTECTED] bgmilne]$ ldd /lib/libnss_ldap-2.3.2.so | awk '{print
$3}' | xargs nm --print-file-name --dynamic | grep dbopen
/usr/lib/libdb-4.1.so:00054540 T __db_dbopen


(it seems one version was compiled against kerberos, one wasn't - and
this is something that really needs to be addressed better, at present
since we don't necessarily force configure options, or BuildConflict
some packages, which features you get are sometimes quite random ...
AFAIK it should not be necessary to compile against kerberos now, since
we actually want GSSAPI via SASL instead?).

But, I don't see the problem:


[EMAIL PROTECTED] bgmilne]$ grep ^passwd /etc/nsswitch.conf
passwd: files ldap
[EMAIL PROTECTED] bgmilne]$ wc -l /etc/passwd
 38 /etc/passwd
[EMAIL PROTECTED] bgmilne]$ getent passwd|wc -l
187

[EMAIL PROTECTED] bgmilne]$ wc -l /etc/pass
passwd   passwd-
[EMAIL PROTECTED] bgmilne]$ wc -l /etc/passwd
 33 /etc/passwd
[EMAIL PROTECTED] bgmilne]$ getent passwd|wc -l
182


-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




[Cooker] [Bug 6260] [rpmdrake] New: When installing package from club mirrors, rpmdrake/urpmi display login/pass in log

2003-10-31 Thread [f.faber-pro]
http://qa.mandrakesoft.com/show_bug.cgi?id=6260

   Summary: When installing package from club mirrors,
rpmdrake/urpmi display login/pass in log
   Product: rpmdrake
   Version: 2.1-9mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


If i installed some package from club mirrors, rpmdrake display my club login
and my club password in the logs ( see mcc logging window and
/var/log/explanations ).
Could this be avoid ?
The problem is that i set syslog to display everything on tty12 and explanations
are then displayed showing my club login/password


oct 31 14:29:44 admin3 rpmdrake[31781]: Extracting header of
revolution-2.1-rc1.i386 from /var/lib/urpmi/hdlist.club.comm_i586_9.2.cz
oct 31 14:29:50 admin3 rpmdrake[31781]: Installing package
http://mylogin:[EMAIL 
PROTECTED]/downloads2/comm/9.2/./i586/acroread-5.0.8-2mdk.i586.rpm
oct 31 14:29:50 admin3 rpmdrake[31781]: Installing package
http://mylogin:[EMAIL 
PROTECTED]/downloads2/comm/9.2/./i586/acroread-nppdf-5.0.8-2mdk.i586.rpm

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] jigdo cannot be installed on mdk92

2003-10-31 Thread Michael Scherer
On Friday 31 October 2003 14:44, Pascal Cavy wrote:
 # urpmi jigdo
 Some package requested cannot be installed:
 jigdo-0.7.0-1mdk.i586 (due to unsatisfied libwwwftp.so.0) (Y/n) n

something is wrong on the mirror, because it work fines on other 9.2
libwwwftp.so.0 is provided by w3c-libwww

can you check on other mirror ?

-- 

Mickaël Scherer




Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Eric Fernandez


Buchan Milne wrote:



Are you *very* *very* sure this is still present in 9.2

It was there in 9.1, but it was fixed for 9.2.

Please ensure that you are not confused, as I am sure (and I tested
quite a few times with 9.2rc2) that it is fixed.
Regards,
Buchan
 

I am sure it still does it on my cooker box. I'll check again on the 
fresh box and will report.
Eric




Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Tim Sawchuck
On Fri, 31 Oct 2003 18:12:50 +0200
Buchan Milne [EMAIL PROTECTED] scribed on electronic parchment:

 Eric Fernandez wrote:
  In case of a hard-reset, init messages indicate the computer was not
  shut down cleanly, and a message appear :
  Press Y within 5 seconds to force the file system check
  
  Actually this is very misleading : if you do it with ext3, it does NOT
  use the journal and then you will experience system losses. Lots of
  newbies have reported that problem. Now that would be nice to change
  this message so that people leave the journalisation do the good work.
 
 Are you *very* *very* sure this is still present in 9.2
 
 It was there in 9.1, but it was fixed for 9.2.
 
 Please ensure that you are not confused, as I am sure (and I tested
 quite a few times with 9.2rc2) that it is fixed.


I just turned off my 9.2 cooker box and got the message at boot:

Your system appears to have not shut down cleanly  (typed from memory)
Press Y within 5 seconds to force the file system check

This is cooker 9.2 (shows FiveStar) with 2.4.22-21mdk on an i686

Tim

-- 
I often read this forum on my PDA, please use plain text!
 _
( ) ASCII ribbon campaign against HTML e-mail
 x registered Linux user # 329428
/ \ GnuPG KeyID 6B5A70DF www.keyserver.net


pgp0.pgp
Description: PGP signature


Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread FACORAT Fabrice
Le ven 31/10/2003 à 16:04, Eric Fernandez a écrit :
 In case of a hard-reset, init messages indicate the computer was not 
 shut down cleanly, and a message appear :
 Press Y within 5 seconds to force the file system check
 
 Actually this is very misleading : if you do it with ext3, it does NOT 
 use the journal and then you will experience system losses. Lots of 
 newbies have reported that problem. Now that would be nice to change 
 this message so that people leave the journalisation do the good work.


I suffer from this too. But normally this has been corrected. If you
launch filesystem check, the system should reboot automatically after.

--
Deux suretes valent mieux qu'une... 
-- Jean de La Fontaine, Le Loup, la Chevre et le Chevreau




Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Eric Fernandez


Buchan Milne wrote:



Are you *very* *very* sure this is still present in 9.2

It was there in 9.1, but it was fixed for 9.2.

Please ensure that you are not confused, as I am sure (and I tested
quite a few times with 9.2rc2) that it is fixed.
Regards,
Buchan
Yep, I definitely confirm on a new 9.2 install + updates. Of course, if 
bootsplash is not silent (after pressing escape).

Eric

 





Re: [Cooker] Re: What happened to am-utils?

2003-10-31 Thread Luca Berra
On Fri, Oct 31, 2003 at 05:29:24PM +0200, Buchan Milne wrote:
BTW, it appears that autofs 4.1 has/will have direct mount support,
including with maps in LDAP.
Great!

btw, is there a way of preventing dynamic to show on an icon on the
desktop for every automounted directory?
Regards,
L.
--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media  Services S.r.l.
/\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Buchan Milne
Eric Fernandez wrote:
 
 Buchan Milne wrote:
 
 Are you *very* *very* sure this is still present in 9.2

 It was there in 9.1, but it was fixed for 9.2.

 Please ensure that you are not confused, as I am sure (and I tested
 quite a few times with 9.2rc2) that it is fixed.

 I am sure it still does it on my cooker box. I'll check again on the
 fresh box and will report.

Be very sure what you are reproducing. I can reproduce the notice, but
not the data corruption (which was very easy to reproduce on 9.1 if you
don't look carefully). On 9.1, you will first see a notice REBOOT
LINUX, and then further down the page it will wait for you to confirm
running fsck (but not time out, wait until you answer). It is if you
answer yes here that you get data corruption. On 9.2, you never get
there, since instead of the REBOOT LINUX notice, the machine
automatically reboots.

Regards,
Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Eric Fernandez


FACORAT Fabrice wrote:

I suffer from this too. But normally this has been corrected. If you
launch filesystem check, the system should reboot automatically after.
OK, actually since I got a disaster with it, I did not dare doing it 
again. I can check on the experimental 9.2 computer I have.

Eric




Re: [Cooker] [9.2] misleading : Press Y within 5 seconds File system check

2003-10-31 Thread Frank Griffin
FACORAT Fabrice wrote:

I suffer from this too. But normally this has been corrected. If you
launch filesystem check, the system should reboot automatically after.
 

There are two interpretations for misleading here. 

The original complaint was that the message gave the impression you had 
to fsck an ext3 system.

But the message is misleading even for ext2, since it doesn't accurately 
convey what happens if you do or do not press Y.  As far as I can tell, 
if you don't press Y when the message appears during the first boot 
after an unclean shutdown, it runs e2fsck and reboots anyway. 

On the reboot, you'll get the same message.  But this time, if you don't 
press Y, it will find that the partition is now clean and continue the 
boot.  If you do, I think it redoes the e2fsck and reboots again (this 
is from memory, I'm not sure of it).

I'm guessing that the old code drove the message solely from whether the 
partition was marked unclean or not, so that if it ran fsck and 
rebooted, you wouldn't get the message at all during the reboot.  It 
looks like the new code separates the state of the partition from how 
you respond to the message, and will only consider the state of the 
partition if you don't press Y.

If this is the case, then on the reboot a better message would be Your 
system appears to have shut down uncleanly, and it has not yet 
successfully rebooted although the root filesystem has been checked and 
now appears clean.  Press Y within 5 seconds to force another 
check/reboot cycle, otherwise this boot will continue.

Is there any point to even showing the message on the reboot if the root 
partition now shows as clean ?




Re: [Cooker] LG-fixed cooker install available

2003-10-31 Thread Guillaume Cottenceau
Jim Clark [EMAIL PROTECTED] writes:

 I remastered 9.2 with the files mentioned below (from cooker)
 using the standard Mandrake script. When the installation starts
 it shows the new kernel version.
 
 When it reaches the disk partitioning section, it does show the
 Windows partitions but it does not recognizes them as formatted.
 When clicking on such a partition is shows not formatted and
 when continuing (a manual partitioning) the checkboxes next to
 the Windows partitions indicate they will be formatted.
 
 I have no idea what is the cause, but if this is caused by the
 new kernel that should be fixed as it might destroy people's
 installations.

Ouch. I actually had forgotten the mdkinst_stage2.bz2 update, so
if you're running from cdrom it should have said you the modules
fiile was not correct?

Otherwise.. I don't know..

Jeremie, it should be nice to test this scenario with new ISO's
from Warly when they are supposed to work?

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



Re: [Cooker] LG-proof kernel == -21mdk?

2003-10-31 Thread Guillaume Cottenceau
Leon Brooks [EMAIL PROTECTED] writes:

 On Sun, 26 Oct 2003 09:18, Leon Brooks wrote:
  Do the updates include an LG-proof (LG == Lame Goldstar) kernel
  yet? If so, what's an exact release number so I can check that my
  local mirror is up to speed?
 
 OK, Juan implies -21mdk should be happy, correct me if I'm wrong.

Intall should be really 21mdkBOOT based as of today at noon
Paris time.

[EMAIL PROTECTED] /c/cooker] md5sum images/*.img isolinux/alt0/* 
Mandrake/mdkinst/lib/modules.cz-2.4.22-21mdkBOOT Mandrake/base/mdkinst_stage2.bz2 
Mandrake/base/rescue_stage2.bz2 
f1fb8278995b81af7c689a817d6e8390  images/blank.img
ef6dfb81e5774e44ede22d6cabd92d94  images/cdrom-changedisk.img
297444c202f83de01a93679a9a61751c  images/cdrom.img
a5ea89a65945ab94414d7775a93d72f0  images/hd.img
a8a6078dd76d21e220b3586c0f5e34b9  images/hdcdrom_usb.img
c32aa8737c5dae63cd7a9f504b35a7a3  images/network.img
cc4ffb3492332bc104704b19493a8ae3  images/network_gigabit_usb.img
d454ed66ff8fc25bee76989ba04483fc  images/pcmcia.img
780aaefa708a3d2d8df97903959e5d6e  isolinux/alt0/all.rdz
c3d09456473b783f321e8e76d5c4fdba  isolinux/alt0/vmlinuz
b6f5950d9fd0315fb11fea18e604630e  Mandrake/mdkinst/lib/modules.cz-2.4.22-21mdkBOOT
beda6e49080291d1e6781c8e8c9dc7c2  Mandrake/base/mdkinst_stage2.bz2
a7bb06e1263f71a5a8704b81e94eb5e6  Mandrake/base/rescue_stage2.bz2

But a full install based on a new ISO has not been fully tested
at QA yet.

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



[Cooker] [Bug 6257] [gcc] generates bad code with k6-2 optimizations

2003-10-31 Thread [waschk]
http://qa.mandrakesoft.com/show_bug.cgi?id=6257





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 15:42 ---
OK, it seems to be a problem of the assembler. If I generate the assembler
source with the following command, I can compile it just fine with the assembler
on Mandrake 9.0 (but not with the version from 9.1)

gcc -O3 -march=k6-2 -fomit-frame-pointer -S subreader.s subreader.i

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
gcc 3.3.1-4mdk generates bad assembler code with the following command:
gcc -O3 -march=k6-2 -fomit-frame-pointer -S -c subreader.o subreader.i 
/tmp/ccBvbpab.s: Assembler messages:
/tmp/ccBvbpab.s:4969: Error: value of 134 too large for field of 1 bytes at
35f0

subreader.c is from mplayer 1.0pre2 (in the contribs). Other optimization
options (like -march=pentium4 or removing -fomit-frame-pointer or using -O2)
don't create that error.



Re: [Cooker] [Bug 6259] [urpmi] cannot install grace if grace-devel is installed

2003-10-31 Thread Buchan Milne
[aol002] wrote:
 http://qa.mandrakesoft.com/show_bug.cgi?id=6259
 
 Ok, thanks for your so fast answer. 
 You're right, the grace package is corrected. but I had a similar problem lastweek 
 on a cooker 
 (not in prod, so I overided in the same way I did it here) with another package I 
 cannot 
 remember. 
 I'll recreate a ticket I I can find this package and it is still bugged. 

Open a bug on the packages which are incorrectly packaged (not urpmi).

  
 BTW: will there be a MDKA with update of this package on MDK9.1? 

grace is in contrib, ie not officially supported (and will not get an
official update for any problem). And it's usually not useful to provide
an update for an issue that can be solved by one command (ie using the
version number with urpmi).

Regards,
Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




[Cooker] Unable to vote for a bug

2003-10-31 Thread Cory Meisch
Getting internal server error. 

Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform
them of the time the error occurred, and anything you might have done
that may have caused the error.

More information about this error may be available in the server error
log.



Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/4mdk)
mod_perl/1.99_09 Perl/v5.8.1 mod_ssl/2.0.47 OpenSSL/0.9.7b Server at
qa.mandrakesoft.com Port 80


tried refreshing but that did not help
 Cory 
Meisch 
Friday Oct 31 2003 11:55:42 AM PST 
2.4.22-21mdk-i686-up-4GB
 QOTD: 
Support the Girl Scouts! (Today's Brownie is tomorrow's Cookie!)




[Cooker] [Bug 6260] [rpmdrake] When installing package from club mirrors, rpmdrake/urpmi display login/pass in log

2003-10-31 Thread [gc]
http://qa.mandrakesoft.com/show_bug.cgi?id=6260





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 16:40 ---
This is not a critical problem (and that's not a security breach, /var/log stuff
is meant to be only read by root, see permissions on these files).

But of course, this is not cool. I add it to my todo for next release.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
If i installed some package from club mirrors, rpmdrake display my club login
and my club password in the logs ( see mcc logging window and
/var/log/explanations ).
Could this be avoid ?
The problem is that i set syslog to display everything on tty12 and explanations
are then displayed showing my club login/password


oct 31 14:29:44 admin3 rpmdrake[31781]: Extracting header of
revolution-2.1-rc1.i386 from /var/lib/urpmi/hdlist.club.comm_i586_9.2.cz
oct 31 14:29:50 admin3 rpmdrake[31781]: Installing package
http://mylogin:[EMAIL 
PROTECTED]/downloads2/comm/9.2/./i586/acroread-5.0.8-2mdk.i586.rpm
oct 31 14:29:50 admin3 rpmdrake[31781]: Installing package
http://mylogin:[EMAIL 
PROTECTED]/downloads2/comm/9.2/./i586/acroread-nppdf-5.0.8-2mdk.i586.rpm



Re: [Cooker] [Bug 6264] [drakxtools] New: drakperm does not save settings

2003-10-31 Thread Buchan Milne
[zefo] wrote:
 http://qa.mandrakesoft.com/show_bug.cgi?id=6264
 
Summary: drakperm does not save settings
Product: drakxtools
Version: 9.2-9mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: normal
   Priority: P3
  Component: DrakSec
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]
 
 
 i changed permissions (actual security level 3) for /home/* from 711 to 750, hit
 ok, then reran drakperm and the setting was back to 711. i had to lower down the
 security level in draksec, then manually edit /usr/share/msec/perm.3 and then
 set the security level back in draksec.
 

drakxtools is currently 9.2-18mdk in cooker, and 9.2-16.3mdk in Mandrake
9.2 with all updates. IIRC, your bug was fixed for 9.2-16.3mdk, please
update and test.

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
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




[Cooker] [Bug 6259] [urpmi] cannot install grace if grace-devel is installed

2003-10-31 Thread [aol002]
http://qa.mandrakesoft.com/show_bug.cgi?id=6259





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 17:23 ---
Ok, thanks for your so fast answer. 
You're right, the grace package is corrected. but I had a similar problem lastweek on 
a cooker 
(not in prod, so I overided in the same way I did it here) with another package I 
cannot 
remember. 
I'll recreate a ticket I I can find this package and it is still bugged. 
 
BTW: will there be a MDKA with update of this package on MDK9.1? 
 
Regards. 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
urpmi reports Everything already installed when trying to install grace if 
grace-devel is  
alreadey installed.  
  
It seems that if foo-bar is installed then urpmi foo reports Everything already 
installed  
In order to install grace, I had to do  
urpmi grace-5  
  
A temporary workaround is urpmi -a grace, but I have a script that enforces a standard 
build for  
my users and if I decide that perl and perl-gtk are in the standard but other perl are 
not, using  
urpmi -a perl would install all perl packages.  
My script takes my std pkg list and isuue a urpmi pkg1 pkg2 pkg3   
replacing urpmi with urpmi -a would lead to extra packages installed.  
  
Here is a demo:  
[EMAIL PROTECTED] root]# urpmi grace-devel  
installing 
/crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-devel-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace-devel##  
[EMAIL PROTECTED] root]# urpmi grace  
Everything already installed  
[EMAIL PROTECTED] root]# urpmi grace-5  
installing /crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace  ##  
[EMAIL PROTECTED] root]#  
  
(It was done on a MDK9.1 urpmi-4.2-34.1mdk but also applies to recent cookers. If you 
need  
more demo on cooker, I'll be able to past a demo from my collegue cooker laptop which 
is not  
present on site at this time)  
  
Regards.  
 
PS: bugs.mandrake.com is not available. (DNS error)



[Cooker] [Bug 6138] [gnome-session] Unable to start gnome preference daemon

2003-10-31 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=6138


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED




--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 18:26 ---
Ok, I got a real fix for the design problem in bonobo-activation, which got
triggered by both evolution AND gdm.

So, I suggest you grab files from http://people.mandrakesoft.com/~fcrozat/libbonobo/

With this, the gdm changes (NFS cookies) is not longer needed

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: VERIFIED
creation_date: 
description: 
I've got this problem severals times, sometimes it disappears magically,
sometimes i have to delete all my gnome settings ( ~/.gconf, ~/.gconfd,
~/.gnome ).

Situation :
- current cooker ( 2.4.22-10mdk, GConf-1.0.9-11mdk, GConf2-2.4.0.1-1mdk,
nfs-utils-clients-1.0.5-1mdk, kdebase-3.1.92-2mdk, metacity-2.6.1-1mdk )
- home on a NFS share ( vers=3, tcp, rsize=8192, wsize=8192, nosuid,
soft, intr, timeo=600 )
- NFS server = mdk 9.1 + soft RAID1 ( ext3 partition )

One more time again, I'm facing this Gnome n'a pu démarrer le démon de
préférence. Pour l'instant il sera désactivé et vous n'aurez pas accès
aux thèmes, sons ... ) - Gnome was unable to launch gnome preferences
daemon.
So i don't have theme ( ugly default one for style, color, theme,
nautilus icons ), can't launch some applets ( windows list/systray,
desktop switcher ) because of an OAFIID cryptic error ...

And i have nothing interesting in ~/.xsession-errors
This is not a locking problem on my nfs partition as I don't have the
message saying that gconfd had problem locking some files.
Nothing intersting too in /var/log/messages

It's incredible how easily I can break gnome ( nfs bugs - gconfd
locking problem whereas kde works like a charm,  - gnome
preferences daemon not starting ).

The only way to solve this is ... to reboot !



Re: [Cooker] Re: [CHRPM] nss_ldap-211-1mdk

2003-10-31 Thread Dominique Petitpierre
Hi,

Thanks again for your help:

On 31-Oct-03 at 17:32, Buchan Milne ([EMAIL PROTECTED]) wrote:

 ...
 [EMAIL PROTECTED] bgmilne]$ rpm -qf /lib/libnss_ldap-2.3.2.so
 nss_ldap-207-4mdk
 [EMAIL PROTECTED] bgmilne]$ ldd -r /lib/libnss_ldap-2.3.2.so
 libldap.so.2 = /usr/lib/libldap.so.2 (0x4003)
 liblber.so.2 = /usr/lib/liblber.so.2 (0x40063000)
 libkrb4.so.2 = /usr/lib/libkrb4.so.2 (0x4006f000)
 libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0x4009)
 libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0x40105000)
 libcom_err.so.2 = /lib/libcom_err.so.2 (0x4012d000)
 libssl.so.0.9.7 = /usr/lib/libssl.so.0.9.7 (0x4013)
 libcrypto.so.0.9.7 = /usr/lib/libcrypto.so.0.9.7 (0x40162000)
 libdb-4.1.so = /usr/lib/libdb-4.1.so (0x40264000)
 libdl.so.2 = /lib/libdl.so.2 (0x40333000)
 libnsl.so.1 = /lib/libnsl.so.1 (0x40337000)
 libresolv.so.2 = /lib/libresolv.so.2 (0x4034b000)
 libc.so.6 = /lib/i686/libc.so.6 (0x4035c000)
 libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0x4048c000)
 libdes425.so.3 = /usr/lib/libdes425.so.3 (0x404a)
 /lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x8000)
 undefined symbol: dbopen(/lib/libnss_ldap-2.3.2.so)
 [EMAIL PROTECTED] bgmilne]$ nm --dynamic  /lib/libnss_ldap-2.3.2.so |
 grep dbopen
  U dbopen
 [EMAIL PROTECTED] bgmilne]$ ldd /lib/libnss_ldap-2.3.2.so | awk '{print
 $3}' | xargs nm --print-file-name --dynamic | grep dbopen
 /usr/lib/libdb-4.1.so:00054540 T __db_dbopen


I installed the current cooker from scratch and added the ldap customisation.
The result of the above commands is exactly the same.

 ...
 But, I don't see the problem:
 
 
 [EMAIL PROTECTED] bgmilne]$ grep ^passwd /etc/nsswitch.conf
 passwd: files ldap
 [EMAIL PROTECTED] bgmilne]$ wc -l /etc/passwd
  38 /etc/passwd

Same for me here, so far.

 [EMAIL PROTECTED] bgmilne]$ getent passwd|wc -l
 187

Here I get the same symptom as before.
# getent passwd|wc -l
getent: relocation error: /lib/libnss_ldap.so.2: undefined symbol: dbopen
  0

# getent passwd root
root:x:0:0:root:/root:/bin/bash
# getent passwd etutest1
getent: relocation error: /lib/libnss_ldap.so.2: undefined symbol: dbopen

May be you have a ldap.conf file that does not trigger the call
to dbopen?
- could you send me the relevant part of your ldap.conf?
Here is mine:

# egrep -v '^#|^$' /etc/ldap.conf
host myhost.unige.ch
base ou=people,dc=unige,dc=ch
ldap_version 3
scope sub
pam_filter objectclass=posixAccount
pam_login_attribute unigeChStudentUid
pam_member_attribute gid
pam_password clear
nss_base_passwd ou=People,dc=unige,dc=ch?sub
nss_base_shadow ou=People,dc=unige,dc=ch?sub
ssl on
sslpath /etc/ssl/certs/cert7.db
nss_map_attribute uid unigeChStudentUid
pam_template_login_attribute unigeChStudentUid

That configuration did work with Mandrake 9.0.

Or maybe dbopen is provided by another library loaded at runtime
not in the dependancies shown by ldd.
It would be strange though: You would expect all
symbols of a dynamic libraries to be resolved within
the dependancies.

[ Florin: is it OK that dbopen is not defined in the dynamic libraries? ]

- Any suggestion on where to look now to figure this out?

Best regards,

Dominique
--
* Unsolicited commercial email is NOT welcome at this address. *
Mr Dominique Petitpierre   Email: [EMAIL PROTECTED]
Division Informatique User=Dominique.Petitpierre
University of Geneva  Domain=adm.unige.ch
24 rue General-Dufour  Voice: +41/22/37 97117
CH-1204 GENEVA Fax  : +41/22/37 97986
(Switzerland)  WWW  : http://www.unige.ch/dinf/




Re: [Cooker] Re: [CHRPM] nss_ldap-211-1mdk

2003-10-31 Thread bgmilne
 On 31-Oct-03 at 17:32, Buchan Milne ([EMAIL PROTECTED]) wrote:

 But, I don't see the problem:


 [EMAIL PROTECTED] bgmilne]$ grep ^passwd /etc/nsswitch.conf
 passwd: files ldap
 [EMAIL PROTECTED] bgmilne]$ wc -l /etc/passwd
  38 /etc/passwd

 Same for me here, so far.

 [EMAIL PROTECTED] bgmilne]$ getent passwd|wc -l
 187

 Here I get the same symptom as before.
 # getent passwd|wc -l
 getent: relocation error: /lib/libnss_ldap.so.2: undefined symbol:
 dbopen
   0

 # getent passwd root
 root:x:0:0:root:/root:/bin/bash
 # getent passwd etutest1
 getent: relocation error: /lib/libnss_ldap.so.2: undefined symbol:
 dbopen

 May be you have a ldap.conf file that does not trigger the call
 to dbopen?
 - could you send me the relevant part of your ldap.conf?
 Here is mine:

 # egrep -v '^#|^$' /etc/ldap.conf
 host myhost.unige.ch
 base ou=people,dc=unige,dc=ch
 ldap_version 3
 scope sub
 pam_filter objectclass=posixAccount
 pam_login_attribute unigeChStudentUid
 pam_member_attribute gid
 pam_password clear
 nss_base_passwd ou=People,dc=unige,dc=ch?sub
 nss_base_shadow ou=People,dc=unige,dc=ch?sub
 ssl on
 sslpath /etc/ssl/certs/cert7.db

Maybe it is this ^^^ ?

(I don't see the point in wanting to verify the SSL cert against the
commercial CAs when I use my own CA cery anyway, which is available and
configured)

 nss_map_attribute uid unigeChStudentUid
 pam_template_login_attribute unigeChStudentUid

 That configuration did work with Mandrake 9.0.

Here is mine, we have production machines running with configs like this,
Mandrake 9.0 through 9.2:

[EMAIL PROTECTED] bgmilne]$ egrep -v '^#|^$' /etc/ldap.conf
host bgmilne.cae.co.za
base dc=cae,dc=co,dc=za
ldap_version 3
scope one
pam_filter objectclass=posixaccount
pam_login_attribute uid
pam_password md5
nss_base_passwd  ou=People,dc=cae,dc=co,dc=za
nss_base_shadow  ou=People,dc=cae,dc=co,dc=za
nss_base_group   ou=Group,dc=cae,dc=co,dc=za
ssl start_tls
tls_cacertfile /etc/ssl/ca.crt
tls_checkpeer yes
TLS_CACERT /etc/ssl/ca.crt



 Or maybe dbopen is provided by another library loaded at runtime
 not in the dependancies shown by ldd.
 It would be strange though: You would expect all
 symbols of a dynamic libraries to be resolved within
 the dependancies.

 [ Florin: is it OK that dbopen is not defined in the dynamic libraries?
 ]

 - Any suggestion on where to look now to figure this out?

Maybe try without the certdb, since this seems to be about the only thing
that has anything to do with libdb (besides libsasl)?

Regards,
Buchan





[Cooker] Re: What is an LG CD-ROM?

2003-10-31 Thread Juan Quintela
 thierry == Thierry Vignaud [EMAIL PROTECTED] writes:


thierry actually, unlike crt screens, it's hard to make an lcd screen without
thierry a few dead pixels (only one dead transistors and ...).
thierry [ well, on the contrary, high quality crt trinitron screens used to
thierry have an horizontal line on them ]

There were 2 damned lines.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy



[Cooker] Re: What is an LG CD-ROM?

2003-10-31 Thread Juan Quintela
 evan == Evan Waite [EMAIL PROTECTED] writes:

Hi

evan Haha, you mean still have horizontal lines (2) across them.  I have a
evan 19 Dell Trinitron (P992) that is only about a year old and has had the
evan lines since new.

I have been told that they were real wires to support the re-inforce
the screen.  But I don't know.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy



Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Olivier Blin
 well vanilla test9 has brocken rlogin/rsh 
 and here is the fix by Linus
 http://marc.theaimsgroup.com/?l=linux-kernelm=106722085714275w=2

oups, I'll fix that in another release
 
 CONFIG_SOUND=yes
 CONFIG_SND=yes
 
 cause the problems with /etc/init.d/alsa
 if set to =m everything is ok

thanks, fixed in -2mdk
I really need to browse all kernel config options, the initial config
was done by Nanar months ago :)

 CONFIG_USB=yes
 does the same for /etc/init.d/usb
 usbfs is not automatically mounted which might cause troubles for
 certain drivers
 turning to module fixes the problem

fixed in -2dmk too

 all FS's built in ? why that ?

Oops, there is no reason to do that, I've now compiled ext3, jbd,
ReiserFS, jfs and xfs as modules in -2mdk.
ext2 is still built-in because our initrd image is ext2.
By the way, should we switch to ROM FS or Minix FS for initrd in order
to gain some space ?

my -2mdk rpms are available here :
http://compil.mandrake.org/~blino/kernel-2.6/

Regards

PS: don't forgot to CC Andrey, he may still be interested :)

-- 
Olivier Blin


-- 
Olivier Blin



[Cooker] [Bug 6261] [xfig] New: xfig should be linked against Xaw3d

2003-10-31 Thread [gbburkhardt]
http://qa.mandrakesoft.com/show_bug.cgi?id=6261

   Summary: xfig should be linked against Xaw3d
   Product: xfig
   Version: 3.2.4-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: minor
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The Imakefile has several options commented out, that ought to be used:

XCOMM #define USEXPM
XCOMM #define USEXPM_ICON
XCOMM #define XAW3D
XCOMM #define WHEELMOUSE

In particular, there is a bug in the Xaw library that causes the layout of the
export menu to have overlapped widgets; this doesn't occur with the Xaw3D library.

Also, please use Fig.color.bisque.ad as the default apps-default value; it's
prettier (yes, I know, beauty is in the eye of the beholder.  But it is easier
to read).

The other color app defaults files Fig-color.blue.ad, Fig-color.classic.ad,
Fig-color.ad should be put into the documenatation directory.

Finally, the /etc/X11/Xresources file should include the lines:

#ifdef COLOR
*customization: -color
#endif

so the color app defaults file get used.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] Test - please ignore

2003-10-31 Thread Quel Qun
I got two successive delivery failure :(
-- 
Quel Qun [EMAIL PROTECTED]




Re: [Cooker] Re: What is an LG CD-ROM?

2003-10-31 Thread Pierre Jarillon
Le Samedi 1 Novembre 2003 00:54, Juan Quintela a écrit :

 evan Haha, you mean still have horizontal lines (2) across them.  I have a
 evan 19 Dell Trinitron (P992) that is only about a year old and has had
 the evan lines since new.

 I have been told that they were real wires to support the re-inforce
 the screen.  But I don't know.

These two wires re-inforce the shadow-mask ( not the screen :). Without them 
some deformations occurs and it become impossible to obtain a correct uniform 
color Red or Green or Blue because when the alignment of the mask is wrong,
the beam which is intended for one color can reach the others.

http://home.att.net/~RTRUSCIO/COLORTV.htm

Aperture grills have one significant problem and this is what causes the 
horizontal lines you see. To maintain equal spacing between the vertical 
wires, the aperture grill has two (one on displays 14 inches or smaller) 
horizontal damper wires, which hold the vertical wires in place. These wires 
cast a faint shadow on the phosphor layer that is not normally noticeable, 
but when you have an image or application with a light background displayed 
on your monitor, you can see them. 

-- 
Pierre Jarillon - http://pjarillon.free.fr/
Vice-président de l'ABUL : http://abul.org/




[Cooker] [Bug 6261] [xfig] xfig should be linked against Xaw3d

2003-10-31 Thread [gbburkhardt]
http://qa.mandrakesoft.com/show_bug.cgi?id=6261





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 18:44 ---
Created an attachment (id=946)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=946action=view)
postscript options box obscures output file name, etc., when Xaw is used
instead of Xaw3d


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
The Imakefile has several options commented out, that ought to be used:

XCOMM #define USEXPM
XCOMM #define USEXPM_ICON
XCOMM #define XAW3D
XCOMM #define WHEELMOUSE

In particular, there is a bug in the Xaw library that causes the layout of the
export menu to have overlapped widgets; this doesn't occur with the Xaw3D library.

Also, please use Fig.color.bisque.ad as the default apps-default value; it's
prettier (yes, I know, beauty is in the eye of the beholder.  But it is easier
to read).

The other color app defaults files Fig-color.blue.ad, Fig-color.classic.ad,
Fig-color.ad should be put into the documenatation directory.

Finally, the /etc/X11/Xresources file should include the lines:

#ifdef COLOR
*customization: -color
#endif

so the color app defaults file get used.



[Cooker] [Bug 6261] [xfig] xfig should be linked against Xaw3d

2003-10-31 Thread [gbburkhardt]
http://qa.mandrakesoft.com/show_bug.cgi?id=6261





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 18:56 ---
Forgot this one:

XCOMM USEINLINE = -DUSE_INLINE

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
The Imakefile has several options commented out, that ought to be used:

XCOMM #define USEXPM
XCOMM #define USEXPM_ICON
XCOMM #define XAW3D
XCOMM #define WHEELMOUSE

In particular, there is a bug in the Xaw library that causes the layout of the
export menu to have overlapped widgets; this doesn't occur with the Xaw3D library.

Also, please use Fig.color.bisque.ad as the default apps-default value; it's
prettier (yes, I know, beauty is in the eye of the beholder.  But it is easier
to read).

The other color app defaults files Fig-color.blue.ad, Fig-color.classic.ad,
Fig-color.ad should be put into the documenatation directory.

Finally, the /etc/X11/Xresources file should include the lines:

#ifdef COLOR
*customization: -color
#endif

so the color app defaults file get used.



Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Olivier Blin
  i would rather wait for a later bk snapshot
  
 if the question is what to release I'd rather used test9 given two
 mentioned problems.

Should I consider applying 2.6.0-test9-mm1 patchset ?
http://kerneltrap.org/node/view/1070

The -love patchset from Gentoo guys has a lot of new features :)

Nick Scheduler v17a
Exec-shield (default off - breakage warning)
Kexec
Vesa Hack
MCE fix
Autoregulation of swapiness
Reiser4 (Breakage warning)
Runtime Selectable IO schedulers
Processor C3 idling for AMD76x

http://forums.gentoo.org/viewtopic.php?t=98296postdays=0postorder=ascstart=150

They've some nice framebuffer (vesafb) fixes.

Regards

-- 
Olivier Blin



[Cooker] [Bug 6262] [gcc] New: GCC-3.3.1-2mdk does not compila kernel-2.6.0-test9

2003-10-31 Thread [xevi1714]
http://qa.mandrakesoft.com/show_bug.cgi?id=6262

   Summary: GCC-3.3.1-2mdk does not compila kernel-2.6.0-test9
   Product: gcc
   Version: 3.3.1-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hi,

I am trying compile kernel 2.6.0-test9 in mandrake linux with GCC-3.3.1-2msk and
fails. The message is:

make[1]: `arch/i386/kernel/asm-offsets.s' está actualizado.
  CHK include/linux/compile.h
  CC  fs/nls/nls_base.o
fs/nls/nls_base.c: In function `char2uni':
fs/nls/nls_base.c:464: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:https://qa.mandrakesoft.com/ for instructions.
make[2]: *** [fs/nls/nls_base.o] Error 1
make[1]: *** [fs/nls] Error 2
make: *** [fs] Error 2
[EMAIL PROTECTED] linux-2.6.0-test9]#

If I must provide more information, please tell me.

Regards,

   Xevi.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Svetoslav Slavtchev
 
  all FS's built in ? why that ?
 
 Oops, there is no reason to do that, I've now compiled ext3, jbd,
 ReiserFS, jfs and xfs as modules in -2mdk.
 ext2 is still built-in because our initrd image is ext2.
 By the way, should we switch to ROM FS or Minix FS for initrd in order
 to gain some space ?
 
 my -2mdk rpms are available here :
 http://compil.mandrake.org/~blino/kernel-2.6/

first we've to hack mkinitrd,
and i'm not sure how much will we gain,

besides initramfs is always in, 
(but it's pretty experimental stuff yet,
and i haven't heard of successfull initrd's using it)
probably better wait for it

me thinks, better get Andrey's module-init-tools
with gziiped module support  compress the modules

there was also a patch flowting around for adding
a config option for compilation with Os

best,

svetljo

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




Re: [Cooker] New ISO with updates

2003-10-31 Thread Robert L Martin
Jan Ciger wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert L Martin wrote:
| SomeDrake needs to post when the official LG-SAFE isos are ready (im
| going to assume that
| somebody yelled STOP THE PRESSES (aka via BF ARRÊTEZ LES PRESSIONS)
| when
My French is poor, but as far as I know, pression in French means also
beer (the one you get in pub, from the keg, not the bottled/canned
variety). Stop the beer! would be also fitting for this mess, though 
:-))

Jan

- --

to be honest my french is nonexistant (i used BabelFish to get the 
french version)




Re: [Cooker] New ISO with updates

2003-10-31 Thread Robert L Martin
Daouda LO wrote:

Really funny :))
Nice catch about the translation, Jan! 

Roger, Arreter la presse (des CDS) is a better translation  for
STOP THE PRESSE(S).
I just hope that somebody did yell whatever is correct or else

Dude, My cd drive is dead is going to be heard here in the US  (Dell 
uses LG cdroms in some systems)
and i would be very upset if i PAID for an OS and had this kind of Issue.





Re: [Cooker] kernel-2.6-test8 rpms

2003-10-31 Thread Svetoslav Slavtchev
   i would rather wait for a later bk snapshot
   
  if the question is what to release I'd rather used test9 given two
  mentioned problems.
 
 Should I consider applying 2.6.0-test9-mm1 patchset ?
 http://kerneltrap.org/node/view/1070
 
 The -love patchset from Gentoo guys has a lot of new features :)
 
 Nick Scheduler v17a
i think he back outs Con's scheduler changes,
never tried it

 Exec-shield (default off - breakage warning)
i had it default on for enabled binaries, but then removed it
why include it if we wont use it
our XFree segfaults very nice if enabled
(redhat has a fix for it, but there probably
other broken apps in mdk)
 
 Kexec
still have it here, but i think to drop it
it does run only on i386, and seemd to be
tested only on 3PC owned by the devlopers,
2 of them OK, the other(my PC too) no go

 Vesa Hack
later in the thread they mention smth about droping
fb patches -- brokeness

 MCE fix
 Autoregulation of swapiness
 Reiser4 (Breakage warning)
i don't think it ready for prime time,
and is not very offten updated
(even the bk)

 Runtime Selectable IO schedulers
 Processor C3 idling for AMD76x
 

http://forums.gentoo.org/viewtopic.php?t=98296postdays=0postorder=ascstart=150
 
 They've some nice framebuffer (vesafb) fixes.

that's my current vanilla patch
(i've also a multi-user tree,
which lacks the fbdev updates 
or is a bit behind with them)

linus.patch
acpi_off-fix.patch
cfq-4.patch
uml-update.patch
hpt374-autotune_fix.patch
nforce-ideata133.patch
i82365-sysfs-ordering-fix.patch
kobject-oops-fixes.patch
nosysfs.patch
config_os.patch
osdl_kexec.patch
osdl_lkcd-lite.patch
osdl_lkcd-driver.patch
osdl_dump_netdev.patch
osdl_rcu-stats.patch
autoswap.patch
dm_snapshot_move_1.patch
dm_snapshot_move_2.patch
dm_snapshot_move_3.patch
dm_snapshot_move_4.patch
dev_mapper_exports.patch
dev_mapper_Makefile.patch
dm-crypt.patch
dm-crypt_update.patch
dm-raid0_split_request.patch
packetcdvd.patch
ieee1394r1076.patch
input-use-after-free-checks.patch
keyboard-repeat-rate-setting-fix.patch
3c509-mca-fix.patch
3c527-smp-update.patch
3c527-race-fix.patch
sym-2.1.18f.patch
sym-do-160.patch
qlogic.patch
supermount-2.0.2a-2.6.0-test8.patch
firmware-kernel_thread-on-demand.patch
loop-autoloading-fix.patch
loop-module-alias.patch
ntel8x0-cleanup.patch


and eventually 
latest fbdev update
but i could never get it running properly
on my AIW radeon7500 and tottal freeze onGeforce4

best,

svetljo

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




Re: [Cooker] New ISO with updates

2003-10-31 Thread Clive Dove
On Friday 31 October 2003 22:19, Robert L Martin wrote:
 Daouda LO wrote:
 Really funny :))
 Nice catch about the translation, Jan!
 
 Roger, Arreter la presse (des CDS) is a better translation  for
 STOP THE PRESSE(S).

 I just hope that somebody did yell whatever is correct or else

 Dude, My cd drive is dead is going to be heard here in the US 
 (Dell uses LG cdroms in some systems)
 and i would be very upset if i PAID for an OS and had this kind of
 Issue.

How about paying for a cd device that can be destroyed by software, 
regardless of who wrote the software.

That kind of a drive seems to be an invitation for someone to write a 
real killer virus.






Re: [Cooker] kernel 23mdk panic

2003-10-31 Thread Gwenole Beauchesne
Hi,

reiserfs seems to be borked.
Did it work with -22mdk?




Re: [Cooker] kernel 23mdk panic

2003-10-31 Thread Gwenole Beauchesne
Hi,

reiserfs seems to be borked.
In case -22mdk worked. Could you boot into -22mdk and fdisk -l /dev/hda 
or whatever holds your reiserfs partitions? And, a dd if=/dev/hda 
of=my_disk count=2 could help too.

A little more information about the kernel panic would be helpful too 
as we can't telepathicly read what you got and where. ;-)

Thanks,
Gwenole



Re: [Cooker] Do not renice X by default

2003-10-31 Thread Élie Charest
Never mind! I made a mistake in configuring the kernel (forgot to put 
CONFIG_VIDEO_SELECT=y ... duh!) and everthing works after recompiling with 
the option selected.

I'm so ashamed.

Apart from that, what can I say...kernel 2.6 rocks!

Le 31 Octobre 2003 08:25, Élie Charest a écrit :
 Well, vga=791 (my usual mode) doesn't work at all. I get a blank screen
 during boot, and a garbled screen if I switch to a console after boot. I
 haven't tried other vga modes and will do so eventually, but somehow I'm
 pretty sure that if 791 doesn't work, others won't either.

 I wonder if it might be related to the 1GB Ram + 128MB Video card bug that
 plagued 2.4 kernels until 2.4.22...

-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




[Cooker] [Bug 6262] [gcc] GCC-3.3.1-2mdk does not compila kernel-2.6.0-test9

2003-10-31 Thread [xevi1714]
http://qa.mandrakesoft.com/show_bug.cgi?id=6262





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 20:55 ---
Hi,

I upgrade gcc from cooker (gcc-3.3.1-4mdk) and the problem persists.

Thanks a lot,

Xevi.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
Hi,

I am trying compile kernel 2.6.0-test9 in mandrake linux with GCC-3.3.1-2msk and
fails. The message is:

make[1]: `arch/i386/kernel/asm-offsets.s' está actualizado.
  CHK include/linux/compile.h
  CC  fs/nls/nls_base.o
fs/nls/nls_base.c: In function `char2uni':
fs/nls/nls_base.c:464: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:https://qa.mandrakesoft.com/ for instructions.
make[2]: *** [fs/nls/nls_base.o] Error 1
make[1]: *** [fs/nls] Error 2
make: *** [fs] Error 2
[EMAIL PROTECTED] linux-2.6.0-test9]#

If I must provide more information, please tell me.

Regards,

   Xevi.



[Cooker] [Bug 6263] [gnome-control-center] New: cannot change resolution, displays incorrect resolution

2003-10-31 Thread [cory.meisch]
http://qa.mandrakesoft.com/show_bug.cgi?id=6263

   Summary: cannot change resolution, displays incorrect resolution
   Product: gnome-control-center
   Version: 2.3.6-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hardware is an HP Pavillion ZE laptop with a 15 screen that can do 1280x1024.
However, if I go to the Gnome control panel and click on resolution, it shows
1400X1050 and does not allow me to change it.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 6264] [drakxtools] New: drakperm does not save settings

2003-10-31 Thread [zefo]
http://qa.mandrakesoft.com/show_bug.cgi?id=6264

   Summary: drakperm does not save settings
   Product: drakxtools
   Version: 9.2-9mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: DrakSec
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


i changed permissions (actual security level 3) for /home/* from 711 to 750, hit
ok, then reran drakperm and the setting was back to 711. i had to lower down the
security level in draksec, then manually edit /usr/share/msec/perm.3 and then
set the security level back in draksec.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] kernel 23mdk panic

2003-10-31 Thread Quel Qun
reiserfs seems to be borked.
-- 
Quel Qun [EMAIL PROTECTED]




[Cooker] [Bug 6265] [bootsplash] New: detect-resolution should not report vga for default kernel

2003-10-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6265

   Summary: detect-resolution should not report vga for default
kernel
   Product: bootsplash
   Version: 2.0.5-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: bootsplash
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


detect-resolution always report the vga mode of the default kernel for the
bootloader. If the default entry has no vga mode option and if no global vga
mode is defined for the bootloader, detect-resolution won't report any resolution.
It shouldn't look for the default kernel vga mode, it should report the vga mode
for the kernel used in make-boot-splash.
I wrote a patch for detect-resolution so that it look for the vga mode
associated with the initrd file.
It also fixes some issues with grub (actually, it didn't work at all with grub ...).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 6265] [bootsplash] detect-resolution should not report vga for default kernel

2003-10-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6265





--- Additional Comments From [EMAIL PROTECTED]  2003-11-01 02:44 ---
Created an attachment (id=947)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=947action=view)
use initrd filename in detect-resolution


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
detect-resolution always report the vga mode of the default kernel for the
bootloader. If the default entry has no vga mode option and if no global vga
mode is defined for the bootloader, detect-resolution won't report any resolution.
It shouldn't look for the default kernel vga mode, it should report the vga mode
for the kernel used in make-boot-splash.
I wrote a patch for detect-resolution so that it look for the vga mode
associated with the initrd file.
It also fixes some issues with grub (actually, it didn't work at all with grub ...).



[Cooker] [Bug 6265] [bootsplash] detect-resolution should not report vga for default kernel

2003-10-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6265





--- Additional Comments From [EMAIL PROTECTED]  2003-11-01 02:45 ---
Created an attachment (id=948)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=948action=view)
give the initrd filename to detect-resolution


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
detect-resolution always report the vga mode of the default kernel for the
bootloader. If the default entry has no vga mode option and if no global vga
mode is defined for the bootloader, detect-resolution won't report any resolution.
It shouldn't look for the default kernel vga mode, it should report the vga mode
for the kernel used in make-boot-splash.
I wrote a patch for detect-resolution so that it look for the vga mode
associated with the initrd file.
It also fixes some issues with grub (actually, it didn't work at all with grub ...).



[Cooker] [Bug 6265] [bootsplash] detect-resolution should not report vga for default kernel

2003-10-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6265





--- Additional Comments From [EMAIL PROTECTED]  2003-11-01 02:55 ---
This patch may fix some issues when Windows is the default entry in lilo (the
bootsplash picture wasn't added in the initrd by make-boot-splash)



-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
detect-resolution always report the vga mode of the default kernel for the
bootloader. If the default entry has no vga mode option and if no global vga
mode is defined for the bootloader, detect-resolution won't report any resolution.
It shouldn't look for the default kernel vga mode, it should report the vga mode
for the kernel used in make-boot-splash.
I wrote a patch for detect-resolution so that it look for the vga mode
associated with the initrd file.
It also fixes some issues with grub (actually, it didn't work at all with grub ...).



[Cooker] [Bug 6266] [bootsplash] New: rewritejpeg can't rewrite grayscale jpeg pictures

2003-10-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6266

   Summary: rewritejpeg can't rewrite grayscale jpeg pictures
   Product: bootsplash
   Version: 2.0.5-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: bootsplash
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When jpegtopnm converts a grayscale jpeg picture, this output is a PGM file
while the script need a PPM file.
I've made a patch that detects the type of this output and use pgmtoppm if
needed to have a TrueColor picture.

Grayscale jpeg pictures can be obtained with convert when the original picture
has only gray pixels.
In this case, the real fix is to use convert -type TrueColor
But it's nice to support this in rewritejpeg too.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 6266] [bootsplash] rewritejpeg can't rewrite grayscale jpeg pictures

2003-10-31 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6266





--- Additional Comments From [EMAIL PROTECTED]  2003-11-01 03:24 ---
Created an attachment (id=949)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=949action=view)
grayscale jpeg support


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- 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: 
When jpegtopnm converts a grayscale jpeg picture, this output is a PGM file
while the script need a PPM file.
I've made a patch that detects the type of this output and use pgmtoppm if
needed to have a TrueColor picture.

Grayscale jpeg pictures can be obtained with convert when the original picture
has only gray pixels.
In this case, the real fix is to use convert -type TrueColor
But it's nice to support this in rewritejpeg too.



[Cooker] [Bug 6267] [rpm-helper] New: /usr/share/rpm-helper/del-user doesn't do anything

2003-10-31 Thread [han]
http://qa.mandrakesoft.com/show_bug.cgi?id=6267

   Summary: /usr/share/rpm-helper/del-user doesn't do anything
   Product: rpm-helper
   Version: 0.9-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Go and read that script and slap your head :)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.