[Cooker] Version 20020106 8:05 still foobared :(((((

2002-01-06 Thread Mircea Ciocan

 The same as the previous versin :

The same inconsistency problems on the contrib hdlist and the same
death of the install prog  when used with only main install media.
Was doing a network install via http if matters.

Mircea c.




[Cooker] SNF

2002-01-06 Thread Tobias Marx

hi!

are there any plans to release a new version of the single network
firewall? this is a very nice tool, but ipchains are a bit outdated.

bye,
Tobias





Re: [Cooker] new cooker channel #mdk-cooker, come by and say hi..

2002-01-06 Thread Gary Chisholm

I'm assuming your talking it's on Open Projects Network
(irc.openprojects.org) ? 

- Just for people that dont know

-
Gary

On Sun, 2002-01-06 at 00:34, Jorg wrote:
 I started a cooker channel, for help and just general discussion about
 cooker, come by and say hi.
 
 -- 
 Thanks
 Jorg
 
 Mandrake Linux 8.2 Cooker kernel-2.4.13-12mdk up 56 days   5hrs 07mins
 






Re: [Cooker] Version 20020106 8:05 still foobared :(((((

2002-01-06 Thread Yura Gusev

On Sun, 6 Jan 2002, Mircea Ciocan wrote:

  The same as the previous versin :

   The same inconsistency problems on the contrib hdlist and the same
 death of the install prog  when used with only main install media.
   Was doing a network install via http if matters.

   Mircea c.

Check the date, they are not working on weekends. Nobody should.

-- 
 10:58am  up 10 days, 22:09,  2 users,  load average: 0.02, 0.01, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





Re: [Cooker] SNF

2002-01-06 Thread Yura Gusev

On Sun, 6 Jan 2002, Tobias Marx wrote:

 hi!

 are there any plans to release a new version of the single network
 firewall? this is a very nice tool, but ipchains are a bit outdated.

 bye,
 Tobias

Actually you can test it now. Cooker has all new SNF packages.

-- 
 11:02am  up 10 days, 22:13,  2 users,  load average: 0.00, 0.00, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





[Cooker] Unable to boot Kernel 2.4.17.1mdk, mkinitrd-3.1.6 bugs

2002-01-06 Thread Reinhard Katzmann

Hi!

I'm unable to boot my self-made 2.4.17 kernel. When I try it
I get the following messages:

VFS: Mounted root (ext2 filesystem).
Mounted devfs on /dev.
Red Hat nash version 3.1.6-mdk starting.
Mounting /proc filesystem.
Creating root device.
Mounting root filesystem with flags noatime
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
pivotroot:pivot_root(/sysroot,/sysroot/initrd) failed:22
Freeing unused kernel memory:708k freed.
Kernel panic: No init found. Try passing init= option to kernel.

Note: pivotroot returns error 22. What does this mean ?

This is with mkinitrd-3.1.6-16mdk, I also -12mdk (my previous version)
without success. This version worked fine with the 2.4.16 kernel. I
also updated e2fsprogs to 1.25-2mdk and use the recent modutils 
2.4.12-1mdk. (the modutils were also used with 2.4.16 kernel, while
e2fsprogs/mkinitrd was updated when the 2.4.17 kernel did not boot).
I used make oldconfig with my old 2.4.16 kernel config and left all
new 2.4.17 options out.

I also tested without initrd image. This fails as well:

VFS: Mounted root (ext2 filesystem).
Mounted devfs on /dev.
Freeing unused kernel memory:708k freed.
Kernel panic: Attempted to kill init!

Any other dependencies which needs to be updated for mkinitrd ? I 
only checked rpm -q --requires mkinitrd and except the mentioned
packages all the other are from original Mandrake 8.1. I did not
make changes to my original Mandrake 8.1 except the mentioned kernel
packages and initscripts (I'm mainly interested in kernel/driver
development USB/IEEE1394 and DVB/DVD).

Also I checked the initrd image and found two strange things:
- /sbin is created with mkdir and there a link from bin to sbin
  is created. (Same with the old version). I commented the mkdir
  command for testing.
- mkinitrd does not check the the kernel config (/boot/config-2.4.17-xyz)
  correctly, modules are added from the kernel source tree (!)
  which are inside the kernel (for me this was ext3, ide-mod, ide-probe-mod,
  ide-disk). If I don't add them to IGNOREMODS insmoding will (of course)
  fail when booting the kernel.

I have a Sony Vaio FX-301 Laptop with 256 MB RAM.
With best regards,

Reinhard Katzmann
-- 
Software-Engineer, Developer for Embedded Devices
Project: HyperPen Tablet USB Driver for Linux 
GnuPG Public Key available on request



msg50345/pgp0.pgp
Description: PGP signature


[Cooker] Re: [CHRPM] kernel-2.4.17.1.mdk-1-1mdk

2002-01-06 Thread Reinhard Katzmann

Guillaume Rousse [EMAIL PROTECTED] schrieb:
 arch/i386/kernel/kernel.o: In function `sys_call_table':
 arch/i386/kernel/kernel.o(.data+0x268): undefined reference to `sys_quotactl'
 kernel/kernel.o(.data+0xe64): undefined reference to `nr_dquots'
 make[1]: *** [kallsyms] Erreur 1
 make[1]: Quitte le r%/1€Œiso8859-15épertoire `/usr/src/linux-2.4.17-1mdk'
 make: *** [vmlinux] Erreur 2
 
 Am i missing something here ?

Same here, I did not include quota fs support. For some reason which I
don't see any need for (I grepped kernel and arch directories for quot but
the two places where I found quota could be easily commented, so those were
only definitions. Maybe the diskquota fs driver needs it but then it should
not be defined in the quota fs itself.

The two places which I changed: (grep output)
arch/i386/kernel/entry.S:/* .long SYMBOL_NAME(sys_quotactl) */
arch/i386/kernel/entry.S~:  .long SYMBOL_NAME(sys_quotactl)

kernel/sysctl.c:/*  {FS_NRDQUOT, dquot-nr, nr_dquots, 2*sizeof(int),  
0444, NULL, proc_dointvec},*/
kernel/sysctl.c~:   {FS_NRDQUOT, dquot-nr, nr_dquots, 2*sizeof(int),

I find it very strange to find a reference for disk quota which can be easily
removed from config inside the static fs_table of the kernel. According to
the documentation nothing but ext2 does support quota and it is also a change
which should not be done to a stable kernel tree. I recommand to remove
this patch as well as the change to entry.S.:

kernel/sysctl.c
@@ -295,8 +296,8 @@
 0444, NULL, proc_dointvec},
{FS_MAXFILE, file-max, files_stat.max_files, sizeof(int),
 0644, NULL, proc_dointvec},
-   {FS_NRDQUOT, dquot-nr, nr_dquots, 2*sizeof(int),
-0444, NULL, proc_dointvec},
+   {FS_NRDQUOT, dquot-nr, nr_dquots, 2*sizeof(int),
+0444, NULL, proc_dointvec},
{FS_DENTRY, dentry-state, dentry_stat, 6*sizeof(int),
 0444, NULL, proc_dointvec},
{FS_OVERFLOWUID, overflowuid, fs_overflowuid, sizeof(int), 0644, NULL,

+++ arch/i386/kernel/entry.SSat Jan  5 19:26:18 2002
@@ -555,7 +555,7 @@
.long SYMBOL_NAME(sys_init_module)
.long SYMBOL_NAME(sys_delete_module)
.long SYMBOL_NAME(sys_get_kernel_syms)  /* 130 */
-   .long SYMBOL_NAME(sys_quotactl)
+/* .long SYMBOL_NAME(sys_quotactl) */
.long SYMBOL_NAME(sys_getpgid)
.long SYMBOL_NAME(sys_fchdir)
.long SYMBOL_NAME(sys_bdflush)


Another problem: I was unable to boot from 2.4.17. I will report
this in an extra mail (as it is probably mkinitrd related, though
I'm unsure).

With best regards,

Reinhard
-- 
Software-Engineer, Developer for Embedded Devices
Project: HyperPen Tablet USB Driver for Linux 
GnuPG Public Key available on request



msg50346/pgp0.pgp
Description: PGP signature


[Cooker] Segfault with ld compiling KDE3

2002-01-06 Thread Vincent Jaubert

Hiya !
I have tried to compile kde 3 beta 1 (and kde 3 cvs), but ld segfaults during 
the compilation of kdelibs.
I use kernel 2.4.17.1mdk, gcc2.96 and the latest binutils from cooker.
Here is the errror message i get:

/bin/sh ../libtool --mode=link --tag=CXX c++  -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wbad-function-cast -Wcast-align -Wundef -Wconversion 
-fno-builtin -Wnon-virtual-dtor -Wno-long-long -g3 -Wall -pedantic -W 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fno-exceptions 
-fno-check-new  -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_COMPAT -Woverloaded-virtual  -o 
libkhtml.la.closure libkhtml_la_closure.lo -version-info 4:0 -module 
-no-undefined -L/usr/X11R6/lib -L/usr/local/lib/qt-copy//lib 
-L/usr/local/kde.cvs/lib  khtmlview.lo khtml_part.lo khtml_run.lo 
khtml_factory.lo khtml_settings.lo khtml_events.lo khtml_find.lo khtml_ext.lo 
khtml_pagecache.lo libkhtml_la_meta_unload.lo  ./xml/libkhtmlxml.la 
./html/libkhtmlhtml.la    ./rendering/libkhtmlrender.la ./css/libkhtmlcss.la  
    ./misc/libkhtmlmisc.la ./dom/libkhtmldom.la ./java/libkjava.la   
../kio/libkio.la        ../kparts/libkparts.la ../kdeprint/libkdeprint.la
libtool: link: warning: `-version-info' is ignored for programs
c++ -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wbad-function-cast -Wcast-align 
-Wundef -Wconversion -fno-builtin -Wnon-virtual-dtor -Wno-long-long -g3 -Wall 
-pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings 
-fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -Woverloaded-virtual 
-o .libs/libkhtml.la.closure .libs/libkhtml_la_closure.o .libs/khtmlview.o 
.libs/khtml_part.o .libs/khtml_run.o .libs/khtml_factory.o 
.libs/khtml_settings.o .libs/khtml_events.o .libs/khtml_find.o 
.libs/khtml_ext.o .libs/khtml_pagecache.o .libs/libkhtml_la_meta_unload.o  
-L/usr/X11R6/lib -L/usr/local/lib/qt-copy//lib -L/usr/local/kde.cvs/lib 
./xml/.libs/libkhtmlxml.a 
-L/usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/2.96 
-L/usr//bin/../lib/gcc-lib -L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96 
-L/usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/2.96/../../.. 
-L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/../../.. 
./html/.libs/libkhtmlhtml.a ./rendering/.libs/libkhtmlrender.a 
./css/.libs/libkhtmlcss.a ./misc/.libs/libkhtmlmisc.a 
./dom/.libs/libkhtmldom.a ./java/.libs/libkjava.so ../kio/.libs/libkio.so 
../kparts/.libs/libkparts.so ../kdeprint/.libs/libkdeprint.so 
/home/vincent/src/kdecvs/kdelibs/kparts/.libs/libkparts.so 
/home/vincent/src/kdecvs/kdelibs/kio/.libs/libkio.so 
/home/vincent/src/kdecvs/kdelibs/kdeui/.libs/libkdeui.so 
/home/vincent/src/kdecvs/kdelibs/kdefx/.libs/libkdefx.so 
/home/vincent/src/kdecvs/kdelibs/kdesu/.libs/libkdesu.so 
/home/vincent/src/kdecvs/kdelibs/kdecore/.libs/libkdecore.so 
/home/vincent/src/kdecvs/kdelibs/dcop/.libs/libDCOP.so -lqt-mt -lpng 
/usr/lib/libjpeg.so -lX11 -lSM -lICE -lpthread -ldl -lXext -lresolv -lutil 
-lz -lstdc++ -lm -lc -lgcc -Wl,--rpath -Wl,/usr/local/kde.cvs/lib
collect2: ld terminated with signal 11 [Erreur de segmentation], core dumped
make[3]: *** [libkhtml.la.closure] Erreur 1
make[3]: Quitte le répertoire `/home/vincent/src/kdecvs/kdelibs/khtml'
make[2]: *** [all-recursive] Erreur 1
make[2]: Quitte le répertoire `/home/vincent/src/kdecvs/kdelibs/khtml'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/home/vincent/src/kdecvs/kdelibs'
make: *** [all-recursive-am] Erreur 2

Thanks for the help.

cya




[Cooker] Re: [CHRPM] kernel-2.4.17.1mdk-1-1mdk

2002-01-06 Thread Blue Lizard

On Sat, 2002-01-05 at 08:06, Juan Quintela wrote:
 --=-=-=
 Name: kernel-2.4.17.1mdk   Relocations: (not relocateable)
 Version : 1 Vendor: MandrakeSoft

 
 --=-=-=
 
 * Fri Jan 04 2002 Juan Quintela [EMAIL PROTECTED] 1-1mdk
 
 - Devfs don't create /dev/root anymore (P1007).
Did I miss a discussion somewhere?  Why no /dev/root?
 - rediff supermount patch.
 - updated international cryto patch to 2.4.17.
 - remove reverting devfs patches.
 - 2.4.17.
 - 2.4.17.1mdk.
 
 -- 
 http://www.linux-mandrake.com/en/cookerdevel.php3
 
Regards.




Re: [Cooker] Re: [CHRPM] kernel-2.4.17.1mdk-1-1mdk

2002-01-06 Thread Yura Gusev

On 6 Jan 2002, Blue Lizard wrote:

 On Sat, 2002-01-05 at 08:06, Juan Quintela wrote:

  Name: kernel-2.4.17.1mdk   Relocations: (not relocateable)
   %subj: kernel-2.4.17.1mdk-1-1mdk

  - Devfs don't create /dev/root anymore (P1007).
 Did I miss a discussion somewhere?  Why no /dev/root?

http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?root+7

The standard system with SCSI drives usually has /dev/root linked to
/dev/dsk/dks0d1s0,/dev/swap linked to /dev/dsk/dks0d1s1, and (if /
and /usr are seperate filesystems, a usrroot partitioning), /dev/usr
linked to /dev/dsk/dks0d1s6.

So /dev/root is normally a symbolic link to your root filesystem
device, eg. /dev/hda1 (if you are not using devfs) or
/dev/ide/host0/bus0/target0/lun0/part1 (if you use devfs);

-- 
 11:54am  up 10 days, 23:05,  2 users,  load average: 0.00, 0.00, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





[Cooker] Re: [Contrib-Rpm] kmymoney2-0.4-0.pre1.1mdk

2002-01-06 Thread Giorgio Carrara

Sorry for my bad english, mais mon francais est  plus mauvais encore ( und 
mein deutsches geschrieben auch )
i would like to know where may I find the RPM to download to update my 
KmyMoney2
Thanks in advance and best regards from 
Giorgio Carrara

Alle 15:15, domenica 6 gennaio 2002, hai scritto:
 [Contrib-RPM]

 --=-=-=
 Name: kmymoney2Relocations: (not relocateable)
 Version : 0.4   Vendor: MandrakeSoft
 Release : 0.pre1.1mdk   Build Date: Sun Jan  6 15:09:53
 2002 Install date: (not installed)   Build Host:
 ke.mandrakesoft.com Group   : Graphical desktop/KDE Source RPM:
 (none)
 Size: 636041   License: GPL
 Packager: Montel Laurent [EMAIL PROTECTED]
 Summary : Kmymoney2 The Personal Finances Manager for kde2
 Description :
 The Personal Finances Manager for KDE 2.

 --=-=-=

 * Sun Jan 06 2002 Laurent MONTEL [EMAIL PROTECTED] 0.4-0.pre1.1mdk

 - Update code (0.4pre1)




[Cooker] XMorph conflict

2002-01-06 Thread John Cavan

[root@lion RPMS]# rpm -Uvh xmorph-20010220-5mdk.i586.rpm
Preparing...### 
[100%]
file /usr/lib/menu/menu from install of xmorph-20010220-5mdk conflicts 
with file from package menu-2.1.5-79mdk

John





[Cooker] Fwd: Dumb upgrade policy at uninett.no

2002-01-06 Thread Peter Ruskin

I've been asked not to cc mirrors stuff to the Cooker mailing list but I 
believe there will be some interest in this here.

--  Forwarded Message  --

Subject: Dumb upgrade policy at uninett.no
Date: Sun, 6 Jan 2002 17:34:09 +
From: Peter Ruskin [EMAIL PROTECTED]
To: Mirrors [EMAIL PROTECTED]

I, like many others, get my Mandrake local mirrors using Rod Stodden's
and Troels Liebe Bentsen's rsync scripts.  The main bonus of these
scripts is the renaming of local mirror files as they get upgraded, prior
to download.  This means that if Mandrale updates foo-1.0.0-1mdk.i586.rpm
to foo-1.0.0-2mdk.i586.rpm, the local mirror copy is renamed to
foo-1.0.0-2mdk.i586.rpm and we only download the difference, not the
complete file.

Now I keep seeing messages like this:
receiving file list ... done
deleting i586/Mandrake/RPMS/libarts2-devel-2.2.2-19mdk.i586.rpm

...which means that the remote mirror is deleting foo-1.0.0-1mdk.i586.rpm
before loading foo-1.0.0-2mdk.i586.rpm.

Could you please get the mirrors to reverse this process? - that is load
new rpm then delete old rpm.

I believe this may be happening on sunet.se as well.

Regards
--
Peter Ruskin, Wrexham, Wales.
Registered Linux User No. 219434 ( see http://counter.li.org/ ).
Mandrake Linux release 8.1 (Vitamin) for i586
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Uptime 1 day 3 hours 47 minutes.
--

---

-- 
Peter Ruskin, Wrexham, Wales.
Registered Linux User No. 219434 ( see http://counter.li.org/ ).
Mandrake Linux release 8.1 (Vitamin) for i586
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Uptime 1 day 4 hours 3 minutes.
--




Re: [Cooker] Re: Morpheus, Cooker Version

2002-01-06 Thread Saint-Michel Laurent

It seems that only the CVS stuff is working. I will try and let U know

Le Dimanche 06 Janvier 2002 17:41, vous avez écrit :
 Thus spake Brian J. Murrell about Life, the Universe, and Everything:
 | Let us know.  The cvs repository seems to indicate that nothing has
 | been committed for at least 3 months.

 To be honest, it's been about that long since I've gotten a new version of
 it.

 If I recall, you have to compile gift first.  It has a fltk interface that
 gets compiled next.  There was a bit of the fltk toolkit there for download
 and I opted for that and static compiled it in so as not to install a
 toolkit on my system for one app.

 Not too bad of an app.  They did change the name of the project to
 gift-zombie, so a search for that may turn up a newer version.

 By the way, I saw Fellowship of the Ring last night.  All I can say is OH
 MY GOD.  See it.

 -Russ

-- 
La richesse est mieux que la pauvreté,
ne serait ce que pour des raisons financières.
---
Envoyé par / Send by Laurent Saint-Michel [EMAIL PROTECTED]
Le : dim jan  6 19:01:07 CET 2002
Machine : Linux 2.4.8-26mdk i686




Re: [Cooker] Re: [Contrib-Rpm] kmymoney2-0.4-0.pre1.1mdk

2002-01-06 Thread Guillaume Rousse

Ainsi parlait Giorgio Carrara :
 Sorry for my bad english, mais mon francais est  plus mauvais encore ( und
 mein deutsches geschrieben auch )
 i would like to know where may I find the RPM to download to update my
 KmyMoney2
On any cooker mirror (as only cooker archive contains contribs). See list on 
http://www.linux-mandrake.com/en/cookerdevel.php3
Just let some time for syncing to occurs before rushing for newly announced 
package :-)
-- 
Guillaume Rousse [EMAIL PROTECTED]
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] Fwd: Dumb upgrade policy at uninett.no

2002-01-06 Thread Mircea Ciocan

At last, some one did this :), Peter can you share those scripts with
us those scripts ???

Mircea C.



Peter Ruskin wrote:
 
 I've been asked not to cc mirrors stuff to the Cooker mailing list but I
 believe there will be some interest in this here.
 
 --  Forwarded Message  --
 
 Subject: Dumb upgrade policy at uninett.no
 Date: Sun, 6 Jan 2002 17:34:09 +
 From: Peter Ruskin [EMAIL PROTECTED]
 To: Mirrors [EMAIL PROTECTED]
 
 I, like many others, get my Mandrake local mirrors using Rod Stodden's
 and Troels Liebe Bentsen's rsync scripts.  The main bonus of these
 scripts is the renaming of local mirror files as they get upgraded, prior
 to download.  This means that if Mandrale updates foo-1.0.0-1mdk.i586.rpm
 to foo-1.0.0-2mdk.i586.rpm, the local mirror copy is renamed to
 foo-1.0.0-2mdk.i586.rpm and we only download the difference, not the
 complete file.
 
[snip...]




[Cooker] Euro Problem (contrib): scribus

2002-01-06 Thread Reinhard Katzmann

Hi!

I have problems using the Euro symbol in scribus. The symbol
is not displayed as Euro, but another one I don't know the
name of (this symbol also appears in emacs if you don't change
app-defaults/emacs or your .emacs). But the main problem is,
that the print-out does not show up this symbol but the Euro
symbol. So WISYWIG does not seem to work here. Any idea what
needs to be done to correct this ?

Other KDE apps like konqueror seem to correctly display the
Euro symbol (the character setting in KDE is set to ISO-8859-15
by default on my system). I have a german localisation (de_DE@euro)

OT
Why is app-default of emacs set up like this:
emacs*font: -*-Fixed-Medium-R-*-*-*-130-*-*-*-*-iso1
0646-1
/OT

With best regards,

Reinhard Katzmann
-- 
Software-Engineer, Developer for Embedded Devices
Project: HyperPen Tablet USB Driver for Linux 
GnuPG Public Key available on request



msg50356/pgp0.pgp
Description: PGP signature


Re: [Cooker] Unable to boot Kernel 2.4.17.1mdk, mkinitrd-3.1.6 bugs

2002-01-06 Thread Michael Leone

On Sun, 2002-01-06 at 10:05, Reinhard Katzmann wrote:
 Hi!
 
 I'm unable to boot my self-made 2.4.17 kernel. When I try it
 I get the following messages:
 
 VFS: Mounted root (ext2 filesystem).
 Mounted devfs on /dev.
 Red Hat nash version 3.1.6-mdk starting.
 Mounting /proc filesystem.
 Creating root device.
 Mounting root filesystem with flags noatime
 kjournald starting.  Commit interval 5 seconds
 EXT3-fs: mounted filesystem with ordered data mode.
 pivotroot:pivot_root(/sysroot,/sysroot/initrd) failed:22
 Freeing unused kernel memory:708k freed.
 Kernel panic: No init found. Try passing init= option to kernel.
 
 Note: pivotroot returns error 22. What does this mean ?

I got the same thing, when using generic kernel sources. 

Don't load devfs in lilo.conf, and you'll be able to boot.

-- 

--
Michael J. Leone  Registered Linux user #201348 
mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone

PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
PGP public key:
http://www.mike-leone.com/~turgon/turgon-public-key.gpg

Foreman, roving paving crew, Dept. of Roads, Hades.



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


[Cooker] MDK boot

2002-01-06 Thread Yura Gusev


Hey hey can we change boot logo to this one ;-)))
http://73lab.free.fr/distant_file/dessins/misc/boot8.0-compo.png
LoL

-- 
  2:41pm  up 11 days,  1:51,  2 users,  load average: 0.08, 0.02, 0.01
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





Re: [Cooker] Quake 2 in Mandrake

2002-01-06 Thread Juris Kudins

Quoting Stefan van der Eijk [EMAIL PROTECTED]:

 
 
  Quake 2 is under the GPL. Can we expect it to be in 
  cooker/freq/mandrake?
 
 
  Only the engine is under GPL. The pak files (maps, patterns, 
  skins) are still not free. 
 
 Then engine can be packaged. It could make it a lot easier for users to 
 get the game running... The only thing they'll need to do is add the 
 .pak files they purchased.
 
 Stefan

I think there are many usermade levels available for qake2 - can't these
be included? I don't play quake myself, but some fan could taka look at
levels that are available for free and advise best of them so those could
be included in MDK. :)



---
This message contains no viruses. 
Guaranteed by Kaspersky Anti-Virus.
www.antivirus.lv





Re: [Cooker] Euro Problem (contrib): scribus

2002-01-06 Thread Yura Gusev

On Sun, 6 Jan 2002, Reinhard Katzmann wrote:

 Hi!

 OT
 Why is app-default of emacs set up like this:
 emacs*font:   -*-Fixed-Medium-R-*-*-*-130-*-*-*-*-iso10646-1
 /OT

iso10646-1 is unicode font.

-- 
  2:43pm  up 11 days,  1:54,  2 users,  load average: 0.00, 0.00, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





Re: [Cooker] MDK boot

2002-01-06 Thread David Eastcott

On Sunday 06 January 2002 12:42 pm, you wrote:
 Hey hey can we change boot logo to this one ;-)))
 http://73lab.free.fr/distant_file/dessins/misc/boot8.0-compo.png
 LoL

Maybe  just for power users (hehehe)?





Re: [Cooker] Unable to boot Kernel 2.4.17.1mdk, mkinitrd-3.1.6 bugs

2002-01-06 Thread Borsenkow Andrej

On ÷ÓË, 2002-01-06 at 18:05, Reinhard Katzmann wrote:
 pivotroot:pivot_root(/sysroot,/sysroot/initrd) failed:22

Have you removed /initrd directory (on real root)?


-andrej




Re: [Cooker] Quake 2 in Mandrake

2002-01-06 Thread Yura Gusev

On Sun, 6 Jan 2002, Juris Kudins wrote:

 Quoting Stefan van der Eijk [EMAIL PROTECTED]:

  
  
   Quake 2 is under the GPL. Can we expect it to be in
   cooker/freq/mandrake?
  
  
   Only the engine is under GPL. The pak files (maps, patterns,
   skins) are still not free.
 
  Then engine can be packaged. It could make it a lot easier for users to
  get the game running... The only thing they'll need to do is add the
  .pak files they purchased.
 
  Stefan

 I think there are many usermade levels available for qake2 - can't these
 be included? I don't play quake myself, but some fan could taka look at
 levels that are available for free and advise best of them so those could
 be included in MDK. :)

Nah. They all depent on original pak files.


-- 
  3:15pm  up 11 days,  2:26,  2 users,  load average: 0.00, 0.00, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





[Cooker] Buglets (Mandrake Linux Cooker-PPC 20011016)

2002-01-06 Thread Michael Cohen

Figured I might report some of these no matter how old the version might be.
2.4.17-ben0 won't compile. assembler errors. Compiles fine on 8.0 ppc.
the *drake* tools are wierdly interdependant.  removing drakmanu should not remove 
DrakConf.
the mandrake_desk icons are tied to windowmaker, blackbox, gdm, 
gnome-core,gnome-telnet, mandrake_desk,mc,userdrake and a few other things.
install-net is confusing.  It should be install-remote-boot or similar.
Sometimes FTPing packages fails.  There's no option to retry.

I've got more but I've got to run.
--
Michael Cohen




Re: [Cooker] MDK boot

2002-01-06 Thread ismail donmez

Yura Gusev wrote:

Hey hey can we change boot logo to this one ;-)))
http://73lab.free.fr/distant_file/dessins/misc/boot8.0-compo.png
LoL

i like humble TuX more ;-)






Re: [Cooker] SNF

2002-01-06 Thread Tobias Marx

Yura Gusev schrieb:

 Actually you can test it now. Cooker has all new SNF packages.

ähem, do you meen to update all snf packages to cooker ones? that´ll work
for sure, but i still will be using ipchains unless i alter everything by
hand, won´t i? or am i mistaken?





Re: [Cooker] Buglets (Mandrake Linux Cooker-PPC 20011016)

2002-01-06 Thread Ben Reser

On Sun, Jan 06, 2002 at 11:06:06AM -0800, Michael Cohen wrote:
 Figured I might report some of these no matter how old the version might be.
 2.4.17-ben0 won't compile. assembler errors. Compiles fine on 8.0 ppc.
 the *drake* tools are wierdly interdependant.  removing drakmanu should not remove 
DrakConf.
 the mandrake_desk icons are tied to windowmaker, blackbox, gdm, 
gnome-core,gnome-telnet, mandrake_desk,mc,userdrake and a few other things.
 install-net is confusing.  It should be install-remote-boot or similar.
 Sometimes FTPing packages fails.  There's no option to retry.
 
 I've got more but I've got to run.

This belongs on [EMAIL PROTECTED]

-- 
Ben Reser [EMAIL PROTECTED]
http://ben.reser.org

I wish it need not have happened in my time, said Frodo.
So do I, said Gandalf, and so do all who live in such times. But
that is not for them to decide.  All we have to decide is what to do
with the time that is given us.




Re: [Cooker] SNF

2002-01-06 Thread Yura Gusev

On Sun, 6 Jan 2002, Tobias Marx wrote:

 Yura Gusev schrieb:

  Actually you can test it now. Cooker has all new SNF packages.

 ähem, do you meen to update all snf packages to cooker ones? that´ll work
 for sure, but i still will be using ipchains unless i alter everything by
 hand, won´t i? or am i mistaken?

If everything works dont touch.

-- 
  6:10pm  up 11 days,  5:21,  2 users,  load average: 0.00, 0.00, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





[Cooker] Mosix kernel

2002-01-06 Thread Blue Lizard

is this tvignaud's domain?
There are massive unresolved symbol messages, and the thing wont even
detect my scsi.  Insmod fails...I checked my lilo.conf, rebuilt it,
everything seemed right but it cant find init without scsi :).

Please, pretty please, a rebuild/update?
I dunno if i missed it (dont think so).
My package is 2.4.13-1mdk.

Anyway...thanks.




Re: [Cooker] Fwd: Dumb upgrade policy at uninett.no

2002-01-06 Thread Peter Ruskin

On Sunday 06 Jan 2002 17:50, Mircea Ciocan wrote:
 At last, some one did this :), Peter can you share those scripts with
 us those scripts ???

   Mircea C.

They are at http://ains.net.au/~ronst/


-- 
Peter Ruskin, Wrexham, Wales.
Registered Linux User No. 219434 ( see http://counter.li.org/ ).
Mandrake Linux release 8.1 (Vitamin) for i586
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Uptime 1 day 5 hours 26 minutes.
--




[Cooker] mkcd-2.6.4-1mdk: Wrong version in file

2002-01-06 Thread Alexander Skwar

[root@teich root]# head /usr/bin/mkcd 
#!/usr/bin/perl
#
# to prepare, create and burn iso images
#

my $VERSION = 2.6.3;

use strict;
use File::NCopy qw(copy);   
use Mkcd::Commandline qw(parseCommandLine usage);

[root@teich root]# rpm -q mkcd
mkcd-2.6.4-1mdk


Shouldn't $VERSION be 2.6.4?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 21 days 6 hours 44 minutes




Re: [Cooker] Unable to boot Kernel 2.4.17.1mdk, mkinitrd-3.1.6 bugs

2002-01-06 Thread Reinhard Katzmann

Hi Andrew,

 On ???, 2002-01-06 at 18:05, Reinhard Katzmann wrote:
  pivotroot:pivot_root(/sysroot,/sysroot/initrd) failed:22
 
 Have you removed /initrd directory (on real root)?

No, I haven't (and according to the README I should not do it).
(Else I think 2.4.16 would not start, would it ?).

Reinhard Katzmann
-- 
Software-Engineer, Developer for Embedded Devices
Project: HyperPen Tablet USB Driver for Linux 
GnuPG Public Key available on request



msg50372/pgp0.pgp
Description: PGP signature


[Cooker] gFTP 2.0.11 bug

2002-01-06 Thread anonymous


I am reporting a bug that has been present in the last few versions of 
gFTP.  When a selection of files has been made for download and the 
download has begun, you cannot remove more than about 5-6 (sometimes 
trying to remove 1 is enough to lock it up) of those files from the 
download list without it crashing the program. Actually, lock up the 
program is more the correct term as the program has to be xkilled. 
 There is no way to recover from this that I'm aware of. You must 
restart the program to recover.

Regards,

Jason





Re: [Cooker] Unable to boot Kernel 2.4.17.1mdk, mkinitrd-3.1.6 bugs

2002-01-06 Thread Guillaume Cottenceau

Reinhard Katzmann [EMAIL PROTECTED] writes:

 Hi!
 
 I'm unable to boot my self-made 2.4.17 kernel. When I try it
 I get the following messages:
 
 VFS: Mounted root (ext2 filesystem).
 Mounted devfs on /dev.
 Red Hat nash version 3.1.6-mdk starting.
 Mounting /proc filesystem.
 Creating root device.
 Mounting root filesystem with flags noatime
 kjournald starting.  Commit interval 5 seconds
 EXT3-fs: mounted filesystem with ordered data mode.
 pivotroot:pivot_root(/sysroot,/sysroot/initrd) failed:22
 Freeing unused kernel memory:708k freed.
 Kernel panic: No init found. Try passing init= option to kernel.

Booh :-(.

I'm currently in vacations so I can't try to fix it until jan-9
(at least). Does everyone else having this problem? Juan, does it
sound familiar/normal to you?


 Note: pivotroot returns error 22. What does this mean ?

Check /usr/include/asm/errno.h :-).

(actually it's EINVAL).

 
 This is with mkinitrd-3.1.6-16mdk, I also -12mdk (my previous version)
 without success. This version worked fine with the 2.4.16 kernel. I
 also updated e2fsprogs to 1.25-2mdk and use the recent modutils 
 2.4.12-1mdk. (the modutils were also used with 2.4.16 kernel, while
 e2fsprogs/mkinitrd was updated when the 2.4.17 kernel did not boot).
 I used make oldconfig with my old 2.4.16 kernel config and left all
 new 2.4.17 options out.
 
 I also tested without initrd image. This fails as well:
 
 VFS: Mounted root (ext2 filesystem).
 Mounted devfs on /dev.
 Freeing unused kernel memory:708k freed.
 Kernel panic: Attempted to kill init!

Ooh this is also strange but looks like a kernel problem? Or does
boot without pivot_rooting no more supported, dear kernel team?
 
 Any other dependencies which needs to be updated for mkinitrd ? I 
 only checked rpm -q --requires mkinitrd and except the mentioned
 packages all the other are from original Mandrake 8.1. I did not
 make changes to my original Mandrake 8.1 except the mentioned kernel
 packages and initscripts (I'm mainly interested in kernel/driver
 development USB/IEEE1394 and DVB/DVD).
 
 Also I checked the initrd image and found two strange things:
 - /sbin is created with mkdir and there a link from bin to sbin
   is created. (Same with the old version). I commented the mkdir
   command for testing.

This should be correct though.

 - mkinitrd does not check the the kernel config (/boot/config-2.4.17-xyz)
   correctly, modules are added from the kernel source tree (!)
   which are inside the kernel (for me this was ext3, ide-mod, ide-probe-mod,
   ide-disk). If I don't add them to IGNOREMODS insmoding will (of course)
   fail when booting the kernel.

I don't follow you. Modules are taken from /lib/modules/$kernver
so what's the problem?


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




[Cooker] Xsane-cooker 20011224

2002-01-06 Thread William Bouterse

Xsane was working from my previous LM 8.1x install

I installed cooker 20011224 with generally good results.
however this is one glaring change I would like to remedy ASAP


My ancient but reliable scsi-scanner IS recognized
xsane is linked with gimp fine.

Trying xsane from terminal or gimp giets VERY long search
for scsi devices and then gives no devices available
This used to be a few second process if a device was not attached,
 now 5 minutes !!! Of course this time the device IS attached and recognized as a 
scanner at boot..

This is xsane-0.82-1mdk
sane-backends-1.0.6-2mdk
sane-frontends-1.0.6.1mdk

/proc/scsi/scsi shows my scanner ...

Don't know if this is a cooker issue but
it WAS working in LM 8.1

William Bouterse
Talkeetna, Ak





Re: [Cooker] gFTP 2.0.11 bug

2002-01-06 Thread George Mitchell

anonymous wrote:


 I am reporting a bug that has been present in the last few versions of 
 gFTP.  When a selection of files has been made for download and the 
 download has begun, you cannot remove more than about 5-6 (sometimes 
 trying to remove 1 is enough to lock it up) of those files from the 
 download list without it crashing the program. Actually, lock up the 
 program is more the correct term as the program has to be xkilled. 
 There is no way to recover from this that I'm aware of. You must 
 restart the program to recover.

 Regards,

 Jason



gftp has a handful of annoying problems of which this is one.  It is the 
best ftp client I have found, but I do wish that these bugs would get fixed.

- George Mitchell






Re: [Cooker] gFTP 2.0.11 bug

2002-01-06 Thread anonymous

Totally concur.  Have been using it for a while and it is a GREAT client 
but it does have a few bugs which seem to persist version after version. 
 I didn't pay for it so I aint' complaining!  If I knew how to write 
code I'd fix it myself, as I don't, I keep my mouth shut for the most 
part (except for the cooker list of course =)

George Mitchell wrote:

 anonymous wrote:


 I am reporting a bug that has been present in the last few versions 
 of gFTP.  When a selection of files has been made for download and 
 the download has begun, you cannot remove more than about 5-6 
 (sometimes trying to remove 1 is enough to lock it up) of those files 
 from the download list without it crashing the program. Actually, 
 lock up the program is more the correct term as the program has to be 
 xkilled. There is no way to recover from this that I'm aware of. You 
 must restart the program to recover.

 Regards,

 Jason



 gftp has a handful of annoying problems of which this is one.  It is 
 the best ftp client I have found, but I do wish that these bugs would 
 get fixed.

 - George Mitchell









Re: [Cooker] gFTP 2.0.11 bug

2002-01-06 Thread Yura Gusev

On Mon, 7 Jan 2002, anonymous wrote:

 Totally concur.  Have been using it for a while and it is a GREAT client
 but it does have a few bugs which seem to persist version after version.
  I didn't pay for it so I aint' complaining!  If I knew how to write
 code I'd fix it myself, as I don't, I keep my mouth shut for the most
 part (except for the cooker list of course =)

Well bug reporter is developers best friend ;) So If you found a bug it
is much better to fill bug report and complain. But you should also send
this bug report to the author if this bug is not mandrake specific.

-- 
  3:29am  up 11 days, 14:40,  2 users,  load average: 0.00, 0.00, 0.00
  O //
 ==-}  -.--._.-^-(.}
  )'/{( \d
 ./\, ) -._.- 
/  /   `\/' GNU  -=LFS*1482=-
I am not 31337. But I can use the Vi editor... ;-0





[Cooker] enlightenment-theme-error

2002-01-06 Thread William Bouterse

cooker 20011224
enlightenment-0.16.5-6mdk

bluesSteel theme gives error on startup;

CONFIG:missing required data in 100 PROGRESS_TEXT_NUMBER
CONFIG:missing required data in  5vixar/12
CONFIG:missing required data in  204_EFFECT_NONE

clicking ignore this through the three error messages WILL
get you to the working themed/desktop


All the other themes come up okay


William Bouterse
Talkeetna, Ak




[Cooker] Re: mkcd-2.6.4-1mdk: Wrong version in file

2002-01-06 Thread Warly

Alexander Skwar [EMAIL PROTECTED] writes:

 [root@teich root]# head /usr/bin/mkcd 
 #!/usr/bin/perl
 #
 # to prepare, create and burn iso images
 #

 my $VERSION = 2.6.3;

 use strict;
 use File::NCopy qw(copy);   
 use Mkcd::Commandline qw(parseCommandLine usage);

 [root@teich root]# rpm -q mkcd
 mkcd-2.6.4-1mdk


 Shouldn't $VERSION be 2.6.4?

yep it should, anyway I am in the process of fixing some bugs
(including the non bootable cooker CDs) and will release 2.4.5 soon.

-- 
Warly




Re: Reboot on power outage

2002-01-06 Thread Sylvain OBEGI

le sam 22-12-2001 à 00:26, Ian White a écrit :
 
 Has anybody figured out how to get a linux PPC box to start up after a
 power outage? I know I really should get a UPS for the box, but.. In the
 meantime it would be nice if it would start on its own.
 
 Ian
 
 ---
 Ian White
 email: [EMAIL PROTECTED]

With x86 i only found this kind of thing in BIOS, when provided (rare)..
Don't know if it can be controlled by another way.

-- 

Sylvain OBEGI 
Email : [EMAIL PROTECTED]
ICQ : 661913 






Re: still trying to install cooker

2002-01-06 Thread Ryan Boder


Where can I find the source code for /sbin/init and /sbin/stage1
in the initrd that's in the cooker? Are these the files that would be
relevent here? I'm not exactly familiar with the install process.

Ryan



 

 Sounds like you're doing the right thing.  I haven't done an HD install
 lately, it's possible something is broken in stage1 - I'll check it out.

 Stew Benedict

 --
 MandrakeSoft  OH/TN, USA  http://perso.mandrakesoft.com/~sbenedict/
 PPC FAQ: http://www.linux-mandrake.com/en/demos/PPC/FAQ/