[Cooker] kernel 2.4.12-5mdkSMP loop panic.

2001-10-28 Thread Claudio

Sometimes (not always, let's say 2 times during last 15 reboot) I get a 
strange loop1 - kdb panic. I'm prompted for a kdb value to enter, on 
CPU1, but I really don't know what it means. Under this condition, untill I 
reboot, the caps lock and scroll lock leds on the keyboard keep blinking 
alternatively. It's a nice effect, and when I reboot all is fine.
This issue appens *after* scsi detection.
All is ok with kernel 2.4.10

Bye, Claudio




Re: [Cooker] kernel 2.4.12-5mdkSMP loop panic.

2001-10-28 Thread Oden Eriksson

On Sundayen den 28 October 2001 11.34, Claudio wrote:
 Sometimes (not always, let's say 2 times during last 15 reboot) I get a
 strange loop1 - kdb panic. I'm prompted for a kdb value to enter, on
 CPU1, but I really don't know what it means. Under this condition, untill I
 reboot, the caps lock and scroll lock leds on the keyboard keep
 blinking alternatively. It's a nice effect, and when I reboot all is fine.
 This issue appens *after* scsi detection.
 All is ok with kernel 2.4.10

Yes I have seen this nice effect, it's almost like a Guru Meditation, sorry 
I answer to your problem.

Is there a ML FAQ on kernel debugging somewhere?

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Oden Eriksson, Deserve-IT Networks, Jokkmokk, Sweden.
| Mandrake Linux release 8.2 (Cooker) for i586
| Current uptime with kernel 2.4.12-5mdksmp: 8:34
| cpu0 @ 799.53 bm, fan 4500 rpm, temp +29.0°C
| cpu1 @ 801.17 bm, fan 4500 rpm, temp +28°C




Re: [Cooker] does wine in cooker work?

2001-10-28 Thread Tom Badran

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 28 Oct 2001 5:50 am, you wrote:
 That's the dilema.  Codeweaver's preview works pretty well, but still has
 TONS of loose ends.  Cooker's wine is newer, but doesn't seem to
 work.


Ive just tried out transgamings winex and it works reallly well

- -- 
Tom Tomahawk Badran
Imperial College Dept of Computing
- -
PGP Public key available from:
certserver.pgp.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE72/NaXCpWOla2mCcRAsGlAJ9U1Ccp4olzvR+/vRS6wMSvx9jkEACfWifg
HYz8HMzT4jebG1OdBYPUTTI=
=Hi6v
-END PGP SIGNATURE-




Re: [Cooker] does wine in cooker work?

2001-10-28 Thread Fabrice FACORAT

le dim 28-10-2001 at 13:00 Tom Badran a écrit :
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Sunday 28 Oct 2001 5:50 am, you wrote:
  That's the dilema.  Codeweaver's preview works pretty well, but still has
  TONS of loose ends.  Cooker's wine is newer, but doesn't seem to
  work.
 
 
 Ive just tried out transgamings winex and it works reallly well

I hope that Mandrake and Transgaming will give a full list os games that
works with their distribustion and stress the possible problems ( in
order to avoid disappointment ).
Does wine or WineX support IPX ? I need it to play Starcraft Broodwar on
LAN ( fed up to boot to win9x just for LAN parties ).

-- 
http://perso.wanadoo.fr/linux_wizard/index.html 
-
Il ne faut pas frapper un homme a terre.
Il faut lui donner des coups de pieds; ca evite de se baisser.





Re: [Cooker] does wine in cooker work?

2001-10-28 Thread Tom Badran

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 I hope that Mandrake and Transgaming will give a full list os games that
 works with their distribustion and stress the possible problems ( in
 order to avoid disappointment ).
 Does wine or WineX support IPX ? I need it to play Starcraft Broodwar on
 LAN ( fed up to boot to win9x just for LAN parties ).

I guess it supports it if you have ipx setup under linux normally, as it does 
with tcp/ip networking.

- -- 
Tom Tomahawk Badran
Imperial College Dept of Computing
- -
PGP Public key available from:
certserver.pgp.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE73AWkXCpWOla2mCcRAmEWAJ9DTSrXtFSQKSTpFGGfgeSpm12cZACfUKzl
LrqfxTQmL+FwGJrcTjvyVOI=
=Xvxa
-END PGP SIGNATURE-




Re: [Cooker] does wine in cooker work?

2001-10-28 Thread Fabrice FACORAT

le dim 28-10-2001 at 14:18 Tom Badran a écrit :

 I guess it supports it if you have ipx setup under linux normally, as it does 
 with tcp/ip networking.

I use the standard kernel cooker with kernel-source and I just need to
do modprobe ipx tào activate ipx.
But nothing. I will try to have a look at wine diocumentaion and config
tools.

-- 
http://perso.wanadoo.fr/linux_wizard/index.html 
-
- Allo ! HotLine xyz ?
- J'ai un PC avec Windows 95.
- Oui et alors ?
- Il ne marche pas !
- Oui vous me l'avez deja dit !





[Cooker] ssh server keys tuning...

2001-10-28 Thread Oden Eriksson

Hi all,

I allways have to edit the sshd.init file so that the sshd server keys 
generates keys with the correct number of bits.

I know that RSA1 is max 1024, and DSA is 2048 and that is default values, but 
RSA2 can do 2048 too, and _that's_ not default.

The attached patch fixes and clarifies this.

Chears.
-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Oden Eriksson, Deserve-IT Networks, Jokkmokk, Sweden.
| Mandrake Linux release 8.2 (Cooker) for i586
| Current uptime with kernel 2.4.12-5mdksmp: 13:10
| cpu0 @ 799.53 bm, fan 4383 rpm, temp +29.0°C
| cpu1 @ 801.17 bm, fan 4470 rpm, temp +28°C


--- sshd.init	Thu Oct  4 14:26:00 2001
+++ sshd.init.oden	Sun Oct 28 15:12:33 2001
@@ -32,7 +32,7 @@
 do_rsa1_keygen() {
 	if [ ! -s $RSA1_KEY ]; then
 		echo -n $Generating SSH1 RSA host key: 
-		if $KEYGEN -q -t rsa1 -f $RSA1_KEY -C '' -N '' /dev/null; then
+		if $KEYGEN -q -b 1024 -t rsa1 -f $RSA1_KEY -C '' -N '' /dev/null; then
 			chmod 600 $RSA1_KEY
 			chmod 644 $RSA1_KEY.pub
 			success $RSA1 key generation
@@ -48,7 +48,7 @@
 do_rsa_keygen() {
 	if [ ! -s $RSA_KEY ]; then
 		echo -n $Generating SSH2 RSA host key: 
-		if $KEYGEN -q -t rsa -f $RSA_KEY -C '' -N '' /dev/null; then
+		if $KEYGEN -q -b 2048 -t rsa -f $RSA_KEY -C '' -N '' /dev/null; then
 			chmod 600 $RSA_KEY
 			chmod 644 $RSA_KEY.pub
 			success $RSA key generation
@@ -64,7 +64,7 @@
 do_dsa_keygen() {
 	if [ ! -s $DSA_KEY ]; then
 		echo -n $Generating SSH2 DSA host key: 
-		if $KEYGEN -q -t dsa -f $DSA_KEY -C '' -N '' /dev/null; then
+		if $KEYGEN -q -b 2048 -t dsa -f $DSA_KEY -C '' -N '' /dev/null; then
 			chmod 600 $DSA_KEY
 			chmod 644 $DSA_KEY.pub
 			success $DSA key generation



[Cooker] Re: Re: two big software issues

2001-10-28 Thread Brian J. Murrell

Robert, please use defacto standard indenting and attribution so that
we can understand what part of an e-mail you are responding to and
what part is your response.  I will try to figure it out since I
recognize my own text (and reformat so that everyone else can figure
it out).

On Sun, Oct 28, 2001 at 09:39:14AM -0500, Robert L Martin wrote:
 I, (Brian J. Murrell) wrote:
  asking this, your questions do not belong on this list.  This list is
  for the purposes of testing/developing the _next_ version of Mandrake
  Linux, 8.2 or 9.0.
 
  Try the Mandrake Expert (IIR the name C) forum.
 
 --
 Then my question is why did i have to even ask the question???

Because you don't know?  That is what Mandrake Expert is for.  It is
there to help Mandrake Linux Users (not testers and developers) using
stock/out of the box versions of Mandrake Linux with How do I type
of questions.

  Robert L Martin wrote:
   1 Dial Up Networking is set up by defualt to auto dial under M$
and has easy to find check boxes to setup
   2 Software that is supposed to do dvds looks like it hangs
   3 I answered myself
   The network wizard should set  net autodial up for you.

b.


-- 
Brian J. Murrell




Re: [Cooker]

2001-10-28 Thread steve ide





  - Original Message - 
  From: 
  P. Godin 
  
  To: ZDNet Express ; Yura 
  Gusev ; [EMAIL PROTECTED] ; William Bouterse ; 
  Vincent Meyer 
  ; Vincent Danen ; Thierry Vignaud ; steve ide ; Steve Fox ; Stefan van der Eijk ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; Ron Stodden ; Robin Cook ; Robert L Martin ; Rainer Koschnick ; RA ; R.I.P. 
  Deaddog ; Pixel ; Pierre Fortin ; Peter 
  Ruskin ; Pavol 
  Cvengros ; Paul Cox ; Paolo Pedroni ; Onur Kucuk ; Oden Eriksson ; Michael Riss ; Maxim Heijndijk ; Linux 
  Counter ; Leon Brooks ; Laurent 
  Montel ; Jorg ; J . A . Magallon ; Han ; guran ; Guillaume 
  Rousse ; George Mitchell ; Geoffrey Lee ; Gary Lawrence Murphy 
  ; [EMAIL PROTECTED] ; Frederic 
  Crozat ; François Pons ; Franco Silvestro ; Fabrice 
  FACORAT ; [EMAIL PROTECTED] ; Don Head ; David Hedbor ; David ; David ; [EMAIL PROTECTED] ; cooker ; Claudio ; Chuck 
  Lalli ; Christian Belisle ; Charles A 
  Edwards ; Cain Brian-BCAIN1 ; Brian 
  J. Murrell ; Brad Felmey ; [EMAIL PROTECTED] ; Borsenkow Andrej ; Blue 
  Lizard ; [EMAIL PROTECTED] ; Ben Blake ; [EMAIL PROTECTED] ; Anders Bruun 
  Olsen ; Alexander Skwar ; [EMAIL PROTECTED] 
  
  Sent: Saturday, October 27, 2001 1:42 
  PM
  Subject: [Cooker] 
  
  sallut
  
  Et pierre commen va tu makes a long 
  time
  
  Any news from lainey 
  
  Salutations 



[Cooker] lyx-1.1.6-11mdk.i586.rpm segfaults

2001-10-28 Thread Charles A Edwards

 When I run lyx-1.1.6-11mdk.i586. the app segfults with the following:

[charles@localhost .gnome-desktop]$ lyx

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. If possible, please read 'Known bugs'
under the Help menu and then send us a full bug report. Thanks!
Bye.
Aborted
 
If I install  lyx via lyx-1.1.6fix3-1.i386.rpm it performs without problems.

The system is an 800mz duron wih 384 mb ram.


   Charles 





Re: [Cooker] AppleTalk kernel 2.4-12-5mdk

2001-10-28 Thread Han

John Haywood ([EMAIL PROTECTED]) wrote:
 Thanks Han - time to stop *that* dowload and off to bugzilla

 Well, bugzilla has given me a password, then decided not to allow me
 to file a bug graet product that!!!

 In fact, I'm advised to post the fact that a cooker kernel (two, in
 fact) is missing the appletalk.o.gz module on the Expert mailing
 list (!!)

 Wouldn't expect much cooker support on the expert list, so I'm
 hoping that one of the MDK kernel guys reads here

Hmmm yes thats what they told me as well... don't use bugzilla. :(


Cya, Han.




Re: [Cooker] does wine in cooker work?

2001-10-28 Thread Hoyt Duff

On Sunday 28 October 2001 07:00 am, you wrote:
 On Sunday 28 Oct 2001 5:50 am, you wrote:
  That's the dilema.  Codeweaver's preview works pretty well, but still has
  TONS of loose ends.  Cooker's wine is newer, but doesn't seem to
  work.

 Ive just tried out transgamings winex and it works reallly well


Is it a free download. If so, where?

Hoyt




Re: [Cooker] does wine in cooker work?

2001-10-28 Thread George Mitchell

Hoyt Duff wrote:

 On Sunday 28 October 2001 07:00 am, you wrote:
  On Sunday 28 Oct 2001 5:50 am, you wrote:
   That's the dilema.  Codeweaver's preview works pretty well, but still has
   TONS of loose ends.  Cooker's wine is newer, but doesn't seem to
   work.
 
  Ive just tried out transgamings winex and it works reallly well

 Is it a free download. If so, where?

 Hoyt

Source only appears to be free: http://www.transgaming.com/download.php





[Cooker] Re: does wine in cooker work?

2001-10-28 Thread Brian J. Murrell

On Sun, Oct 28, 2001 at 09:08:59PM -0800, George Mitchell wrote:
 
 Source only appears to be free: http://www.transgaming.com/download.php

And the Sourceforge cvs checkout of it is broken:

$ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/winex co wine
? redhat-5.2-intel
protocol error: directory '/home/wine/wine' not within root '/cvsroot/winex'

Make of that what you will.

b.


-- 
Brian J. Murrell




Re: [Cooker] does wine in cooker work?

2001-10-28 Thread Mike Graham

On Sunday 28 October 2001 01:14 am, you wrote:
Brian I have tried the cooker version and can not get it to work either.
Mike
 I have installed Wine from Cooker, but when I run wine notepad.exe
 it just spins in a CPU intensive cycle and does not do anything else
 (no display of any kind).

 Does Wine in the current Cooker work OK?

 b.




[Cooker] New emacs alternative

2001-10-28 Thread Denis Pelletier

Hello,

I upgraded to emacs-21.1-2mdk (from emacs-20.7) and I have some comments.

After the upgrade I still had the following links:
/usr/bin/emacs - /etc/alternatives/emacs
/etc/alternatives/emacs - /usr/bin/emacs-20.7

After modifying the deprecated link to
/etc/alternatives/emacs - /usr/bin/emacs-21.1 I can again run emacs by
typing emacs at the command line.

But I don't understand how the /etc/alternatives work. If I type emacs
at the command line, I get an emacs window with a green background and
yellow fonts. If I type emacs-21.1 at the command line I get a much
nicer window with a white background and black fonts. I don't understanf
why I have different results.

Could someone give me a pointer or a link for the behaviour of
/etc/alternatives? Thanks.

Denis
___
Denis Pelletier
Étudiant au doctorat
sciences économiques, Université de Montréal





[Cooker] Kernel panic updating kernel!

2001-10-28 Thread Gary Lawrence Murphy

This is the first time this has happened, but it seems to point back to
super.c (my whole reason for upgrading the kernel ;)

[root@maya RPMS]# rpm -Uvh kernel-*.rpm
Segmentation fault
[root@maya RPMS]# Oct 29 00:21:48 maya kernel:  kernel BUG at super.c:274!
Oct 29 00:21:48 maya kernel: invalid operand: 
Oct 29 00:21:48 maya kernel: CPU:0
Oct 29 00:21:48 maya kernel: EIP:
0010:[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-291698/96]
Oct 29 00:21:48 maya kernel: EIP:0010:[d086dc8e]
Oct 29 00:21:48 maya kernel: EFLAGS: 00010286
Oct 29 00:21:48 maya kernel: eax: 001b   ebx: c1499ea0   ecx: c025dddc   edx: 
0001272d
Oct 29 00:21:48 maya kernel: esi:    edi: cfac4800   ebp: ff85   esp: 
c42bfec4
Oct 29 00:21:48 maya kernel: ds: 0018   es: 0018   ss: 0018
Oct 29 00:21:48 maya kernel: Process rpm (pid: 23164, stackpage=c42bf000)
Oct 29 00:21:48 maya kernel: Stack: d08785ae 0112  c013bf4c c9aa2e60 
0009 c970f420 d08784c1 
Oct 29 00:21:48 maya kernel:d08784cb d08784d5 0286  c970f420 
0003 c9ac7880 d087807f 
Oct 29 00:21:48 maya kernel:cfac4800 0292 c143fd40  c143fd40 
cbf38000 bfffe658 c013c3eb 
Oct 29 00:21:48 maya kernel: Call Trace: 
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-248402/96] 
[path_walk+1740/1968] 
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-248639/96] 
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-248629/96] 
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-248619/96] 
Oct 29 00:21:48 maya kernel: Call Trace: [d08785ae] [c013bf4c] [d08784c1] 
[d08784cb] [d08784d5] 
Oct 29 00:21:48 maya kernel:
[af_packet:__insmod_af_packet_O/lib/modules/2.4.8-26mdk/kernel/net/pac+-249729/96] 
[__user_walk+75/96] [vfs_stat+98/144] [sys_stat64+17/48] [system_call+51/64] 
Oct 29 00:21:48 maya kernel:[d087807f] [c013c3eb] [c0138f32] [c01394c1] 
[c0106ec3] 
Oct 29 00:21:48 maya kernel: 
Oct 29 00:21:48 maya kernel: Code: 0f 0b 59 5e 57 e8 d8 f9 ff ff 85 c0 89 44 24 04 5a 
74 4f 80 


-- 
Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
Computers are useless.  They can only give you answers.(Pablo Picasso)





Re: [Cooker] Re: does wine in cooker work?

2001-10-28 Thread J.P.Pasnak

On October 28, 2001 23:11 pm, you wrote:
 On Sun, Oct 28, 2001 at 09:08:59PM -0800, George Mitchell wrote:
  Source only appears to be free: http://www.transgaming.com/download.php

 And the Sourceforge cvs checkout of it is broken:

 $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/winex co
 wine ? redhat-5.2-intel
 protocol error: directory '/home/wine/wine' not within root
 '/cvsroot/winex'


Worked fine here, compiling it right now


-- 
Live fast, die young,
you're sucking up my bandwidth

J.P. Pasnak, CD
Warped Systems
http://www.warpedsystems.sk.ca
http://canopener.ca




[Cooker] Re: Re: does wine in cooker work?

2001-10-28 Thread Brian J. Murrell

On Sun, Oct 28, 2001 at 11:38:25PM -0600, J.P.Pasnak wrote:
 On October 28, 2001 23:11 pm, you wrote:
 
  And the Sourceforge cvs checkout of it is broken:
 
  $ cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/winex co
  wine ? redhat-5.2-intel
  protocol error: directory '/home/wine/wine' not within root
  '/cvsroot/winex'
 
 
 Worked fine here, compiling it right now

Yeah, I am a bit slow this morning.  I already had a virgin wine
checkout.  I checked out into winex and all went fine.  I am
compiling too.  :-)

b.


-- 
Brian J. Murrell