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





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




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] 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] beta 2 review up

2003-01-22 Thread John Danielson, II
Charlie wrote:


Before I started mucking around trying to make the system recognize the CD 
drives all that was in the append line of lilo.conf was:

devfs=mount hdd=ide-scsi 

which is correct. That's my Mitsumi CR-4804 TE CD-RW. Harddrake still claimed 
that the CD-ROM drive (Liteon LTN 403L) was a scsi drive. and showed the 
CD-RW not at all. Plus I kept seeing this or something like it in the logs:

Jan 21 13:04:02 localhost kernel: ide-scsi: hdc: unsupported command in 
request queue (0)
Jan 21 14:31:18 localhost last message repeated 14 times
Jan 21 14:42:38 localhost last message repeated 36 times
Jan 21 14:53:40 localhost last message repeated 36 times

which makes sense when the thing is mis-identified.


Yes, this does make sense this way. Plus, I learn things this way, too 
(make suggestions given my level of knowledge, see why things work 
different by looking at replies and taking correction and amplification 
into account) ... :) Thanks.

 

if there, remove, reboot 2-3 times and see if reappears. If is from a
boot module, reboot should trigger recreate, if not then it might stay
away.
   


I chased every file I could think of all day trying to make things work 
correctly, then re-installed 9.1beta2 on a new 40 GB drive that had nothing 
on it at all. Same thing.

The addition of hdc=ide-cdrom (thanks Pixel!) seems to have improved things. 
I'll report back after I reboot again since I just installed the latest 
initscripts. My fingers are crossed.
 

grub.menu ditto. grub can grab data from lilo.conf if invoked\linked in
after lilo was used for boot loader.

John.
   


Thanks John. 
 

If I think I can contrib, will try. Welcome for what little I could do.







Re: [Cooker] beta 2 review up

2003-01-22 Thread Francisco Alcaraz Ariza
In my case, I had a similar problem with my dvd (hdd) and ading in the lilo 
append line: hdd=ide-cd now is runing fine.




El Mié 22 Ene 2003 18:27, John Danielson, II escribió:
 Charlie wrote:
 Before I started mucking around trying to make the system recognize the CD
 drives all that was in the append line of lilo.conf was:
 
 devfs=mount hdd=ide-scsi
 
 which is correct. That's my Mitsumi CR-4804 TE CD-RW. Harddrake still
  claimed that the CD-ROM drive (Liteon LTN 403L) was a scsi drive. and
  showed the CD-RW not at all. Plus I kept seeing this or something like it
  in the logs:
 
 Jan 21 13:04:02 localhost kernel: ide-scsi: hdc: unsupported command in
 request queue (0)
 Jan 21 14:31:18 localhost last message repeated 14 times
 Jan 21 14:42:38 localhost last message repeated 36 times
 Jan 21 14:53:40 localhost last message repeated 36 times
 
 which makes sense when the thing is mis-identified.

 Yes, this does make sense this way. Plus, I learn things this way, too
 (make suggestions given my level of knowledge, see why things work
 different by looking at replies and taking correction and amplification
 into account) ... :) Thanks.

 if there, remove, reboot 2-3 times and see if reappears. If is from a
 boot module, reboot should trigger recreate, if not then it might stay
 away.
 
 I chased every file I could think of all day trying to make things work
 correctly, then re-installed 9.1beta2 on a new 40 GB drive that had
  nothing on it at all. Same thing.
 
 The addition of hdc=ide-cdrom (thanks Pixel!) seems to have improved
  things. I'll report back after I reboot again since I just installed the
  latest initscripts. My fingers are crossed.
 
 grub.menu ditto. grub can grab data from lilo.conf if invoked\linked in
 after lilo was used for boot loader.
 
 John.
 
 Thanks John.

 If I think I can contrib, will try. Welcome for what little I could do.

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
Campus de Espinardo
E-30100 Murcia
España (Spain)




Re: [Cooker] beta 2 review up

2003-01-21 Thread j-
Labas Adam,

Wednesday, January 22, 2003, 12:24:52 AM, You wrote:

AW Andrew Balsa, the guy who reviewed beta 1 for distrowatch, has also
AW reviewed beta 2 for them...the review just went up at the same location,
AW http://distrowatch.com/review-mandrake.php .

Mandrake Linux 9.1 - a GNU/Linux Distribution in the Making
(Review of Mandrake Linux 9.2 Beta 2)

I think it must be:
Mandrake Linux 9.1 - a GNU/Linux Distribution in the Making
(Review of Mandrake Linux 9.1 Beta 2)





Respect
---
www.mandrake.lt





Re: [Cooker] beta 2 review up

2003-01-21 Thread Adam Williamson
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...:/
-- 
adamw





Re: [Cooker] beta 2 review up

2003-01-21 Thread Pixel
hi,

 flexible). Unfortunately beta 2, just like beta 1, overwrites 
 your previous boot configuration. You have been warned... 

fixed in cooker

[...]

 found them in the previous beta: the USB wheel mouse  
 configuration problem is still there (keyboard blinks, mouse  
 freezes and the computer has to be reset),

hopefully the switch of kernel in next beta will help :-/

anyway, if you send me /root/drakx/report.bug.gz, your mouse will be
nicely configured by default.

 there is no
 indication of what stage of the installation is going on,

fixed in cooker

 and 
 individual package selection is disabled. 

fixed in cooker

 Also clicking on the
 Previous button at any point during the installation does   
 not work,

many are fixed in cooker

 and there is no choice of bootloader or even to 
 disable LILO installation.

no bootloader will be available.

choosing bootloader was already there in beta2 in the bootloader entry
in summary

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 :)

thanks!




Re: [Cooker] beta 2 review up

2003-01-21 Thread Pixel
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)




Re: [Cooker] beta 2 review up

2003-01-21 Thread Adam Williamson
On Wed, 2003-01-22 at 01:09, Pixel wrote:
  
  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)

Er, do you mean the other way around? As I said, it's hdc that's meant
to stay as an IDE device, and hdd that's meant to be scsi-fied :). If
you do, I'll try that out next time I reboot, and report back.
-- 
adamw





Re: [Cooker] beta 2 review up

2003-01-21 Thread Charlie
On Tuesday 21 January 2003 06:14 pm, Adam Williamson wrote:
 On Wed, 2003-01-22 at 01:09, Pixel wrote:
   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)

 Er, do you mean the other way around? As I said, it's hdc that's meant
 to stay as an IDE device, and hdd that's meant to be scsi-fied :). If
 you do, I'll try that out next time I reboot, and report back.

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.

sigh  What to look for now?
-- 
Charlie
Edmonton,AB,Canada
Registered user 244963 http://counter.li.org
Bondage maybe, discipline never!
-- T.K.





Re: [Cooker] beta 2 review up

2003-01-21 Thread Adam Williamson
On Wed, 2003-01-22 at 01:36, Charlie wrote:
 On Tuesday 21 January 2003 06:14 pm, Adam Williamson wrote:
  On Wed, 2003-01-22 at 01:09, Pixel wrote:
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)
 
  Er, do you mean the other way around? As I said, it's hdc that's meant
  to stay as an IDE device, and hdd that's meant to be scsi-fied :). If
  you do, I'll try that out next time I reboot, and report back.
 
 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?
-- 
adamw





Re: [Cooker] beta 2 review up

2003-01-21 Thread Charlie
On Tuesday 21 January 2003 06:47 pm, Adam Williamson wrote:
snip 
   Er, do you mean the other way around? As I said, it's hdc that's meant
   to stay as an IDE device, and hdd that's meant to be scsi-fied :). If
   you do, I'll try that out next time I reboot, and report back.
 
  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. 

-- 
Charlie
Edmonton,AB,Canada
Registered user 244963 http://counter.li.org
That's the true harbinger of spring, not crocuses or swallows
returning to Capistrano, but the sound of a bat on a ball.
-- Bill Veeck





Re: [Cooker] beta 2 review up

2003-01-21 Thread John Danielson, II
Charlie wrote:


On Tuesday 21 January 2003 06:14 pm, Adam Williamson wrote:
 

On Wed, 2003-01-22 at 01:09, Pixel wrote:
   

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)
 

Er, do you mean the other way around? As I said, it's hdc that's meant
to stay as an IDE device, and hdd that's meant to be scsi-fied :). If
you do, I'll try that out next time I reboot, and report back.
   


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.

sigh  What to look for now?
 

check your lilo.conf or boot config module in MCC for an append request 
for hdc, i.e.:

hdc=ide-scsi

if there, remove, reboot 2-3 times and see if reappears. If is from a 
boot module, reboot should trigger recreate, if not then it might stay away.

grub.menu ditto. grub can grab data from lilo.conf if invoked\linked in 
after lilo was used for boot loader.

John.

--
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with Shop@Netscape! 
http://shopnow.netscape.com/





Re: [Cooker] beta 2 review up

2003-01-21 Thread Charlie
On Tuesday 21 January 2003 08:28 pm, John Danielson, II wrote:
snip

 check your lilo.conf or boot config module in MCC for an append request
 for hdc, i.e.:

 hdc=ide-scsi

Before I started mucking around trying to make the system recognize the CD 
drives all that was in the append line of lilo.conf was:

devfs=mount hdd=ide-scsi 

which is correct. That's my Mitsumi CR-4804 TE CD-RW. Harddrake still claimed 
that the CD-ROM drive (Liteon LTN 403L) was a scsi drive. and showed the 
CD-RW not at all. Plus I kept seeing this or something like it in the logs:

Jan 21 13:04:02 localhost kernel: ide-scsi: hdc: unsupported command in 
request queue (0)
Jan 21 14:31:18 localhost last message repeated 14 times
Jan 21 14:42:38 localhost last message repeated 36 times
Jan 21 14:53:40 localhost last message repeated 36 times

which makes sense when the thing is mis-identified.

 if there, remove, reboot 2-3 times and see if reappears. If is from a
 boot module, reboot should trigger recreate, if not then it might stay
 away.

I chased every file I could think of all day trying to make things work 
correctly, then re-installed 9.1beta2 on a new 40 GB drive that had nothing 
on it at all. Same thing.

The addition of hdc=ide-cdrom (thanks Pixel!) seems to have improved things. 
I'll report back after I reboot again since I just installed the latest 
initscripts. My fingers are crossed.

 grub.menu ditto. grub can grab data from lilo.conf if invoked\linked in
 after lilo was used for boot loader.

 John.

Thanks John. 
-- 
Charlie
Edmonton,AB,Canada
Registered user 244963 http://counter.li.org
Think sideways!
-- Ed De Bono





Re: [Cooker] Beta 2 Problems and Experiences:

2002-08-21 Thread Guillaume Cottenceau

J. Patrick Smith [EMAIL PROTECTED] writes:

 7. Running drak tools that require additional software to be installed must 
 be done from a command-line. Otherwise there will be no prompt to insert the 
 media and press a key to start the install. Related to the new rpmdrake, I'm 
 sure.

Wrong, for once :-). But it should be fixed now.

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




Re: [Cooker] Beta 2 - KPatience Crash

2002-08-20 Thread Jonathan Drews

On Tuesday 20 August 2002 12:47 pm, Palmer, Hilary wrote:
 I found in KPatience if you select the card game The Kings and then
 select Demo it will crash.

Application: kpat in kdegames-3.0.2-5mdk
Mandrake 9.0 beta 3

 I get the same crash here too. 




Re: [Cooker] beta 2 on sony vaio c1xd

2002-08-10 Thread Adam Williamson

On Mon, 2002-08-05 at 12:07, Pixel wrote:
 Adam Williamson [EMAIL PROTECTED] writes:
 
  DrakX also didn't setup both the USB mouse and the internal 'nipple'
  pointer correctly; only the USB mouse is installed. This kind of setup
  is v. v. common on laptops and should be looked out for, it's perfectly
  possible for it to work. My XF86Config is attached in case it's helpful
  for getting the Picturebook screen and this type of dual mouse-device
  input working.
 
 you mean the PS2 mouse was not detected?

It's not a mouse, it's the laptop's internal pointer thingy. But yeah,
that's what I think I mean; it just wasn't present in the XF86Config
file Mandrake generated at all.
 
 as for 1024x480, can you send the output of lspcidrake -v since i'm
 going to add support alike redhat CardMonitorCombos which contains
 things like
 
 # Dell Inspiron 3500, 14.1 1024x768 LCD
 PCIID 0x0005
 VENDORID 0x10c8
 MONITORID Generic Laptop Display Panel 1024x768
 RESOLUTION8 1024x768 640x480
 RESOLUTION16 1024x768 640x480
 RESOLUTION32 1024x768 640x480

OK, here you go...

agpgart : Intel Corporation|440BX/ZX - 82443BX/ZX Host bridge
[BRIDGE_HOST] (vendor:8086 device:7190 subv:104d subd:806a)
unknown : Intel Corporation|440BX/ZX - 82443BX/ZX AGP bridge
[BRIDGE_PCI] (vendor:8086 device:7191)
unknown : Intel Corporation|82371AB PIIX4 ISA [BRIDGE_ISA]
(vendor:8086 device:7110)
unknown : Intel Corporation|82371AB PIIX4 IDE [STORAGE_IDE]
(vendor:8086 device:7111)
usb-uhci: Intel Corporation|82371AB PIIX4 USB [SERIAL_USB]
(vendor:8086 device:7112)
sonypi  : Intel Corporation|82371AB PIIX4 ACPI - Bus Master IDE
Controller [BRIDGE_OTHER] (vendor:8086 device:7113)
ohci1394: Sony Corporation|CXD3222 iLINK Controller
[SERIAL_FIREWIRE] (vendor:104d device:8039 subv:104d subd:8063)
ymfpci  : Yamaha Corp|YMF-744B [DS-1S Audio Controller]
[MULTIMEDIA_AUDIO] (vendor:1073 device:0010 subv:104d subd:8064)
meye: Kawasaki Steel Corporation|MEYE Video Adapter
[MULTIMEDIA_OTHER] (vendor:136b device:ff01 subv:104d subd:8066)
yenta_socket: Ricoh Co Ltd|RL5c475 [BRIDGE_CARDBUS] (vendor:1180
device:0475 subv:4000 subd:)
Card:NeoMagic (laptop/notebook): Neomagic Corporation|[MagicGraph 256AV]
[DISPLAY_VGA] (vendor:10c8 device:0005 subv:104d subd:8069)
unknown : Virtual|Hub [] (vendor: device:)
unknown : Primax Electronics|Mouse [Human Interface Devices|Boot
Interface Subclass|Mouse] (vendor:0461 device:4d04)
-- 
adamw





Re: [Cooker] Beta 2 Problems and Experiences:

2002-08-09 Thread J. Patrick Smith

On Thursday 08 August 2002 02:16 am, Thierry Vignaud wrote:
 J. Patrick Smith [EMAIL PROTECTED] writes:
  2. Mandrake Control Center. Most of the options in MCC don't
  work,either because the program called by MCC has been renamed or
  some other problem.

 which items ?

Boot---Boot Config
System---Software Manager
System---Logs
System---Users

Also, anytime you click on an item that requires more packages to be install 
(scanner, printer, connection sharing, firewall, etc.) you no longer get a 
prompt telling you which disk to install from, or to press ok to begin the 
install. You have to launce drakconf from a command line and interact with 
the console to install the packages (rpmdrake problem).


  3. SANE does not see my scanner (HP 5300c) even though the
  documentation on SANE's site says it is supported in the latest
  version. However, I compiled sane from source and still could not
  get the scanner to be recognized, so this is probably not a
  MDK-specific issue.

 you've to generate a config file as scannerdrake does for known
 scanners.

Nope. I tried setting up the scanner from xsane, and it refuses to acknowledge 
the scanner. I really think this is a problem with sane itself and not 
Mandrake's fault.

  4. I have an Intel PRO/100 LAN+Modem 56 CardBus II PCMCIA
  adapter. It worked in versions 8.1 and below but is not recognized
  in 8.2 or either 9.0 beta 1 or 2.

 pixel ?

  6. xawtv fails due to a font problem.

 rpm -q tv-fonts ?

Yep. They are there. I get a different error now with xawtv. Maybe this is my 
camera and not the software... the camera works fine in gnomemeeting

  8. Macromedia Shockwave Flash doesn't work. I've tried setting it up
  in Mozilla and Konqueror and neither one seems to allow viewing
  shockwave. I was able to get this to work in 9.0 beta 1, but have
  not been able to do so in beta 2. This could just be me.

 should work in mozilla since we rebuild with the same compiler as
 plugins used
Nope. I can't get it to work in Mozilla.




Re: [Cooker] Beta 2?

2002-07-30 Thread Charles A Edwards

On Tue, 30 Jul 2002 20:54:37 -0500
Timothy R. Butler [EMAIL PROTECTED] wrote:

 I'm trying to decide if it would be better to download beta 1 or 
 sit it out and wait for beta 2...

At this point wait for Beta2.
It should included most pkgs rebuilt for gcc-3.2


Charles

--
92. What software license?

--Top 100 things you don't want the sysadmin to say
--
Charles A Edwards
[EMAIL PROTECTED]
--





Re: [Cooker] Beta 2?

2002-07-30 Thread Levi Ramsey

On Tue Jul 30 20:54 -0500, Timothy R. Butler wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi everyone,
   I was just wondering how long it will be before Beta 2 of Mandrake 9.0 is 
 released? I'm trying to decide if it would be better to download beta 1 or 
 sit it out and wait for beta 2...

Beta 2 should be, based on the earlier plan of a beta every other week,
released sometime within the next week or so.

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

Maybe it's all too simple for our brains to figure it out.
What if the hokey pokey is all it really is about?
Linux 2.4.18-21mdk
 10:14pm  up 1 day,  7:20,  6 users,  load average: 0.22, 0.26, 0.29




Re: [Cooker] Beta 2?

2002-07-30 Thread Chris

According to texstar a new beta will be released every 15 days.  So beta 
2 should be comming up sometime next week.

Timothy R. Butler wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everyone,
  I was just wondering how long it will be before Beta 2 of Mandrake 9.0 is 
released? I'm trying to decide if it would be better to download beta 1 or 
sit it out and wait for beta 2...

  Thanks,
   Tim

- -- 
- 
Timothy R. Butler[EMAIL PROTECTED]
Universal  Networks   http://www.uninet.info
Christian Portal and Search Tool:   http://www.faithtree.com
Enterprise Open Source Journal:   http://www.ofb.biz
= Christian Web Services Since 1996 ==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9R0NdK37Cns9gJ0gRAp5vAJ9f2CwOYfbzk4ehPdirzzfQISj92ACcCM2u
mSZenUUf/h6VzzxX6i3GDLk=
=gUBx
-END PGP SIGNATURE-



  








Re: [Cooker] Beta 2 for 8.2...console mode

2002-02-23 Thread Borsenkow Andrej

On óÂÔ, 2002-02-23 at 22:36, Brent Miller wrote:
 When I am at work... I usually boot my mandrake installation into KDE and 
 check email, write up reports, browse the webetc.  But when I am ready 
 to do development, I press ctrl+alt+F1 to switch over to a full mode console 
 session so I can work with emacs in a full screen environment.legacy, I 
 know...but all the developers I know do this too.
 
 In cooker 8.2 beta 2, I have noticed the Mandrake developers have added a 
 white vga border on the left and upper sides of a full-console session.  
 This not only reduces real-estate when working in full-console mode, but the 
 white boarder is very hard on the eyes...making it almost impossible to work 
 in.
 
 Now this boarder is fine for when the system is booting up, but not for 
 working in.
 
 Please, please, please remove this boarder!
 

rpm -e bootsplash

 - or -

/etc/sysconfig/bootsplash
LOGO_CONSOLE=no

-andrej





Re: [Cooker] Beta 2 for 8.2...console mode

2002-02-23 Thread Daouda LO

Brent Miller [EMAIL PROTECTED] writes:

 When I am at work... I usually boot my mandrake installation into KDE
 and check email, write up reports, browse the webetc.  But when I
 am ready to do development, I press ctrl+alt+F1 to switch over to a
 full mode console session so I can work with emacs in a full screen
 environment.legacy, I know...but all the developers I know do this
 too.
 
 In cooker 8.2 beta 2, I have noticed the Mandrake developers have
 added a white vga border on the left and upper sides of a full-console
 session.  This not only reduces real-estate when working in
 full-console mode, but the white boarder is very hard on the
 eyes...making it almost impossible to work in.
 
 Now this boarder is fine for when the system is booting up, but not
 for working in.
 
 Please, please, please remove this boarder!

Ctrl + Alt + F2|F3|F4|F5|F6
 





Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-21 Thread Franois Pons

This has been fixed in current cooker if due to MySQL, install kill any
processes created between its beginning and its end (except from console, soon).

François.




Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-21 Thread Luc Roseberry







Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-20 Thread Pixel

Serge Pluess [EMAIL PROTECTED] writes:

 Using (CTRL)-(ALT)-(3) I can see the following output:
 
 calling umount(/tmp/image)
 warning: error unmounting /tmp/image: Device or Resource busy at
 /usr/bin/perl-install/fs.pm line 661

don't you have things like files still open: ... after that?




Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-20 Thread Serge Pluess

Ok, here is the output of (CTRL)(ALT)(F3):

calling umount(/tmp/image)
warning: error unmounting /tmp/image: Device or Resource busy at
/usr/bin/perl-install/fs.pm line 661
files still open: /dev/tty1
files still open: /dev/tty1
files still open: /dev/tty1
files still open: /dev/tty3
files still open: /tmp/ddebug.log
files still open: /dev/tty2
files still open: /mnt/root/drakx/install.log
files still open: socket:[128]
files still open: pipe:[138]
files still open: pipe:[138]
files still open: /dev/mem
files still open:

At this point the CD2 didn't get ejected and the button doesn't work. If
I click on [OK] I get prompted for the CD1 again and additional lines
are printed on the console following the above output:

accepting medium 1
mounting /dev/hdc on /tmp/image as type iso9660, options
calling mount(/dev/hdc, /tmp/image, iso9660, 3236757505, )
warning: mount failed: Device or resource busy at
/usr/bin/perl-install/fs.pm line 646
getFile perl-XML-Parser-2.30-5mdk.i586.rpm:
errorOpeningFile perl-XML-Parser-2.30-5mdk.i586.rpm
getFile XXX:

and then the same output as already shown at the beginning of the
message


Serge


Now if I click on [OK]
On Wed, 2002-02-20 at 11:21, Pixel wrote:
 Serge Pluess [EMAIL PROTECTED] writes:
 
  Using (CTRL)-(ALT)-(3) I can see the following output:
  
  calling umount(/tmp/image)
  warning: error unmounting /tmp/image: Device or Resource busy at
  /usr/bin/perl-install/fs.pm line 661
 
 don't you have things like files still open: ... after that?





Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-20 Thread Pixel

Serge Pluess [EMAIL PROTECTED] writes:

 Ok, here is the output of (CTRL)(ALT)(F3):
 
 calling umount(/tmp/image)
 warning: error unmounting /tmp/image: Device or Resource busy at
 /usr/bin/perl-install/fs.pm line 661
 files still open: /dev/tty1
 files still open: /dev/tty1

booh, that's not the install that busy the cd :'-(
i'm adding yet again more verbose logs.

maybe you can have a look anyway:

ls -l /proc/*/fd/*

should do.




Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-20 Thread Serge Pluess

Ok, I did the command you asked for and am attaching the output to this
email. When I directed the output to the text file I got two lines that
reported as errors:

can't stat file /proc/10/fd/3
can't stat file /proc/self/fd/3


Serge


On Wed, 2002-02-20 at 13:41, Pixel wrote:
 Serge Pluess [EMAIL PROTECTED] writes:
 
  Ok, here is the output of (CTRL)(ALT)(F3):
  
  calling umount(/tmp/image)
  warning: error unmounting /tmp/image: Device or Resource busy at
  /usr/bin/perl-install/fs.pm line 661
  files still open: /dev/tty1
  files still open: /dev/tty1
 
 booh, that's not the install that busy the cd :'-(
 i'm adding yet again more verbose logs.
 
 maybe you can have a look anyway:
 
 ls -l /proc/*/fd/*
 
 should do.



lrwx-- root root64 Wed Feb 20 14:39 /proc/10/fd/0 - /dev/tty2
lrwx-- root root64 Wed Feb 20 14:39 /proc/10/fd/1 - /dev/tty2
lrwx-- root root64 Wed Feb 20 14:39 /proc/10/fd/2 - /dev/tty2
lrwx-- root root64 Wed Feb 20 14:39 /proc/10/fd/5 - /dev/tty2
lr-x-- root root64 Wed Feb 20 14:39 /proc/3731/fd/0 - pipe:[89248]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/1 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lr-x-- root root64 Wed Feb 20 14:39 /proc/3731/fd/10 - /dev/mem
lr-x-- root root64 Wed Feb 20 14:39 /proc/3731/fd/17 - 
/tmp/image/Mandrake/RPMS2/MySQL-3.23.47-3mdk.i586.rpm
l-wx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/2 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lrwx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/3 - 
socket:[89323]
lrwx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/4 - 
socket:[89325]
lrwx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/5 - /dev/tty2
lr-x-- root root64 Wed Feb 20 14:39 /proc/3731/fd/6 - pipe:[89327]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/7 - pipe:[89327]
lr-x-- root root64 Wed Feb 20 14:39 /proc/3731/fd/8 - pipe:[138]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3731/fd/9 - pipe:[138]
lr-x-- root root64 Wed Feb 20 14:39 /proc/3733/fd/0 - pipe:[89248]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/1 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lr-x-- root root64 Wed Feb 20 14:39 /proc/3733/fd/10 - /dev/mem
lr-x-- root root64 Wed Feb 20 14:39 /proc/3733/fd/17 - 
/tmp/image/Mandrake/RPMS2/MySQL-3.23.47-3mdk.i586.rpm
l-wx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/2 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lrwx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/3 - 
socket:[89323]
lrwx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/4 - 
socket:[89325]
lrwx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/5 - /dev/tty2
lr-x-- root root64 Wed Feb 20 14:39 /proc/3733/fd/6 - pipe:[89327]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/7 - pipe:[89327]
lr-x-- root root64 Wed Feb 20 14:39 /proc/3733/fd/8 - pipe:[138]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3733/fd/9 - pipe:[138]
lr-x-- root root64 Wed Feb 20 14:39 /proc/3734/fd/0 - pipe:[89248]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/1 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lr-x-- root root64 Wed Feb 20 14:39 /proc/3734/fd/10 - /dev/mem
lr-x-- root root64 Wed Feb 20 14:39 /proc/3734/fd/17 - 
/tmp/image/Mandrake/RPMS2/MySQL-3.23.47-3mdk.i586.rpm
l-wx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/2 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lrwx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/3 - 
socket:[89323]
lrwx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/4 - 
socket:[89325]
lrwx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/5 - /dev/tty2
lr-x-- root root64 Wed Feb 20 14:39 /proc/3734/fd/6 - pipe:[89327]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/7 - pipe:[89327]
lr-x-- root root64 Wed Feb 20 14:39 /proc/3734/fd/8 - pipe:[138]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3734/fd/9 - pipe:[138]
lr-x-- root root64 Wed Feb 20 14:39 /proc/3735/fd/0 - pipe:[89248]
l-wx-- root root64 Wed Feb 20 14:39 /proc/3735/fd/1 - 
/mnt/var/lib/mysql/localhost.localdomain.err
lr-x-- root root64 Wed Feb 20 14:39 /proc/3735/fd/10 - /dev/mem
lr-x-- root root64 Wed Feb 20 14:39 /proc/3735/fd/17 - 
/tmp/image/Mandrake/RPMS2/MySQL-3.23.47-3mdk.i586.rpm
l-wx-- root root64 Wed Feb 20 14:39 

Re: [Cooker] Beta 2 and Beta 3 Install Problem with CD not ejecting

2002-02-20 Thread Pixel

Serge Pluess [EMAIL PROTECTED] writes:

   calling umount(/tmp/image)
   warning: error unmounting /tmp/image: Device or Resource busy at
   /usr/bin/perl-install/fs.pm line 661
   files still open: /dev/tty1
   files still open: /dev/tty1
  
  booh, that's not the install that busy the cd :'-(
  i'm adding yet again more verbose logs.

hum, a fucking package is launching /etc/rc.d/init.d/mysql start :-(

christian, what about cleaning this mess?
(hint: http://www.linux-mandrake.com/howtos/mdk-rpm/more-macros.html)

DrakX has some code to clean such naughty processes, but it was not bestial
enough, only killing part of the mysqld's. It's now fixed, and won't happen
any more.




Re: [Cooker] Beta 2 install, times 3

2002-02-19 Thread Guillaume Cottenceau

randy [EMAIL PROTECTED] writes:

  First machine is a Compaq Presario laptop. The initial boot failed, the 

Initial boot == installation boot  or  first reboot after
install?

 machine locked up at the USB probe. It also did the same on 8.1, 8.0, and 
 RH7.2. I realize this is a kernel level problem, but is there any way to 
 disable the USB probe via startup option? Making a custom install disk with 
 USB removed is a bit beyond John Q. Newbie, I would think

Can you boot the install with noauto option, go to console #2,
issue lspci and send us the contents? In particular, if it
reports the usb-uhci module, can you try to manually modprobe
uhci instead and tell if it doesn't lock anymore? If this fixes
your problem, we'll still need the full contents of report.bug,
to fix the problem in the pci database.


-- 
Guillaume Cottenceau - http://www.frozen-bubble.org/




Re: [Cooker] Beta 2 Report....

2002-02-11 Thread Pixel

Joseph Davidson [EMAIL PROTECTED] writes:

 2) The first time I booted, my home directory could not be mounted. 
 (/boot mounted at /dev/hdb1, / mounted at /dev/hdb2, and /home mounted
 at /dev/hdb6)
 Upon further investigation, I found that the partition table had become
 corrupt.  fdisk printed this warning:
 
 Invalid flag 0x of partition table 5 will b corrected by w(rite).
 
 During the install, I did not create or destroy an partitions, just
 changed the format of /dev/hdb2 to reiserfs, and /dev/hdb6 to xfs. (both
 were ext3 prior to that). 

and what is hdb5? can you give more info about your partition table?




RE: [Cooker] Beta 2 install, times 3

2002-02-11 Thread Borsenkow Andrej


 [...]
 
  But there were two install issues. First, I did not note a place to
set
 the
  timezone.  I did click on the timezone in the summary screen (even
 though
  it had guessed correctly), and found more configure options, like
ntpd.
 
 i don't understand what's your pb.
 

Come on this has been reported more than once.

The problem is, if time zone is correct (and it often correct is if
correct locale has been selected) there is *no* place where Set local
time to GMT and/or NTP sync are mentioned in summary. You must click
on time zone to see them ... but if time zone is correct nobody clicks
on time zone. So nobody even knows such options exist.

Really, folks, it has been reported in pre-8.0 already (it was correct
in 7.2 and changed in 8.0).

-andrej




Re: [Cooker] Beta 2

2002-02-10 Thread Borsenkow Andrej

On ÷ÓË, 2002-02-10 at 00:27, Warly wrote:
 
 Available right now.
 
 Please comments on:
 
 the nez graphical boot
 

As I already reported it does not work right on two different systems.
Results are more than ugly. I do not know what is expected; if text
should appear in this small window in the middle this window is simply
way too small for it. And /usr/share/bootsplash/cfg/* are not correct in
any case because they say text begins in top level corner. I.e. over
blue background. That is exactly what happens. Ugly is it.

-andrej




Re: [Cooker] Beta 2

2002-02-10 Thread Warly

Borsenkow Andrej [EMAIL PROTECTED] writes:

 On ÷ÓË, 2002-02-10 at 00:27, Warly wrote:
 
 Available right now.
 
 Please comments on:
 
 the nez graphical boot
 

 As I already reported it does not work right on two different systems.
 Results are more than ugly. I do not know what is expected; if text
 should appear in this small window in the middle this window is simply
 way too small for it. And /usr/share/bootsplash/cfg/* are not correct in
 any case because they say text begins in top level corner. I.e. over
 blue background. That is exactly what happens. Ugly is it.

The new graphical boot is only present in the beta, I had no real 
time to find a graphist and enought time to do it rightly, so I just hack 
the beta2 initscript, bootsplash and install to make it works.

But next week it will be integrated in cooker.

I can give an access to the hacked beta packages if you do not want to
wait or download the ISO.

-- 
Warly




Re: [Cooker] Beta 2

2002-02-10 Thread Borsenkow Andrej

On ÷ÓË, 2002-02-10 at 13:13, Warly wrote:
 The new graphical boot is only present in the beta, I had no real 
 time to find a graphist and enought time to do it rightly, so I just hack 
 the beta2 initscript, bootsplash and install to make it works.
 
 But next week it will be integrated in cooker.
 
 I can give an access to the hacked beta packages if you do not want to
 wait or download the ISO.
 

I can wait, sure. Tnx.

-andrej




Re: [Cooker] Beta 2

2002-02-09 Thread David Walser


--- Warly [EMAIL PROTECTED] wrote:
 Please stress test:
 
 rpm, ewe have some concerns about its robustness

What concerns specifically (besides cpio being flaky)?
Any suggestions for good stress tests?  I'm using
rpm-4.0.3-4mdk, and somewhere between it and 1mdk I
have compiled SRPMS as large as kdebase, anyway it
seems OK so far.

 packages not present that you would like to see

what do you mean by that?

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




Re: [Cooker] Beta 2

2002-02-09 Thread Greg Sarsons

An update from 8.1 to 8.2 is going to be difficult if the file systems
aren't the same.  If I'm using XFS I'm gonna have a problem ;)

On Sat, 2002-02-09 at 16:27, Warly wrote:
 
 Available right now.
 
 Please comments on:
 
 the nez graphical boot
 
 Please stress test:
 
 rpm, ewe have some concerns about its robustness
 
 autologin during the install
 
 MandrakeControlCenter and the explanation mode
 
 packages not present that you would like to see
 
 supermount
 
 XFS
 
 LVM
 
 encrypted filesystem
 
 new msec
 
 -- 
 Warly
 






Re: [Cooker] Beta 2

2002-02-09 Thread Leon Brooks

On Sunday 10 February 2002 05:27, Warly wrote:
 Please comments on:

 the nez graphical boot

s/nez/new/ ?

 Please stress test:

 rpm, ewe have some concerns about its robustness

 autologin during the install

 MandrakeControlCenter and the explanation mode

 packages not present that you would like to see

 supermount

 XFS

 LVM

 encrypted filesystem

 new msec

WINE

ymf740 sound cards

what else?




Re: [Cooker] Beta 2

2002-02-09 Thread Leon Brooks

On Sunday 10 February 2002 05:44, David Walser wrote:
 --- Warly [EMAIL PROTECTED] wrote:
 Please stress test:

 rpm, ewe have some concerns about its robustness

 What concerns specifically (besides cpio being flaky)?
 Any suggestions for good stress tests?  I'm using
 rpm-4.0.3-4mdk, and somewhere between it and 1mdk I
 have compiled SRPMS as large as kdebase, anyway it
 seems OK so far.

 packages not present that you would like to see

 what do you mean by that?

frozen-bubble? (-:

Is Ethereal included by default now? How about MTR?

Cheers; Leon




Re: [Cooker] Beta 2

2002-02-09 Thread David Walser


--- Leon Brooks [EMAIL PROTECTED] wrote:
  packages not present that you would like to see
 
  what do you mean by that?
 
 frozen-bubble? (-:
 
 Is Ethereal included by default now? How about MTR?
 
 Cheers; Leon
 

Oh, you mean if you don't do your own individual
package selection?  I do my own, but I hear Mandrake
doesn't install emacs by default, TSK TSK TSK!!

Also, I help lots of newbies on a web forum, and not
enough development tools/devel packages are installed
by default.

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




Re: [Cooker] Beta 2 install report

2002-02-09 Thread SI Reasoning


--- darrell [EMAIL PROTECTED] wrote:
 Installing Beta 2 over Beta 1 on a Dell Inspiron
 8000 laptop
 
 1) MandrakeUpdate doesn't segfault when selecting an
 update source
 any more.
 
 2) The kdm login screen still has the default X
 background which seems
 to mess up the login screen. The proper color
 background appears
 briefly just inside the login box, not on the entire
 screen.
 Once logged in everything is fine.

disable dri in XF86Config-4 and that will resolve this
problem.

 
 3) The X Configuration wizard doesn't offer
 1400x1050 by default,
 but it can be selected with 'show all resolutions.
 The XF86Config-4
 ends up being properly set up... .nice going!
 
 4) Power management is still horribly broken. Any
 power event,
 such as unplugging from the wall, causes a hang.
 
 darrell
 
 


__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




Re: [Cooker] Beta 2

2002-02-09 Thread Quel Qun

On Sat, 2002-02-09 at 18:15, Leon Brooks wrote:
 On Sunday 10 February 2002 05:27, Warly wrote:
  Please comments on:
 
  the nez graphical boot
 
 s/nez/new/ ?
 
qwerty/azerty





Re: [Cooker] BETA 2, audio anomalies

2001-08-31 Thread François Pons

Larry Braden [EMAIL PROTECTED] writes:

 The new BETA 2 is a very smooth install.

Thanks,

 However, had to do an expert install to get my SiS 300 card installed.

What happened ? the default XFree chosen is not right ?

François.




Re: [Cooker] beta 2

2001-08-30 Thread J . A . Magallon


On 20010829 Warly wrote:

There should some isos arround.

PR is getting time, so just let you know.

known pb:

* /mnt/dev/mouse error in the install
* XFree 3.3 doesn't work


Is there still any hardware that does not work with 4.1 ?

-- 
J.A. Magallon   #  Let the source be with you...
mailto:[EMAIL PROTECTED]
Mandrake Linux release 8.1 (Cooker) for i586
Linux werewolf 2.4.9-ac3 #1 SMP Tue Aug 28 01:27:23 CEST 2001 i686




RE: [Cooker] Beta 2 issue

2001-08-30 Thread Reggie Burnett

Yes, the install works fine.  I am not given any option of booting a 2.2
kernel.
My system is a Gateway P3-800 Mhz.  It is a SMB board with only 1 cpu
installed.
Dual boot with win2k
392 megs ram
no scsi
3com ethernet
NVidia GeForce 2 video card

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 10:50 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [Cooker] Beta 2 issue


Reggie Burnett [EMAIL PROTECTED] writes:

 Not sure if this is the right place to ask this.  I have downloaded and
 tried each of the alphas (Freq 1  2) and betas (1  2).  Each one fails
in
 the same way on my machine.  On boot, it prints out a few messages (too
fast
 I can't see them) and then proceeds to print row after row of soemthing
like
 this:  [c013502].  I am not sure if that is the right number, but that
is
 the format of the value.  It continuously fills the screen with these
values
 until you reboot.  This happens right at boot time, even before the kernel
 gets loaded.

 Any ideas?  is there a switch I can pass on the LILO command line that
might
 help?

 MDK 7.0, 7.1, 7.2, and 8.0 all work fine on the same system.

Can you do the install or not ?

If you can do the install, can you choose to boot on 2.2 kernel ?

What's your precised processor description ?



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





RE: [Cooker] Beta 2 issue

2001-08-30 Thread Reggie Burnett

I have also tried the Redhat 7.2 beta and it uses the 2.4 kernel and works
fine on this computer.  Any idea why the MDK 2.4 kernel doesn't work?  Any
idea how I can capture the output when it first starts to boot.  As I said,
it prints out about 15 lines or so and then freaks out.  Those 15 lines go
by so fast that I can't read them.

Reggie

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 11:59 AM
To: Reggie Burnett
Cc: [EMAIL PROTECTED]
Subject: Re: [Cooker] Beta 2 issue


Reggie Burnett [EMAIL PROTECTED] writes:

 Yes, the install works fine.  I am not given any option of booting a 2.2
 kernel.

You need to select the kernel22 package during install.


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





Re: [Cooker] beta 2

2001-08-30 Thread andre

Op 30 Aug 2001 01:24:45 +0200, J . A . Magallon schreef:
 
 On 20010829 Warly wrote:
 
 There should some isos arround.
 
 PR is getting time, so just let you know.
 
 known pb:
 
 * /mnt/dev/mouse error in the install
 * XFree 3.3 doesn't work
 
 
 Is there still any hardware that does not work with 4.1 ?
 
 -- 
Yes, some chipsets have like a million different iterations and in this
case million is not overstating it




Re: [Cooker] Beta 2 issue

2001-08-30 Thread Guillaume Cottenceau

Reggie Burnett [EMAIL PROTECTED] writes:

 Yes, the install works fine.  I am not given any option of booting a 2.2
 kernel.

You need to select the kernel22 package during install.


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




Re: [Cooker] Beta 2 Installation

2001-03-26 Thread Pixel

"Raymond S. Swaim" [EMAIL PROTECTED] writes:

 Installed Beta 2 on a multi-boot system.  Installed /boot partition
 on hda6, and / partition on hda11.  When formatting the partitions, a
 message came up that it was formatting hda1 (although it really
 didn't).  Made my heart leap out of my chest, still trying to find
 it.

can you mail me the /root/ddebug.log?




Re: [Cooker] Beta 2 and Matrox G400 means total darkness.

2001-03-18 Thread mda

Quoting Ed Wilts [EMAIL PROTECTED]:

 Doesn't surprise me.  XFree was just patched a day or two ago to allow
 G400 support.  You can either get the latest XFree (-11mdk) or download the
 driver from Matrox's web site.

Well, Ed, beta 2 already includes XFree -11mdk. Hopefully it will be fixed in 
4.0.3-1mdk.




Re: [Cooker] Beta 2 and Matrox G400 means total darkness.

2001-03-18 Thread Sebastian Dransfeld

On Sun, 18 Mar 2001 [EMAIL PROTECTED] wrote:

 Quoting Ed Wilts [EMAIL PROTECTED]:

  Doesn't surprise me.  XFree was just patched a day or two ago to allow
  G400 support.  You can either get the latest XFree (-11mdk) or download the
  driver from Matrox's web site.

 Well, Ed, beta 2 already includes XFree -11mdk. Hopefully it will be fixed in
 4.0.3-1mdk.


G400 has always worked with XFree86-4.x (until now). The patch is for
G450.

seb





Re: [Cooker] Beta 2 and Matrox G400 means total darkness.

2001-03-17 Thread Ed Wilts

On Saturday 17 March 2001 07:04, [EMAIL PROTECTED] wrote:
 Talk about surprise. After the booting process and when X is started
 everything turns black. Matrox G400 32MB. Not what I expected from a second
 beta. :)

Doesn't surprise me.  XFree was just patched a day or two ago to allow G400 
support.  You can either get the latest XFree (-11mdk) or download the driver 
from Matrox's web site.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]




RE: [Cooker] Beta 2 and Matrox G400 means total darkness.

2001-03-17 Thread Dave Metzler

Same problem here with Matrox G-200 AGP 8 meg in a Vectra VLi8.
Beta 2 is still VERY rough overall.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 17, 2001 8:05 AM
To: [EMAIL PROTECTED]
Subject: [Cooker] Beta 2 and Matrox G400 means total darkness.


Talk about surprise. After the booting process and when X is started
everything 
turns black. Matrox G400 32MB. Not what I expected from a second beta.
:)





Re: [Cooker] beta 2

2001-03-16 Thread Guillaume Cottenceau

Greg Sarsons [EMAIL PROTECTED] writes:

 Warly wrote:
  
  Greg Sarsons [EMAIL PROTECTED] writes:
  
   found beta 2 iso on a mirror but no updated md5sum ... can someone put
   that up as well
  
  chhh, quiet, only few mirrors have them, keep it for you some more hours...
  
  --
  Warly
 
 Well I still haven't found the md5sum, attached is what I'm get.  Gonna
 be brave and try burning the CDs now.

or mount them loopback and do some "rpm -qpi" on the rpm's..


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




Re: [Cooker] beta 2

2001-03-16 Thread Greg Sarsons

Warly wrote:
 
 Greg Sarsons [EMAIL PROTECTED] writes:
 
  found beta 2 iso on a mirror but no updated md5sum ... can someone put
  that up as well
 
 chhh, quiet, only few mirrors have them, keep it for you some more hours...
 
 --
 Warly

Well I still haven't found the md5sum, attached is what I'm get.  Gonna
be brave and try burning the CDs now.


966f3e30d3f752b4e291c200e3c42529  8.0-Traktopel-beta2-CD1.i586.iso
02e4cfeecdf7533980da8b16e8abaac5  8.0-Traktopel-beta2-CD2.i586.iso



Re: [Cooker] beta 2

2001-03-16 Thread andre

 
 Greg Sarsons [EMAIL PROTECTED] writes:
 
  Warly wrote:
   
   Greg Sarsons [EMAIL PROTECTED] writes:
   
found beta 2 iso on a mirror but no updated md5sum ... can someone put
that up as well
   
   chhh, quiet, only few mirrors have them, keep it for you some more hours...
   
   --
   Warly
  
  Well I still haven't found the md5sum, attached is what I'm get.  Gonna
  be brave and try burning the CDs now.
 
 or mount them loopback and do some "rpm -qpi" on the rpm's..
 
 
 -- 
 Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/
 

Guillaume ,your forgeting something




Re: [Cooker] beta 2

2001-03-16 Thread Warly

Greg Sarsons [EMAIL PROTECTED] writes:

 Warly wrote:
  
  Greg Sarsons [EMAIL PROTECTED] writes:
  
   found beta 2 iso on a mirror but no updated md5sum ... can someone put
   that up as well
  
  chhh, quiet, only few mirrors have them, keep it for you some more hours...
  
  --
  Warly
 
 Well I still haven't found the md5sum, attached is what I'm get.  Gonna
 be brave and try burning the CDs now.
 966f3e30d3f752b4e291c200e3c42529  8.0-Traktopel-beta2-CD1.i586.iso
 02e4cfeecdf7533980da8b16e8abaac5  8.0-Traktopel-beta2-CD2.i586.iso

They should be there, md5sums.8.0 :

966f3e30d3f752b4e291c200e3c42529  8.0-Traktopel-beta2-CD1.i586.iso
02e4cfeecdf7533980da8b16e8abaac5  8.0-Traktopel-beta2-CD2.i586.iso

yep, you are OK :)

-- 
Warly




Re: [Cooker] beta 2

2001-03-15 Thread Warly

Greg Sarsons [EMAIL PROTECTED] writes:

 found beta 2 iso on a mirror but no updated md5sum ... can someone put
 that up as well

chhh, quiet, only few mirrors have them, keep it for you some more hours...

-- 
Warly




Re: Re: [Cooker] Beta 2 available

2000-09-14 Thread allx


Now, on ftp.sunsite.se, is:

Linux-Mandrake Ulysses-i586 29  13:19

On Thu, 14 Sep 2000, Antony Suter wrote:
 Date: Thu, 14 Sep 2000 00:08:31 +1100
 To: [EMAIL PROTECTED]
 From: Antony Suter [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 Subject: Re: [Cooker] Beta 2 available
 
 Ron Stodden wrote:
  
  [EMAIL PROTECTED] wrote:
  
   Beta 2 available
   (http://forum.mandrakesoft.com/article.php3?sid=2913032627)
  
   The new Beta of Linux-Mandrake 7.2 is now available, ...
  
  But where oh where is the new Beta2 of Linux-Mandrake 7.2 available?
  And do we have a choice of tree (for hd.img install) or iso image
  (for CD burning or install by the new iso image option of hd.img)?
  
  What VERSION string identifies this release?
  
  Is it:
  
  Linux-Mandrake Ulysses-i586 29  0:52
  
  --
  Regards,
  
  Ron. [AU]
 
 Give it some time to get around to your local mirror - or go direct to
 the
 main mirror. Either way, stop asking silly questions. Cant you even use
 an
 ftp program?!?! joke alert :-)
 
 Ant. [AU]
 
 --
 - Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
 - "And how do you store the nuclear equivalent of the universal solvent?"
 




Re: [Cooker] Beta 2 available

2000-09-13 Thread Ron Stodden

[EMAIL PROTECTED] wrote:
 
 Beta 2 available
 (http://forum.mandrakesoft.com/article.php3?sid=2913032627)
 
 The new Beta of Linux-Mandrake 7.2 is now available, ...

But where oh where is the new Beta2 of Linux-Mandrake 7.2 available? 
And do we have a choice of tree (for hd.img install) or iso image
(for CD burning or install by the new iso image option of hd.img)?

What VERSION string identifies this release?

Is it:

Linux-Mandrake Ulysses-i586 29  0:52

-- 
Regards,

Ron. [AU]




Re: [Cooker] Beta 2 available

2000-09-13 Thread Warly

Ron Stodden [EMAIL PROTECTED] writes:

 [EMAIL PROTECTED] wrote:
  
  Beta 2 available
  (http://forum.mandrakesoft.com/article.php3?sid=2913032627)
  
  The new Beta of Linux-Mandrake 7.2 is now available, ...
 
 But where oh where is the new Beta2 of Linux-Mandrake 7.2 available? 
 And do we have a choice of tree (for hd.img install) or iso image
 (for CD burning or install by the new iso image option of hd.img)?
 
 What VERSION string identifies this release?
 
 Is it:
 
 Linux-Mandrake Ulysses-i586 29  0:52

Linux-Mandrake Ulysses-Beta2-i586 2910 21:42

-- 
Warly




Re: [Cooker] Beta 2 available

2000-09-13 Thread Serge Lussier

[EMAIL PROTECTED] wrote:
 
 Beta 2 available
 (http://forum.mandrakesoft.com/article.php3?sid=2913032627)
 
 The new Beta of Linux-Mandrake 7.2 is now available, this
 new beta include new tools not present in the first beta
 and need even more feedbacks from you.
 
 You will now be able to test the new graphical boot (Aurora)
 as well as profile manager (DrakProfile). menudrake also
 get particular attention and now allow you to configure
 the menu as user for all your window managers. KOffice,
 the KDE 2 office suite, should also take your attention,
 as well as all the new games (clanbomber, pingus, bzflag,
 gtulpas, csmash...).
 

-
 Remember to give us all your feedbacks, these will help
 us a lot making an even better final version.

Hi,
First, Pixel: why didn't, you at least, acknowledge my report
about the fact that in my installation, no KDE2 apps starts in beta1 
- and the USB mouse ???
And by the way, did you received my report you asked to me about USB
mouse stopping
during installation ???

Is it because I am too newbie; my report has no values or what ? 
I saw no reply nor thanks about what I did - and no help obviously.
Thus, if my report is not enough significant, then at least, tell me!
I NEED ACK!!!

... thanks
--

Ok, for the rest since I am completly adicted to Linux Mandrake, I still
feel like to try
this new beta though. Even if you are not interested of my reports.
For that I say thank you guys. 

Serge Lussier




Re: [Cooker] Beta 2 available

2000-09-13 Thread Guillaume Cottenceau

pgeorges [EMAIL PROTECTED] writes:

 Serge Lussier a écrit :
 
  Is it because I am too newbie; my report has no values or what ?
  I saw no reply nor thanks about what I did - and no help obviously.
  Thus, if my report is not enough significant, then at least, tell me!
  I NEED ACK!!!
 
 Yes. 
 
 Without wanting to waste bandwidth, I agree that some acknowledge of bug
 reports is necessary (even to say that the bug report is not
 reproducible, or useless).

to be fair to us, I think most of the time we do. we post "fixed" or
things like that for most bugs we address.

sometimes, what we don't do is repeat for the 10th time the same answer,
when guys are not in sync with our previous replies. we know that it would
be hard to follow everything due to the big traffic but sometimes we are
*that* lazy we prefer to actually work rather than post a 10th
same-message.


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/




Re: [Cooker] Beta 2 available

2000-09-13 Thread Pascal Grossé

On Wed, Sep 13, 2000 at 09:58:25AM -0400, Serge Lussier wrote:
 [EMAIL PROTECTED] wrote:
  
  Beta 2 available
  (http://forum.mandrakesoft.com/article.php3?sid=2913032627)
  
  The new Beta of Linux-Mandrake 7.2 is now available, this
  new beta include new tools not present in the first beta
  and need even more feedbacks from you.
  
  You will now be able to test the new graphical boot (Aurora)
  as well as profile manager (DrakProfile). menudrake also
  get particular attention and now allow you to configure
  the menu as user for all your window managers. KOffice,
  the KDE 2 office suite, should also take your attention,
  as well as all the new games (clanbomber, pingus, bzflag,

Hello,

I tried the beta2 install. I just finished that, and it went without
any problem. I have nonetheless a remark concerning individuall 
package selection in expert mode:

Some popup windows do appear when there are potential dependencies
problem. But the packages shown are often weird. I give just some
examples : does DrakConf really depend on lestiff ? Does xscreensaver
really depend on umb-scheme ? I don't think so, but when i tried
to deselect umb-scheme, the window listed xscreensaver. Even weirder :
the xscreensaver didn't got deselected !
Globally, i think the dependency gestion gives not a good impression:
sometimes the windows proposes to remove packages which are not even
selected (a simple check could arrange that i think), sometimes packages
are show to be removed, but are not effectively. If latter the program
discovers that the mentionned package cannot be removed, then those
packages should not be shown in the first place. 

Maybe i didn't fully understood the dependency system. In that case, 
please forgive me for my remarks. 

Pascal Grosse






Re: [Cooker] Beta 2 available

2000-09-13 Thread Pascal Grossé

I would add that the title of the popup window is always the same:
those packages will be installed/removed (this may not be the real
message, but i translated from french). So we don't know if the
mentionned packaged will be installed or removed. Or maybe some
will be installed and some removed ? A more precise indication would
be nice here.

Pascal Grosse





Re: [Cooker] Beta 2 available

2000-09-13 Thread Pixel

Pascal Grossé [EMAIL PROTECTED] writes:

 Globally, i think the dependency gestion gives not a good impression:
 sometimes the windows proposes to remove packages which are not even
 selected (a simple check could arrange that i think), sometimes packages
 are show to be removed, but are not effectively. If latter the program
 discovers that the mentionned package cannot be removed, then those
 packages should not be shown in the first place. 

there was a problem that is fixed in cooker. Maybe this is your bug?




Re: [Cooker] Beta 2 available

2000-09-13 Thread Pixel

Serge Lussier [EMAIL PROTECTED] writes:

 Hi,
 First, Pixel: why didn't, you at least, acknowledge my report
 - and the USB mouse ???
 And by the way, did you received my report you asked to me about USB
 mouse stopping
 during installation ???

i did receive it, and wasn't able to do anything usefull with it. In those cases
i tend to postpone the answering until i find something. In that case, in the
end, i just forgot it :-(

sorry, maybe you could try the new cooker with the new mouse testing thingy...

i don't really have a clue on that one...




Re: [Cooker] Beta 2 available

2000-09-13 Thread Ron Stodden

Warly wrote:
 
 Ron Stodden [EMAIL PROTECTED] writes:
 
  [EMAIL PROTECTED] wrote:
  
   Beta 2 available
   (http://forum.mandrakesoft.com/article.php3?sid=2913032627)
  
   The new Beta of Linux-Mandrake 7.2 is now available, ...
 
  But where oh where is the new Beta2 of Linux-Mandrake 7.2 available?
  And do we have a choice of tree (for hd.img install) or iso image
  (for CD burning or install by the new iso image option of hd.img)?
 
  What VERSION string identifies this release?
 
  Is it:
 
  Linux-Mandrake Ulysses-i586 29  0:52
 
 Linux-Mandrake Ulysses-Beta2-i586 2910 21:42

OK, that version is not yet on ftp.sunet.se, Mandrake's primary rsync
mirror, as of 60 seconds ago, so you can hardly claim it as
'available', I would have thought.  When it is 'available' I hope you
will announce to us where.

-- 
Regards,

Ron. [AU]




Re: [Cooker] Beta 2 Install feedback

2000-05-21 Thread Randy Welch

Marc Sitkin wrote:

 
 Printer config picked up HP870CSE, but failed to install proper filter.
 
I also tried the latest cooker from rpmfind.net.  I couldn't even
configure my printer the way I wanted.  I got options for a HP LaserJet,
text or postscript.  The ghostscript printer package didn't get
installed.

 Got through package install and post install routines, and into X
 config. Detected a Matrox G200 card, presented resoultion options, and
 then failed test. Tried all different res cmbo's for my monitor and
 card, none would work. Decided to ignore it, finish install and reboot.
 

I had tried the configuration of the video card too (XF86 4.0) but it
actually kicked the install back to the beginning.

 Was able to reboot from hard drive, but got a string of error messages
 while booting into X.
 Rebooted and tried to reinstall X from Upgrade choice, but couldn't.
 
 rebooted in to Linux, and started noting missing librarys. Using MC and
 rpm --force,  copied following libraries to Hard drive:
 
 libXiso6
 libX11so6
 lib Xmu so6
 lib font.so1
 

I ran into the same set of problems.  KDE couldn't find libjpeg.so.62
etc.

Gleefully looking for the ISO of beta3. (hoping it's mirrored at more
than 1 site...)


-randy