[Cooker] Test patch for bug 930 and ldm_validate_partition_table - what's that?

2003-01-22 Thread Andrey Borzenkov
Thierry, bug 930 is assigned you but it is pure kernel problem actually :)

 
 Have a LS120 removable drive.
[...]
[...]
  sigh   wish i knew to look here earlier.
 Here's a sip from the file:
 
 scsi0 : SCSI host adapter emulation for IDE ATAPI devices
   Vendor: MITBISHI  Model: LS-120 SLIM   05  Rev: 0015
   Type:   Direct-Access  ANSI SCSI revision: 00
   Vendor: MATSHITA  Model: DVD-ROM SR-8171   Rev: 059d
   Type:   CD-ROM ANSI SCSI revision: 02
 Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
 sda : READ CAPACITY failed.
 sda : status = 0, message = 00, host = 0, driver = 28
 Current sd00:00: sense key Not Ready
 Additional sense indicates Medium not present
 sda : block size assumed to be 512 bytes, disk size 1GB.
  /dev/scsi/host0/bus0/target0/lun0: I/O error: dev 08:00, sector 0
  I/O error: dev 08:00, sector 0
  I/O error: dev 08:00, sector 2097144
  I/O error: dev 08:00, sector 2097144
  I/O error: dev 08:00, sector 0
  I/O error: dev 08:00, sector 0
 ldm_validate_partition_table(): Disk read failed.

So it confirms my guess, the problem is caused by sd driver together with a bug in 
ide-scsi in new kernel that makes ide-floppy devices appear as SCSI ... 

Here is the patch to sd.c that 

- sets size of media to 0 if no media is found (that stops kernel from attempting to 
read media to find partition type)

- shuts up messages for this case (as it happens very often and automatically under 
devfs, messages are quite annoying). I'd like to ask you opinion if it should be so or 
it should still output a line about Media not present


Here is the second patch for ppa.c that shuts up this cable warning that fills up my 
logs (and if you use supermount you have almost _only_ those cable warnings). It adds 
modules parameter no_cable_warning to supress it. Again the question is should I 
supress even more messages? I personally would like to do it as again, ppa is 
attempted to be loaded on many devfs lookups which is quite annoying.

Please test them, if it OK they go to our kernel guys (not in this form).

-andrey

PS Please Cc to me on replies. I do read cooker but off the web so ...


--- /usr/src/linux-2.4.21-0.pre3.1mdk/drivers/scsi/sd.c 2003-01-16 19:18:11.0 
+0300
+++ linux-2.4.21-0.pre3.1mdk/drivers/scsi/sd.c  2003-01-21 21:29:55.0 +0300
@@ -867,8 +867,9 @@
if( the_result != 0
 ((driver_byte(the_result)  DRIVER_SENSE) != 0)
 SRpnt-sr_sense_buffer[2] == UNIT_ATTENTION
+SRpnt-sr_sense_buffer[7] = 6
 SRpnt-sr_sense_buffer[12] == 0x3A ) {
-   rscsi_disks[i].capacity = 0x1f;
+   rscsi_disks[i].capacity = 0;
sector_size = 512;
rscsi_disks[i].device-changed = 1;
rscsi_disks[i].ready = 0;
@@ -950,29 +951,40 @@
 */
 
if (the_result) {
-   printk(%s : READ CAPACITY failed.\n
-  %s : status = %x, message = %02x, host = %d, driver = %02x \n,
-  nbuff, nbuff,
-  status_byte(the_result),
-  msg_byte(the_result),
-  host_byte(the_result),
-  driver_byte(the_result)
-   );
-   if (driver_byte(the_result)  DRIVER_SENSE)
-   print_req_sense(sd, SRpnt);
-   else
-   printk(%s : sense not available. \n, nbuff);
-
-   printk(%s : block size assumed to be 512 bytes, disk size 1GB.  \n,
-  nbuff);
-   rscsi_disks[i].capacity = 0x1f;
-   sector_size = 512;
-
-   /* Set dirty bit for removable devices if not ready -
-* sometimes drives will not report this properly. */
-   if (rscsi_disks[i].device-removable 
-   SRpnt-sr_sense_buffer[2] == NOT_READY)
+   if (rscsi_disks[i].device-removable
+((driver_byte(the_result)  DRIVER_SENSE) != 0)
+SRpnt-sr_sense_buffer[2] == NOT_READY
+SRpnt-sr_sense_buffer[7] = 6
+SRpnt-sr_sense_buffer[12] == 0x3A ) {
+   rscsi_disks[i].capacity = 0;
+   sector_size = 512;
rscsi_disks[i].device-changed = 1;
+   rscsi_disks[i].ready = 0;
+   } else {
+   printk(%s : READ CAPACITY failed.\n
+  %s : status = %x, message = %02x, host = %d, driver = 
+%02x \n,
+  nbuff, nbuff,
+  status_byte(the_result),
+  msg_byte(the_result),
+  host_byte(the_result),
+  driver_byte(the_result)
+  

Re: [Cooker] More beta 2 issues.

2003-01-22 Thread J. Greenlees
Randy Welch wrote:

Hi!

I assume it's ok to submit more than one bug at a time here ( or is the 
qa site preferred? )
I think the qa site preffered, for records and searchability. ;)



Anyway here we go.

1.  Individual packages are selectable but only after you deselect and 
reselect individual package selection.   

2.  On the individual package selection screen any buttons one might use 
are not visiable.

3.  On a system configured for DHCP the nameserver configuration is not 
saved from the dhcp server ( must hand edit resolv.conf )

4.  Video card configuration does not match what is displayed.
Card:  ATI All In Wonder 8500DV
Display:  Dell 2000FP
Configured resolustion 1600x1200 24bit

Displayed resolution 1280x1024 @ 75hz

(at 1600x1200 the monitor supports it at 60hz).  No amount of 
changing seems to affect the configuration.  (9.0 configures it right 
but there's a lot of video noise.)


5.  Interesting ohci init messages ( firewire is built on the 8500DV 
card ):

ohci1394:  $Rev :93 $ Ben Collins  [EMAIL PROTECTED]
ohci1394_0:  Unexpected PCI resource length of 1000!
ohci1394_0:  OHCI-1394 1.0 (PCI):  IRQ=[16] MMIO=[e810-e81007ff] max 
packet=[204]
iee1394:  SelfID completion called outside of bus reset!
iee1394:  Host added Node[00:1023] GUID[0006bb00160500f9] [Linux OHCI-1394]










Re: [Cooker] guile-1.6.0-1mdk

2003-01-22 Thread Jean-Claude Stiegler
Le mar 21/01/2003 à 22:13, Pixel a écrit :
 Jean-Claude Stiegler [EMAIL PROTECTED] writes:
 
  file /usr/share/info/dir from install of guile-1.6.0-1mdk
  conflicts with file from package info-install-4.3-3mdk
 
 ?? which guile-1.6.0-1mdk is that?

gnumeric-1.0.12-1mdk.586.rpm requires guile-1.6.0-1mdk.586.rpm

urpmi gnumeric-1.0.12-1mdk.i586.rpm
Pour satisfaire les dépendances, les paquetages suivants vont être
installés (19 Mo):
gnumeric-1.0.12-1mdk.i586
guile-1.6.0-1mdk.i586
guile-compat-1.4-16mdk.i586
libguile9-devel-1.4-16mdk.i586


 % urpmf /usr/share/info/dir$
 info-install:/usr/share/info/dir
 
 maybe urpmi is slightly mad ?-)
 
  file /usr/bin/guile conflicts between attempted installs of
  guile-1.6.0-1mdk and guile-compat-1.4-16mdk
 
 this is normal. No way out of this. Remove guile-compat first.

Yes, but if I want to install guile-1.6.0-1, I obtain this:

urpmi guile-1.6.0-1mdk.i586.rpm
Pour satisfaire les dépendances, les paquetages suivants vont être
installés (2 Mo):
guile-1.6.0-1mdk.i586
guile-compat-1.4-16mdk.i586
libguile9-devel-1.4-16mdk.i586

Thanks
-- 
Jean-Claude Stiegler [EMAIL PROTECTED]





Re: [Cooker] 87 modules for apache2 :)

2003-01-22 Thread Oden Eriksson
onsdagen den 22 januari 2003 08.33 skrev Yves Duret:
 Oden Eriksson wrote:
  tisdagen den 21 januari 2003 22.47 skrev Buchan Milne:
 In terms of general packages, or are you wanting a voting system just for
 apache2 modules??
 
  For apache2 modules. I don't care much about non server stuff...

 if the guy want to set up a server with apache, he, of course, have a
 net connexion, thus he will be able to download all the modules he needs
 thx urpmi without pb.
 thus i will say only the main packages (mod_perl,php,ssl..) to keep some
 free space for more desktop related stuff (where people prefer to have
 everything on a cdrom because they do not have a net connection).
 wdyt ?

Actually all current extra apache2 modules and all extra php extensions 
inluding dep libs from contribs is under 10MB. Frozenbubble alone is about 
7MB. OpenOffice alone is about 160MB?.

I can live without for example Frozenbubble :-)

But then I realized this _is_ a desktop distro. Maybe every server application 
should be left out to make room for more desktop applications, then we maybe 
could even squeeze in one or two extra games in there ;)

-- 
Regards // Oden Eriksson, Deserve-IT.com




[Cooker] [Bug 568] [vte] keypad key not working properly

2003-01-22 Thread [Bug 568]
https://qa.mandrakesoft.com/show_bug.cgi?id=568

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 09:20 ---
Fixed with vte 0.10.10



--- 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]
description: 
When I try to use any of the arrow, pgup/pgdown, end/home, etc. keys in
gnome-terminal (running mutt for example) they don't work.




[Cooker] More beta 2 issues.

2003-01-22 Thread Randy Welch
Hi!

I assume it's ok to submit more than one bug at a time here ( or is the 
qa site preferred? )

Anyway here we go.

1.  Individual packages are selectable but only after you deselect and 
reselect individual package selection.	

2.  On the individual package selection screen any buttons one might use 
are not visiable.

3.  On a system configured for DHCP the nameserver configuration is not 
saved from the dhcp server ( must hand edit resolv.conf )

4.  Video card configuration does not match what is displayed.
Card:  ATI All In Wonder 8500DV
Display:  Dell 2000FP
Configured resolustion 1600x1200 24bit

Displayed resolution 1280x1024 @ 75hz

(at 1600x1200 the monitor supports it at 60hz).  No amount of 
changing seems to affect the configuration.  (9.0 configures it right 
but there's a lot of video noise.)


5.  Interesting ohci init messages ( firewire is built on the 8500DV card ):

ohci1394:  $Rev :93 $ Ben Collins  [EMAIL PROTECTED]
ohci1394_0:  Unexpected PCI resource length of 1000!
ohci1394_0:  OHCI-1394 1.0 (PCI):  IRQ=[16] MMIO=[e810-e81007ff] max 
packet=[204]
iee1394:  SelfID completion called outside of bus reset!
iee1394:  Host added Node[00:1023] GUID[0006bb00160500f9] [Linux OHCI-1394]





Re: [Cooker] gnome-theme-manager stalls

2003-01-22 Thread Frederic Crozat
On Tue, 21 Jan 2003 23:55:32 -0500, Tim Lee wrote:

 Hello,
 Running gnome-theme-manager from the menu or from a terminal, it does not 
 show up and it 'locks up' mouse-clicking in apps. I can still move the mouse 
 around and cycle through windows and workspaces. I can also still type in a 
 window, if I can cycle to it. I just can't click on anything. I tracked the 
 problem to something with FAM. Restarting FAM by doing 'service fam restart' 
 or killing the FAM process, both as root, will 'unlock' the gnome/gtk apps, 
 send any mouse clicks made during the 'lockup', and subsequently show the 
 gnome-theme-manager window. However, I don't the exact cause of the 'lockup' 
 or how FAM is involved.

If you don't tell us which version of gnome-control-center you have, it
will be hard to debug..

 
 I'm wondering if anyone else has experienced any of this.
 
 Also during the 'lockup', I can't kill the FAM process as my normal user 
 even though the FAM process seems to be running under my normal user. I get 
 an 'Operation not permitted' error.

FAM is a root daemon.

-- 
Frederic Crozat
MandrakeSoft





Re: [Cooker] 87 modules for apache2 :)

2003-01-22 Thread J. Greenlees
Oden Eriksson wrote:

onsdagen den 22 januari 2003 08.33 skrev Yves Duret:


Oden Eriksson wrote:


tisdagen den 21 januari 2003 22.47 skrev Buchan Milne:


In terms of general packages, or are you wanting a voting system just for
apache2 modules??


For apache2 modules. I don't care much about non server stuff...


if the guy want to set up a server with apache, he, of course, have a
net connexion, thus he will be able to download all the modules he needs
thx urpmi without pb.
thus i will say only the main packages (mod_perl,php,ssl..) to keep some
free space for more desktop related stuff (where people prefer to have
everything on a cdrom because they do not have a net connection).
wdyt ?



Actually all current extra apache2 modules and all extra php extensions 
inluding dep libs from contribs is under 10MB. Frozenbubble alone is about 
7MB. OpenOffice alone is about 160MB?.

I can live without for example Frozenbubble :-)

But then I realized this _is_ a desktop distro. Maybe every server application 
should be left out to make room for more desktop applications, then we maybe 
could even squeeze in one or two extra games in there ;)

actually, it's used as both server and desktop. ;)
I know several people using Mandrake 9 as webserver distro.
as well as using Mandrake as thier desktop system
( myself included )
the options for apache mods are a great boost to move Mandrake more into 
both areas.




[Cooker] HOWTO help adding new hardware to ldetect-lst ??

2003-01-22 Thread Combelles, Christophe (MED, ALTEN)
If some hardware we own is not in the ldetect-lst, what should we do to 
help ? What information is needed, and what are the tools to provide 
them ? (lspci ? ddcxinfos ? cat /proc/something...???)

for graphic card ?
for monitor ?
for a scanner ?
for ISA sound card ?
etc...?



(AFAIC, I have a scanner, a monitor and an ISA sound card not listed)



Re: [Cooker] 87 modules for apache2 :)

2003-01-22 Thread Yves Duret
Oden Eriksson wrote:

onsdagen den 22 januari 2003 08.33 skrev Yves Duret:



Actually all current extra apache2 modules and all extra php extensions 
inluding dep libs from contribs is under 10MB. Frozenbubble alone is about 
7MB. OpenOffice alone is about 160MB?.

under 10MB ? good thing! put *all* the 87 modules into cdrom, that will 
be  a great killer feature !
i thought i was some thing around 50-100MB...




[Cooker] KPackage won't uninstall RPMs

2003-01-22 Thread SpamKill

FYI: KPackage won't uninstall RPMs.

--
Bill Greenwood, (a.k.a. Zoron)
Mdk Club Member
{{{







Re: [Cooker] HOWTO help adding new hardware to ldetect-lst ??

2003-01-22 Thread Thierry Vignaud
Combelles, Christophe (MED, ALTEN) [EMAIL PROTECTED] writes:

 If some hardware we own is not in the ldetect-lst, what should we do
 to help ? What information is needed, and what are the tools to
 provide them ? (lspci ? ddcxinfos ? cat /proc/something...???)

lspci output *may* help but its database content is aleaready in
ldetect-lst so ...

/proc/cpuinfo may be usefull.

 for graphic card ?

basically, for pci or usb devices, what we need is :
- the pci||usb ids (lspcidrake -v will give you them)
- the module to use (or Card:... for a gfx card, ...)
- a description string (in Vendor|Device description format)
  eg: Intel Corporation|82801AA 810 Chipset USB Controller
 
 for monitor ?

we need a string and supported frequency range (see
soft/ldetect-lst/lst/MonitorsDB)

 for a scanner ?

scannerdrake has its own scanner db (see
soft/ldetect-lst/lst/ScannerDB)

basically, we need a name string, a driver name and a type name

 for ISA sound card ?

we don't handle isa sound card.  only sndconfig does.




ps: (all soft/ldetect-lst/lst/XXX files means these're ldetect-lst
files, located in soft/ldetect-lst/lst/ cvs module)





[Cooker] [Bug 979] [userdrake] New: userdrake requires /etc/ptmp or /etc/gtmp

2003-01-22 Thread [Bug 979]
https://qa.mandrakesoft.com/show_bug.cgi?id=979

   Product: userdrake
 Component: program
   Summary: userdrake requires /etc/ptmp or /etc/gtmp
   Version: 0.5-5mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: blocker
  Priority: P1
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


userdrake requires /etc/ptmp or /etc/gtmp 
without them it cannot start. 
doing a urpmf /etc/ptmp  or /etc/gtmp, no package provide one of them. 
The system is a cooker installed yesterday, updated 6 hours ago.



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




[Cooker] [Bug 954] [Installation] / appears twice in the mountpoint choices

2003-01-22 Thread [Bug 954]
https://qa.mandrakesoft.com/show_bug.cgi?id=954

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-01-21 18:00 ---


fixing (since at last, i managed to reproduce this, thanks for the
detailed report :)


--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 10:15 ---


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



--- 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]
description: 
- Start the install
- when prompted for partitioning, choose custom partitioning
- click on a partition, or create one
- click on mountpoint
- open the combo box
 -- The choice / appears twice in the combo box.
(as second and third choice)




[Cooker] [Bug 933] [setup] Mount Point Selection List

2003-01-22 Thread [Bug 933]
https://qa.mandrakesoft.com/show_bug.cgi?id=933

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 10:15 ---
*** Bug 954 has been marked as a duplicate of this bug. ***



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



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
This is not so much a bug, but in the setup program when you choose the mount 
point for the linux drive, there's two choices in the list for /.




[Cooker] [Bug 580] [gdb] gdb segfaults when running bonobo-activation-run-query

2003-01-22 Thread [Bug 580]
https://qa.mandrakesoft.com/show_bug.cgi?id=580

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 10:31 ---
I cannot reproduce this anymore.



--- 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]
description: 
[goetz@klama goetz]$ gdb bonobo-activation-run-query 
GNU gdb 5.2.1-2mdk (Mandrake Linux)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i586-mandrake-linux-gnu...
(no debugging symbols found)...
(gdb) run
Starting program: /usr/bin/bonobo-activation-run-query 
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
Segmentation fault
[goetz@klama goetz]$ rpm -q gdb bonobo-activation
gdb-5.2.1-2mdk
bonobo-activation-2.1.1-1mdk




[Cooker] [Bug 651] [mjpegtools] jpeg2yuv crashes with segfault.

2003-01-22 Thread [Bug 651]
https://qa.mandrakesoft.com/show_bug.cgi?id=651

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 11:18 ---
Only segfaults for invalid video resolutions. Should not segfault really, but should 
instaed not 
process video. 



--- 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]
description: 
Segfaults on both Athlon, and PIII 
eg. 
 
jpeg2yuv -Ib -L0 -f24 -j  
/usr/X11R6/share/WindowMaker/Backgrounds/BlueImage.jpeg   
BlueImage.yuv  
   INFO: [jpeg2yuv] Parsing  checking input files.  
   INFO: [jpeg2yuv] Image dimensions are 297x233  
   INFO: [jpeg2yuv] Movie frame rate is:  24.00 frames/second  
   INFO: [jpeg2yuv] Interlaced frames, bottom field first.  
   INFO: [jpeg2yuv] Non-interleaved fields (image height doubled)  
   INFO: [jpeg2yuv] Frame size:  297 x 466  
   INFO: [jpeg2yuv] Now generating YUV4MPEG stream.  
   INFO: [jpeg2yuv] Processing interlaced, bottom-first  
/usr/X11R6/share/WindowMaker/Backgrounds/BlueImage.jpeg, size 8549l.  
Segmentation fault




[Cooker] [Bug 10] [drakfirsttime] drakbug test 3

2003-01-22 Thread [Bug 10]
https://qa.mandrakesoft.com/show_bug.cgi?id=10

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 11:34 ---
invalid bug. Test case.



--- 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]
description: 
search for duplicates test




Re: [Cooker] [Bug 804] [drakxtools] drakfont crashes when gettingwindows fonts

2003-01-22 Thread Thierry Vignaud
[Bug 804] [EMAIL PROTECTED] writes:

 Not a HASH reference at /usr/sbin/drakfont line 1135. 
  
 This was after a fresh cooker install. I hope this helps.

does this fix your bug ?


Index: standalone/drakfont
===
RCS file: /cooker/gi/perl-install/standalone/drakfont,v
retrieving revision 1.101
diff -u -w -p -r1.101 drakfont
--- standalone/drakfont	21 Jan 2003 12:29:06 -	1.101
+++ standalone/drakfont	22 Jan 2003 10:08:55 -
@@ -1138,18 +1138,18 @@ sub import_status {
 { col_spacings = 10, row_spacings = 50 },
 [ ,  ],
 [
-N(Initial tests), $pbar, $pbar-{label} = new Gtk2::Label(' ')
+N(Initial tests), $pbar, $pbar-set_text(' ')
 ],
 [
 N(Copy fonts on your system), $pbar1,
-$pbar1-{label} = new Gtk2::Label(' ')
+$pbar1-set_text(' ')
 ],
 [
 N(Install  convert Fonts), $pbar2,
-$pbar2-{label} = new Gtk2::Label(' ')
+$pbar2-set_text(' ')
 ],
 [
-N(Post Install), $pbar3, $pbar3-{label} = new Gtk2::Label(' ')
+N(Post Install), $pbar3, $pbar3-set_text(' ')
 ],
 ),
 );
@@ -1171,15 +1171,15 @@ sub import_status_uninstall {
 [ ,  ],
 [ ,  ],
 [
-N(Initial tests), $pbar, $pbar-{label} = new Gtk2::Label(' ')
+N(Initial tests), $pbar, $pbar-set_text(' ')
 ],
 [
 N(Remove fonts on your system), $pbar1,
-$pbar1-{label} = new Gtk2::Label(' ')
+$pbar1-set_text(' ')
 ],
 [
 N(Post Uninstall), $pbar2,
-$pbar2-{label} = new Gtk2::Label(' ')
+$pbar2-set_text(' ')
 ],
 ),
 );



Re: [Cooker] [Bug 974] [mount] New: fat32 filesytem mounted as world-writable

2003-01-22 Thread Buchan Milne
Todd Lyons wrote:
 Pixel wrote on Wed, Jan 22, 2003 at 02:05:58AM +0100 :
 
The value of umask(=0) makes many system files on the FAT32
partition writable by a  non-root linux user. This is very
undesirable and risky. In the extreme case, a  well-designed linux
virus can easily damage the windows system files !!  The proper
solution to this is to change the umask value to 022 so that only
root has write access to the FAT32 system.

umask=0 is what people want AFAIK...
cooker people, WYT?
 
 
 Nearly every problem that someone has when trying to save files to a FAT
 partition is because they don't realize they need to be root.  Should we
 protect them from possible bad things and make it umask=022, or should
 we allow them to do things like their old OS did?  I personally vote to
 allow them to have access as a regular user.  I know it's not secure,
 but it cuts a lot of support needs.

IMHO, when dealing with windows features/filesystems, if in doubt, do
what Windows does. Under all versions of windows, all users have write
access to all files on any FAT filesystem. So, IMHO, umask=0.

I personally make a group that has write access to my fat32 partitions,
cause I like my data ;-).

Dependant on msec level?

Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] RPM build environement switch

2003-01-22 Thread Han Boetes
Yves Duret [EMAIL PROTECTED] wrote:

 For myself, i am using a Makefile in my ~/rpm/SPECS dir with thoses
 rules:

How's this for a Makefile?

  http://www.xs4all.nl/~hanb/software/rpms/Makefile



# Han
-- 
http://www.xs4all.nl/~hanb/software




Re: [Cooker] beta 2 review up

2003-01-22 Thread Adam Williamson
On Wed, 2003-01-22 at 02:58, Charlie wrote:

   I just did (both ways hdc=ide-cd and hdc=ide-cdrom) and there's no
   difference. Interesting thing though, now I get a red failed at the
   devfs mounting local filesystems no medium found warning. Floppy drive
   tries to run at boot now too. I have no access to any removable media now
   at all. The floppy may have been part of it previously. Yep, I just
   checked the copy of mtab I saved and what's at /etc/mtab now, the same
   exactly.
 
  Do I infer from this that you have the same situation as me? i.e., CDROM
  drive going through ide-scsi that shouldn't be?
 
 Yes, I've been chasing it for three days now. It seems that when I disabled 
 supermount for the -ROM and the -RW I managed to get them to mount manually 
 (using hdc=ide-cdrom) but it still doesn't work seem to be working correctly.

FAO Pixel too! :) Pixel's suggestion seems to have worked for me. If I
boot with the line:

append=devfs=mount hdc=ide-cd hdd=ide-scsi acpi=off

Then hdc is correctly located as /dev/hdc once more (and supermount-able
from that location). Rather odd.
-- 
adamw





[Cooker] Permissions on compil

2003-01-22 Thread Andrey Borzenkov
I do not get any replies from Lenny :( 

persmissions in my home directory on compil are now so restrictive that I cannot even 
upload my new key (no read/write permissions into .ssh) or copy anything.

Who is in charge of compil now?

TIA

-andrey




Re: [Cooker] 9.1 Beta 2 (ntfs and install)

2003-01-22 Thread Thierry Vignaud
Adam Williamson [EMAIL PROTECTED] writes:

 N.B. This driver has now been abandoned in favour of the new one.

driver has nothing to do with resizer.
resizing is a lot much easier than having writing support (which
assumes having resolving all interactions between vfs/mm/ntfs
regarding file holes, truncation, mapping with
compressed/crypted/with_attributes inodes and the like.
unlike having fully reliable write support, resizing does not involve
manipulating file attributes but only file system truncation or
expansion, that is only truncating/expanding fs structures.

 Add support for writing.
 
 mkntfsStable  Create an NTFS volume on a partition 
 ntfsfix   BetaTell windows we've made changes to a volume
 ntfslabel BetaDisplay or set a volume's label 
 ntfsresizeBetaResize an NTFS volume
 
 Note particularly the Beta status of those last three tools, and the
 warning on the front page to back up your data before using the beta
 tools...

as of ntfsresize:

   Is it reliable?

Since July of 2002, when ntfsresize became publicly available,
there were success reports resizing Windows NT4, 2000, XP and .NET
NTFS filesystems on both workstation and server versions (Home,
Professional, Server, Advanced Server). NO DESTROYED FILESYSTEM
WAS REPORTED SO FAR. DURING THIS TIME THERE WERE NO CORE CHANGES
OR FIXES IN THE SOURCE SO WE SUPPOSE THE CODE MUST BE
RELIABLE. However much more widely usage is needed to state it's
stable thus we strongly recommend to have a backup of your data
(you have anyway, haven't you ;)

since i was able to bough a good box for 500 euros last week, i ended
in buying a box with xp preinstalled.
this was time to test ntfsresize.
it seems to works fine but mark the fs as dirty so that zindoz check
it on reboot.
we all agree it need *lots* of testing but it seems to be usable.

of course we'll have to display a very big warning.





[Cooker] [Bug 980] [kdebase] New: kaboodle : Full screen mode problem

2003-01-22 Thread [Bug 980]
https://qa.mandrakesoft.com/show_bug.cgi?id=980

   Product: kdebase
 Component: program
   Summary: kaboodle : Full screen mode problem
   Version: 3.1-0.rc6.4mdk
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Language : UK 
 
Step to repoduce 
== 
 
copy a ogg file in your home directory 
Open Konqueror in your home 
click on the ogg file 
kaboodle start and begin to play the ogg file 
in the menu icon, click on Full screen icon 
 
Problem 
=== 
 
kaboodle try to go in Full screen mode but nothings.



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




[Cooker] [Bug 631] [kdebase] kde desktop refreshing

2003-01-22 Thread [Bug 631]
https://qa.mandrakesoft.com/show_bug.cgi?id=631

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed||1



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:10 ---
this bug is still present with the same version 



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



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
Process to reproduce : 

*Language FRENCH
   
*using KDE environnement 
*make right click on the mouse in the desktop=Créer un nouveau=illustration 
or présentation or feuille de calcul or document texte ... 
*Open these differents docs and close 
*Open KDE menu= Apparence=Behavior=Afficher l'aperçu pour : chek or unchek 
the boxs and live only the box Autres documents de bureautique cheked then 
push the button Appliquer. No effects in the desktop for the new docs 
created. So pb of refreshing.   
*After rebooting the uc, all changes are ok. 
 
Description  
=== 
 
*normally, after checking or unchecking the boxes concerning aficher l'aperçu 
pour and clicking appliquer, the desktop must apply the changes,it is not 
the case. We have to reboot the UC to see the changes. 
 
see the atachments files




[Cooker] [Bug 644] [kdebase] KDE info center problem display

2003-01-22 Thread [Bug 644]
https://qa.mandrakesoft.com/show_bug.cgi?id=644

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:15 ---
the bug is still valid. 



--- 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]
description: 
Language : French

Step to reproduce
=

* Open Menu K-Info center
* In the index tab, click on device

Problem
===

You can see many problem of display like this : pty/m%d




[Cooker] [Bug 645] [kdebase] Problem tradcution Info Center in french

2003-01-22 Thread [Bug 645]
https://qa.mandrakesoft.com/show_bug.cgi?id=645

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:18 ---
the bug is still valid with MDK 9.1/2.4.21-0.pre3.1mdk with the same version of 
kdebase 



--- 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]
description: 
Language : French

Step to reproduce
=

* No scsi device
* Open Menu K - Info center
* in the index tab click on SCSI

Problem
===

No translation of attached devices: none in french for this scsi information
page (in the right page)




[Cooker] [Bug 646] [kdebase] Problem translation KDE HELP CENTER

2003-01-22 Thread [Bug 646]
https://qa.mandrakesoft.com/show_bug.cgi?id=646

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:25 ---
the bug is still valid  



--- 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]
description: 
Language : French

Step to reproduce  Problems


* go to Menu K - Documentation - Help

* Open the tree menu of Gestionnaire d'impression
* This text help and help documentation are not translate in French :
 * Technical Overview
 * KDEPRINT's Highlights
 * Some Theoretical Background
 * Print server configuration

* Open the tree menu of Modules du centre de configuration
* problem of title translation Display Power Control, Behavior , Spell
Checker, Country/Region  Language, Previews

* Open the tree menu of Modules de centre d'informations
* problem of title translation network interfaces

* Open the tree menu of Naviguer dans les pages d'information
* click on one of the menu of this tree. 
* In the new page open in the right form, go to the end of the page, you can see
this link info2html
* click this link info2html
* ERROR - Not Found
 The requested URL /work/docs/info2html/info2html.html was not found on this server.
Apache/1.3.26 Server at iamwww.unibe.ch Port 80




[Cooker] [Bug 880] [kernel] Can't boot because of HighPoint HPT370 RAID

2003-01-22 Thread [Bug 880]
https://qa.mandrakesoft.com/show_bug.cgi?id=880





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:33 ---
Sounds good it mean that i just screwd up the compile of the kernel but it
doen't get shock on the kernel. I ask juan to include it and should be fine. I
don't close a bug until we get a new kernel.



--- 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]
description: 
I just installed Mandrake 9.1 Beta 2 and after install I can't boot it. The only
thing I get on screen is some debug info and some error message about /dev/hde.
On keyboard Caps lock and Scroll Lock are flashing and the only thing I can do
is turn off the computer. /dev/hde is a hard drive on HightPint HPT370 RAID
controler that is integrated onto motherboard Abit KT7A-RAID. Mandrake 9.0 boots
just fine on the same computer. The BIOS version is A9 and the BIOS version of
HPT370 is 2.34.




[Cooker] [Bug 981] [Installation] New: It must say which CD is inserted!

2003-01-22 Thread [Bug 981]
https://qa.mandrakesoft.com/show_bug.cgi?id=981

   Product: Installation
 Component: Installation
   Summary: It must say which CD is inserted!
   Version: 1.769
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P5
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hello
When i download the B2 first i wrote them into a non labeled cd.
And have forgetten which one is first cd. I instert one of them [the second one]
then it says it isn't the installation cd. But i think it should write the 
number of cd which i placed into cdrom.
Nice A Day



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




[Cooker] [Bug 841] [Installation] Could not load network driver for Intel PRO/100

2003-01-22 Thread [Bug 841]
https://qa.mandrakesoft.com/show_bug.cgi?id=841





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:37 ---
Tried again with network.img dated 2002-01-22. Same stuff happens.
I choose FTP-install and then it says About to load driver for network device: 
Intel Corp. I82559 Fast Ethernet LOM with Alert on LAN* I choose OK and I get 
the same message several times before it tries anoter driver (Intel Corp. 
INC3120 Fast Ethernet NIC). I run through every Intel's Network drivers before 
i get Error - Warning, installation of driver failed. (please include msg from 
Alt-F3...). Then I look at the console and it's a really long list wich 
basically states:

NET: was expecting another network intercace (broken net module?)
PCI: device 8086 1229 is Intel Corp.|82557 10/100 (eepro100)
have to insmod eepro100
succeeded eepro100
NET: was expecting another network intercace (broken net module?)
PCI: device 8086 1229 is Intel Corp.|82557 10/100 with wake on LAN (eepro100)
have to insmod eepro100
succeeded eepro100

Then it keeps going to the next driver suggestion. 

But hey, if it's just me I'll wait for the 9.1 release and install from CD-
ROM's :)




--- 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]
description: 
Installing from cooker with network.img dated 2003-01-16. Won't load network 
driver for Intel PRO/100. This have never been a problem before :)




[Cooker] [Bug 841] [Installation] Could not load network driver for Intel PRO/100

2003-01-22 Thread [Bug 841]
https://qa.mandrakesoft.com/show_bug.cgi?id=841





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 12:46 ---
Forgot to tell about the final error. It's like this in my console:

NET: was expecting another network intercace (broken net module?)
PCI: device 8086 1229 is Intel Corporation|82559 [Ethernet Pro 100] (e100)
needs e100
init_module: e100: No such device
 failed
warning, insmod failed (e100 (null)) (1)
unsetting automatic

Going back, the whole routine start over...




--- 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]
description: 
Installing from cooker with network.img dated 2003-01-16. Won't load network 
driver for Intel PRO/100. This have never been a problem before :)




[Cooker] [Bug 956] [Installation] no install on hp workstation xw8000

2003-01-22 Thread [Bug 956]
https://qa.mandrakesoft.com/show_bug.cgi?id=956





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:02 ---
In /usr/share/ldetect-lst/pcitable.d/90default.lst, 
the graphic card is reported to be NVidia|NV25 (GeForce 4)
But this card (0x10de  0x0258) is a Quadro4 900XGL

see report.bug.rh8
see
http://216.239.39.100/search?q=cache:G4q-2p93gE0C:pciids.sourceforge.net/iii/%3Fi%3D10de+10de++0258+pci+idhl=frie=UTF-8
see
http://216.239.39.100/search?q=cache:CmfCjU5z5IoC:bunny.xs4all.nl/software/pciid.html+10de++0258+pci+idhl=frie=UTF-8



--- 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]
description: 
On hp workstation xw8000, the graphical installation fails.
Just after booting the cdrom, the welcome image appears, then I press ENTER, the
screen becomes black, the kernel does not boot, and the LEDs of the keyboard blink.

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

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

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




[Cooker] [Bug 982] [kdebase] New: file views in konqueror in detailed mode don't respect double click settings

2003-01-22 Thread [Bug 982]
https://qa.mandrakesoft.com/show_bug.cgi?id=982

   Product: kdebase
 Component: program
   Summary: file views in konqueror in detailed mode don't respect
double click settings
   Version: 3.1-0.rc6.19mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When KDE has been set to use double-click to open files/direcories, konqueror
will still open files/directories on single-click when using 'detailed' view.

When icon view is used, the behaviour is correct.



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




[Cooker] [Bug 510] [xsane] Incorrect save directory

2003-01-22 Thread [Bug 510]
https://qa.mandrakesoft.com/show_bug.cgi?id=510





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:20 ---
I cannot reproduce it with xsane 0.90 from the current Cooker. For me all works
fine. If I want to save an image I get my home directory as default directory
and for saving the device settings I get ~/.sane/xsane.

Are you logged in as root or as normal user?




--- 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]
description: 
the default save directory should not be /etc/sane.d but the user's home 
directory or the last he selected. 
Here is Oliver RAUCH answer when I submitted him this bug: 
That is what xsane does. When it tries to save in /etc/sane.d then 
you selected /etc/sane.d or the one who compiled xsane did something 
wrong. 
I hope this helps.




[Cooker] Re: Problem with ide-scsi in current kernel

2003-01-22 Thread Chmouel Boudjnah
Andrey Borzenkov [EMAIL PROTECTED] writes:

 4. Forward port my patch :))

we have been talking about that with pixel and we think that the best
approach for backward compatibilities among others things.

Can you send me the patch again ? 

And it would be great if you can expose the problem to Hedrick (good
luck btw:)

Cheers,





Re: [Cooker] [Bug 730] [XFree86] Savage driver does not work

2003-01-22 Thread Pixel
[Bug 730] [EMAIL PROTECTED] writes:

 I can confirm that XFree86-4.2.99.4-0.20030110.2mdk works again using the
 ForceInit option.
 
 Card:S3 Savage (generic, sw_cursor): S3 Inc.|86C270-294 Savage/IX-MV
 [DISPLAY_VGA] (vendor:5333 device:8c12 subv:1014 subd:017f)

ok, adding ForceInit in Cards+ (package ldetect-lst)

@resolution=fixed





Re: [Cooker] Re: Problem with ide-scsi in current kernel

2003-01-22 Thread Thierry Vignaud
Chmouel Boudjnah [EMAIL PROTECTED] writes:

 we have been talking about that with pixel and we think that the best
 approach for backward compatibilities among others things.
 
 Can you send me the patch again ? 
 
 And it would be great if you can expose the problem to Hedrick (good
 luck btw:)

or to alan cox since he seems to know how to deal with andre





[Cooker] [Bug 983] [Installation] New: Non-details install panel truncates at bottom

2003-01-22 Thread [Bug 983]
https://qa.mandrakesoft.com/show_bug.cgi?id=983

   Product: Installation
 Component: Installation
   Summary: Non-details install panel truncates at bottom
   Version: 1.769
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: minor
  Priority: P4
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


In the 9.1beta2, the inset panel that displays while packages are being
installed (non-details mode) is a bit too short on the bottom and slightly
truncates the buttons (Cancel, etc.)



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




[Cooker] [Bug 930] [kernel] Parallel ZIP causes ldm_validate_partition_table() error, and slow login

2003-01-22 Thread [Bug 930]
https://qa.mandrakesoft.com/show_bug.cgi?id=930

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|program |kernel
Product|devfsd  |kernel
Version|1.3.25-23mdk|2.4.21-0.pre3.1mdk



--- Additional Comments From [EMAIL PROTECTED]  2003-01-21 03:00 ---
Ditto with SCSI Zips on beta 1 at least.

[Bug 930] wrote:


--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:40 ---
kernel bug



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



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
- plug a 100MB parallel zip drive on the parallel port
- remove any zip from the drive
- check with cdrecord -scanbus that the zip drive is actually installed (ppa
module)
- run: find /dev/scsi

-- error ldm_validate_partition_table() : read disk failed

The error appears on the device representing the ZIP drive.

WARNING : this problem is causing a slow login :
**
At each first user login, the owner of the /dev entries are changed (devfsd?).
This leads to an error when changing owner of the Zip device.
Since the query and the error takes about 1,5 sec and they are repeated 3 times
at login, the login is considerably slowed down, and takes up to 5 sec.




[Cooker] [Bug 967] [kernel] Hard disc on secondary IDE controller hanging/crashing system

2003-01-22 Thread [Bug 967]
https://qa.mandrakesoft.com/show_bug.cgi?id=967

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]   |[EMAIL PROTECTED]
  Component|harddrake   |booting
Product|harddrake   |kernel
Version|9.1-0.12mdk |2.4.21-0.pre3.1mdk



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:42 ---
kernel bug



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



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
Mandrake 9.1 beta 2 on dual PIII with Promise Ultra100 TX2 system hangs when  
running discdrake or attempting to mount disc present on Promise controller  
(9.0 works fine with this setup) - motherboard is Gigabyte 6VTXD.  
On another dual PIII system with an onboard Highpoint controller, a string of  
error messages (hde - lost interrupt and hdg lost interrupt) is followed by an  
interrupt handler panic message (again 9.0 works fine with this setup) - 
motherboard is an Abit VP6.




[Cooker] [Bug 943] [drakconf] clock.perl doesn't work

2003-01-22 Thread [Bug 943]
https://qa.mandrakesoft.com/show_bug.cgi?id=943





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:50 ---
this is unusable.
give more more info.
since this is a perl script, rather than sending incomplete strace, i would
prefer you send us what you see wrong in clock.pl behaviour and what is seen on
the console (so you must run clock.pl from a terminal like xterm)



--- 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]
description: 
I've installed ALL the packages from CD1 of beta 1, and the clock adjustement
doesn't work.
Here is the strace :

[stephane@pcumr70 root]$ more erreur_clock.pl.txt 
execve(/usr/sbin/clock.pl, [clock.pl], [/* 45 vars */]) = 0
uname({sys=Linux, node=localhost.localdomain, ...}) = 0
brk(0)  = 0x804b358
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40013000
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/sse/mmx/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/sse/mmx,
0xbfffee00) = -1 ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/sse/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/sse, 0xbfffee00)
= -1 ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/mmx/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/mmx, 0xbfffee00)
= -1 ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/i686, 0xbfffee00) =
-1 ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/sse/mmx/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/sse/mmx, 0xbfffee00)
= -1 ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/sse/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/sse, 0xbfffee00) = -1
ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/mmx/libperl.so,
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/mmx, 0xbfffee00) = -1
ENOENT (No such file or directory)
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libperl.so, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\367\1..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0555, st_size=1150728, ...}) = 0
old_mmap(NULL, 1157888, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40014000
mprotect(0x40123000, 47872, PROT_NONE)  = 0
old_mmap(0x40123000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x10f000) = 0x40123000
old_mmap(0x4012d000, 6912, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4012d000
close(3)= 0
open(/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/libnsl.so.1, O_RDONLY)
= -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=37647, ...}) = 0
old_mmap(NULL, 37647, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4012f000
close(3)= 0




[Cooker] [Bug 415] [man-pages] MakeWhatIs

2003-01-22 Thread [Bug 415]
https://qa.mandrakesoft.com/show_bug.cgi?id=415

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:46 ---
 The man pages are located in /usr/share/man
 but this script expects to write the
 index to /usr/man by default.

makewhatis write to /var/cache/man by default

 In addition, this tool should be run during the installation
 so that the index is available when the system comes up.

man-pages-XX packages come with pre-builded whatis databases so this is useless
and would slow down everybody's installation instead of just the package building.
what's more, these packages come with some cron entries that make the whatis db
to be updated every week.



--- 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]
description: 
The man pages are located in /usr/share/man but this script expects to write the
index to /usr/man by default.  In addition, this tool should be run during the
installation so that the index is available when the system comes up.




[Cooker] Re: [CHRPM] libgnomeui2-2.2.0-1mdk

2003-01-22 Thread Adam Williamson
On Wed, 2003-01-22 at 12:00, Frederic Crozat wrote:
 --=-=-=
 Name: libgnomeui2  Relocations: (not relocateable)
 Version : 2.2.0 Vendor: MandrakeSoft
 Release : 1mdk  Build Date: Wed Jan 22 11:55:11 2003
 Install date: (not installed)   Build Host: hp6.mandrakesoft.com
 Group   : System/Libraries  Source RPM: (none)
 Size: 1074039  License: LGPL
 Packager: Mandrake Linux Team http://www.mandrakeexpert.com
 URL : http://www.gnome.org/
 Summary : Main GNOME libraries
 Description :
 GNOME (GNU Network Object Model Environment) is a user-friendly set of
 GUI applications and desktop tools to be used in conjunction with a
 window manager for the X Window System.  The gnome-libs package
 includes libraries that are needed to run GNOME.
 
 
 --=-=-=
 
 * Wed Jan 22 2003 Frederic Crozat [EMAIL PROTECTED] 2.2.0-1mdk
 
 - Release 2.0.0

Typo here, Fred...
-- 
adamw





Re: [Cooker] 9.1 Beta 2 (ntfs and install)

2003-01-22 Thread Adam Williamson
On Wed, 2003-01-22 at 12:30, Thierry Vignaud wrote:
 Adam Williamson [EMAIL PROTECTED] writes:
 
  N.B. This driver has now been abandoned in favour of the new one.
 
 driver has nothing to do with resizer.
 resizing is a lot much easier than having writing support (which
 assumes having resolving all interactions between vfs/mm/ntfs
 regarding file holes, truncation, mapping with
 compressed/crypted/with_attributes inodes and the like.
 unlike having fully reliable write support, resizing does not involve
 manipulating file attributes but only file system truncation or
 expansion, that is only truncating/expanding fs structures.

I agree, but the original proposition from somebody was, I think, to
have full ntfs support using this set of tools included in Mandrake, so
I quoted this section in light of that.

  Add support for writing.
  
  mkntfs  Stable  Create an NTFS volume on a partition 
  ntfsfix BetaTell windows we've made changes to a volume
  ntfslabel   BetaDisplay or set a volume's label 
  ntfsresize  BetaResize an NTFS volume
  
  Note particularly the Beta status of those last three tools, and the
  warning on the front page to back up your data before using the beta
  tools...
 
 as of ntfsresize:
 
Is it reliable?
 
 Since July of 2002, when ntfsresize became publicly available,
 there were success reports resizing Windows NT4, 2000, XP and .NET
 NTFS filesystems on both workstation and server versions (Home,
 Professional, Server, Advanced Server). NO DESTROYED FILESYSTEM
 WAS REPORTED SO FAR. DURING THIS TIME THERE WERE NO CORE CHANGES
 OR FIXES IN THE SOURCE SO WE SUPPOSE THE CODE MUST BE
 RELIABLE. However much more widely usage is needed to state it's
 stable thus we strongly recommend to have a backup of your data
 (you have anyway, haven't you ;)
 
 since i was able to bough a good box for 500 euros last week, i ended
 in buying a box with xp preinstalled.
 this was time to test ntfsresize.
 it seems to works fine but mark the fs as dirty so that zindoz check
 it on reboot.
 we all agree it need *lots* of testing but it seems to be usable.
 
 of course we'll have to display a very big warning.

Perhaps...

Put it only in DiskDrake's expert mode. Don't enable it by default, but
have a button when you select an NTFS partition that says Enable NTFS
resizing - WARNING: EXPERIMENTAL!

When you click it it brings up a dialog box explaining that NTFS
resizing uses a beta tool, is experimental, data backup is highly
recommended and it isn't guaranteed not to trash your data.

Or at least something equally drastic :)
-- 
adamw





Re: [Cooker] Dual Head Screen Corruption Bug

2003-01-22 Thread Frederic Lepied
Ben Reser [EMAIL PROTECTED] writes:

 On Sun, Jan 19, 2003 at 06:05:48PM +, Darran D. Rimron-Molloy wrote:
  Google say:
  
  http://www.mail-archive.com/xfree86@xfree86.org/msg00200.html
  
  aka: XRender on Xinerama bug. Which I already worked out :) But there is
  a test/fix driver available in that thread.
 
 I'm currently not running a cooker box right now because of other issues
 with X and my setup.  But this was a long standing issue for me.  The
 suggested workaround on the above site does indeed work, at least
 everybuddy used to ocassionally have text from the chat windows show up
 on the wrong display.  Since I turned off XRender in the mga driver it's
 nont done it since.  I'll try to get around to updating my XFree86
 packages (already had some for some other stuff I'd patched in) for 9.0
 tomorrow for anyone who happens to be using 9.0 and doesn't feel like
 waiting the hour for the build. :)
 
 Flepied, do you think you could make this change in the driver for the
 cooker version?

It will be in the next build.
-- 
Fred - May the source be with you




Re: [Cooker] Re: [QA] Unresolved dependencies

2003-01-22 Thread Warly
Götz Waschk [EMAIL PROTECTED] writes:

 Am Freitag,  3. Januar 2003, 16:25:43 Uhr MET, schrieb Mandrakesoft Bugzilla:
 These packages have unresolved dependencies in the distro:
 package depends on
 flac-1.0.4-5mdk libid3lib3.8-devel (in contrib)

 Could someone please move id3lib from contrib to main?

Well, quite late on this one...

-- 
Warly




[Cooker] mysql not starting when using nss_ldap for groups ...

2003-01-22 Thread Buchan Milne
On current cooker and 9.0 (at least, don't have 8.2 or 8.1 boxes around
any more, but 8.0 is not affected), mysql won't start up when
/etc/nsswitch.conf has 'ldap' in the group line:

[bgmilne:~]# grep ^group /etc/nsswitch.conf
group:  files ldap nisplus nis winbind3
[bgmilne:~]# service mysql start
Starting MySQL Server   [  OK  ]
[bgmilne:~]# service mysql status
mysqld is stopped
[bgmilne:~]# mysql
ERROR 2002: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (2)



After removing the ldap entry from the group line in nsswitch.conf:

[bgmilne:~]# grep ^group /etc/nsswitch.conf
group:  files nisplus nis winbind3
[bgmilne:~]# service mysql start
Starting MySQL Server   [  OK  ]
[bgmilne:~]# service mysql status
mysqld (pid 10153) is running...
10152 (pid 10151) is running...
[bgmilne:~]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.54

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql Bye




If you su to mysql , you can manually start safe_mysqld even if you use
nss_ldap for groups:

[bgmilne:~]# service mysql status
mysqld is stopped
[bgmilne:~]# su - mysql
-bash-2.05b$ grep ^group /etc/nsswitch.conf
group:  files ldap nisplus nis winbind3
-bash-2.05b$ safe_mysqld 
[1] 9773
-bash-2.05b$ Starting mysqld daemon with databases from /var/lib/mysql

-bash-2.05b$ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.54

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql Bye
-bash-2.05b$ logout
[bgmilne:~]# service mysql status
mysqld (pid 9782) is running...
9781 (pid 9780) is running...
[bgmilne:~]#
[bgmilne@bgmilne bgmilne]$ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 3.23.54

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql Bye
[bgmilne@bgmilne bgmilne]$

I tried to use su - mysql -c '(existing safe_mysqld command)' in the
init script, but that didn't work.

Any ideas?


-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] Beta 2 test: something I forgotten

2003-01-22 Thread Tom Brinkman
On Tuesday January 21 2003 05:30 pm, Francisco Alcaraz Ariza wrote:
 Still not acces to second cdrom

   Also beta2 (fresh install, since re-synced with urpmi to current 
cooker)
   Since the first 2.4.21 kernel (beta1), and again with pre3.1, my 
CD-RW and CDrom are available for writing (burner), but not reading. 
They can't be mounted (no device, or no media found), with or 
without supermount. 2.4.21 kernels set my CDrom drive as scsi, but my 
CDrom is still /dev/hdd in fstab, and there's no ide-scsi statement 
for it in lilo.conf.

   Usin the 2.4.19 kernel from my 9.0 CD's, everything is back to 
normal.  CD drives can be mounted, and supermount works.

-- 
Tom Brinkman  Corpus Christi, Texas




[Cooker] [Bug 438] [drakxtools] Can't configure DNS for the network

2003-01-22 Thread [Bug 438]
https://qa.mandrakesoft.com/show_bug.cgi?id=438





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:56 ---
Can't check it, I don't have the time to install a beta version. It can be easily 
checked though, if you can change the DNS servers in drakconect (the option was 
missing), after the first configuration, the bug can be closed. 



--- 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]
description: 
Ok, maybe I'm dumb or I have a bad day :P but the thing is I haven't yet found
how the hell configure the DNS servers with drakconnect. I didn't have any
problems entering them when the installation program detected the network card,
though. It's a problem that appears when the network card has been detected and
installed.




[Cooker] [Bug 652] [MySQL-Max] MySQL-Max init script status

2003-01-22 Thread [Bug 652]
https://qa.mandrakesoft.com/show_bug.cgi?id=652





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 14:37 ---
the bug is still valid. Indeed, the command : service mysql status = mysql is stopped 
But the command :  service mysql stop gives the pid number  stops the server 



--- 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]
description: 
The MySQL-Max package use the initscript of MySQL but the status command do 
not test the mysqld-max binary, so: 
If MySQL-Max is installed, the command:  
# service mysql status 
reply each time: mysqld is stopped while it should reply mysqld-max (pid ) is 
running




[Cooker] [Bug 949] [initscripts] numbers appear during the init process

2003-01-22 Thread [Bug 949]
https://qa.mandrakesoft.com/show_bug.cgi?id=949

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|97  |[EMAIL PROTECTED]
 Status|UNCONFIRMED |resolved
 Resolution||FIXED
 Product ID|4753|510
   Component ID|23794   |2546
 AssignedTo|97  |13
 Status|UNCONFIRMED |new
 Resolution||ASSIGNED

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|1.769   |7.02-3mdk

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-21 13:40 ---


well


but anyway, AFAIK


in cooker


--- Additional Comments From [EMAIL PROTECTED]  2003-01-21 23:29 ---
This bug has been automatically updated to last version of product available. 

Please check if it is still valid.


--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 14:42 ---
Fixed in procps



--- 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]
description: 
Where the hell can i report this  ???
during the init process in 9.1 beta 1, i see :
SASL authentification started: [OK]
and then :
0
3

What are those numbers ???
During the shutdown process, the same numbers appear




[Cooker] [Bug 445] [drakxtools] drackbackup, daemon doesn't work

2003-01-22 Thread [Bug 445]
https://qa.mandrakesoft.com/show_bug.cgi?id=445





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 14:43 
---
is in 9.0



--- 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]
description: 
drakbackup 1.2, mandrake 9
I've got a problem with mandrake control center - system - backups
I select advanced configuration - when, choose ''use daemon''
warning, cron not available yet as non root

I get the same problem also if I run drakbackup from the shell as root

I've tried in many ways to make it work... sudo, creating groups...

thanks




[Cooker] [Bug 984] [Installation] New: Unable to select precisely the size of new partitions

2003-01-22 Thread [Bug 984]
https://qa.mandrakesoft.com/show_bug.cgi?id=984

   Product: Installation
 Component: Installation
   Summary: Unable to select precisely the size of new partitions
   Version: 1.770
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have an huge(80gb) and nearly empty hard disk.

During the installtion, when I select to edit myself my partition table,when I
wanted to select the size of my partitions, because there is no entry using the
keyboard, the slider makes the size going from 7mb to 412mb... which is a too
big step.



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




[Cooker] [Bug 984] [Installation] Unable to select precisely the size of new partitions

2003-01-22 Thread [Bug 984]
https://qa.mandrakesoft.com/show_bug.cgi?id=984





--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:00 
---
(seen on LM 9.1 beta 2 )



--- 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]
description: 
I have an huge(80gb) and nearly empty hard disk.

During the installtion, when I select to edit myself my partition table,when I
wanted to select the size of my partitions, because there is no entry using the
keyboard, the slider makes the size going from 7mb to 412mb... which is a too
big step.




[Cooker] [Bug 655] [kdebase] No icon in KDE menu for KDE Service Manager

2003-01-22 Thread [Bug 655]
https://qa.mandrakesoft.com/show_bug.cgi?id=655

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:00 ---
The bug is still valid. KDE menu=KDE=ComponentsService manager 



--- 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]
description: 
No icon in KDE menu for KDE Service Manager.




[Cooker] [Bug 654] [kdebase] Scroll bar problem in KDE File Association

2003-01-22 Thread [Bug 654]
https://qa.mandrakesoft.com/show_bug.cgi?id=654

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:03 ---
the bug is still valid KDE menu=KDE=Components=File associations 



--- 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]
description: 
The cursor appears as a watch when it is on the scroll bar.




[Cooker] [Bug 658] [kdebase] Theme Manager bug

2003-01-22 Thread [Bug 658]
https://qa.mandrakesoft.com/show_bug.cgi?id=658

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:22 ---
the bug is partially valid. no more message appears by clicking on the themes, but i 
can not remove the three themes : default, nostalgy, wood. Under root login, i removed 
the theme Breizh 



--- 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]
description: 
In KDE Theme Manager, there is a list of themes on the left of the screen. 
By clicking on one of them, an error message appears :  
Theme does not contain a .themerc nor a .theme file. 
 
note : the expression nor is not really english. and/or will be better. 
 
When trying to remove a theme, there is an error remove failed.




[Cooker] [Bug 877] [Bugzilla] Two drakconf entries

2003-01-22 Thread [Bug 877]
https://qa.mandrakesoft.com/show_bug.cgi?id=877

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:07 ---


Some are normal, some are not. Bugzilla is official MandrakeSoft qa website, 
whereas bugzilla is the contrib package.




--- 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]
description: 
There are two entries for drakconf (drakconf  DrakConf). When one votes 
for a bug that is listed under drakconf, then there is also a check-box for 
the same bug under DrakConf. If one then Modifies one's votes with both boxes 
checked you get the following error: 
 
¨You may only use at most 1 votes for bugs in the drakconf product, but you 
are trying to use 11.¨




[Cooker] [Bug 659] [kdebase] KDE File Sharing problem

2003-01-22 Thread [Bug 659]
https://qa.mandrakesoft.com/show_bug.cgi?id=659

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:28 ---
the bug is still valid. KDE menu=Configuration=KDE=Network=File sharing  



--- 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]
description: 
By clicking on Help, the general help of KDE appears. 
 
There is no icon in the KDE Menu for File Sharing program.




[Cooker] [Bug 973] [kernel] apm support missing from the kernel.

2003-01-22 Thread [Bug 973]
https://qa.mandrakesoft.com/show_bug.cgi?id=973

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-01-22 15:31 ---
With new machines we use now ACPI and not APM anymore. Implementation of ACPI
under Linux-Mandrake is currently being done



--- 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]
description: 
It is not possible to start the apmd due to no support for apm in kernel. 
This is a must have on laptops !




[Cooker] [Bug 985] [drakconf] New: 9.1beta2 MCC System subpanel icons fail or do not update display

2003-01-22 Thread [Bug 985]
https://qa.mandrakesoft.com/show_bug.cgi?id=985

   Product: drakconf
 Component: drakconf
   Summary: 9.1beta2 MCC System subpanel icons fail or do not update
display
   Version: 9.1-0.8mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


In 9.1beta2, if you open MCC and select System, clicking on just about anything
(font, date/time, servers) gets you a Please Wait display that stays there
forever.  Launching the individual service, e.g. drakfont, from a command line
works fine.

In the case of drakfont, drakfont is actually started but the display is not
updated.  If you transfer focus to another window and then back to MCC, the
display updates and the drakfont dialog is visible.

In the case of date/time, the same procedure causes MCC to update the display
back to the icon list.

Here is the stderr obtained by launching drakconf from the command line,
selecting System, Date/Time, and then switching focus to cause the display
update:

Use of uninitialized value in split at /usr/lib/libDrakX/detect_devices.pm line
111 (#1)
(W uninitialized) An undefined value was used as if it were already
defined.  It was interpreted as a  or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.

To help you figure out what was undefined, perl tells you what operation
you used the undefined value in.  Note, however, that perl optimizes your
program and the operation displayed in the warning may not necessarily
appear literally in your program.  For example, that $foo is
usually optimized into that  . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.

Use of uninitialized value in string eq at /usr/lib/libDrakX/detect_devices.pm
line 200 (#1)
Use of uninitialized value in concatenation (.) or string at
/usr/lib/libDrakX/detect_devices.pm line 533 (#1)
BUG with LANGUAGE en_US:en
TODO: XSetInputFocus if force_focus
TODO: ensure focus stuff

(drakconf.real:2573): Gdk-CRITICAL **: file ../../gdk/gdkdraw.c: line 238
(gdk_drawable_get_display): assertion `GDK_IS_DRAWABLE (drawable)' failed

(clock.pl:2587): Gtk-CRITICAL **: file ../../gtk/gtkwidget.c: line 5209
(gtk_widget_set_events): assertion `!GTK_WIDGET_REALIZED (widget)' failed
Can't call method draw_rectangle on an undefined value at /usr/sbin/clock.pl
line 234.

(drakconf.real:2573): Gtk-CRITICAL **: file ../../gtk/gtkwidget.c: line 1626
(gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed



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




Re: [Cooker] [Bug 956] [Installation] no install on hp workstation xw8000

2003-01-22 Thread Pixel
[Bug 956] [EMAIL PROTECTED] writes:

 But this card (0x10de  0x0258) is a Quadro4 900XGL

fixing the description, but i won't fix the kernel bug!

@product=kernel




Re: [Cooker] [Bug 841] [Installation] Could not load network driverfor Intel PRO/100

2003-01-22 Thread Chmouel Boudjnah

by any chance did you ever get working before, are you able to boot on
a mandrake by doing other install than network one (and see after
reboot it works ?)






Re: [Cooker] [Bug 934] [setup] New: Previous Next Buttons BothAdvance To Next Step

2003-01-22 Thread Warly
[Bug 934] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=934

Product: setup
  Component: setup
Summary: Previous  Next Buttons Both Advance To Next Step
Version: 2.2.0-33mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: minor
   Priority: P2
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]


 The summary says it all. The previous and next buttons in the setup program 
 both go forward in the installation. Doh!



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

@resolution=invalid

setup package has nothing to do with that, please investigate a little
bit before reporting useless uncomplete reports.

-- 
Warly




Re: [Cooker] [Bug 936] [setup] New: After Configuring GraphicalInterface, Setup Locks

2003-01-22 Thread Warly
[Bug 936] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=936

Product: setup
  Component: setup
Summary: After Configuring Graphical Interface, Setup Locks
Version: 2.2.0-33mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: major
   Priority: P2
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]


 In the setup program, after configuring my graphical interface (GeForce4 
 Ti4200), the setup program completely froze. No response from mouse or keyboard.



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

@resolution=invalid

setup package has nothing to do with that, please investigate a little
bit before reporting useless uncomplete reports.

-- 
Warly




Re: [Cooker] [Bug 935] [setup] New: Non-Technical Setup Process

2003-01-22 Thread Warly
[Bug 935] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=935

Product: setup
  Component: setup
Summary: Non-Technical Setup Process
Version: 2.2.0-33mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: normal
   Priority: P2
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]


 I think that the part in the current setup program regarding where to install 
 the bootloader is not a very user-friendly question. Not everyone is going to 
 know what the heck that means unless they're involved with computers as a 
 hobby. In order to promote non-technical users to have the ability to use your 
 setup program, I would suggest this particular item be handled in an expert 
 mode setup of some kind; not in the standard setup mode.



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

@resolution=invalid

setup package has nothing to do with that, please investigate a little
bit before reporting useless uncomplete reports.

-- 
Warly




Re: [Cooker] [Bug 477] [kernel] DMA disabled on DVD/CD drives, DVDplayback choppy

2003-01-22 Thread Chmouel Boudjnah
@product=initscript

The problem is that it cause more problem than ever. But i agree it
should be allowed via /etc/sysconfig/harddisks to enable it.





Re: [Cooker] [Bug 878] [Bugzilla] New: Voting on multiple bugs inone 'product' impossible

2003-01-22 Thread Warly
[Bug 878] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=878

Product: Bugzilla
  Component: Bugzilla
Summary: Voting on multiple bugs in one 'product' impossible
Version: 2.17
   Platform: Other
 OS/Version: All
 Status: UNCONFIRMED
   Severity: normal
   Priority: P2
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]


 Voting for multiple bugs (in this case two) that appear in the same 
 'product' (in this case drakconf) is not possible. Bugzilla gives the error 
 message: 
  
 ¨You may only use at most 1 votes for bugs in the drakconf product, but you 
 are trying to use 2.¨ 
  
 I´m trying to vote for both bug 770  805.


Yes. This must be a default buzilla problem, I will have to check if the
bugzilla CVS has some fixes, but this is not my priority right now.

-- 
Warly




Re: [Cooker] [Bug 353] [lvm] install mdk9.0rc2 on two lvm hd's

2003-01-22 Thread Chmouel Boudjnah
@product=install

The /etc/fstab filling is done at install





Re: [Cooker] [Bug 877] [Bugzilla] Two drakconf entries

2003-01-22 Thread Warly
[Bug 877] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=877





 --- Additional Comments From [EMAIL PROTECTED]  2003-01-18 20:15 ---
 There are also two bugzilla entries in bugzilla: 
 'bugzilla'  'Bugzilla' 


Some are normal, some are not. Bugzilla is official MandrakeSoft qa website, 
whereas bugzilla is the contrib package.

-- 
Warly




Re: [Cooker] Re: [CHRPM] libgnomeui2-2.2.0-1mdk

2003-01-22 Thread Frederic Crozat
On Wed, 22 Jan 2003 12:08:50 +, Adam Williamson wrote:

 On Wed, 2003-01-22 at 12:00, Frederic Crozat wrote:
 --=-=-=
 Name: libgnomeui2  Relocations: (not relocateable)
 Version : 2.2.0 Vendor: MandrakeSoft
 Release : 1mdk  Build Date: Wed Jan 22 11:55:11 2003
 Install date: (not installed)   Build Host: hp6.mandrakesoft.com
 Group   : System/Libraries  Source RPM: (none)
 Size: 1074039  License: LGPL
 Packager: Mandrake Linux Team http://www.mandrakeexpert.com
 URL : http://www.gnome.org/
 Summary : Main GNOME libraries
 Description :
 GNOME (GNU Network Object Model Environment) is a user-friendly set of
 GUI applications and desktop tools to be used in conjunction with a
 window manager for the X Window System.  The gnome-libs package
 includes libraries that are needed to run GNOME.
 
 
 --=-=-=
 
 * Wed Jan 22 2003 Frederic Crozat [EMAIL PROTECTED] 2.2.0-1mdk
 
 - Release 2.0.0
 
 Typo here, Fred...

Too many packages to update.. sorry :))

--
Frederic Crozat





Re: [Cooker] 9.1 Beta 2 (ntfs and install)

2003-01-22 Thread Buchan Milne
Adam Williamson wrote:
 On Wed, 2003-01-22 at 12:30, Thierry Vignaud wrote:

 I agree, but the original proposition from somebody was, I think, to
 have full ntfs support using this set of tools included in Mandrake, so
 I quoted this section in light of that.
 

I don't think anyone said anything about read/write support. We only
need resize (the argument was many XP boxes ship one NTFS partition, why
I don't know since it's always a good idea to have more than one
partition, by default) and ro support (which should be robust enough to
have drakfont finish at least).

 
 Perhaps...
 
 Put it only in DiskDrake's expert mode. Don't enable it by default, but
 have a button when you select an NTFS partition that says Enable NTFS
 resizing - WARNING: EXPERIMENTAL!

What if the user has a single NTFS partition and is not installing in
expert (well, is there even expert mode in DrakX now?).

 
 When you click it it brings up a dialog box explaining that NTFS
 resizing uses a beta tool, is experimental, data backup is highly
 recommended and it isn't guaranteed not to trash your data.
 

I think all the non-native resizing options in drakx/diskdrake already
say that ...

Buchan


-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Warly
Damian Gatabria [EMAIL PROTECTED] writes:

 please forgive me for butting in here... but..


  Midnight Commander 83 (really useful ?)

 you mean 9.1 will NOT have mc???!

I mean that switching to 650 MB ISO removed 150MB of packages, and
that 9.1 is likely to have nearly 200 packages less than 9.0.

-- 
Warly




Re: [Cooker] kernel panic debugging

2003-01-22 Thread Pascal Cavy
Le Mardi 21 Janvier 2003 23:03, Pascal a écrit :
 Le Mardi 21 Janvier 2003 19:32, Chmouel Boudjnah a écrit :
  Pascal Cavy [EMAIL PROTECTED] writes:
   Le Mardi 21 Janvier 2003 16:53, Chmouel Boudjnah a écrit :
   Pascal Cavy [EMAIL PROTECTED] writes:
hum, the panic occurs in /etc/rc.sysinit during the mv of the
ksyms.? files so I don't have any oops file available.
  
   and do you have any others information message or which process ?
  
   I've got the console output on a tty now. attached.
 
  look like he doen't like the optimisation of hard drive, what is that
  stuff ?

 humm could this trigger the kernel panic... I'll try tomorrow to remove
 this file at the office. I don't have it on my home machine.

 # cat /etc/sysconfig/harddisks
 # These options are used to tune the hard drives -
 # read the hdparm man page for more information

 # Set this to 1 to enable DMA. This might cause some
 # data corruption on certain chipset / hard drive
 # combinations. This is used with the -d option

 USE_DMA=1

 # Multiple sector I/O. a feature of most modern IDE hard drives,
 # permitting the transfer of multiple sectors per I/O interrupt,
 # rather than the usual one sector per interrupt.  When this feature
 # is enabled, it typically reduces operating system overhead for disk
 # I/O by 30-50%.  On many systems, it also provides increased data
 # throughput of anywhere from 5% to 50%.  Some drives, however (most
 # notably the WD Caviar series), seem to run slower with multiple mode
 # enabled. Under rare circumstances, such failures can result in
 # massive filesystem corruption. USE WITH CAUTION AND BACKUP.
 # This is the sector count for multiple sector I/O - the -m option
 #
 MULTIPLE_IO=16

 # (E)IDE 32-bit I/O support (to interface card)
 #
 # EIDE_32BIT=3

 # Enable drive read-lookahead
 #
 # LOOKAHEAD=1

 # Add extra parameters here if wanted
 # On reasonably new hardware, you may want to try -X66, -X67 or -X68
 # Other flags you might want to experiment with are -u1, -a and -m
 # See the hdparm manpage (man hdparm) for details and more options.
 #
 EXTRA_PARAMS=

removing this script (harddisks) from /etc/sysinit solved the kernel panic 
problem.

However, on my 2 machines (same motherboard and proc) I have to reboot 
sometimes 2 or 3 times for the boot to complete. It stops somewhere at random 
places after setting keytable (time dependent problem ?)

-- 
Pascal Cavy - VMF
__
Running  1:31,  9 users,  load average: 0.24, 0.20, 0.16
(gcc version 3.2.1 (Mandrake Linux 9.1 3.2.1-2mdk))
Kernel Linux version 2.4.21-0.pre3.1mdkenterprise





Re: [Cooker] gnome-theme-manager stalls

2003-01-22 Thread Tim Lee

If you don't tell us which version of gnome-control-center you have, it
will be hard to debug..



Oops, sorry. It's gnome-control-center-2.2.0-1mdk.



FAM is a root daemon.



Ok, that's what I figured.

Thank you,
Tim

_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail




Re: [Cooker] beta 2 review up

2003-01-22 Thread Tom Brinkman
On Tuesday January 21 2003 07:09 pm, Pixel wrote:
 Adam Williamson [EMAIL PROTECTED] writes:
  On Tue, 2003-01-21 at 22:56, Pixel wrote:
   One thing I found was great with 9.0 is that it could
properly detect and configure my kernel to use my
CD-Read/Write ATA drive. Sure enough, 9.1 beta 1 and beta 2
can do the same, but unfortunately both insist on also
configuring my CD-ROM drive with SCSI emulation (/dev/scd1),
while at the same time the fstab file refers to its ATA
designation (/dev/hdd). That's a small but annoying setup
bug.
  
   can you send me /root/drakx/report.bug.gz, please :)
 
  Pixel - I'm not sure this is your / DrakX's fault =). I noticed
  Cooker starting doing this on my machine a few days back. I have
  a DVD-ROM / CD-ROM (no writing functions) as /dev/hdc on this
  machine, and a CDRW drive as /dev/hdd. Up until recently this was
  correctly setup by Cooker, with /dev/hdc left alone and the CDRW
  put through ide-scsi as /dev/scd0. However, just recently, for
  some reason, both of my drives are being run through the ide-scsi
  emulation, so now the DVD-ROM comes up as /dev/scd0 and the CDRW
  is /dev/scd1. I think it may be some kind of kernel bug - I think
  it started happening the last time I upgraded the kernel. Is
  anyone else in the same situation (with some CDRW drives and some
  not-RW drives) with the same issue? Unfortunately I don't know
  how ide-scsi is configured so I don't know where to start looking
  for the problem...:/
 
 :-(

 try booting with hdc=ide-scsi hdd=ide-cdrom (or maybe hdd=ide-cd)

   Adding 'hdc=ide-cd' (my burner was already hdd=ide-scsi) to 
lilo.conf, running lilo, and rebooting with the 2.4.21-0.pre3.1mdk (I 
was usin a 2.4.19) fixed my CD drives entirely. Supermount works and 
is fast. Thanks Pixel ;)

-- 
Tom Brinkman  Corpus Christi, Texas




Re: [Cooker] RPM build environement switch

2003-01-22 Thread Austin Acton
On Wed, 2003-01-22 at 06:19, Han Boetes wrote:
 How's this for a Makefile?
   http://www.xs4all.nl/~hanb/software/rpms/Makefile

Sweet!
Austin

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





[Cooker] wish: kill KDE konq file name underlining

2003-01-22 Thread rcc

I know it's just a cosmetic thing but I find the underlined filenames harder 
to read and, frankly, ugly. And it took me some time to figure out where that 
option is set. Actually, I searched the help in kcontrol and only then found 
the option under components.

Could we have the underlining off by default?

Also, all links in knode are underlined. Is that a kdelibs thing? Should I 
file a wish at KDE asking to make URL appearance consistent over KDE apps?

- Mark






Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Brook Humphrey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 22 January 2003 06:32 am, Warly wrote:
 Damian Gatabria [EMAIL PROTECTED] writes:
  please forgive me for butting in here... but..
 
   Midnight Commander 83 (really useful ?)
 
  you mean 9.1 will NOT have mc???!

 I mean that switching to 650 MB ISO removed 150MB of packages, and
 that 9.1 is likely to have nearly 200 packages less than 9.0.

Thats ok I'll roll my own and make them 700mb to boot. Ah the freedom.

- -- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+LrE9nT1TkA6FgPgRAk3nAJ4y4PVfu+75mq5Y6Mfa9eijgJkITwCfSxOH
ZRtHzYJGAGudx3gNZgKYWHc=
=coiq
-END PGP SIGNATURE-





Re: [Cooker] kernel panic debugging

2003-01-22 Thread Chmouel Boudjnah
Pascal Cavy [EMAIL PROTECTED] writes:

 However, on my 2 machines (same motherboard and proc) I have to reboot 
 sometimes 2 or 3 times for the boot to complete. It stops somewhere at random 
 places after setting keytable (time dependent problem ?)

what do you meant stop, freeze ? oops ? or whatever ? can you do a
serial on this again and spy /var/log/message

Cheers, Chmouel.





Re: [Cooker] wish: kill KDE konq file name underlining

2003-01-22 Thread Buchan Milne
rcc wrote:
 I know it's just a cosmetic thing but I find the underlined filenames harder 
 to read and, frankly, ugly. And it took me some time to figure out where that 
 option is set. Actually, I searched the help in kcontrol and only then found 
 the option under components.
 

IMHO, should be the default when double-click is enabled ..

 Could we have the underlining off by default?

Specially since double-click is the default. But we still have a bug to
fix for this (detailed view in konqueror doesn't respect double-click
setting).

Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] wish: kill KDE konq file name underlining

2003-01-22 Thread John Allen
On Wednesday 22 January 2003 15:09, Buchan Milne wrote:
 rcc wrote:
  I know it's just a cosmetic thing but I find the underlined filenames
  harder to read and, frankly, ugly. And it took me some time to figure out
  where that option is set. Actually, I searched the help in kcontrol and
  only then found the option under components.

 IMHO, should be the default when double-click is enabled ..

  Could we have the underlining off by default?

 Specially since double-click is the default. But we still have a bug to
 fix for this (detailed view in konqueror doesn't respect double-click
 setting).


This one has been reported to kde-bugs, and the KDE Team have now confirmed 
the bug. So lets hope RC7 will have fixed this one.

 Buchan

-- 
John Allen,  Email:  mailto:[EMAIL PROTECTED]





Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Buchan Milne
Warly wrote:

 I mean that switching to 650 MB ISO removed 150MB of packages, and
 that 9.1 is likely to have nearly 200 packages less than 9.0.
 

Is there any reason why the commercial apps *have* to go on the free
space in the GPL CDs?

Is there any reason why a 4th commercial-only CD is a bad idea? As far
as I can see, having a 4th CD could have some advantages:

1)Users can buy just the 4th CD (at about half a standard pack?). If all
the proprietary drivers are on the 4th CD, any time (winmodem, NVidia,
Radeon  7xxx, speedtouch) a device is found that needs proprietary
drivers, this DC could be advertised.
2)The first 3 CDs of GPL and Standard could be identical. Since it would
be advantageous to have the hdlists for the commercial software (see
(1)) on the 1st CD, and the 3rd CD would be identical, the only
difference between Standard and GPL would be the 4th commercial CD.

I think this would have some advantages in a number of ways, and don't
see why commercial software should restrict the size of the other CDs,
when instead it could be used to push up sales (even if only of the
commercial software).

Of course, if this were to happen, a nice button in MCC would be cool,
something like 'Add 4th (commercial) CD software source'.

Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] nForce2 IDE support [patch included]

2003-01-22 Thread Thomas Backlund
Viestissä Lauantai 18. Tammikuuta 2003 16:51, Thomas Backlund kirjoitti:
 since the nforce2 ide wont work with latest cooker kernel:

 kernel-2.4.21.0.pre3.1mdk-1-1mdk

 I took Alan Cox ac4 patch and removed all but nforce2
 patch and applied it to latest MDK kernel (above)...
 (renamed it to: kernel-2.4.21.0.pre3.1TmB-1-1mdk)

 It works great:
 here is the hd speed with the MDK 9.0 kernel (on full Cooker):
 /dev/hda:
  Timing buffer-cache reads:   128 MB in  0.33 seconds =387.88 MB/sec
  Timing buffered disk reads:  64 MB in 19.11 seconds =  3.35 MB/sec

 and here is the speed with my patched kernel (on full Cooker):
 /dev/hda:
  Timing buffer-cache reads:   128 MB in  0.32 seconds =400.00 MB/sec
  Timing buffered disk reads:  64 MB in  2.11 seconds = 30.33 MB/sec

 So the patch is included with this mail.

 And if you dont want to apply the patch yourself, go to:
 http://www.iki.fi/~tmb/Cooker/

There is some features missing in this patch that I haven't fixed yet...

It does not recognize the chipsets (or is it the cable?) support for 
UDMA/133, so it will default to UDMA/33  wich means it's limiting
the system performance...

Booting with ide0=udma66 switches the support to UDMA/100 !!
so you get some more speed out of it:
/dev/hda:
 Timing buffer-cache reads:   128 MB in  0.32 seconds =412.91 MB/sec
 Timing buffered disk reads:  64 MB in  1.34 seconds = 47.76 MB/sec

Another limit of this patch is the fact that it uses nforce1 support as
base, wich means AFAIK it wont go over UDMA/100...
I can issue the command 'hdparm -X70 /dev/hda' to tell it to go to UDMA/133,
and hdparm reports OK but the system stays at UDMA/100.

I'll try to fix theese, and make a better patch, if no-one beats me to it...

---

Thomas
**
[EMAIL PROTECTED]  
www.iki.fi/~tmb/
**
* Theory is when you now everything, but nothing works...
* Reality is when everything works, but nobody nows why...
* Here Theory and Reality is combined...
* Nothing works, and Nobody nows why ...
*





Re: [Cooker] [Bug 930] [kernel] Parallel ZIP causesldm_validate_partition_table() error, and slow login

2003-01-22 Thread Chmouel Boudjnah

Andrej can you please enlight me on this problem and the status that i
am sure you know better than me. 

[Bug 930] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=930

 [EMAIL PROTECTED] changed:

What|Removed |Added
 
   Component|program |kernel
 Product|devfsd  |kernel
 Version|1.3.25-23mdk|2.4.21-0.pre3.1mdk



 --- Additional Comments From [EMAIL PROTECTED]  2003-01-21 03:00 ---
 Ditto with SCSI Zips on beta 1 at least.

 [Bug 930] wrote:


 --- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:40 ---
 kernel bug



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



 --- Reminder: ---
 assigned_to: [EMAIL PROTECTED]
 description: 
 - plug a 100MB parallel zip drive on the parallel port
 - remove any zip from the drive
 - check with cdrecord -scanbus that the zip drive is actually installed (ppa
 module)
 - run: find /dev/scsi

 -- error ldm_validate_partition_table() : read disk failed

 The error appears on the device representing the ZIP drive.

 WARNING : this problem is causing a slow login :
 **
 At each first user login, the owner of the /dev entries are changed (devfsd?).
 This leads to an error when changing owner of the Zip device.
 Since the query and the error takes about 1,5 sec and they are repeated 3 times
 at login, the login is considerably slowed down, and takes up to 5 sec.





Re: [Cooker] nForce2 IDE support [patch included]

2003-01-22 Thread Chmouel Boudjnah
Thomas Backlund [EMAIL PROTECTED] writes:

 I'll try to fix theese, and make a better patch, if no-one beats me to it...

i have included the ide from ac branch see bug (patch attached there) :

https://qa.mandrakesoft.com/show_bug.cgi?id=880 






Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Steffen Barszus
On Wednesday 22 January 2003 16:06, Buchan Milne wrote:
 Warly wrote:
  I mean that switching to 650 MB ISO removed 150MB of packages, and
  that 9.1 is likely to have nearly 200 packages less than 9.0.

 Is there any reason why the commercial apps *have* to go on the free
 space in the GPL CDs?

 Is there any reason why a 4th commercial-only CD is a bad idea? As far
 as I can see, having a 4th CD could have some advantages:

 1)Users can buy just the 4th CD (at about half a standard pack?). If all
 the proprietary drivers are on the 4th CD, any time (winmodem, NVidia,
 Radeon  7xxx, speedtouch) a device is found that needs proprietary
 drivers, this DC could be advertised.
 2)The first 3 CDs of GPL and Standard could be identical. Since it would
 be advantageous to have the hdlists for the commercial software (see
 (1)) on the 1st CD, and the 3rd CD would be identical, the only
 difference between Standard and GPL would be the 4th commercial CD.

 I think this would have some advantages in a number of ways, and don't
 see why commercial software should restrict the size of the other CDs,
 when instead it could be used to push up sales (even if only of the
 commercial software).

 Of course, if this were to happen, a nice button in MCC would be cool,
 something like 'Add 4th (commercial) CD software source'.

 Buchan

100% ACK on that. 


-- 
Regards
Steffen

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

Please dont CC me, since if I have replied I'll watch the tread. Both mails 
will be filtered to the ML-folder. Thanks




Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread et
On Wednesday 22 January 2003 10:06 am, Buchan Milne wrote:
 Warly wrote:
  I mean that switching to 650 MB ISO removed 150MB of packages, and
  that 9.1 is likely to have nearly 200 packages less than 9.0.
ehhh,,,  on _MY_ download ISO from 9.0 it shows only 456 megs, and that menas 
to me that in the 9.0 download, there was room for an extra  nearly 200 
packages GPL that did NOT get included, 
Now if the problem with GMC had to do with Gnome2 -v- Gnome... that is a horse 
of a different color




Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Damian Gatabria
On Wednesday 22 January 2003 14:57, Brook Humphrey wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Wednesday 22 January 2003 06:32 am, Warly wrote:
  Damian Gatabria [EMAIL PROTECTED] writes:
   please forgive me for butting in here... but..
  
Midnight Commander 83 (really useful ?)
  
   you mean 9.1 will NOT have mc???!
 
  I mean that switching to 650 MB ISO removed 150MB of packages, and
  that 9.1 is likely to have nearly 200 packages less than 9.0.

 Thats ok I'll roll my own and make them 700mb to boot. Ah the freedom.

looks like my last message to cooker never made it? here goes again. just in
case.

I know that installing mc from an external source is always an
option, but c'mon, Mandrake is a self-proclaimed all around distro,
able to perform as a workstation or server as well.. or so i've read
multiple times. Taking this into consideration, including mc and having CLI
versions of the *drak* tools go hand in hand.

I agree that most people use the GUI,  i use konq 50% of the time as well, but
i don't feel that's reason enough to take away the CLI filemanager which has
it all (double pane views, network transparency (ftp client, etc) VFS (being
able to navigate into archive files as if they were directories --konq is not
as good as mc in this respect yet... ) integrated shell, text editor, hex
editor...)

For that matter, if you wanna make more room in the CD's, you 
could remove the CLI versions of the drake tools, couldn't ya?
Better yet, if you need more space in the CD's, you could
remove some games! the 9.0 release had 4 different
apps to play solitaire!!!

Umm.. and what's the size of the mc package? 



Damian




Re: [Cooker] Beta 2 test: something I forgotten

2003-01-22 Thread Adam Williamson
On Wed, 2003-01-22 at 14:11, Tom Brinkman wrote:
 On Tuesday January 21 2003 05:30 pm, Francisco Alcaraz Ariza wrote:
  Still not acces to second cdrom
 
Also beta2 (fresh install, since re-synced with urpmi to current 
 cooker)
Since the first 2.4.21 kernel (beta1), and again with pre3.1, my 
 CD-RW and CDrom are available for writing (burner), but not reading. 
 They can't be mounted (no device, or no media found), with or 
 without supermount. 2.4.21 kernels set my CDrom drive as scsi, but my 
 CDrom is still /dev/hdd in fstab, and there's no ide-scsi statement 
 for it in lilo.conf.
 
Usin the 2.4.19 kernel from my 9.0 CD's, everything is back to 
 normal.  CD drives can be mounted, and supermount works.

See the various postings on this, notably Andrey's. It's a problem with
the new IDE code in the recent kernels; Andrey's patch to change
ide-scsi's behaviour no longer works, so we have ide-scsi default
behaviour, which is to claim all ide drives that aren't otherwise
claimed - so our CD-ROMs are being made SCSI as well as our CDRWs.
Workaround for now is to add this to the append line in lilo.conf (or
whatever bootloader you use):

hdx=ide-cd

where x is the letter of a drive you want to remain IDE.
-- 
adamw





Re: [Cooker] wish: kill KDE konq file name underlining

2003-01-22 Thread Buchan Milne
John Allen wrote:
 On Wednesday 22 January 2003 15:09, Buchan Milne wrote:
 

Specially since double-click is the default. But we still have a bug to
fix for this (detailed view in konqueror doesn't respect double-click
setting).

 
 
 This one has been reported to kde-bugs, and the KDE Team have now confirmed 
 the bug. So lets hope RC7 will have fixed this one.
 


If possible, could you add a link to the kde-bugs entry on this bug:

https://qa.mandrakesoft.com/show_bug.cgi?id=982

Or mail me the kde-bug id and I will do it.

Thanks,
Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re[2]: [Cooker] [Bug 930] [kernel] Parallel ZIP causesldm_validate_partition_table() error, and slow login

2003-01-22 Thread Andrey Borzenkov
see http://marc.theaimsgroup.com/?l=mandrake-cookerm=104322300106490w=2

regards

-andrey

-Original Message-
From: Chmouel Boudjnah [EMAIL PROTECTED]
To: Mandrake Cooker [EMAIL PROTECTED]
Date: Wed, 22 Jan 2003 16:42:47 +0100
Subject: Re: [Cooker] [Bug 930] [kernel] Parallel ZIP 
causesldm_validate_partition_table() error, and slow login

 
 
 Andrej can you please enlight me on this problem and the status that i
 am sure you know better than me. 
 
 [Bug 930] [EMAIL PROTECTED] writes:
 
  https://qa.mandrakesoft.com/show_bug.cgi?id=930
 
  [EMAIL PROTECTED] changed:
 
 What|Removed |Added
  
Component|program |kernel
  Product|devfsd  |kernel
  Version|1.3.25-23mdk|2.4.21-0.pre3.1mdk
 
 
 
  --- Additional Comments From [EMAIL PROTECTED]  2003-01-21 03:00 ---
  Ditto with SCSI Zips on beta 1 at least.
 
  [Bug 930] wrote:
 
 
  --- Additional Comments From [EMAIL PROTECTED]  2003-01-22 13:40 
---
  kernel bug
 
 
 
  --- You are receiving this mail because: ---
  You are on the CC list for the bug, or are watching someone who is.
 
 
 
  --- Reminder: ---
  assigned_to: [EMAIL PROTECTED]
  description: 
  - plug a 100MB parallel zip drive on the parallel port
  - remove any zip from the drive
  - check with cdrecord -scanbus that the zip drive is actually installed (ppa
  module)
  - run: find /dev/scsi
 
  -- error ldm_validate_partition_table() : read disk failed
 
  The error appears on the device representing the ZIP drive.
 
  WARNING : this problem is causing a slow login :
  **
  At each first user login, the owner of the /dev entries are changed (devfsd?).
  This leads to an error when changing owner of the Zip device.
  Since the query and the error takes about 1,5 sec and they are repeated 3 times
  at login, the login is considerably slowed down, and takes up to 5 sec.
 
 




Re: [Cooker] [Bug 930] [kernel] Parallel ZIPcausesldm_validate_partition_table() error, and slow login

2003-01-22 Thread Chmouel Boudjnah
Andrey Borzenkov [EMAIL PROTECTED] writes:

 see http://marc.theaimsgroup.com/?l=mandrake-cookerm=104322300106490w=2

so i bet i can make it as RESOLVED since Juan intgrated them ?





Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Adam Williamson
On Wed, 2003-01-22 at 15:50, et wrote:
 On Wednesday 22 January 2003 10:06 am, Buchan Milne wrote:
  Warly wrote:
   I mean that switching to 650 MB ISO removed 150MB of packages, and
   that 9.1 is likely to have nearly 200 packages less than 9.0.
 ehhh,,,  on _MY_ download ISO from 9.0 it shows only 456 megs, and that menas 
 to me that in the 9.0 download, there was room for an extra  nearly 200 
 packages GPL that did NOT get included, 
 Now if the problem with GMC had to do with Gnome2 -v- Gnome... that is a horse 
 of a different color

*SIGH*

PLEASE read the archives before posting this kind of thing.

This has been explained at LEAST five times.

The reason there's space on CD3 is that the bought version of Mandrake
has extra commercial apps on CD3. Space is left on the free version for
these apps.
-- 
adamw





Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread Brook Humphrey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 22 January 2003 04:56 am, Damian Gatabria wrote:
 On Wednesday 22 January 2003 14:57, Brook Humphrey wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  On Wednesday 22 January 2003 06:32 am, Warly wrote:
   Damian Gatabria [EMAIL PROTECTED] writes:
please forgive me for butting in here... but..
   
 Midnight Commander 83 (really useful ?)
   
you mean 9.1 will NOT have mc???!
  
   I mean that switching to 650 MB ISO removed 150MB of packages, and
   that 9.1 is likely to have nearly 200 packages less than 9.0.
 
  Thats ok I'll roll my own and make them 700mb to boot. Ah the freedom.

 looks like my last message to cooker never made it? here goes again. just
 in case.

 I know that installing mc from an external source is always an
 option, but c'mon, Mandrake is a self-proclaimed all around distro,
 able to perform as a workstation or server as well.. or so i've read
 multiple times. Taking this into consideration, including mc and having CLI
 versions of the *drak* tools go hand in hand.

 I agree that most people use the GUI,  i use konq 50% of the time as well,
 but i don't feel that's reason enough to take away the CLI filemanager
 which has it all (double pane views, network transparency (ftp client, etc)
 VFS (being able to navigate into archive files as if they were directories
 --konq is not as good as mc in this respect yet... ) integrated shell, text
 editor, hex editor...)

Well I use mc quite allot. For all kinds of things. Editing files, moving 
through archives, moving through rpm's and installing them(rpmdrake is broke 
to often to be usable for me (probably my own fault as I run allot of stuff 
that is not included with the stock mandrake install)). It's uses are almost 
endless if you are stuck at cli but to top it off I even use it under x11 and 
kde since it is so much faster.


 For that matter, if you wanna make more room in the CD's, you
 could remove the CLI versions of the drake tools, couldn't ya?
 Better yet, if you need more space in the CD's, you could
 remove some games! the 9.0 release had 4 different
 apps to play solitaire!!!

 Umm.. and what's the size of the mc package?

1.7 megs. Thats the current package sitting in cooker.

- -- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+LsH2nT1TkA6FgPgRAl1fAKCCjrcGbkSwJIt4gilyXxxnpeU4MwCfbKkD
NI9U5812eZTaIdP+j1RPtE0=
=U0YY
-END PGP SIGNATURE-





Re: [Cooker] 9.1 Beta 2

2003-01-22 Thread et
 *SIGH* yes I know, and we are now (I thought) discussing why GMC is going to 
be left off the 9.1 download cds at 650 megs due to no size left... seems to 
me the download cds, especially if we are going to have them the same as the 
the first 3 standard cds now have more space avail. I know it has been gone 
into ad nausuam, and I apologize for bringing it back up



On Wednesday 22 January 2003 10:59 am, Adam Williamson wrote:
 On Wed, 2003-01-22 at 15:50, et wrote:
  On Wednesday 22 January 2003 10:06 am, Buchan Milne wrote:
   Warly wrote:
I mean that switching to 650 MB ISO removed 150MB of packages, and
that 9.1 is likely to have nearly 200 packages less than 9.0.
 
  ehhh,,,  on _MY_ download ISO from 9.0 it shows only 456 megs, and that
  menas to me that in the 9.0 download, there was room for an extra 
  nearly 200 packages GPL that did NOT get included,
  Now if the problem with GMC had to do with Gnome2 -v- Gnome... that is a
  horse of a different color

 *SIGH*

 PLEASE read the archives before posting this kind of thing.

 This has been explained at LEAST five times.

 The reason there's space on CD3 is that the bought version of Mandrake
 has extra commercial apps on CD3. Space is left on the free version for
 these apps.





Re[2]: [Cooker] [Bug 930] [kernel] Parallel ZIPcausesldm_validate_partition_table() error, and slow login

2003-01-22 Thread Andrey Borzenkov

 
 Andrey Borzenkov [EMAIL PROTECTED] writes:
 
  see http://marc.theaimsgroup.com/?l=mandrake-cookerm=104322300106490w=2
 
 so i bet i can make it as RESOLVED since Juan intgrated them ?
 

This did not go to Juan yet and I did not get any feedback and I'd like to change it a 
bit anyway (it was just quick'n'dirty to test if a problem was there).

I'll send more complete version end of week but you can probably close this bug as it 
is really not important (contrary to what reporter thinks :))) It has been this way 
for ages and nobody complained.




Re: [Cooker] gnome-theme-manager stalls

2003-01-22 Thread Tim Lee

Are you, by any chance, having a high security level ?


I don't think so. In /etc/sysconfig/msec, SECURE_LEVEL is set at 2. What 
file or directory would affect FAM like that? And what permissions should it 
be set at?

Tim

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail




  1   2   3   >