[Cooker] bug report: major gotcha with PDC20276 (Asus P4B533-E) on 9.1b3

2003-02-16 Thread Alexander Rayborn
Hi all... here to report a problem...

On Mandrake 9.0, my Asus P4B533-E refused to install from the CDROM (and
yes, they're known good CDROMs - I installed them on other machines).
After loading and detecting the hard drive on the ATA133 controller, the
CDROM drives suddenly disappeared and could no longer be accessed.  Any
attempt would be met with No valid CDROM device found.

Just downloaded and burned ISOs of 9.1b3.  Everything seems to go fine
in the install after picking the languages and whatnot... then it asks
if I have any scsi interfaces on the system.  I choose yes, then arrow
down to ataraid.o... it says it found a scsi interface using ataraid.o,
then proceeds to tell me there are no valid devices to install
filesystems.  (My hard disk is on the PDC20276).  It then goes into a
loop - keeps asking for the scsi driver, tells me it was loaded
successfully, then says no devices were found.

It's really depressing that I've had to use Red Hat 8.0... I miss my
Mandrake... but can't get any of the newer releases to load on this
motherboard.

--Alexander




Re: solution to pcmcia network problems (was Re: [Cooker]Bug report on initscripts-7.06-3mdk)

2003-02-14 Thread James Sparenberg
On Fri, 2003-02-14 at 02:51, Buchan Milne wrote:
 James Sparenberg wrote:
 
One question though... what is it in Killall that tries to stop
  Samba...  I've noticed it first here testing 9.1 but on my 9.0 and 8.2
  boxes as well smb gets stopped nmb reports failed then once killall
  starts up it then again attempts to shutdown smb and nmb again.  This is
  no show stopper I think I submitted the bug as a p4, but inevitably the
  user who has the least understanding (or capability to understand) is
  the one who panics when they see the FAILED in big read letters.
 
 Probably a misconfigured samba and the fact that we start/stop smbd and
 nmbd together. So, /etc/rc.d/init.d/smb stops smbd, tries to stop nmbd
 and fails (was not running or had a name conflict or something like
 that), and since both killprocs did not succeed, it does not remove the
 lock file, so it is run again.

this is the hard part.  Since I'm in a shutdown situation how do I check
to see if the lockfile is getting removed or not. 
 
 I guess we should put a check in to see if nmbd and smbd are really
 running, but it may be better to leave the error so the user knows they
 have something to fix?

This is the thing... what is the fix.  Samba is working quite well so
I'm pretty sure the config is good. (printing shares etc are solid.) I
really don't do much more than use samba to print on a windows box at
home.

 
 SuSE has split their init scripts for samba into one each for smbd and
 nmbd, mainly to allow an nmbd restart (to reregister in WINS for
 example) without killing smbd (and the connections). But it makes
 complications ... I would rather add another option to the script that
 just restarts nmbd ... but I have never had this problem, so I do not
 have a setup to test ... 

killall -HUP nmbd always worked for me.


As I said there is no real problem here.  other than the hassle of
explaining to the users that this isn't a real problem.  What I really
need is a way to pump startup and shutdown info  to dev/null so that my
experts don't see it *grin*


 
 Buchan





[Cooker] Re: solution to pcmcia network problems (was Re: [Cooker] Bug report on initscripts-7.06-3mdk)

2003-02-14 Thread et
On Friday 14 February 2003 07:35 am, Buchan Milne wrote:
 James Sparenberg wrote:
  On Fri, 2003-02-14 at 02:51, Buchan Milne wrote:
 Probably a misconfigured samba and the fact that we start/stop smbd and
 nmbd together. So, /etc/rc.d/init.d/smb stops smbd, tries to stop nmbd
 and fails (was not running or had a name conflict or something like
 that), and since both killprocs did not succeed, it does not remove the
 lock file, so it is run again.
 
  this is the hard part.  Since I'm in a shutdown situation how do I check
  to see if the lockfile is getting removed or not.

 What happens if you stop samba manually? Or if you init 1?

 I guess we should put a check in to see if nmbd and smbd are really
 running, but it may be better to leave the error so the user knows they
 have something to fix?
 
  This is the thing... what is the fix.  Samba is working quite well so
  I'm pretty sure the config is good. (printing shares etc are solid.) I
  really don't do much more than use samba to print on a windows box at
  home.

 Weird ... will have to bounce a few machines to test, but I do not
 remember seeing this ...

 Buchan
on one of the mail lists this was worked thru and I believe it had to do with 
the persistant mount point started by some other GUI like Gnomba or 
linneighborhood.




Re: [Cooker] Re: solution to pcmcia network problems (was Re:[Cooker] Bug report on initscripts-7.06-3mdk)

2003-02-14 Thread James Sparenberg
On Fri, 2003-02-14 at 04:42, et wrote:
 On Friday 14 February 2003 07:35 am, Buchan Milne wrote:
  James Sparenberg wrote:
   On Fri, 2003-02-14 at 02:51, Buchan Milne wrote:
  Probably a misconfigured samba and the fact that we start/stop smbd and
  nmbd together. So, /etc/rc.d/init.d/smb stops smbd, tries to stop nmbd
  and fails (was not running or had a name conflict or something like
  that), and since both killprocs did not succeed, it does not remove the
  lock file, so it is run again.
  
   this is the hard part.  Since I'm in a shutdown situation how do I check
   to see if the lockfile is getting removed or not.
 
  What happens if you stop samba manually? Or if you init 1?
 
  I guess we should put a check in to see if nmbd and smbd are really
  running, but it may be better to leave the error so the user knows they
  have something to fix?
  
   This is the thing... what is the fix.  Samba is working quite well so
   I'm pretty sure the config is good. (printing shares etc are solid.) I
   really don't do much more than use samba to print on a windows box at
   home.
 
  Weird ... will have to bounce a few machines to test, but I do not
  remember seeing this ...
 
  Buchan
 on one of the mail lists this was worked thru and I believe it had to do with 
 the persistant mount point started by some other GUI like Gnomba or 
 linneighborhood.

Not using either one of those but I'll look into it and see if I can
find something.  
 





Re: solution to pcmcia network problems (was Re:[Cooker] Bug report on initscripts-7.06-3mdk)

2003-02-14 Thread James Sparenberg
On Fri, 2003-02-14 at 04:35, Buchan Milne wrote:
 James Sparenberg wrote:
  On Fri, 2003-02-14 at 02:51, Buchan Milne wrote:
  
 Probably a misconfigured samba and the fact that we start/stop smbd and
 nmbd together. So, /etc/rc.d/init.d/smb stops smbd, tries to stop nmbd
 and fails (was not running or had a name conflict or something like
 that), and since both killprocs did not succeed, it does not remove the
 lock file, so it is run again.
  
  
  this is the hard part.  Since I'm in a shutdown situation how do I check
  to see if the lockfile is getting removed or not. 
 
 What happens if you stop samba manually? Or if you init 1?

Manually stopping samba works and the PID is removed.  going to init 1 
goes through the same procedure and shows the same results.  Let me see
if I can capture something this way.

James

 
  
 I guess we should put a check in to see if nmbd and smbd are really
 running, but it may be better to leave the error so the user knows they
 have something to fix?
  
  
  This is the thing... what is the fix.  Samba is working quite well so
  I'm pretty sure the config is good. (printing shares etc are solid.) I
  really don't do much more than use samba to print on a windows box at
  home.
  
 
 Weird ... will have to bounce a few machines to test, but I do not
 remember seeing this ...
 
 Buchan





Re: [Cooker] Bug report on initscripts-7.06-3mdk

2003-02-13 Thread Frederic Lepied
James Sparenberg [EMAIL PROTECTED] writes:

 On Tue, 2003-02-11 at 21:12, Joseph Wang wrote:
  My orinico wireless PCMCIA card will not start up with 7.06-3mdk.  It 
  gets to initializing eth0
  and then hangs.  Moving the S11pcmcia link to S08pcmcia so that pcmcia 
  is initialized before network
  allows the card to work, but I get an error message about ifplugd when 
  it gets to the network
  initialization script.
  
  I believe that it worked as of 7.06-1mdk and am positive that it worked 
  with 7.04-3mdk
 
 If you use pcmcia network cards you can do 
 
 # chkconfig --level 2345 network off
 # chkconfig --level 2345 internet off
 
 and you won't get the errors and your ethernet connection gets started
 correctly by pcmcia least it works for me.

Can you check that you have the last versions of ifplugd, hotplug and
initscripts and if the problem continues, send me the logs and your
exact config.
-- 
Fred - May the source be with you




Re: [Cooker] Bug report on initscripts-7.06-3mdk

2003-02-13 Thread James Sparenberg
On Thu, 2003-02-13 at 05:04, Frederic Lepied wrote:
 James Sparenberg [EMAIL PROTECTED] writes:
 
  On Tue, 2003-02-11 at 21:12, Joseph Wang wrote:
   My orinico wireless PCMCIA card will not start up with 7.06-3mdk.  It 
   gets to initializing eth0
   and then hangs.  Moving the S11pcmcia link to S08pcmcia so that pcmcia 
   is initialized before network
   allows the card to work, but I get an error message about ifplugd when 
   it gets to the network
   initialization script.
   
   I believe that it worked as of 7.06-1mdk and am positive that it worked 
   with 7.04-3mdk
  
  If you use pcmcia network cards you can do 
  
  # chkconfig --level 2345 network off
  # chkconfig --level 2345 internet off
  
  and you won't get the errors and your ethernet connection gets started
  correctly by pcmcia least it works for me.
 
 Can you check that you have the last versions of ifplugd, hotplug and
 initscripts and if the problem continues, send me the logs and your
 exact config.

I did at the time I wrote this and I'm in the process of upgrading  now
to todays' stuff.  The last upgrade broke me badly, and I'm just now
getting back to a working system.  (Seems that as time goes on I got
slower and slower until kdm dropped the ball completely.) The problem
was that network and internet got started before pcmcia and If pcmcia is
moved to start before them, then ifplugd complains that an instance of
it is already running.  I'll send the info ASAP.

James

PS... which logs do you need?





solution to pcmcia network problems (was Re: [Cooker] Bug report on initscripts-7.06-3mdk)

2003-02-13 Thread Adam Williamson
On Thu, 2003-02-13 at 22:03, James Sparenberg wrote:
 On Thu, 2003-02-13 at 05:04, Frederic Lepied wrote:
  James Sparenberg [EMAIL PROTECTED] writes:
  
   On Tue, 2003-02-11 at 21:12, Joseph Wang wrote:
My orinico wireless PCMCIA card will not start up with 7.06-3mdk.  It 
gets to initializing eth0
and then hangs.  Moving the S11pcmcia link to S08pcmcia so that pcmcia 
is initialized before network
allows the card to work, but I get an error message about ifplugd when 
it gets to the network
initialization script.

I believe that it worked as of 7.06-1mdk and am positive that it worked 
with 7.04-3mdk
   
   If you use pcmcia network cards you can do 
   
   # chkconfig --level 2345 network off
   # chkconfig --level 2345 internet off
   
   and you won't get the errors and your ethernet connection gets started
   correctly by pcmcia least it works for me.
  
  Can you check that you have the last versions of ifplugd, hotplug and
  initscripts and if the problem continues, send me the logs and your
  exact config.
 
 I did at the time I wrote this and I'm in the process of upgrading  now
 to todays' stuff.  The last upgrade broke me badly, and I'm just now
 getting back to a working system.  (Seems that as time goes on I got
 slower and slower until kdm dropped the ball completely.) The problem
 was that network and internet got started before pcmcia and If pcmcia is
 moved to start before them, then ifplugd complains that an instance of
 it is already running.  I'll send the info ASAP.

Frederic gave me the real reason for this problem in private email.
Since lots of people seem to be having it, here it is:

Since the pcmcia service starts pcmcia network adapters, there's no
reason for them to be started by the network service. Hence
/etc/sysconfig/ifcfg-ethX entries for PCMCIA network cards should *NOT*
have ONBOOT= set to YES. Set it to NO instead (ONBOOT=NO). This will
stop network from trying to bring up the interface; pcmcia will do it
instead, and this ought to solve the problems.
-- 
adamw





Re: [Cooker] Bug report on initscripts-7.06-3mdk

2003-02-12 Thread James Sparenberg
On Tue, 2003-02-11 at 21:12, Joseph Wang wrote:
 My orinico wireless PCMCIA card will not start up with 7.06-3mdk.  It 
 gets to initializing eth0
 and then hangs.  Moving the S11pcmcia link to S08pcmcia so that pcmcia 
 is initialized before network
 allows the card to work, but I get an error message about ifplugd when 
 it gets to the network
 initialization script.
 
 I believe that it worked as of 7.06-1mdk and am positive that it worked 
 with 7.04-3mdk

If you use pcmcia network cards you can do 

# chkconfig --level 2345 network off
# chkconfig --level 2345 internet off

and you won't get the errors and your ethernet connection gets started
correctly by pcmcia least it works for me.


 
 





[Cooker] Bug report on initscripts-7.06-3mdk

2003-02-11 Thread Joseph Wang
My orinico wireless PCMCIA card will not start up with 7.06-3mdk.  It 
gets to initializing eth0
and then hangs.  Moving the S11pcmcia link to S08pcmcia so that pcmcia 
is initialized before network
allows the card to work, but I get an error message about ifplugd when 
it gets to the network
initialization script.

I believe that it worked as of 7.06-1mdk and am positive that it worked 
with 7.04-3mdk




[Cooker] [Bug report]: Bad KDE keyboard behavior in mdk9.0

2002-10-08 Thread François Desloges

Hi!

I've been using Mandrake for ages and being not a big mouse user rely on the 
keyboard a lot. I always use the default Shortcuts keyboard bindings 
provided by Mandrake, as I found them convenient. After performing an Expert 
/ Update only packages upgrade to 9.0, I found the following behaviour that 
I consider broken:

Once in a while,  in a .txt or .tex document displayed in the Embedded 
Advanced Text Editor Component, in Konqueror, PageUp and PageDown will not 
work (which is _very_ irritating). All other document navigational keys will 
work (including Shift+PageUp and Shift+PageDown).  I once got 2 Konqueror 
instances displaying txt document side by side, one with PageUp/PageDown 
working, the other not. When it does not work, opening other text documents 
in the same Konqueror instance will not make it work. Starting with a fresh 
Konqueror instance usually solve the problem.

Once in a while when walking through windows with Alt+Tab and ending up in a 
Konqueror displayed html document, navigation keys (PageUp, Page Down, Home)  
will not work. You have to click with the mouse in the body of the html 
document for them to start working. It is an intermittent problem. 

Thank you to follow up

FD




[Cooker] Bug report pppd upgrade from mdk8.2 to mdk9.0

2002-10-03 Thread Torstein Hernes Dybdahl

Bug regarding ppp

After upgrade from MDK8.2 to MDK9.0 pppd is unable to set up the new route
to the modem as for internett connection.

By turning off the eth0 device the pppd deamone is able to configure the
right route.

report from syslog

oct  3 09:26:42 torstein pppd[2986]: not replacing existing default route
to eth0 [10.10.10.1]

this was not a problem with mdk8.2.

Help to solve this would be nice.

Keep up the good work!

Vennlig Hilsen
Torstein Hernes Dybdahl
---
Haldensgate 21
7014 Trondheim
NORWAY
Stud. Tech. ved Elektroteknikk og Telekommunikasjon, NTNU
---





Re: [Cooker] Bug report pppd upgrade from mdk8.2 to mdk9.0

2002-10-03 Thread Todd Lyons

Torstein Hernes Dybdahl wrote on Thu, Oct 03, 2002 at 03:55:19PM +0200 :
 
 After upgrade from MDK8.2 to MDK9.0 pppd is unable to set up the new route
 to the modem as for internett connection.
 By turning off the eth0 device the pppd deamone is able to configure the
 right route.
 oct  3 09:26:42 torstein pppd[2986]: not replacing existing default route
 to eth0 [10.10.10.1]

It's interesting that it worked differently in 8.2 for you.  I see the
exact same thing in my installations of 8.2.  Did you do any
customization of your 8.2 installs to allow you to do this?

Blue skies...   Todd
-- 
   MandrakeSoft USA   http://www.mandrakesoft.com
   Easy things should be easy, and hard things should be possible.
--Larry Wall
   Cooker Version mandrake-release-9.0-0.3mdk Kernel 2.4.19-16mdk



msg77994/pgp0.pgp
Description: PGP signature


[Cooker] bug report: openssh-clients 3.4p1 4mdk package

2002-10-02 Thread frame

I tried to use the cervisia plugin in konqueror and got some errors ...  a longer 
story  
...
[meteor@maxwell2 meteor]$ ll /usr/bin/ssh-askpass 
lrwxr-xr-x1 root root   30 Oct  2 11:51 /usr/bin/ssh-askpass- 
../..//usr/lib/ssh/ssh-askpass
[meteor@maxwell2 ssh]$ pwd
/usr/lib/ssh
[meteor@maxwell2 ssh]$ ll
total 176
-rws--x--x1 root root   172120 Sep 11 22:01 ssh-keysign*
[meteor@maxwell2 ssh]$ rpm -qf /usr/bin/ssh-askpass 
openssh-clients-3.4p1-4mdk

I'm using a fresh installed Mdk9.0 RC3.
Hopefully there's a way to fix this.

Good luck,
Frank.





Re: [Cooker] bug report: openssh-clients 3.4p1 4mdk package

2002-10-02 Thread Richard Houser

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

frame wrote:
| I tried to use the cervisia plugin in konqueror and got some errors
...  a longer story 
| ...
| [meteor@maxwell2 meteor]$ ll /usr/bin/ssh-askpass
| lrwxr-xr-x1 root root   30 Oct  2 11:51
/usr/bin/ssh-askpass- ../..//usr/lib/ssh/ssh-askpass
| [meteor@maxwell2 ssh]$ pwd
| /usr/lib/ssh
| [meteor@maxwell2 ssh]$ ll
| total 176
| -rws--x--x1 root root   172120 Sep 11 22:01 ssh-keysign*
| [meteor@maxwell2 ssh]$ rpm -qf /usr/bin/ssh-askpass
| openssh-clients-3.4p1-4mdk
|
| I'm using a fresh installed Mdk9.0 RC3.
| Hopefully there's a way to fix this.
|
| Good luck,
|   Frank.
|

System clock and or time zone seems to be set wrong, your mail is dated
about 20 hours into the future.  If you need help, give me a email please.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj2bub0ACgkQUMkt1ZRwL1OuaQCguHKDZtWYWmupCiB3QxZxQzpa
MbYAnjwrGCHjfhFhGA83OWeOJrr0gyKa
=R5bV
-END PGP SIGNATURE-





Re: [Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-12 Thread Frederic Crozat

On Thu, 12 Sep 2002 09:21:55 +1000, Angus Beath wrote:

 Upgraded from RC1 to RC2, evolution is unable to use access proxy to
 download web based material. Previous upgrades made no errors. Actions
 taken:
 
 Set network settings via gnome network panel - no change. Used gconftool
 and gconftool-2 to change network settings - no change. HELP!

It would have been more useful to say you were using AUTHENTICATED http
proxy.. 

Anyway, problem is fixed in gnome-vfs 1.0.5-7mdk

-- 
Frederic Crozat
MandrakeSoft





Re: [Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-12 Thread Angus Beath

Whoops! sorry - the only experience I've ever had with proxies is that
they have been authenticated. Thanks!

Angus


On Fri, 2002-09-13 at 02:42, Frederic Crozat wrote:
 On Thu, 12 Sep 2002 09:21:55 +1000, Angus Beath wrote:
 
  Upgraded from RC1 to RC2, evolution is unable to use access proxy to
  download web based material. Previous upgrades made no errors. Actions
  taken:
  
  Set network settings via gnome network panel - no change. Used gconftool
  and gconftool-2 to change network settings - no change. HELP!
 
 It would have been more useful to say you were using AUTHENTICATED http
 proxy.. 
 
 Anyway, problem is fixed in gnome-vfs 1.0.5-7mdk
 
 -- 
 Frederic Crozat
 MandrakeSoft
 
 
 
-- 

| Angus Beath | Support Coordinator +61 2 42215600 |
| 41.G30 - HBS  | [EMAIL PROTECTED]   |

If you hear someone yell, Empower THIS!!
try to put some distance between you and 
whatever happens next. - words from the wise DNRC.






[Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-11 Thread Angus Beath

Upgraded from RC1 to RC2, evolution is unable to use access proxy to
download web based material. Previous upgrades made no errors. 
Actions taken:

Set network settings via gnome network panel - no change.
Used gconftool and gconftool-2 to change network settings - no change.
HELP!

Angus







Re: [Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-11 Thread gabor

it works for me...

what versions of 
libgnome-vfs0 and gnome-vfs are you using?

bye,
gabor

On Thu, 2002-09-12 at 01:21, Angus Beath wrote:
 Upgraded from RC1 to RC2, evolution is unable to use access proxy to
 download web based material. Previous upgrades made no errors. 
 Actions taken:
 
 Set network settings via gnome network panel - no change.
 Used gconftool and gconftool-2 to change network settings - no change.
 HELP!
 
 Angus
 
 
 
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn





Re: [Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-11 Thread Angus Beath




Gabor,



I'm using version 1.0.5-6mdk.



Angus



-- 


| Angus Beath | Support Coordinator +61 2 42215600 |
| Fax +61 2 42214163 | [EMAIL PROTECTED]  |

If you hear someone yell, Empower THIS!!
try to put some distance between you and 
whatever happens next. - words from the wise DNRC.








Re: [Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-11 Thread gabor

i have the same version

i simply set up the proxy-server in the gnome - network configuration
dialog, then start evolution ( try 'killev' before starting it ) , and
it works... i don't know what your problem could be..

bye,
gabor

On Thu, 2002-09-12 at 02:12, Angus Beath wrote:
 Gabor,
 
 I'm using version 1.0.5-6mdk.
 
 Angus
 -- 
 
 
 | Angus Beath | Support Coordinator +61 2 42215600 |
 | Fax +61 2 42214163 | [EMAIL PROTECTED]  |
 
 If you hear someone yell, Empower THIS!!
 try to put some distance between you and 
 whatever happens next. - words from the wise DNRC.
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn





Re: [Cooker] Bug Report - Evolution 1.0.8-3mdk unable to use proxy

2002-09-11 Thread Angus Beath




*sigh* I tried this and it didn't work. I don't know what the hell to do - it's driving me crazy!! I think I'll move all the mail to somewhere else - remove evolution's files from my homedir and start again.



Thanks for your help,



Angus





On Thu, 2002-09-12 at 11:00, gabor wrote:

i have the same version

i simply set up the proxy-server in the gnome - network configuration
dialog, then start evolution ( try 'killev' before starting it ) , and
it works... i don't know what your problem could be..

bye,
gabor







[Cooker] Bug Report - Nagios

2002-09-11 Thread Angus Beath




Hey guys,



Nagios requires the newest version of the plugins to function properly in 9.0RC2 - the version shipped does not understand the output from ping and it gives false error messages. Simply upgrading to the latest plugins fixes this problem.



Angus












Re: [Cooker] Bug Report 9.0(B1-RC1)- Broken Gnome

2002-09-10 Thread Reinout van Schouwen


Following up to my own message:

 installed RC1 over beta3. Upon launching Gnome2 the system freezes hard.
 I've looked into this and found that the launch of gnome-settings-daemon
 is likely the moment that the freeze occurs.

I have tracked this down to be (likely) related to the use of the
via82cxxx_audio module and I've logged this in bugzilla:
https://qa.mandrakesoft.com/show_bug.cgi?id=236

-- 

Reinout van SchouwenArtificial Intelligence student
email: [EMAIL PROTECTED] mobile phone: +31-6-44360778
GPG public key http://www.cs.vu.nl/~reinout/reinout.asc





Re: [Cooker] Bug Report 9.0(B1-RC1)- Broken Gnome

2002-09-07 Thread Levi Ramsey

On Fri Sep 06 23:05 -0700, Brian McNeil wrote:
 Matrox G400Max Dualhead AGP
snip
 2- CTX PL9 crt monitors

Are you using Xinerama?  Unless Fred Crozat's done some backporting,
true multihead support shouldn't appear until GNOME/GTK+ 2.2.

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

The way out is the way in...
Linux 2.4.19-4mdklrr
  2:15am  up 1 day,  4:46,  7 users,  load average: 0.53, 0.29, 0.20




Re: [Cooker] Bug Report 9.0(B1-RC1)- Broken Gnome

2002-09-07 Thread Brian McNeil

snip
Are you using Xinerama?  Unless Fred Crozat's done
some backporting,
true multihead support shouldn't appear until
GNOME/GTK+ 2.2

No, I,m just using the default primary monitor only. I
haven't installed Xinerama or Matrox powerdesk in 9.0.
-Gnome and KDE in 8.2 works fine just using the
primary monitor, or dualhead using the Matrox
Powerdesk Linux drivers from their website.
-AkBrian

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




Re: [Cooker] Bug Report 9.0(B1-RC1)- Broken Gnome

2002-09-07 Thread Reinout van Schouwen

Hello Brian,

On Fri, 6 Sep 2002, Brian McNeil wrote:

 I haven't been able to launch Gnome on Betas 1-4, or
 RC1.  KDE works fine. Both Gnome and KDE worked fine
 in 8.2 on this system.  This is for various install

 doesn't do this.  My system specs are below.  Is this
 a Matrox issue?  Just a newby trying to help out, I

 Epox 7KXA November 13, 2001 bios
 AMD 700 slot A processer
 Matrox G400Max Dualhead AGP
 2- CTX PL9 crt monitors

Your setup is remarkably similar to mine (same mobo, Athlon 600, G400
single head, CTX monitor) and I've experienced the same problem you do.
I've seen it twice: once when I installed beta2 over 8.2 and once when I
installed RC1 over beta3. Upon launching Gnome2 the system freezes hard.
I've looked into this and found that the launch of gnome-settings-daemon
is likely the moment that the freeze occurs.

Both times however, the problem disappeared and I'm not completely sure
what did the trick. The last time I deleted the .gconf* directories in
/root and after that it started up fine. This is not a complete
explanation because I didn't delete those dirs in my normal user account
and there the problem went away as well...

Please try deleting the .gconf* dirs and report back if it helped!

bye,

-- 

Reinout van SchouwenArtificial Intelligence student
email: [EMAIL PROTECTED] mobile phone: +31-6-44360778
GPG public key http://www.cs.vu.nl/~reinout/reinout.asc





[Cooker] Bug Report 9.0(B1-RC1)- Broken Gnome

2002-09-06 Thread Brian McNeil

I haven't been able to launch Gnome on Betas 1-4, or
RC1.  KDE works fine. Both Gnome and KDE worked fine
in 8.2 on this system.  This is for various install
choices, including using the Simple/ with all the
default choices. Betas 1-4 would leave me with a blue
screen with locked up mouse pointer. RC1 gives me the
same thing except for the Gnome spash.  Again KDE
doesn't do this.  My system specs are below.  Is this
a Matrox issue?  Just a newby trying to help out, I
really don't need a reply, but will provide more info
if nessesary- -AkBrian
My Linux Box

Epox 7KXA November 13, 2001 bios
AMD 700 slot A processer
3x128 inferion SDR 133 cas2 memory
20g ata66 WD or IBM installed in mobile rack -seperate
HD for betas:)
Matrox G400Max Dualhead AGP
HP 9300i CDRW
Samsung SD616 16/48 DVD
2- CTX PL9 crt monitors
D-Link DKVM-4 KVM switch
MS intellimouse optic (installed as generic wheel
mouse)
Netgear 10/100 NIC
Canon BJC6000 inkjet on
-Hawking Printserver (tcp/ip)
Hawking internet connection server (tcp/ip)
-

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




[Cooker] Bug report for Beta 4, spanish install

2002-09-05 Thread Muy Feo de Nacimiento

Hi, sorry if this is double posted.

I know RC1 is already out there, but I have here some
Beta 4 bugs for you. 

I installed beta 4 in spanish (spain, traditional
sort, es_tradicional). 

1) The installation went fine as always, except that
the installer did not recognize my soundcard, which
has a Crystal 4232 chip. This has always been a
problem with Mandrake. Anyways, I configured it
manually so that my modules.conf files looks like this

alias sound-slot-0 cs4232
options sound dmabuf=1
alias synth0 opl3
options opl3 io=0x388
options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330
mpuirq=9

2) My old Canon BJC-240 was not detected. The
detection also failed after installation using the
Control Center (No printer found!). And there is no
option to manually select the printer from a list. I
had no problem with version 8.2

3) I installed Openoffice.org with rpmdrake, together
with the _es language rpm. But the interface did not
change to spanish, it is still english. Should I do
something additional here?

4) The .ps and .pdf files produced by Openoffice.org
with the print-to-file option seem to be corrupted. I
cannot see them with Kghostview, gv nor Acroread.

5) After installing some extra packages many
applications dissapeared from the Kde-menu. They
returned misteriously after a while.

6) In general, everything feels slower than with 8.2.
I have a AMD-K6 box with 128 Mb RAM.

7) There is no exit option in the blackbox menu

8) Gfx. configuration does not work in Xfce.

9) No menu entry for eroaster after installation with
rpmdrake

9) I found a rpmdrake message like this Por favor,
espere, contactando al sitio de replica para
INCICIALIZAR. The last word should be INICIALIZAR.

Ok. I hope this helps. I'll try to test RC1 or RC2.
Thanks for all your great work.

Muyfeo

__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




Re: [Cooker] Bug Report: Failure attempting install of 9.0RC1

2002-09-05 Thread Bob Drzyzgula

OK, it's kind of a pain in the patootie to
change out the processor on this machine, but
I'll do it one more time since you've been
so helpful. I can certainly capture /proc/cpuinfo
for you, but I'm not certain exactly how (mostly
when) to blow away the /mnt/lib/i686 stuff.
At what point in the install, exactly, should
I switch over to the command shell VC and
delete those files?

--Bob

On Thu, Sep 05, 2002 at 05:01:41PM +0200, Pixel wrote:
 Delivered-To: [EMAIL PROTECTED]
 To: Bob Drzyzgula [EMAIL PROTECTED],
   Juan Quintela [EMAIL PROTECTED],
   Gwenole Beauchesne [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Cooker] Bug Report: Failure attempting install of 9.0RC1
 From: Pixel [EMAIL PROTECTED]
 Date: 05 Sep 2002 17:01:41 +0200
 In-Reply-To: 20020905102038.E18874@www2
 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
 
 Bob Drzyzgula [EMAIL PROTECTED] writes:
 
 [...]
 
  First, as to the chroot suggestion, I mentioned to you
  privately yesterday (I meant to reply to the list but
  didn't), every time I tried to do a chroot on this machine
  it would fail with a SIGILL.
 
 it must be VIA C3 being declared as i686 and glibc using /lib/i686/*
 optimised libraries.
 
 can you test doing rm -rf /mnt/lib/i686 after glibc install during
 install.
 
 can you also give /proc/cpuinfo?
 
 gwenole  juan, can you have a look at this pb?
 
  
  When I got in this morning, the first thing I tried was
  to pull the 866MHz Via C3 chip and replace it with a
  866MHz Pentium III. That did the trick -- on the first
  try with the new chip, the minimal, recommended install
  ran through to completion, and I was able to boot right
  into the graphical login. Again, the only difference
  was the processor, although I did use a different heat
  sink and fan as well.
  
  So either I have a bad chip, or your compiler optimzation
  settings are bad juju in combination with Via C3 chips
  in general.




Re: [Cooker] Bug Report: Failure attempting install of 9.0RC1

2002-09-05 Thread Pixel

Bob Drzyzgula [EMAIL PROTECTED] writes:

[...]

 First, as to the chroot suggestion, I mentioned to you
 privately yesterday (I meant to reply to the list but
 didn't), every time I tried to do a chroot on this machine
 it would fail with a SIGILL.

it must be VIA C3 being declared as i686 and glibc using /lib/i686/*
optimised libraries.

can you test doing rm -rf /mnt/lib/i686 after glibc install during
install.

can you also give /proc/cpuinfo?

gwenole  juan, can you have a look at this pb?

 
 When I got in this morning, the first thing I tried was
 to pull the 866MHz Via C3 chip and replace it with a
 866MHz Pentium III. That did the trick -- on the first
 try with the new chip, the minimal, recommended install
 ran through to completion, and I was able to boot right
 into the graphical login. Again, the only difference
 was the processor, although I did use a different heat
 sink and fan as well.
 
 So either I have a bad chip, or your compiler optimzation
 settings are bad juju in combination with Via C3 chips
 in general.




Re: [Cooker] Bug Report: Failure attempting install of 9.0RC1

2002-09-05 Thread Bob Drzyzgula

Ah, well. Hopefully the files I just sent
you will still be useful.

--Bob

On Thu, Sep 05, 2002 at 07:32:24PM +0200, Pixel wrote:
 
 don't bother anymore. I learned that Juan has a C3 and can fix this.
 
 thanks!




[Cooker] Bug Report: Failure attempting install of 9.0RC1

2002-09-04 Thread Bob Drzyzgula

Following my previous attempts to install Beta4,
I downloaded RC1 and tried to get them to install.
I posted a report of my previous attempts, and
all the hardware information is the same as before
so I'll leave it out here, except to say that it's
a Shuttle SV24 with two UDMA drives, a CD burner
and an LS120.

Short version: XFree86-4.2.0-25mdk fails, and I
still get the dreaded mkinitrd failure at
bootloader.pm line 64.

The main difference is in how I burned the ISOs. For
Beta4, I used a Plextor SCSI CD writer, IBM CD-R
media, and xcdroast on a SuSE machine to burn the
ISO. For RC1, I used a Windows Server .NET Beta
(essentially WinXP) machine with an IDE burner
(Same kind as is in my Mandrake target machine)
and Nero 5.5.9.9, writing to Prism brand CD-RW
media. In both cases, the md5sums on the ISOs
checked out OK prior to burning.

With RC1, I started out by trying a recommended
install, with no options to speak of. I let the
installer pick the partitioning, filesystems,
and package selections; I didn't change anything,
just made the simplest and most obvious choices,
like letting it use the entirety of hda to install
on.

The process gets through to the package installation,
but things go bad and I get a Failure installing
XFree86-2.4.0-25mdk.i586, Go on anyway? dialog.
Checking VC4, I see the following (transcribed
by hand, so typos would be my fault...):

 ...
 * getFile xinitrc-2.4.4-67mdk.noarch.rpm:
 * getFile ORBit-2.4.1-2mdk.i586.rpm:
 * getFile libORBit2_0-2.4.1-2mdk.i586.rpm:
 * transactions done, now trying to close still opened fd
 * getFile XXX:
 * bad package XFree86-2.4.0-25mdk.i586
 * opened rpm database for retry transaction of 1 package only
 * rpm transactions start
 * getFile XFree86-2.4.0-25mdk.i586.rpm:
 * transactions done, now trying to close still opened fd
 * getFile XXX:
 * retrying installing package XFree86-2.4.0-25mdk.i586 alone in a transaction
 * opened rpm database for retry transaction of 1 package only
 * rpm transactions start
 * getFile XFree86-2.4.0-25mdk.i586.rpm:
 * transactions done, now trying to close still opened fd
 * getFile XXX:
 * retrying installing package XFree86-2.4.0-25mdk.i586 alone in a transaction
 * opened rpm database for retry transaction of 1 package only
 * rpm transactions start
 * getFile XFree86-2.4.0-25mdk.i586.rpm:
 * transactions done, now trying to close still opened fd
 * getFile XXX:
 * retrying installing package XFree86-2.4.0-25mdk.i586 alone in a transaction
 * opened rpm database for retry transaction of 1 package only
 * rpm transactions start
 * getFile XFree86-2.4.0-25mdk.i586.rpm:
 * transactions done, now trying to close still opened fd
 * getFile XXX:
 * bad package XFree86-2.4.0-25mdk.i586 unable to be installed.

Note that this happens every time I try to install Mandrake 9.0
on this machine. It happened with Beta4 several times in several
different install configurations (same hardware), and it's happened
in RC1 twice now. Always XFree86-2.4.0. 

So I say to go ahead anyway, and again I got the dreaded
mkinitrd failure at /usr/bin/perl_install/bootloader.pm
line 64. FWIW, VC5 sez:

  /tmp/imm.o: init_module: No such device
  /tmp/ppa.o: init_module: No such device
  /tmp/floppy.o: init_module: No such device

--Bob Drzyzglua




Re: [Cooker] Bug Report: Failure attempting install of 9.0RC1

2002-09-04 Thread Bob Drzyzgula

Thanks. I'm new to Mandrake.

I managed to get it out via floppy. Rather than
shotgun it out to the list, you can find it here:

 http://www.drzyzgula.org/ddebug.log

for at least the next few days.

HTH,

--Bob

On Wed, Sep 04, 2002 at 08:42:32PM +0200, Pixel wrote:
 
 Bob Drzyzgula [EMAIL PROTECTED] writes:
 
  So I say to go ahead anyway, and again I got the dreaded
  mkinitrd failure at /usr/bin/perl_install/bootloader.pm
  line 64. FWIW, VC5 sez:
 
 you can give more interesting information out of /tmp/ddebug.log
 during install (also available in /root/drakx/ddebug.log)




[Cooker] Bug report-Beta3- drakconnect - Wireless opts lost

2002-08-17 Thread Derek Jennings

When a wireless pcmcia card is fitted after initial install the  wireless 
configuration gets corrupted.

1/ Install Mandrake with pcmcia wireless card - All wireless opts stored in 
/etc/sysconfig/ifcfg-eth0 OK.  Card works.
Wireless card can be hot swopped with Ethernet card later without any 
reconfiguration. Works real nice.

2/Install Mandrake with pcmcia Ethernet card. LAN parameters stored in 
ifcfg-eth0 as expected. Replace LAN card with wireless card, and go through 
the wizard of drakconnect to input wireless parameters. On clicking 'Finish' 
to the wizard wireless parameters are written to ifcfg-eth0 and wireless card 
works.  But on clicking 'OK' to exit drakconnect  the original ifcfg-eth file 
is written back again and wireless card stops working. 

3/ If drakconnect is exited with'Cancel' instead of 'OK' the wireless card 
continues working, but hot swopping does not work because the wizard insists 
on saving the MAC address of the pcmcia card in ifcfg-eth0 and will reject 
any other card.

derek




Re: usermode (was Re: [Cooker] Bug Report 9.0 - NFS Mount point tool corrupts /etc/fstab)

2002-08-14 Thread Pixel

Derek Jennings [EMAIL PROTECTED] writes:

   I did not make myself clear. When in ICEWM or other WM except KDE  (I
   have not got Gnome) launching *any* drak tool either from the menu, or
   from a terminal as a user calls up a gtk dialogue box asking for root
   password.  This box does not have an OK button. I have to start drakconf
   from a root terminal.
 
  someone here tells me it's a normal behaviour, you have to press
  Enter (it's the new version of usermode that behaves that way (i
  agree it's dumb, but i don't have the time to patch it))
 
 Yes... That had occurred to me.  'Enter' does not work
 (usermode-1.55-5mdk)

booh, anyone has the same pb?




Re: usermode (was Re: [Cooker] Bug Report 9.0 - NFS Mount point tool corrupts /etc/fstab)

2002-08-14 Thread Derek Jennings

On Wednesday 14 Aug 2002 12:13 pm, Pixel wrote:
 Derek Jennings [EMAIL PROTECTED] writes:
I did not make myself clear. When in ICEWM or other WM except KDE  (I
have not got Gnome) launching *any* drak tool either from the menu,
or from a terminal as a user calls up a gtk dialogue box asking for
root password.  This box does not have an OK button. I have to start
drakconf from a root terminal.
  
   someone here tells me it's a normal behaviour, you have to press
   Enter (it's the new version of usermode that behaves that way (i
   agree it's dumb, but i don't have the time to patch it))
 
  Yes... That had occurred to me.  'Enter' does not work
  (usermode-1.55-5mdk)

 booh, anyone has the same pb?

Some more info :-
If I enter the wrong password, the window reappears and asks for it again, but 
if I enter the correct password the window goes away, but the drak tool does 
not start.  So the problem seems to be *after* authentication.

Also.  I have now installed Gnome.  Does the same thing :(

derek






[Cooker] Bug Report 9.0 - NFS Mount point tool corrupts /etc/fstab

2002-08-13 Thread Derek Jennings

Apologies if this is already known, but it is such a nasty bug I thought I had 
better raise it.

Using yesterdays Cooker I used MCC to add an NFS mount point. The detection of 
remote shares  and the mounting worked fine.

Only trouble is when it added the entry to /etc/fstab it also deleted the 
first line of the table which happened to be my root mount point.  Nasty!

I have replicated the problem. It has now done it twice in succession.

Thanks

derek




Re: [Cooker] Bug Report 9.0 - NFS Mount point tool corrupts /etc/fstab

2002-08-13 Thread Pixel

Derek Jennings [EMAIL PROTECTED] writes:

 Apologies if this is already known, but it is such a nasty bug I thought I had 
 better raise it.
 
 Using yesterdays Cooker I used MCC to add an NFS mount point. The detection of 
 remote shares  and the mounting worked fine.
 
 Only trouble is when it added the entry to /etc/fstab it also deleted the 
 first line of the table which happened to be my root mount point.  Nasty!
 
 I have replicated the problem. It has now done it twice in succession.

please send your /etc/fstab (the one which includes the root mount
point!)




Re: [Cooker] Bug Report- 9.0 efax-0.9-10mdk

2002-08-12 Thread Daouda LO

Derek Jennings [EMAIL PROTECTED] writes:

 Just to let you guys know there is a teeny tiny bug in efax-0.9-10mdk  which 
 is stopping the KDE fax printer working 'out of the box'  This bug is present 
 in 8.2 and 9.0B2
 
 efax tries to write a lock file in /var/lock, but only root has write 
 permission. Currently the user has to either grant write permission to users 
 in /var/lock, or else edit /etc/fax.config to use a different directory for 
 lock files.
 
 A one line edit in the file efax-0.9mdkconf inside the src RPM fixes it.
 
 Just replace
 +LOCK='-x /var/lock/LCK..$DEV' 
 
 with 
 +LOCK='-x /tmp/LCK..$DEV' 

done. Test 11mdk.




Re: [Cooker] Bug Report- 9.0 efax-0.9-10mdk

2002-08-12 Thread Derek Jennings

On Monday 12 Aug 2002 5:15 pm, Daouda LO wrote:
 Derek Jennings [EMAIL PROTECTED] writes:
  Just to let you guys know there is a teeny tiny bug in efax-0.9-10mdk 
  which is stopping the KDE fax printer working 'out of the box'  This bug
  is present in 8.2 and 9.0B2
 
  efax tries to write a lock file in /var/lock, but only root has write
  permission. Currently the user has to either grant write permission to
  users in /var/lock, or else edit /etc/fax.config to use a different
  directory for lock files.
 
  A one line edit in the file efax-0.9mdkconf inside the src RPM fixes it.
 
  Just replace
  +LOCK='-x /var/lock/LCK..$DEV'
 
  with
  +LOCK='-x /tmp/LCK..$DEV'

 done. Test 11mdk.

Yep... works fine I can send faxes now :)

Thanks

derek




[Cooker] Bug Report- 9.0 efax-0.9-10mdk

2002-08-11 Thread Derek Jennings

Just to let you guys know there is a teeny tiny bug in efax-0.9-10mdk  which 
is stopping the KDE fax printer working 'out of the box'  This bug is present 
in 8.2 and 9.0B2

efax tries to write a lock file in /var/lock, but only root has write 
permission. Currently the user has to either grant write permission to users 
in /var/lock, or else edit /etc/fax.config to use a different directory for 
lock files.

A one line edit in the file efax-0.9mdkconf inside the src RPM fixes it.

Just replace
+LOCK='-x /var/lock/LCK..$DEV' 

with 
+LOCK='-x /tmp/LCK..$DEV' 

derek




[Cooker] Bug Report: Rocket Port Driver needs to be updated

2002-08-04 Thread Steve Bergman

Hi,

The Comtrol RocketPort driver (1.14c) in Cooker is 9 releases old and does not 
work well with current hardware. (e.g. RocketPort/PCI)

The module loads and works for the most part, but ports randomly lock up or 
sometimes pause for ~60 seconds and then start sending again.

This caused me a lot of grief at a client site where I was upgrading to 8.2 
from SCO OpenServer 5.

The latest version of the driver (1.23) works fine and is available at:

http://support.comtrol.com/download.asp 

or more specifically, here: 

ftp://ftp.comtrol.com/RPort/Drivers/ISA_PCI/Linux /V1_23/1800024D.tgz 

-Steve Bergman




Re: [Cooker] Bug report for foreign people

2002-07-24 Thread Warly

xmlman [EMAIL PROTECTED] writes:

 I think that it's a big problem. Lot of people don't report a bug
 because they don't speak English. What a pity ! Is there anything
 which can resolve it or which exists to fill that weakness? Is there a
 project?

Take english classes ?

-- 
Warly




[Cooker] Bug report for foreign people

2002-07-23 Thread xmlman



I think that it's a big problem. Lot of people 
don't report a bug because they don't speak English. What a pity ! Is there 
anything which can resolve it or which exists to fill that weakness? Is there a 
project?


Re: [Cooker] BUG report for Netstat

2002-04-05 Thread Saint-Michel Laurent


Le Jeudi 4 Avril 2002 16:33, vous avez écrit :
   strange, i cannot reproduce it despite net-tools hasn't be rebuilded
   since january.

I had the same problem with Mdk 8.1  (I j've ust tried on the same computer).

The strace outup is not helpfull maybe it is only a hardware problem, but
when I do a loop it is working properly (1hour testing !!). So I am confused.
I will try tomorrow.

What kind of info do you need ?

BR
Laurent

--
Alain Gillot-Pétré(24 novembre 1982)
Froid de novembre, cache ton membre, disait Teilhard de Chardin, qui
philosophait rarement sans sa soutane en thermolactyl Damart ...
-+- P.Desproges Tribunal des flagrants délires (80-82)
---
Envoyé par / Send by Laurent Saint-Michel [EMAIL PROTECTED]
Le : jeu avr  4 21:35:23 CEST 2002
Machine : Linux 2.4.18-6mdk i686

---

-- 
Pour se marier, il faut un témoin. Comme pour un accident ou un duel ...
-+-+ Sacha Guitry
---
Envoyé par / Send by Laurent Saint-Michel [EMAIL PROTECTED]
Le : ven avr  5 12:59:14 CEST 2002
Machine : Linux 2.4.18-6mdk i686




Re: [Cooker] BUG report for Netstat

2002-04-04 Thread Florin

Thierry Vignaud [EMAIL PROTECTED] writes:

 Saint-Michel Laurent [EMAIL PROTECTED] writes:
 
  [laurent@linux laurent]$ netstat -c -ip
  Table d'interfaces noyau
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
  eth0   1500   0 542  0  0  0 674  0  0  0
   BMRU lo16436   0 685  0  0  0 685  0  0 
   0 LRU ppp0   1500   0   30075  0  0  0   22412  0  0
0 MOPRU
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
  Erreur de segmentation
 
 strange, i cannot reproduce it despite net-tools hasn't be rebuilded
 since january.
 
 florin, could you test on a mdk8.2 ?

it works for me with the latest cooker 
-- 
Florin  http://www.mandrakesoft.com




Re: [Cooker] BUG report for Netstat

2002-04-04 Thread Thierry Vignaud

Florin [EMAIL PROTECTED] writes:

  [laurent@linux laurent]$ netstat -c -ip
  Table d'interfaces noyau
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
  eth0   1500   0 542  0  0  0 674  0  0  0
   BMRU lo16436   0 685  0  0  0 685  0  0 
   0 LRU ppp0   1500   0   30075  0  0  0   22412  0  0
0 MOPRU
  Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
  Erreur de segmentation
 
 strange, i cannot reproduce it despite net-tools hasn't be rebuilded
 since january.
 
 florin, could you test on a mdk8.2 ?

 it works for me with the latest cooker 

as for me, but in mdk8.2 ?

-- 
Still untested beyond 'it compiles' (davej)





Re: [Cooker] BUG report for Netstat

2002-04-04 Thread Florin

Thierry Vignaud [EMAIL PROTECTED] writes:

 Florin [EMAIL PROTECTED] writes:
 
   [laurent@linux laurent]$ netstat -c -ip
   Table d'interfaces noyau
   Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
   eth0   1500   0 542  0  0  0 674  0  0  0
BMRU lo16436   0 685  0  0  0 685  0  0 
0 LRU ppp0   1500   0   30075  0  0  0   22412  0  0
 0 MOPRU
   Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
   Erreur de segmentation
  
  strange, i cannot reproduce it despite net-tools hasn't be rebuilded
  since january.
  
  florin, could you test on a mdk8.2 ?
 
  it works for me with the latest cooker 
 
 as for me, but in mdk8.2 ?

it works fine on an 8.2 too here ...
-- 
Florin  http://www.mandrakesoft.com




Re: [Cooker] BUG report for Netstat

2002-04-04 Thread Saint-Michel Laurent

Le Jeudi 4 Avril 2002 16:33, vous avez écrit :
   strange, i cannot reproduce it despite net-tools hasn't be rebuilded
   since january.
I had the same problem with Mdk 8.1  (I j've ust tried on the same computer). 

The strace outup is not helpfull maybe it is only a hardware problem, but  
when I do a loop it is working properly (1hour testing !!). So I am confused. 
I will try tomorrow.

What kind of info do you need ?

BR
Laurent

-- 
Alain Gillot-Pétré(24 novembre 1982)
Froid de novembre, cache ton membre, disait Teilhard de Chardin, qui
philosophait rarement sans sa soutane en thermolactyl Damart ...
-+- P.Desproges Tribunal des flagrants délires (80-82)
---
Envoyé par / Send by Laurent Saint-Michel [EMAIL PROTECTED]
Le : jeu avr  4 21:35:23 CEST 2002
Machine : Linux 2.4.18-6mdk i686




[Cooker] BUG report for Netstat

2002-04-03 Thread Saint-Michel Laurent

Hello,

the command netstat -c -ip just crash after the first run. See the output :

[laurent@linux laurent]$ netstat -c -ip
Table d'interfaces noyau
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500   0 542  0  0  0 674  0  0  0
 BMRU lo16436   0 685  0  0  0 685  0  0 
 0 LRU ppp0   1500   0   30075  0  0  0   22412  0  0
  0 MOPRU
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
Erreur de segmentation

The command strace netstat -c -ip gives : (see t.txt attached)

Finally, I got :

[laurent@linux laurent]$ netstat --version
net-tools 1.60
netstat 1.42 (2001-04-15)
Fred Baumgarten, Alan Cox, Bernd Eckenfels, Phil Blundell, Tuan Hoang and
others
+NEW_ADDRT +RTF_IRTT +RTF_REJECT +FW_MASQUERADE +I18N
AF: (inet) +UNIX +INET +INET6 +IPX +AX25 +NETROM +X25 +ATALK +ECONET +ROSE
HW:  +ETHER +ARC +SLIP +PPP +TUNNEL +TR +AX25 +NETROM +X25 +FR +ROSE +ASH
+SIT +FDDI +HIPPI +HDLC/LAPB
(out of the box of the Mdk 8.2)

And I am using a 2.4.18 modified by Mandrake.

The command 'netstat -c -udp' is working properly.

Please ask if you need any more informations.

Thanks and best regards

Laurent

--

Abstenez-vous de raconter à votre femme les infamies que vous ont faites les
précédentes . Ce n'est pas la peine de lui donner des idées ...
-+-+ Sacha Guitry
---
Envoyé par / Send by Laurent Saint-Michel [EMAIL PROTECTED]
Le : mer avr  3 23:37:57 CEST 2002
Machine : Linux 2.4.18-6mdk i686






Re: [Cooker] BUG report for Netstat

2002-04-03 Thread Thierry Vignaud

Saint-Michel Laurent [EMAIL PROTECTED] writes:

 [laurent@linux laurent]$ netstat -c -ip
 Table d'interfaces noyau
 Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
 eth0   1500   0 542  0  0  0 674  0  0  0
  BMRU lo16436   0 685  0  0  0 685  0  0 
  0 LRU ppp0   1500   0   30075  0  0  0   22412  0  0
   0 MOPRU
 Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
 Erreur de segmentation

strange, i cannot reproduce it despite net-tools hasn't be rebuilded
since january.

florin, could you test on a mdk8.2 ?

-- 
Still untested beyond 'it compiles' (davej)





[Cooker] Bug Report Mandrake 8.2

2002-03-21 Thread Jason Krumbein

I was installing 8.2 and encountered a bug.  An odd bug.

It allows me to start the install, pick language, partition the HD and pick 
packages to install.  then the computer reboots (cold boot sequence) and 
starts the install again.

hardwware description:  Aberdeeninc.com system.  Intel Chipset, Intel Celeron 
533mhz processor, 128m Ram, 40 gb hda partitioned- hda1 is a windo$e 
partition (20gb), hda5 is a Linux Native (19gb), hda7 (I think) is Linux 
Swap(.5gb).  Motherboard (Intel Black Pine 810) is an all-in-one type.  
The boot sequence does not allow me to edit the BIOS, so I cannot edit the 
boot sequence, it is strictly an AC (fda, hda) boot.  Additionally, the 
keyboard and mouse are USB.  There are no PS/2 connectors on the box.

A workaround would be greatly appreciated, or, if not, let the linux 
community know not to buy a BP810 motherboard. (even if the complete system 
is $200.00)

Thanks,
Jason
[EMAIL PROTECTED]




[Cooker] BUG REPORT - dtc driver is incorrect for Domex SCSI card

2002-03-07 Thread Colin Murphy

HI,
I have posted this also to MandrakeExpert, but on reflection it might be 
better here.

I have a Domex DMX3194UP SCSI Adapter which claims to have as its vendor 
DTC Technology Corp.

During an install the dtc drivers will be loaded and report an error.  I 
get around this by added 'another' SCSI card, but loading the initio 
drivers, which work fine.

This is not new to 8.2, it's hassled me in 8.1 and earlier, also in RedHat 
and SuSE (I think).  I've known about it for a while, so, sorry for my 
tardiness in not letting you all know sooner.  This is partly due to the 
fact that there is no automatic way to report this error.  During the 
install I do get an error message, but this does mean me looking at the 
page with Alt+F3 or where ever and then noting it down on a bit of paper 
for email, somewhere later.  I suspect that I might have submitted a bug 
report sooner if the error mesage had been output to a file and I was 
given some clear instruction, as to where to post the bug report.

-- 
Colin Murphy [EMAIL PROTECTED]




[Cooker] Bug report: postgresql rpm packaging

2002-03-07 Thread Tanner Lovelace

Greetings,

There are a few minor issues with the rpm packaging of postgresql.

1. Under the description of the postgresql-tcl package it says:
   The postgresql-tcl package contains the libpgtcl client library,
   but it appears that this library has actually been broken out
   into the libpgtcl2 package.

2. Because the library was broken out, the postgresql-tcl should
   have the following requires line:
   Requires: libpgtcl = %{version}-%{release}

3. The libpgtcl2 package has been given an explicit requirement
   (with a Requires line) of tk.  This is incorrect.  The package
   only should require tcl, not tk.  (And, in the same vein, the
   description of the package should be modified to take out the
   references to tk)  By requiring tk, since tk also requires X 
   it makes it very difficult to install on server machines that 
   don't have X installed.

Cheers,
Tanner Lovelace
-- 
Tanner Lovelace | [EMAIL PROTECTED] | http://wtl.wayfarer.org/
--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--
GPG Fingerprint = A66C 8660 924F 5F8C 71DA  BDD0 CE09 4F8E DE76 39D4
GPG Key can be found at http://wtl.wayfarer.org/lovelace.gpg.asc
--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--
 Those who are willing to sacrifice essential liberties for a little 
 order, will lose both and deserve neither.  --  Benjamin Franklin 

 History teaches that grave threats to liberty often come in times
 of urgency, when constitutional rights seem too extravagant to 
 endure.  --  Justice Thurgood Marshall, 1989 



signature.asc
Description: This is a digitally signed message part


[Cooker] Bug Report for MDK 8.2 beta 2 on Sony VAIO FXA49

2002-02-18 Thread Stephan Richter

Hello everyone,

I have been a long time RedHat and SuSE user, but after I got frustrated 
with these two and MDK 8.1 having Kernel Panics on my new laptop, I tried 
MDK 8.2 b2, since it was the latest Linux release. And I must say I have 
been sold. MDK is the only distribution so far that has the necessary 
user-friendly and graphical elements that make Linux compete with Windows. 
My favorite feature is the 1024x768 16bit framebuffer boot screen. Very nice!

However, I also found some buglets, which are all not crashing the system, 
but they are bugs:

1. I have an internal as well as a wireless network card (PCMCIA). The 
installer gets confused about that and gives me also the wireless options 
for the regular network card, which in return causes wlan.c not to be found 
for the regular card. In fact, it is so bad, that I cannot even proceed 
with the install. If I start the install without the PCMCIA card inserted, 
everything comes up fine.

2. My wireless network card (Linksys WPC11) cannot be activated. It also 
shows me something at the start saying that some license does not exist for 
the Kernel module or so. RedHat recognized and initialized this card 
without any problems from the boot diskette.

3. It seems that the Aurora files are missing for 8.2 b2. After I installed 
the 8.1 version of the packages, everything works just great.

4. The antialiasing support does not seem to work correctly. I know that it 
worked just great on my old VAIO F390 and RedHat, but on this one it just 
does not do the antialiasing effect correctly. Is there a laptop option 
that I have to set somewhere?

5. The USB driver does not seem to work correctly with my Plextor 
PlexWriter 24/10/40U CD-RW. It recognizes the drive but can never mount. 
The DrakeConf also decided that this drive would be the standard drive to 
load further components from the CD-ROM. Since I could not specify which 
drive it should use, I had to create a symlink to the other device to make 
it work. DrakeConf really should use /dev/cdrom and not /dev/scd1.
I have not even attempted to get my USB network card running.

6. I would like to see a nice touchpad driver, where I can define 
scrolling, back-and-forth in the browser and so on, since I think that 
makes the touchpad so attractive. To have this gone under Linux is a bit of 
a pain.

7. Even though there are some problems with the NTFS driver for Linux, I 
would still like to get to my Windows files from Linux, even though they 
might be read-only.

8. When probing for SCSI during installation, my printer receives a signal 
and prints three characters on a page.

Other than that I am very happy and once my beta testing version of VMWare 
arrives (and with some cool 512 MB RAM there will be no problem), I might 
switch to Linux all the way. The high-quality Drake* tools are definitely 
better than SuSE's YaST 2.

Mandrake 8.2 is very suitable for the VAIO PCG-FXA49. It immediately 
detected the right graphics card, soundblaster, printer (that never worked 
before with my HP OfficeJet 720 - I used the 710 driver) and all other 
gadgets.

Regards,
Stephan

--
Stephan Richter
CBU - Physics and Chemistry Student
Web2k - Web Design/Development  Technical Project Management





Re: [Cooker] Bug Report for MDK 8.2 beta 2 on Sony VAIO FXA49

2002-02-18 Thread Bernard Varaine

on VMware the 3.0 build 1455 work fine on 8.2 beta2.(3 VM NT, 2000 and 
NT on a 512Mb)

Just reinstalled it on my Desktop recently.
got a small complaint on the version of gcc but does compile fine.

Only issue I have, is parport0... before I was able to use the 
bidirectional parport on the PC now with 8.2 beta 2 I have to use only 
the std parport wich is a bit slow...
parport0 is either busy or not existing depending on how I try ..

any idea on parport0 device ?

Bernard

Stephan Richter wrote:
 Hello everyone,
 
 I have been a long time RedHat and SuSE user, but after I got frustrated 
 with these two and MDK 8.1 having Kernel Panics on my new laptop, I 
 tried MDK 8.2 b2, since it was the latest Linux release. And I must say 
 I have been sold. MDK is the only distribution so far that has the 
 necessary user-friendly and graphical elements that make Linux compete 
 with Windows. My favorite feature is the 1024x768 16bit framebuffer boot 
 screen. Very nice!
 
 However, I also found some buglets, which are all not crashing the 
 system, but they are bugs:
 
 1. I have an internal as well as a wireless network card (PCMCIA). The 
 installer gets confused about that and gives me also the wireless 
 options for the regular network card, which in return causes wlan.c not 
 to be found for the regular card. In fact, it is so bad, that I cannot 
 even proceed with the install. If I start the install without the PCMCIA 
 card inserted, everything comes up fine.
 
 2. My wireless network card (Linksys WPC11) cannot be activated. It also 
 shows me something at the start saying that some license does not exist 
 for the Kernel module or so. RedHat recognized and initialized this card 
 without any problems from the boot diskette.
 
 3. It seems that the Aurora files are missing for 8.2 b2. After I 
 installed the 8.1 version of the packages, everything works just great.
 
 4. The antialiasing support does not seem to work correctly. I know that 
 it worked just great on my old VAIO F390 and RedHat, but on this one it 
 just does not do the antialiasing effect correctly. Is there a laptop 
 option that I have to set somewhere?
 
 5. The USB driver does not seem to work correctly with my Plextor 
 PlexWriter 24/10/40U CD-RW. It recognizes the drive but can never mount. 
 The DrakeConf also decided that this drive would be the standard drive 
 to load further components from the CD-ROM. Since I could not specify 
 which drive it should use, I had to create a symlink to the other device 
 to make it work. DrakeConf really should use /dev/cdrom and not /dev/scd1.
 I have not even attempted to get my USB network card running.
 
 6. I would like to see a nice touchpad driver, where I can define 
 scrolling, back-and-forth in the browser and so on, since I think that 
 makes the touchpad so attractive. To have this gone under Linux is a bit 
 of a pain.
 
 7. Even though there are some problems with the NTFS driver for Linux, I 
 would still like to get to my Windows files from Linux, even though they 
 might be read-only.
 
 8. When probing for SCSI during installation, my printer receives a 
 signal and prints three characters on a page.
 
 Other than that I am very happy and once my beta testing version of 
 VMWare arrives (and with some cool 512 MB RAM there will be no problem), 
 I might switch to Linux all the way. The high-quality Drake* tools are 
 definitely better than SuSE's YaST 2.
 
 Mandrake 8.2 is very suitable for the VAIO PCG-FXA49. It immediately 
 detected the right graphics card, soundblaster, printer (that never 
 worked before with my HP OfficeJet 720 - I used the 710 driver) and all 
 other gadgets.
 
 Regards,
 Stephan
 
 -- 
 Stephan Richter
 CBU - Physics and Chemistry Student
 Web2k - Web Design/Development  Technical Project Management
 
 
 
 




smime.p7s
Description: S/MIME Cryptographic Signature


[Cooker] 2002-02-14 Cooker Bug Report

2002-02-14 Thread Claudio

Hi all!
I've just made a clean Cooker installation. There are many things fixed since 
beta1, but something is still not perfect...

*) SLOCATE
It's always installed: even if it's explicitally unselected!

*) KUPS / PRINTING MANAGER IN KCONTROL
Configure Cups server always produce an error: error while loading 
configuration file. So no way to disable the fucking cups browsing...

*) KDE -- Error while initializing the sound driver: device /dev/dsp can't 
be open (No such device)

*) BASHRC
sourcing /etc/bashrc:
  bash: TMOUT: readonly variable
...Is it normal?

   That's all at the moment!
   Great job  ;o)

-- 
Claudio Panichi
System/Network Admin at Dept. of Physics
Tor Vergata University and INFN - Sec. Roma II
Remote System is: LINUX Mandrake




Re: [Cooker] 2002-02-14 Cooker Bug Report

2002-02-14 Thread H.McM

But doing this can trip you up too, cause restarting the daemon often causes the 
cupsd.conf to be reverted to the generic one (with browsing on).

You either need to add the line 
CUPS_CONFIG=manual to the /ustc/sysconfig/printing file
OR
do a chmod a-x to /usr/sbin/setcupsconfig.

Maybe a tweak of the cups daemon script?

This is compulsory if you dont use printerdrake to setup printing. (Which I dont - 
cause I cant get it to work unless I setup printing during the actual install process).


Hamster



Can you check the permissions of /etc/cups/cupsd.conf? To turn of 
browsing manually add the line Browsing Off to /etc/cups/cupsd.conf 
and restart the CUPS daemon (service cups restart).

Till


Claudio wrote:

 *) KUPS / PRINTING MANAGER IN KCONTROL
 Configure Cups server always produce an error: error while loading 
 configuration file. So no way to disable the fucking cups browsing...
 









Re: [Cooker] Bug Report: Slow menus

2002-01-22 Thread Fabrice FACORAT

le mar 22-01-2002 à 00:53, Derek Simkowiak a écrit :
 
 OVERVIEW
 
   My newbie / Mac heads / Windoze losers tell me that 'Linux is
 slow'.  I tell them they are full of it.  Then they show me.
 
   Click on the Gnome foot icon (e.g., Start button).  On a 233 MHz
 box, it can take  1 second for the menu to come up.  On an AMD K6/2
 450MHz, it can take .2-.4 seconds to come up, a noticable and distracting
 delay.  On a PIII 1 GHz, it can take .05 - .1 seconds to come up,
 something that does NOT happen under Windows on the same box.  Since this
 is the most-used button, the entire desktop (and hence, 'Linux') seems
 slow.
 
   The cause?  Gnome re-reads the menus from disk at every click.
 
 
 WORKAROUND
 
   Gnome Control Center - Panel - Menu - Keep menus in memory

I see a pb here :
if you install a package, maybe your menu will not be update.

Does menu force gnome/KDE/whatherwmyouwant menu regeneration when a
package is installed ?

   Since Red Hat set that to be the default setting, they have seen a
 drastic decrease in the number of complaints about Gnome speed.  Mandrake
 should also make that the default.
 
 
 [dereks@dev dereks]$ cat /etc/mandrake-release
 Mandrake Linux release 8.1 (Vitamin) for i586
 
 [dereks@dev dereks]$ rpm -q gnome-core gnome-libs
 gnome-core-1.4.0.4-16mdk
 gnome-libs-1.4.1.2-6mdk
 
 
 --Derek
 
 
 
-- 
http://perso.wanadoo.fr/linux_wizard/index.html 
-
Dijkstra me hait problement.
-- Linus Torvalds, (dans kernel/sched.c)





[Cooker] Bug Report: Apache suEXEC misconfiguration

2002-01-21 Thread Derek Simkowiak


PROBLEM DESCRIPTION

suEXEC is misconfigured on Mandrake 8.1.  I believe the problem
needs to be fixed at compile-time.  Furthermore, it dies in such a way as
to be VERY misleading.  To repro, do this:

1. Add an ExecCGI option to the /~userdir/ directory in your Apache
config file.  For Mandrake 8.1, have it look like the following in
/etc/httpd/conf/commonhttpd.conf

Directory /home/*/public_html
AllowOverride All
Options MultiViews Indexes Includes FollowSymLinks ExecCGI
Order allow,deny
Allow from all
/Directory

Notice I've added ExecCGI to the Options line, so that I don't
need put my CGI programs into a $HOME/public_html/cgi-bin/ directory.  I
can just name my CGI programs 'filename.cgi'.

2. Create a simple CGI program in your ~/public_html/

[dereks@dev public_html]$ cd ~/public_html ; cat ./foo.cgi
#!/usr/bin/env python

import sys
sys.stderr = sys.stdout

print Content-Type: text/html\r\n\r\n
print htmlbodyWTF/body/html

[dereks@dev public_html]$ ./foo.cgi
Content-Type: text/html


htmlbodyWTF/body/html
[dereks@dev public_html]$

Note that (a) the CGI program prints the correct header and
newlines, and (b) that it executes from the commandline as user dereks
AND as user apache (although that's not shown above).

3.  Now visit your CGI program and watch it fail:

Hit http://dev/~dereks/foo.cgi and get
-
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.

Please contact the server administrator, root@localhost and inform them of
the time the error occurred, and anything you might have done that may
have caused the error.

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

Apache-AdvancedExtranetServer/1.3.20 Server at dev.xxx.com Port 80
-

...and then look at your error_log and see this:

[root@dev public_html]# tail -n 1 /var/log/httpd/error_log
[Mon Jan 21 14:50:57 2002] [error] [client 192.168.0.187] Premature end of
script headers: /home/dereks/public_html/foo.cgi

This is VERY disturbing because my script headers are FINE!  If I
were somebody new to CGI programming, who did not have the confidence to
KNOW that my script is correct, I could waste a TON of time trying to
figure out what the problem is.  In fact, it is a misconfiguration in
suEXEC.

I noticed this in the Apache FAQ:
--
*  What does it mean when my CGIs fail with Premature end of script
headers?

[content deleted...]

In addition, a configuration problem in suEXEC, mod_perl, or another third
party module can often interfere with the execution of your CGI and cause
the premature end of script headers message.
--

Unfortunately, the fscking FAQ doesn't say WHAT configuration
problem in suEXEC could cause this error message.


WORKAROUND

Disabling suEXEC fixes the problem.  suEXEC can be disabled by
simply renaming the suexec binary and restarting Apache:

[root@dev public_html]# mv /usr/sbin/suexec /usr/sbin/suexec-DIST
[root@dev public_html]# service httpd restart
Shutting down httpd-perl:  [  OK  ]
Shutting down httpd:   [  OK  ]
Starting httpd-perl:   [  OK  ]
Starting httpd:[  OK  ]

Also, I found the following in the suEXEC documentation:
--
APACI's suEXEC configuration options

[content deleted...]

--suexec-userdir=DIR

Define to be the subdirectory under users' home directories where
suEXEC access should be allowed. All executables under this directory will
be executable by suEXEC as the user so they should be safe programs. If
you are using a simple UserDir directive (ie. one without a * in it)
this should be set to the same value. suEXEC will not work properly in
cases where the UserDir directive points to a location that is not the
same as the user's home directory as referenced in the passwd file.
Default value is public_html.

If you have virtual hosts with a different UserDir for each, you
will need to define them to all reside in one parent directory; then name
that parent directory here. If this is not defined properly, ~userdir
cgi requests will not work!
--

I don't know what they mean by you will need to define them to
all reside in one parent directory.  Also, I don't know if the problem is
that, or if it is simply not defined properly at compile-time (thus
breaking the RPM binary).


ADDITIONAL SYSTEM INFO:

[dereks@dev dereks]$ cat /etc/mandrake-release
Mandrake Linux release 8.1 (Vitamin) for i586

[dereks@dev dereks]$ rpm -q apache
apache-1.3.20-3mdk


[Cooker] Bug Report: Slow menus

2002-01-21 Thread Derek Simkowiak


OVERVIEW

My newbie / Mac heads / Windoze losers tell me that 'Linux is
slow'.  I tell them they are full of it.  Then they show me.

Click on the Gnome foot icon (e.g., Start button).  On a 233 MHz
box, it can take  1 second for the menu to come up.  On an AMD K6/2
450MHz, it can take .2-.4 seconds to come up, a noticable and distracting
delay.  On a PIII 1 GHz, it can take .05 - .1 seconds to come up,
something that does NOT happen under Windows on the same box.  Since this
is the most-used button, the entire desktop (and hence, 'Linux') seems
slow.

The cause?  Gnome re-reads the menus from disk at every click.


WORKAROUND

Gnome Control Center - Panel - Menu - Keep menus in memory

Since Red Hat set that to be the default setting, they have seen a
drastic decrease in the number of complaints about Gnome speed.  Mandrake
should also make that the default.


[dereks@dev dereks]$ cat /etc/mandrake-release
Mandrake Linux release 8.1 (Vitamin) for i586

[dereks@dev dereks]$ rpm -q gnome-core gnome-libs
gnome-core-1.4.0.4-16mdk
gnome-libs-1.4.1.2-6mdk


--Derek






Re: [Cooker] Bug Report: Slow menus

2002-01-21 Thread Tim McKenzie


 The cause?  Gnome re-reads the menus from disk at every click.


 WORKAROUND

 Gnome Control Center - Panel - Menu - Keep menus in memory

 Since Red Hat set that to be the default setting, they have seen a
 drastic decrease in the number of complaints about Gnome speed.  Mandrake
 should also make that the default.

 This is hardly a bug.. More like a feature request if you ask me. Though
not an all together bad idea I suppose. Maybe for normal installs and not
expert ones?


 [dereks@dev dereks]$ cat /etc/mandrake-release
 Mandrake Linux release 8.1 (Vitamin) for i586

hrm. should we tell him this list is for cooker ;)





Re: [Cooker] Bug Report: Slow menus

2002-01-21 Thread Derek Simkowiak

 hrm. should we tell him this list is for cooker ;)

Okay, I'm unsubscribing now.  My apologies for the off-topic
posts.

If there is a way to submit bug reports on the current Mandrake
release (i.e., 8.1) please email me privately with the info.


--Derek






Re: [Cooker] Bug Report: Slow menus

2002-01-21 Thread Myles Byrne


Doesn't seem that slow to me, why not just put all the frequently used
apps in the panel and not worry about it? Seems to me that the last
thing we need are more pngs in memory, but mabe I'm wrong.





[Cooker] bug report printing

2001-05-05 Thread Eric MC


hi cooker,
there is a serious pb with the printer set-up in DrakConf.
Use mdk 8, printer = lp (no cups, and not installed)
The printerinstaller doesn't recognize the rhs-printfilters and there are 
several errors in the printtool prog. (error messages)
One of the error messages said: no rhs-printfilters package installed, but on 
the setup it comes up.
Has checked the permissions = ok.
tests doesn't run.
Lpd daemon loaded of course.
My printer is a 815C (same as 810C ??) and is detected as a HP 810C.
But this driver doesn't work !! I have to delect the HP 550,600... series, 
THIS worked in the past. If I select this one printerdrake refuse it and 
continu with the HP 810C.
So, can't print at all.
There were no pbs with 7.2.

eric MC





[Cooker] BUG REPORT for 8.0-beta installation (26/03/2001, via hd.img)

2001-03-26 Thread Claudio

Hi all!
I've just made a clean cooker installation on my home-pc. Many things have 
been adjusted as I can see! Well, that's my bug-report...

--- DURING INTALLATION ---

1.
Possibility to use or not to use SuperMount

2.
Possibility to boot from raid-1 software should be possible building an 
initrd.img with "--proload raid1" option and passing lilo the axact number of 
cyl/head/sect of each hd

3.
Installer now let me make Raid partition, let me install on it but I get 
"kernel panic: VFS: Unable to mount root fs on 09:00" when booting-up.

4.
PINE: not found between packages and not installed in 2.200 MB!!! I had to 
install it by hand later...

5.
Installer report WRONG cyl/head/sect fot primary-master hd. I may solve it 
passing "hda=xx,xx,xx" to lilo while booting up. Should be a kernel problem 
with VIA chipset anyway...

6.
kde-i18n-xx isn't installed by defaul (neither ispell-xx, aspell-xx)

7.
locales, on the other side, is too installed:
[claudio@monster claudio]$ rpm -qa |grep locales
locales-2.3.1-7mdk
locales-it-2.3.1-7mdk
locales-he-2.3.1-7mdk
locales-th-2.3.1-7mdk
locales-zh-2.3.1-7mdk
locales-ko-2.3.1-7mdk
locales-ar-2.3.1-7mdk
[claudio@monster claudio]$

8.
Cannot finish MODEM configuration during install: clicking "OK" just do 
nothing. It's OK for my ethernet card anyway...

9.
Hard-disk is not unmounted after installation process, so "check forced" is 
runned at first startup.

10. 
While booting-up a FAILED message appears:
cannot write /etc/X11/gdm/session/KDE   [FAILED]

11.
Some problems with environment variables, like PATH:
[claudio@monster claudio]$ ls
  bash: ls: command not found
[claudio@monster claudio]$ rpm
  bash: rpm: command not found
[claudio@monster claudio]$ export PATH=$PATH:/bin
[claudio@monster claudio]$
[claudio@monster claudio]$ rpm -qa |grep  netscape
  netscape-communicator-4.76-2mdk
  netscape-common-4.76-2mdk
[claudio@monster claudio]$ rm nothing.null
  rm: impossibile rimuovere `nothing.null': File o directory inesistente
[claudio@monster claudio]$

12.
Still KDE use antialias by default!!! Please, recompile RPM with this option 
off!!!

13.
Missing WindowMaker, Xfce...

Now, I'm gonna use the beta and will let you know some other problems. Anyway 
things seem to get better and better each day!  ;o))

Bye, Claudio
-- 
System: Linux Mandrake (8.0-beta)
Kernel 2.4.2 on Dual Pentium III - 800 MHz
256 MB Ram - Raid Level 1




RAID IMPORTANCE [Was: Re: [Cooker] BUG REPORT for 8.0-beta installation (26/03/2001, via hd.img)]

2001-03-26 Thread Claudio

On Monday 26 March 2001 11:52, you wrote:

  2.
  Possibility to boot from raid-1 software should be possible building an
  initrd.img with "--proload raid1" option and passing lilo the axact
  number of cyl/head/sect of each hd

 tell me exactly what is needed, give me a patch for mkinitrd, and i may do
 it. I can't take time on this :-(
  3.
  Installer now let me make Raid partition, let me install on it but I get
  "kernel panic: VFS: Unable to mount root fs on 09:00" when booting-up.

 strange, i have:

 die "raid / with no /boot" if $mntpoint eq "/"  isMDRAID($part) 
 !has_mntpoint("/boot", $hds);

Well, I think it's a delicate point.
I mean: raid (even software) is asked me when I install linux on any server. 
People love redundancy, even if it costs 2 hard-disks. I always use 
Linux-Mandrake, for I suppose you give the best distribution all over the 
world, for each category of installation. I use Mandrake since the first 
release (I was coming from redhat 5.2). At first NONE in Italy did know 
something about that "Mandrake". Now, Mandrake is much more apprechated that 
any other distro, as I can see on Italian mailing-list, at university and so 
on. I've introduced Mandrake in server-side in many places, I can show you 
the output of an "uptime" that reports how a PC is running 5-6 servers like 
DNS, WWW, MAIL, FTP, SAMBA, ROUTING etc. etc. since (open your eyes...) since 
7 of August! ;o)  I mean: zero reboot since 7 August, that's the power of 
Linux and Mandrake, just I show it when someone tell me that mdk is not 
stable like slackware, for example.
Now, many people ask me for some clusters. For redundancy. The first form of 
redundancy is that my beloved software-RAID-1. OK, you'll say: build raid-1 
while installing and play with your system. That ALMOST correct, except for 
the fact that I HAVE ONLY ONE /BOOT PARTITION ONTO A SINGLE HD!!! So, what is 
raid useful for? If the hd with /boot breaks, the system is lost! :(
So I found an interesting document at:

http://linuxtoday.com/news_story.php3?ltsn=2001-01-07-020-20-PS-HW-SW

which explain in a very simple way "how to boot from a software raid-1 
partition". I think that ReiserFS+Boot_from_raid_1 would be the TOP for a 
Linux system. I mean for non expensive system, obviously!
The document explain how to set up that raid-partition and how to modify lilo 
and initrd.img...
Do you think it'd be possible to realize such a dream?
;o)
P.S.) I'm warned about the fact that I cannot make a system without a 
non-raid /boot partition! That's why I'm writing this mail  =:-/

  Hard-disk is not unmounted after installation process, so "check forced"
  is runned at first startup.

 which partition?

/dev/hdd1 (I use hda/hdc for raid, hdd is a portable-disk that walks between 
home and university! ;o))

Bye  Thanks for listening!
Claudio
-- 
System: Linux Mandrake (8.0-beta, 26/03/2001 install)
Kernel 2.4.2 on Dual Pentium III - 800 MHz
256 MB Ram - Raid Level 1




Re: [Cooker] Bug report during install

2001-03-03 Thread Guillaume Cottenceau

"mailinglist" [EMAIL PROTECTED] writes:

 I was unable to install Cooker (20010213??.iso)
 
 French version selected
 French keyboard selected
 
 The install seems to loop at the question "Do you have SCSI..."
 Whatever the answer, the message box appears again and again

It means that the kernel can't find any hard disk on your system.. please
watch the kernel messages (alt f4) and look for hard drive messages. You
maybe have some ultra-ata-66 or 100 problems. For some issues, booting
with "linux ide0=noautotune ide1=noautotune" does the trick.




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




[Cooker] Bug report during install

2001-02-27 Thread mailinglist

I was unable to install Cooker (20010213??.iso)

French version selected
French keyboard selected

The install seems to loop at the question "Do you have SCSI..."
Whatever the answer, the message box appears again and again

I tried the Expert mode but it's the same problem when choosing the mouse.

Note that the MDK 7.2 is ok on this PC.

Computer :
Asus A7V, AMD Athon Thunderbird 900, RAM 256 MB, 2 x IBM HD 30 GB 7200T
(Udma100), Creative Geforce 2GTS, SoundBlaster128, 40X CDROM Sony, Logitech
wheelmouse
* NO SCSI *





Re: [Cooker] cooker bug report: install process

2001-02-24 Thread Pixel

"Steve Wray" [EMAIL PROTECTED] writes:

 In the expert install,
 section on NIS:
 
 Gives the opportunity to enter NIS domain
 but only accepts broadcast as a server option. 
 Won't allow typing server ip address in.

ok, fixed.


thanks, Pixel.




[Cooker] cooker bug report list?

2000-09-16 Thread jhs

Is there a bug report list specific to cooker? I've looked but
if it exists haven't been able to find it.

tx, Jim Snyder
[EMAIL PROTECTED]





[Cooker] Bug Report

2000-09-08 Thread Lonnie Cumberland

Hello,

I have just downloaded the Mandrake 7.2beta "network.img" and put it on a disk
so that I can install the net Beta version but ran into problems on the boot up
of the disk.

My system is:

Pentium III 500 Mhz with 128Meg ram,
Ultra 66 disk controller, Quantum KX27.3 Gig drive
Also a small WDC AC11200L IDE drive as extra swap partition

3dfx VooDoo 3 Video card
and ethernet connection

Initially, I was able to easily install the Mandrake 7.1 without any problems
using the same procedure just by booting the "network.img" disk that I made
with "dd if=network.img of=/dev/fd0"

For the 7.2Beta, the network.img disk boots and I select "enter" to continue.
Then it detects my drives, which it seems to do, and then freezes up.

I have to then do a "hard-boot" to re-boot my system back into the old Mandrake
7.1 version.

could someone please send me a message when this has been resolved as I will
continue with the testing of this version after that?

Best REgards,
Lonnie Cumberland

__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




[Cooker] Bug Report

2000-09-08 Thread Lonnie Cumberland

Hello,

I have just downloaded the Mandrake 7.2beta "network.img" and put it on a disk
so that I can install the net Beta version but ran into problems on the boot up
of the disk.

My system is:

Pentium III 500 Mhz with 128Meg ram,
Ultra 66 disk controller, Quantum KX27.3 Gig drive
Also a small WDC AC11200L IDE drive as extra swap partition

3dfx VooDoo 3 Video card
and ethernet connection

Initially, I was able to easily install the Mandrake 7.1 without any problems
using the same procedure just by booting the "network.img" disk that I made
with "dd if=network.img of=/dev/fd0"

For the 7.2Beta, the network.img disk boots and I select "enter" to continue.
Then it detects my drives, which it seems to do, and then freezes up.

I have to then do a "hard-boot" to re-boot my system back into the old Mandrake
7.1 version.

could someone please send me a message when this has been resolved as I will
continue with the testing of this version after that?

Best REgards,
Lonnie Cumberland

__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




[Cooker] bug report: kdelibs-devel-1.93-6mdk

2000-08-31 Thread Andreas Simon

There's a file clash between
kdelibs-devel-1.93-6mdk and libtool-devel-1.3.5-2mdk:

file /usr/include/ltdl.h from install of kdelibs-devel-1.93-6mdk
conflicts with file from package libtool-devel-1.3.5-2mdk
 
Cheers,
Andreas




[Cooker] Bug report for new Klyx package

2000-07-19 Thread Guillaume Rousse

Latest Klyx (1.11) was unable to properly render the original scale of
documents created with older version. All content was magnifized a lot.
Pretty cool to make poster, of course, but not very practical for
standard articles :-)
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exist. Just lack of cafeine.




[Cooker] bug report : Mandrake 7.0 Air 2.2.14 kernel

2000-02-06 Thread Francis

Hi all,

I would like to report a bug.

The PLIP module of the 2.2.14 kernel doesn't work at all : the
connection seem to establish, icmp packets are sent when you ping the
hosts each other (you can see the amount of packets sent and received
growing in ifconfig), but nothing comes back.

Reading the news, i saw this problem reported as a bug in 2.2.14 kernel,
the one used in 7.0 Air.

2.2.15 is not ready by now so i had to reinstall the 2.2.13 kernel of
Mandrake 6.1. on both boxes. It works fine but i lost a certain amount
of new functionalities (as automount).

Another problem i had was that on my Toshiba Satellite 2610CDT, the
original PCMCIA module hangs my laptop at boot time :-/ Didn't solve the
problem yet : just removed the daemon. But i'd like to use my PCMCIA
ports ! ;-)

Please reply to : [EMAIL PROTECTED]



Re: [Cooker] bug report : Mandrake 7.0 Air 2.2.14 kernel

2000-02-06 Thread Pixel

Francis [EMAIL PROTECTED] writes:

 Another problem i had was that on my Toshiba Satellite 2610CDT, the
 original PCMCIA module hangs my laptop at boot time :-/ Didn't solve the
 problem yet : just removed the daemon. But i'd like to use my PCMCIA
 ports ! ;-)

as for the moment, use an older kernel (the 6.1's kernel is working fine)



Re: [Cooker] Bug report : PCMCIA detection on Compaq Armada noteb ooks

2000-02-04 Thread Chmouel Boudjnah

"Fenal, Jérôme" [EMAIL PROTECTED] writes:

 That's what I did...
 But what if my notebook didn't have a CDROM drive ?
 What's your PCMCIA chipset, just to let mdk people know ?

please everyone who has problems with pcmcia can send me which cards
exactly don't work which which laptop.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



[Cooker] Bug report : PCMCIA detection on Compaq Armada notebooks

2000-02-02 Thread Fenal, Jérôme


I just installed Air on some Compaq Armada Notebooks and I have freezes when
trying to detect PCMCIA devices (either in the beginning of the install and
at late network config).

I triggered that on an Armada 1750 (PII 300, 128MB RAM, 4GB Disks) and on an
Armada 1574D (P233MMX). 

The PCMCIA chip is a TI 1225 on the 1750, I think it the same on the 1574D.

Please have a look at dmesg.log attached.

Cdt,

Jérôme


 -Message d'origine-
 De: Pixel [mailto:[EMAIL PROTECTED]]
 Date: mercredi 2 février 2000 18:25
 À: [EMAIL PROTECTED]
 Objet: Re: [Cooker] Mandrake 7 ISO V2 soon avalaible
 
 
 [EMAIL PROTECTED] writes:
 
  On Wed 02 Feb at 13:58:54 +0100 
 [EMAIL PROTECTED] done said:
   You could find the Mandrake 7 V2 ISO on the mandrake FTP 
 server today.
   It may be saturated because of all the mirors that sould 
 download today, but you should check.
   It may release the boot disks, the root login on ftp 
 server and the high level of security during installation.
   
   Everyone hope it will be the good one...
  
  Will there be a changelog or anything of the sort released 
 describing
  what has been changed since the previous iso image?
  
 
 here it is:
 
 - fixed: bug in fat resizing
 - fixed: bad error catching in auto fat resizing
 - fixed: auto fat resizing only for `Recommended'
 - fixed: Mylex DAC 960 non detectiong
 - fixed: buggy entries in pcitable that made DrakX try to 
 install server `'
 (empty string). Mostly for Matrox G100
 - added: auto detection of one more GeForce
 - fixed: `DECchip 21041 [Tulip Pass 3]' driver is now de4x5
 - fixed: `DECchip 21050' is not a NIC!
 - fixed: for east european languages, the 75dpi fonts were 
 not installed
 - workaround: for east european languages (and maybe others), 
 the TIS fontset
 from the mdk fonts was taken by Qt (it should have taken the 
 iso8859-[29]).
 chkfontpath remove and re-add the mdk font directory fix 
 this. The problem is
 fixed correctly with last qt from cooker
 - fixed: conv=auto changed to conv=binary (was causing kfm 
 freeze and could
 garbage binaries)
 
 known install bugs not corrected (that i remember):
 - install not booting (stage2 not found and alike errors)
 :( - can't be reproduced
 - install X server not working (GTK saying can't connect to X server) 
 :( - can't be reproduced
 - promise not detected 
 (patch available at www.linux-mandrake.com/en/airlast.php3, 
 but it seems it doesn't work)
 - PS/2 mistakenly detected
 (patch available at www.linux-mandrake.com/en/airlast.php3, 
 but it seems it doesn't work?)
 - no PCI box (patch available at 
 www.linux-mandrake.com/en/airlast.php3)
 - chineese Big5 is not displayed correctly 
 (workaround: boot install with ``linux mem=39M)
 - bulgarian not displayed correctly
 - bad symlink /dev/cdromX to hdX in case of ide burner 
 (fix: change the link to scd0 (or maybe scd1...))
 


 dmesg.log


Re: [Cooker] Bug report : PCMCIA detection on Compaq Armada notebooks

2000-02-02 Thread Fareed Sultani

ok at installtion choose no pcmcia configuration, but after the installion
is done then choose it.  i had the same problem.
Fareed S.
- Original Message -
From: Fenal, Jérôme [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 02, 2000 10:08 AM
Subject: [Cooker] Bug report : PCMCIA detection on Compaq Armada notebooks



I just installed Air on some Compaq Armada Notebooks and I have freezes when
trying to detect PCMCIA devices (either in the beginning of the install and
at late network config).

I triggered that on an Armada 1750 (PII 300, 128MB RAM, 4GB Disks) and on an
Armada 1574D (P233MMX).

The PCMCIA chip is a TI 1225 on the 1750, I think it the same on the 1574D.

Please have a look at dmesg.log attached.

Cdt,

Jérôme


 -Message d'origine-
 De: Pixel [mailto:[EMAIL PROTECTED]]
 Date: mercredi 2 février 2000 18:25
 À: [EMAIL PROTECTED]
 Objet: Re: [Cooker] Mandrake 7 ISO V2 soon avalaible


 [EMAIL PROTECTED] writes:

  On Wed 02 Feb at 13:58:54 +0100
 [EMAIL PROTECTED] done said:
   You could find the Mandrake 7 V2 ISO on the mandrake FTP
 server today.
   It may be saturated because of all the mirors that sould
 download today, but you should check.
   It may release the boot disks, the root login on ftp
 server and the high level of security during installation.
  
   Everyone hope it will be the good one...
 
  Will there be a changelog or anything of the sort released
 describing
  what has been changed since the previous iso image?
 

 here it is:

 - fixed: bug in fat resizing
 - fixed: bad error catching in auto fat resizing
 - fixed: auto fat resizing only for `Recommended'
 - fixed: Mylex DAC 960 non detectiong
 - fixed: buggy entries in pcitable that made DrakX try to
 install server `'
 (empty string). Mostly for Matrox G100
 - added: auto detection of one more GeForce
 - fixed: `DECchip 21041 [Tulip Pass 3]' driver is now de4x5
 - fixed: `DECchip 21050' is not a NIC!
 - fixed: for east european languages, the 75dpi fonts were
 not installed
 - workaround: for east european languages (and maybe others),
 the TIS fontset
 from the mdk fonts was taken by Qt (it should have taken the
 iso8859-[29]).
 chkfontpath remove and re-add the mdk font directory fix
 this. The problem is
 fixed correctly with last qt from cooker
 - fixed: conv=auto changed to conv=binary (was causing kfm
 freeze and could
 garbage binaries)

 known install bugs not corrected (that i remember):
 - install not booting (stage2 not found and alike errors)
 :( - can't be reproduced
 - install X server not working (GTK saying can't connect to X server)
 :( - can't be reproduced
 - promise not detected
 (patch available at www.linux-mandrake.com/en/airlast.php3,
 but it seems it doesn't work)
 - PS/2 mistakenly detected
 (patch available at www.linux-mandrake.com/en/airlast.php3,
 but it seems it doesn't work?)
 - no PCI box (patch available at
 www.linux-mandrake.com/en/airlast.php3)
 - chineese Big5 is not displayed correctly
 (workaround: boot install with ``linux mem=39M)
 - bulgarian not displayed correctly
 - bad symlink /dev/cdromX to hdX in case of ide burner
 (fix: change the link to scd0 (or maybe scd1...))






[Cooker] Bug report on M6.1

1999-09-20 Thread Mubashir Cheema


I have been using Mandrake 6.1 for a day or so
and have found a couple of glitches. 

First problem:
--
There is a font file named :

/usr/X11R6/lib/X11/fonts/ttfonts/beast wars.ttf

As you can see there is a space in the filename.  This
filename is literally begging for trouble.  It took
me alot longer to get the true type fonts working
on my M6.1 system because of this file.  The problem
is that if you add fonts to that directory and then
run :

ttmkfdir -o fonts.scale;
mkfontdir;

The process will create fresh fonts.scale and fonts.dir
files that xfs does not like a single bit.  Infact it
hates it.  :)  xfs will not start the next time and
this will prevent a successful startup of X.  There are
a couple of other font files in that directory that
generate error messages :  dienasty.ttf  and  ikarv.ttf
I dont know how fatal those errors are, but I removed
those files immediately also.

Second problem:
---
This is a minor one.  There are 2 entries in the /etc/group
file.  
cdwriters::64::
cdwriter:x:80:

Someone is obsessed with cdwriters.  And they put an extra
colon in the first entry to show their affection.  :)

Thats all for now.  Oh and we all know that pcmcia stuff
doesn't work for installs.  The worst bug in my opinion
is the Netscape bug, where most of the keyboard shortcuts 
dont work.  I have been told that it is a feature, but ack!
its a horrible feature.  I know there is a workaround but
please understand that you are confusing the hell out of
people who haven't discovered the fix.

Mubashir



Re: [Cooker] bug report and suggestion of netselect

1999-08-29 Thread Pablo Saratxaga

Kaixo !

On Sat, Aug 28, 1999 at 05:22:52PM +, Garrett Goebel wrote:

[Panoramix]
 I'm playing with different distributions today. My wife and daughter are
 out of town, and I have a lot of time on my hands. I could have the
 english translation back in a matter of hours.

It is not an english *translation*, english is the original text; however
as the authors aren't native english speakers several errorsslipped;
a check done by someone with good english spelling/grammar skills would
be highly apprciated.

I attach you the *.pot file which has all the original strings.

For a translation you must never change the msgid "" ones; but in this case
do it; I'll then do a diff and change the sources.

Thank you

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1999-08-29 00:52+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME EMAIL@ADDRESS\n"
"Language-Team: LANGUAGE [EMAIL PROTECTED]\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING\n"

#: ../Xconfigurator.pm_.c:157
msgid "Choose a graphic card"
msgstr ""

#: ../Xconfigurator.pm_.c:179
msgid "Give your graphic card memory size"
msgstr ""

#: ../Xconfigurator.pm_.c:192
msgid "Choose a monitor"
msgstr ""

#: ../Xconfigurator.pm_.c:224
msgid "Monitor not configured yet"
msgstr ""

#: ../Xconfigurator.pm_.c:227
msgid "Graphic card not configured yet"
msgstr ""

#: ../Xconfigurator.pm_.c:230
msgid "Resolutions not chosen yet"
msgstr ""

#: ../Xconfigurator.pm_.c:237
msgid "Do you want to test configuration?"
msgstr ""

#: ../Xconfigurator.pm_.c:237
msgid "Test configuration"
msgstr ""

#: ../Xconfigurator.pm_.c:269
#, c-format
msgid "(leaving in %d seconds)"
msgstr ""

#: ../Xconfigurator.pm_.c:273
msgid "Is this ok?"
msgstr ""

#: ../Xconfigurator.pm_.c:281
msgid "An error occurred, try changing some parameters"
msgstr ""

#: ../Xconfigurator.pm_.c:289 ../Xconfigurator.pm_.c:429
msgid "Automatic resolutions"
msgstr ""

#: ../Xconfigurator.pm_.c:333
msgid "Resolution"
msgstr ""

#: ../Xconfigurator.pm_.c:364
msgid "Choose resolution and color depth"
msgstr ""

#: ../Xconfigurator.pm_.c:611
#, c-format
msgid "Keyboard layout: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:612
#, c-format
msgid "Mouse type: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:613
#, c-format
msgid "Mouse device: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:614
#, c-format
msgid "Monitor: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:615
#, c-format
msgid "Monitor HorizSync: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:616
#, c-format
msgid "Monitor VertRefresh: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:617
#, c-format
msgid "Graphic card: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:618
#, c-format
msgid "Graphic memory: %s KB\n"
msgstr ""

#: ../Xconfigurator.pm_.c:619
#, c-format
msgid "XFree86 server: %s\n"
msgstr ""

#: ../Xconfigurator.pm_.c:644
msgid "Change Monitor"
msgstr ""

#: ../Xconfigurator.pm_.c:645
msgid "Change Graphic card"
msgstr ""

#: ../Xconfigurator.pm_.c:646
msgid "Change Resolution"
msgstr ""

#: ../Xconfigurator.pm_.c:647
msgid "Automatical resolutions search"
msgstr ""

#: ../Xconfigurator.pm_.c:651
msgid "Show information"
msgstr ""

#: ../Xconfigurator.pm_.c:652
msgid "Test again"
msgstr ""

#: ../Xconfigurator.pm_.c:653
msgid "Quit"
msgstr ""

#: ../Xconfigurator.pm_.c:656
msgid "What do you want to do?"
msgstr ""

#: ../Xconfigurator.pm_.c:661
msgid "X at startup"
msgstr ""

#: ../Xconfigurator.pm_.c:667
msgid "X successfully configured"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:4
msgid "256 colors"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:6
msgid "65 thousand colors"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:7
msgid "16 millions of colors"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:8
msgid "4 billions of colors"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:20
msgid "256 kb"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:21
msgid "512 kb"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:22
msgid "1 mb"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:23
msgid "2 mb"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:24
msgid "4 mb"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:25
msgid "8 mb"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:26
msgid "16 mb or more"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:30
msgid "Standard VGA, 640x480 in 60 Hz"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:31
msgid "Super VGA, 800x600 in 56 Hz"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:32
msgid "8514 Compatible, 1024x768 in 87 Hz interlaced (no 800x600)"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:33
msgid "Super VGA, 1024x768 in 87 Hz interlaced, 800x600 in 56 Hz"
msgstr ""

#: ../Xconfigurator_consts.pm_.c:34
msgid "Extended Super VGA, 800x600 

Re: [Cooker] bug report and suggestion of netselect

1999-08-28 Thread Timothy Litwiller

I could help with that.  Send them to [EMAIL PROTECTED]



Pablo Saratxaga wrote:

 Kaixo!

 On Fri, Aug 27, 1999 at 03:28:37PM -0700, Seth Cohn wrote:

  Installed Cooker, using panoramix.
 
  Very nice.  Needs many english cleanups in wording and grammar.

 Indeed.
 Would you want to help doing it ?

 I can send you the file with all the strings.

 --
 Ki ça vos våye bén,
 Pablo Saratxaga

 http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975