[Cooker] initscripts

2000-12-06 Thread Michal Rokos

Hello!
Handling of locale in initscripts isn't complete.
Please, add to /etc/profile.d/lang.sh lines:

[ -n "$LC_PAPER" ]  export LC_PAPER || unset LC_PAPER
[ -n "$LC_NAME" ]  export LC_NAME || unset LC_NAME
[ -n "$LC_ADDRESS" ]  export LC_ADDRESS || unset LC_ADDRESS
[ -n "$LC_TELEPHONE" ]  export LC_TELEPHONE || unset LC_TELEPHONE
[ -n "$LC_MEASUREMENT" ]  export LC_MEASUREMENT || unset
LC_MEASUREMENT
[ -n "$LC_IDENTIFICATION" ]  export LC_IDENTIFICATION || unset
LC_IDENTIFICATION

Have a nice day!
Michal


-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michal Rokos   Czech Technical University, Prague
e-mail: [EMAIL PROTECTED]  ICQ: 36118339
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-





Re: [Cooker] ISA sound cards

2000-12-06 Thread Leon Brooks

Hoyt wrote:
 What about those ISA [sound] cards you love? 8)

Do I?

 pnpdump /etc/isapnp.conf
 jmacs /etc/isapnp.conf
 jmacs /etc/modules.conf

 Yeah, but that's not as close as it gets to autoconfigure. 8)

Given how shakey and weird some of those old cards get, it's as close to
autoconfigure as you ever want to get.

 Actually, sndconfig usually works, even after the scary warning about
 running it in X.

Trouble is, when it doesn't work it completely knackers the machine. Not a happy
experience for a newbie. ISA sound cards (as ISA PNP and indeed ISA sockets as
such) are (whew!) a dying breed.

-- 
Randal said it would be tough to do in sed.  He didn't say he didn't
understand sed.  Randal understands sed quite well.  Which is why he
uses Perl. :-) -- Larry Wall in [EMAIL PROTECTED]




Re: [Cooker] perl DBD-Pg module for Mdk?

2000-12-06 Thread Lenny Cartier

Franck Martin wrote:
 
 I'm looking for the perl DBD-Pg 
 
 Any Help please ?

look in  contribs.

lenny

-- 

--
Lenny Cartier [EMAIL PROTECTED]
"Informatique: Excel, Word, chef de projet informatique." (c)
Serious resume




[Cooker] perl-problem after new install

2000-12-06 Thread Udo Weber

Hi,
last week I installed cooker completly new because I had an
unrecoverable prob
with the rpm-database.
This install works except some system-hangs but it was possible with a
2nd try
and update an existing system to got it to run.
Most works well but always when the init is called (like init 3 or init
5)
I get following error:

*
Configuring IP packet filters Can't locate IPChains.pm in @INC (@INC
contains: /
usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6
.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .)
at /usr
/lib/perl5/site_perl/5.6.0/Fwctl.pm line 38.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.6.0/Fwctl.pm lin
e 38.
Compilation failed in require at /usr/sbin/fwctl line 21.
BEGIN failed--compilation aborted at /usr/sbin/fwctl line 21.
*

until now I have all newest updates installed but the prob still exists.

Maybe something was not completly finished during install.

Has anyone a hint how to fix this ?


Thanks in advance
Udo



[Cooker] KDE 2.0.1 on 7.2

2000-12-06 Thread Leon Brooks

Perhaps this is the wrong place to ask, but will there be KDE 2.0.1 update RPMs
for the 7.2 release?

-- 
"What is the sound of Perl?  Is it not the sound of a wall that
people have stopped banging their heads against?"
-- Larry Wall in [EMAIL PROTECTED]




[Cooker] dhcp-3* and token ring

2000-12-06 Thread Florin Grad

Hi there,

anyone managed to install/use the dhcp-3* packages with a token ring
network ?
-- 
Florin  http://www.linux-mandrake.com




Re: [Cooker] hdparm settings

2000-12-06 Thread Guillaume Rousse

Guillaume Rousse a écrit :
 
 Maybe i'm wrong, but i remember having seen hdparm settings in rc.locale
 or in mandrake.everytime script before (is 7.1, i think). Now i can't
 find any 'hdparm' pattern in my entire etc directory, and everything
 seems to be trigerred by lilo autotune=1 option at boot time. Is this
 right ?

I found the old 7.0 /etc/init.d/mandrake.everytime, here is the hdparm
section :
# Optimisation of Hard drive.
if grep -qi opti /proc/cmdline || [ -n "$HDPARM" ]; then
if [ -x /sbin/hdparm ];then
LIST_HD=$(grep '^hd.:' /var/log/dmesg|\
grep -ivE '(CD.*ROM|FLOPPY|TAPE|STATUS)'|cut -d: -f1|sort|uniq)

if grep -i nohdparm /proc/cmdline /dev/null ; then
action "Hard Drive optimisations disabled" \
echo ""
else
for i in $LIST_HD;do
action "Starting Hard Drive optimisations for $i" \
hdparm -q -c1 -q -A1 -q -m16 -q -d1 /dev/$i
done
fi
fi
fi

Why has this been removed ? And where is it now ?
-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.




[Cooker] New KDE Packagers [was Re: Konqueror not working in latest update?]

2000-12-06 Thread Christopher Molnar

Thanks.

And Daouda has my sincerest sympothies :-) [sitting here with this big grin 
on my face]

Seriously, the KDE packaging has been re-assigned to a few of the other 
packagers. I have taken a new set of responsibilities inside MandrakeSoft 
working as the Training Coordinator for North America. Some great things 
happening here.

Anyways, I will still be reading this list and will try to help out where I 
can.

-Chris

On Tuesday 05 December 2000 10:44, Hoyt wrote:
 - Original Message -
 From: "Daouda LO" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, December 05, 2000 11:22 AM
 Subject: Re: [Cooker] Konqueror not working in latest update?

  Chris is no longer the maintainer the kde stuffs , now i'm the one in
  charge of kdecore packages (kdebase, kdelibs ..)
  So , investigating asap...

 Chris did a great job -- Thanks, Chris.

 Welcome to the new job, Daouda.

 Hoyt




Re: [Cooker] dhcp-3* and token ring

2000-12-06 Thread Udo Weber

Florin Grad wrote:

 Hi there,

 anyone managed to install/use the dhcp-3* packages with a token ring
 network ?
 --
 Florin  http://www.linux-mandrake.com

Hi Florin,
maybe you can remember on my discussion about dhcp and TR a few weeks
ago.
I just tryed the dhcp-3* from contrib now and here my experiences:

from init:

Bringing up interface eth0:  cardmgr[3217]: + Determining
IP information for tr0 via dhclient...Internet Software
Consortium DHCP Client V3.0b2pl11
cardmgr[3217]: + All rights reserved.
cardmgr[3217]: +
tr0: Initial interrupt : 16 Mbps, shared RAM base 000d4000.
tr0: Opend adapter: Xmit bfrs: 2 X 2048, Rcv bfrs: 16 X 1032
tr0: Adapter initialized and opened.
tr0: Setting functional address: 00 00 00 00
tr0: Setting functional address: 00 00 00 00

from syslog:

Dec  6 11:42:36 mumpel network: Setting network parameters:  succeeded
Dec  6 11:42:36 mumpel cardmgr[3217]: initializing socket 0 30Dec
6 11:42:36 cardmgr[3217]: socket 0: IBM Token Ring Adapter
Dec  6 11:42:36 mumpel cardmgr[3217]: executing: './network start tr0'
Dec  6 11:42:36 mumpel ifup: SIOCADDRT: Network is unreachable
Dec  6 11:42:36 mumpel network: Bringing up interface lo:  succeeded
Dec  6 11:42:36 mumpel dhclient: Internet Software Consortium DHCP
Client V3.0b2
pl11
Dec  6 11:42:36 mumpel cardmgr[3217]: + Copyright 1995-2000 Internet
Software Co
nsortium.
Dec  6 11:42:36 mumpel dhclient: All rights reserved.
Dec  6 11:42:36 mumpel cardmgr[3217]: + For info, please visit
http://www.isc.or
g/products/DHCP
Dec  6 11:42:36 mumpel dhclient:
Dec  6 11:42:36 mumpel modprobe: modprobe: Can't locate module
Dec  6 11:42:40 mumpel ifup: Delaying eth0 initialization.
Dec  6 11:42:40 mumpel network: Bringing up interface eth0:  failed
Dec  6 11:42:41 mumpel modprobe: modprobe: Can't locate module
Dec  6 11:42:41 mumpel cardmgr[3217]: + Listening on
LPF/tr0/00:20:35:c0:da:1d
Dec  6 11:42:41 mumpel dhclient: Sending on   LPF/tr0/00:20:35:c0:da:1d
Dec  6 11:42:41 mumpel cardmgr[3217]: + Sending on   Socket/fallback
Dec  6 11:42:41 mumpel dhclient: DHCPREQUEST on tr0 to 255.255.255.255
port 67
Dec  6 11:42:41 mumpel cardmgr[3217]: + DHCPACK from 9.165.160.2
Dec  6 11:42:41 mumpel dhclient: bound to 9.165.172.28 -- renewal in
34050 secon
ds.
Dec  6 11:42:41 mumpel cardmgr[3217]: +  done.
Dec  6 11:42:43 mumpel portmap: portmap startup succeeded

[root@mumpel /root]# ifconfig
loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:3924  Metric:1
  RX packets:112 errors:0 dropped:0 overruns:0 frame:0
  TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
tr0   Link encap:16/4 Mbps Token Ring  HWaddr 00:20:35:C0:DA:1D
  inet addr:9.165.172.28  Bcast:9.165.175.255
Mask:255.255.240.0
  UP BROADCAST RUNNING MULTICAST  MTU:2000  Metric:1
  RX packets:665 errors:0 dropped:0 overruns:0 frame:0
  TX packets:63 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  Interrupt:9 Base address:0xa20 Memory:d4000-d7fff

[root@mumpel /root]# ping 9.165.172.28
PING 9.165.172.28 (9.165.172.28): 56 octets data
64 octets from 9.165.172.28: icmp_seq=0 ttl=255 time=0.2 ms
64 octets from 9.165.172.28: icmp_seq=1 ttl=255 time=0.0 ms
64 octets from 9.165.172.28: icmp_seq=2 ttl=255 time=0.0 ms

--- 9.165.172.28 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.0/0.0/0.2 ms
[root@mumpel /root]# ping 9.165.160.93
PING 9.165.160.93 (9.165.160.93): 56 octets data

--- 9.165.160.93 ping statistics ---
35 packets transmitted, 0 packets received, 100% packet loss

***
Always the old already discussed problem with dhcp.
Result: I go back to pump, this works without problems (currently).
***

Udo



Re: [Cooker] i cannot type a r

2000-12-06 Thread Robert L Martin

It is a known bug in the Linux Kernel. All the "r" are interpreted as
"synchronize disks" (mess up with the SysRq).

Next build of the kernel will fix that issue.

--

by the way how would you enable said magic key?
(i have a "pre-release" copy of l-m 7.2 and i run a stock kernel.org
2.4.0test 10)

Robert L Martin





Re: [Cooker] ISA sound cards

2000-12-06 Thread Guillaume Cottenceau

Leon Brooks [EMAIL PROTECTED] writes:

 Hoyt wrote:
  What about those ISA [sound] cards you love? 8)
 
 pnpdump /etc/isapnp.conf
 jmacs /etc/isapnp.conf
 jmacs /etc/modules.conf

beware, isa and isa-pnp are two different things.




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




Re: [Cooker] Best Way to Install Cooker????

2000-12-06 Thread Guillaume Cottenceau

Robin Cook [EMAIL PROTECTED] writes:

 Hello,
 
 What is the best way to install Cooker?
 
 I used to do an FTP install of Rawhide from a local server.
 
 Is there a way to do that with Cooker that uses only one floppy disk?

We use only one floppy disk. Please go on the mirrors and grab the ones
needed for you.




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




Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Pixel

Chmouel Boudjnah [EMAIL PROTECTED] writes:

 Guillaume Rousse [EMAIL PROTECTED] writes:
 
  -why automatically run lilo once installed ? Other softs are not
  automatically launched after installation.
 
 yup pixel why not putting a :
 
 detectloader = LILO ? /sbin/lilo : true ?

ben c'est ce qu'est fait!

%post
if [ -f /etc/lilo.conf ]; then
  if [ -x /usr/sbin/detectloader ]; then
LOADER=$(/usr/sbin/detectloader)
if [ "$LOADER" = "LILO" ]; then
  /sbin/lilo  /dev/null
fi
  fi
fi




Re: [Cooker] perl-problem after new install

2000-12-06 Thread Pixel

Udo Weber [EMAIL PROTECTED] writes:

 Configuring IP packet filters Can't locate IPChains.pm in @INC (@INC

i'm gonna have a look.




Re: [Cooker] glibc problem

2000-12-06 Thread Guillaume Cottenceau

"Vincent Meyer, MD" [EMAIL PROTECTED] writes:

 Hello,
 
   When loading glibc 2.2.15 tonight dies with:
 
   execution of glibc-2.2.15mdk script failed, exit status 255.
 
   and it complains it's looking for /bin/ash.static.

Haven't you --nodeps'ed a little bit?


[gc@bi ~/rpm] rpm -qpR /RPMS/glibc-2.2-15mdk.i586.rpm 
/bin/ash.static  
/sbin/ldconfig  
rpmlib(PayloadFilesHavePrefix) = 4.0-1
rpmlib(CompressedFileNames) = 3.0.4-1





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




Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Guillaume Rousse

Pixel a écrit :

 ben c'est ce qu'est fait!
^^^
french speaking forbidden here ! Pan sur le bec ! :-)

 %post
 if [ -f /etc/lilo.conf ]; then
   if [ -x /usr/sbin/detectloader ]; then
 LOADER=$(/usr/sbin/detectloader)
 if [ "$LOADER" = "LILO" ]; then
   /sbin/lilo  /dev/null
 fi
   fi
 fi

I would prefer postinstall script limitis itself to warn user he has to
run lilo, not running it itself. If lilo.conf is not in a valid state,
result could be rather dangereous.
-- 
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.




[Cooker] Problem with konqueror (is libstdc++ incompatilities)

2000-12-06 Thread BERNARD Sebastien

For now konqueror starts from the command line but not from panel.
When I tried to use a part it breaks.
I straced it. It seems it cannot find the library libstdc++-libc6-1.2.so.3
which does not exists.
I have libstdc++-libc6-2.2.so.3, libstdc++-libc6-1.1.so.2
Something is missing I would say.
Moreover, lots of old application are complaining about the lack of this
library.

What is this kind of versioning ?
Which library is the right one ?




Re: [Cooker] initscripts

2000-12-06 Thread Chmouel Boudjnah

Michal Rokos [EMAIL PROTECTED] writes:

 Hello!
   Handling of locale in initscripts isn't complete.
   Please, add to /etc/profile.d/lang.sh lines:
 
 [ -n "$LC_PAPER" ]  export LC_PAPER || unset LC_PAPER
 [ -n "$LC_NAME" ]  export LC_NAME || unset LC_NAME
 [ -n "$LC_ADDRESS" ]  export LC_ADDRESS || unset LC_ADDRESS
 [ -n "$LC_TELEPHONE" ]  export LC_TELEPHONE || unset LC_TELEPHONE
 [ -n "$LC_MEASUREMENT" ]  export LC_MEASUREMENT || unset
 LC_MEASUREMENT
 [ -n "$LC_IDENTIFICATION" ]  export LC_IDENTIFICATION || unset
 LC_IDENTIFICATION

thanks done in cvs.

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] Hwo to include a patch to 2.4.0.....35?

2000-12-06 Thread Eduardo M. A. M. Mendes

Hello
Thanks a lot. I won't be able to get the files there using wget, will
I?
Have you tried to pacth the kernel to including Axboe's packet writing?

Many thanks

Eduardo



 
 "Eduardo M. A. M. Mendes" [EMAIL PROTECTED] writes:
 
  Thanks  but I disagree.  The rpm I am talking about is
  hackkernel-2.4.0-0.35mdk.src.rpm.  I think
  this is part of the cooker distro, isn't it?   I wanted to contribute
  with a kernel that can write udf cdrws.  That was my intention, if this
  is not for cooker please let know.
 
 better to be based on my rpm if you want to do a patches :
 
 https://kenobi.mandrakesoft.com/~chmou/kernel24/
 
 --
 MandrakeSoft Inc http://www.chmouel.org
   --Chmouel




Re: [Cooker] file conflict -- diffutils and man-pages package

2000-12-06 Thread Chmouel Boudjnah

Stefan van der Eijk [EMAIL PROTECTED] writes:

 rpm -Uvh diffutils-2.7-24mdk.alpha.rpm
 file /usr/share/man/man1/diff.1.bz2 from install of diffutils-2.7-24mdk
 conflicts with file from package man-pages-1.31-1mdk

thanks corrected.

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] kernel

2000-12-06 Thread Christian Gennerat

Chmouel Boudjnah a écrit :

 Christian Gennerat [EMAIL PROTECTED] writes:

  Seems good. Compile, starts (with irda and pcmcia)
  and make known oops!

 no or know ?


(well) known. They have been announced on mail lists.

The easiest to make is this one:


Objet:
  [Linux-IrDA]Re: [IrDA]Oops while shutting down irattach
 Date:
  Tue, 5 Dec 2000 08:28:35 GMT
   De:
  Dag Brattli [EMAIL PROTECTED]
 Copies à:
  [EMAIL PROTECTED]




Thanks,

Yes, I get this one myself, and I have no idea how to fix it. I think the
bug startet between -test10 and -test11, so I need to check which
changes they made to kmod.c. It might be a bug in irtty which haven't
appeared before now, or it might be a bug in kmod.c or somewhere
else. I''ve tried to find it, but I'm still clueless at the prompt.

**
If somebody is capable of finding  this bug then please help out nailing it
**





Re: [Cooker] ncftp core dumps

2000-12-06 Thread Chmouel Boudjnah

Ed Wilts [EMAIL PROTECTED] writes:

 With one or more of the upgrades over the last few weeks, ncftp died a 
 horrible death.  This is all I get now:
 
 [root@linux1 cooker]# rpm -ivh ncftp-3.0.2-1mdk.i586.rpm
 ncftp   ##
 [root@linux1 cooker]# ncftp
 Illegal instruction (core dumped) 

i had no problem on my from sunday installed cooker...

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] adduser segfaults

2000-12-06 Thread Chmouel Boudjnah

Goetz Waschk [EMAIL PROTECTED] writes:

 I had the same problem until I unset the LANG* and LC_* variables for the
 root account.

i still can't reproduce with last glibc installed..

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] i get this error when i install an rpm

2000-12-06 Thread Luis Alves

thanks this resolved the problem


On Wednesday 29 November 2000 14:33, you wrote:
 *This message was transferred with a trial version of CommuniGate(tm) Pro*
 Just put that command in as root...

 localedef -f ISO-8859-1 -i en_US en -u mnemonic.ds

 Cheers,

 Patrick

 Francois Pons wrote:
  Luis Alves [EMAIL PROTECTED] writes:
  can anyone help me
 
  gcc-chill  
  ## gcc-colorgcc 
## perl: warning:
  Setting locale failed.
  perl: warning: Please check that your locale settings:
  LANGUAGE = "en_US:en",
  LC_ALL = (unset),
  LC_MESSAGES = "en_US",
  LC_TIME = "en_US",
  LC_NUMERIC = "en_US",
  LC_CTYPE = "en_US",
  LC_MONETARY = "en_US",
  LC_COLLATE = "en_US",
  LANG = "en"
  are supported and installed on your system.
  perl: warning: Falling back to the standard locale ("C").
  perl: warning: Setting locale failed.
  perl: warning: Please check that your locale settings:
 
  A problem with locales given by perl that can be safely ignored for
  instance.

-- 

Luis Antonio Ferreira Alves  LESI  www.di.uminho.pt
email: [EMAIL PROTECTED]
ICQ: 5061305




Re: [Cooker] Hwo to include a patch to 2.4.0.....35?

2000-12-06 Thread Chmouel Boudjnah

"Eduardo M. A. M. Mendes" [EMAIL PROTECTED] writes:

 Hello
   Thanks a lot. I won't be able to get the files there using wget, will
 I?
   Have you tried to pacth the kernel to including Axboe's packet writing?
 
   Many thanks

i'm gonna to wait that the 2.4.x kernel is stabilized until i put
vendor patches...

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] perl-problem after new install

2000-12-06 Thread Franco Silvestro

On Wednesday 06 December 2000 10:24, Udo Weber wrote:
[...]
 Configuring IP packet filters Can't locate IPChains.pm in @INC (@INC
[...]
 Has anyone a hint how to fix this ?

In ...Mandrake-devel/contrib/RPMS there is what you need :

perl-IPChains-0.5-1mdk.i586.rpm

cu ...;o)
-- 
Franco Silvestro
c/o CeSIA - Universita' degli Studi di Bologna

Current Linux uptime: 11 days 11 hours 32 minutes.




Re: [Cooker] dhcp-3* and token ring

2000-12-06 Thread Florin Grad

Hi there,

except some error messages comming from the eth0 network card (indeed in
most cases, this is the checked interface), if I understand correctly, you
managed to get an IP: 9.165.172.28 and to ping it correctly. What about
the routes ? do you manage to use alright this network ?

about the dhcpd initscript:
The /etc/init.d/dhcpd script detects eth0 so you should replace eth0 in
that script with tr0 in your case in order to setup your dhcp server
listening to that interface.

are my assumptions correct ?

I'm asking this because I cannot test this in here.

and, one last question: are you using the dhcp*3*pl11 package from the
contrib (you mentionned something about that) or dhcp-2*, the stable
version, from cooker/main ? (some people have tested both and they seem to
have prb with dhcp-3* but it works ok with  dhcp-2*).

Thanks for your answer
-- 
Florin  http://www.linux-mandrake.com


[EMAIL PROTECTED] (Udo Weber) writes:

 Florin Grad wrote:
 
  Hi there,
 
  anyone managed to install/use the dhcp-3* packages with a token ring
  network ?
  --
  Florin  http://www.linux-mandrake.com
 
 Hi Florin,
 maybe you can remember on my discussion about dhcp and TR a few weeks
 ago.
 I just tryed the dhcp-3* from contrib now and here my experiences:
 
 from init:
 
 Bringing up interface eth0:  cardmgr[3217]: + Determining
 IP information for tr0 via dhclient...Internet Software
 Consortium DHCP Client V3.0b2pl11
 cardmgr[3217]: + All rights reserved.
 cardmgr[3217]: +
 tr0: Initial interrupt : 16 Mbps, shared RAM base 000d4000.
 tr0: Opend adapter: Xmit bfrs: 2 X 2048, Rcv bfrs: 16 X 1032
 tr0: Adapter initialized and opened.
 tr0: Setting functional address: 00 00 00 00
 tr0: Setting functional address: 00 00 00 00
 
 from syslog:
 
 Dec  6 11:42:36 mumpel network: Setting network parameters:  succeeded
 Dec  6 11:42:36 mumpel cardmgr[3217]: initializing socket 0 30Dec
 6 11:42:36 cardmgr[3217]: socket 0: IBM Token Ring Adapter
 Dec  6 11:42:36 mumpel cardmgr[3217]: executing: './network start tr0'
 Dec  6 11:42:36 mumpel ifup: SIOCADDRT: Network is unreachable
 Dec  6 11:42:36 mumpel network: Bringing up interface lo:  succeeded
 Dec  6 11:42:36 mumpel dhclient: Internet Software Consortium DHCP
 Client V3.0b2
 pl11
 Dec  6 11:42:36 mumpel cardmgr[3217]: + Copyright 1995-2000 Internet
 Software Co
 nsortium.
 Dec  6 11:42:36 mumpel dhclient: All rights reserved.
 Dec  6 11:42:36 mumpel cardmgr[3217]: + For info, please visit
 http://www.isc.or
 g/products/DHCP
 Dec  6 11:42:36 mumpel dhclient:
 Dec  6 11:42:36 mumpel modprobe: modprobe: Can't locate module
 Dec  6 11:42:40 mumpel ifup: Delaying eth0 initialization.
 Dec  6 11:42:40 mumpel network: Bringing up interface eth0:  failed
 Dec  6 11:42:41 mumpel modprobe: modprobe: Can't locate module
 Dec  6 11:42:41 mumpel cardmgr[3217]: + Listening on
 LPF/tr0/00:20:35:c0:da:1d
 Dec  6 11:42:41 mumpel dhclient: Sending on   LPF/tr0/00:20:35:c0:da:1d
 Dec  6 11:42:41 mumpel cardmgr[3217]: + Sending on   Socket/fallback
 Dec  6 11:42:41 mumpel dhclient: DHCPREQUEST on tr0 to 255.255.255.255
 port 67
 Dec  6 11:42:41 mumpel cardmgr[3217]: + DHCPACK from 9.165.160.2
 Dec  6 11:42:41 mumpel dhclient: bound to 9.165.172.28 -- renewal in
 34050 secon
 ds.
 Dec  6 11:42:41 mumpel cardmgr[3217]: +  done.
 Dec  6 11:42:43 mumpel portmap: portmap startup succeeded
 
 [root@mumpel /root]# ifconfig
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING  MTU:3924  Metric:1
   RX packets:112 errors:0 dropped:0 overruns:0 frame:0
   TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
 tr0   Link encap:16/4 Mbps Token Ring  HWaddr 00:20:35:C0:DA:1D
   inet addr:9.165.172.28  Bcast:9.165.175.255
 Mask:255.255.240.0
   UP BROADCAST RUNNING MULTICAST  MTU:2000  Metric:1
   RX packets:665 errors:0 dropped:0 overruns:0 frame:0
   TX packets:63 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:100
   Interrupt:9 Base address:0xa20 Memory:d4000-d7fff
 
 [root@mumpel /root]# ping 9.165.172.28
 PING 9.165.172.28 (9.165.172.28): 56 octets data
 64 octets from 9.165.172.28: icmp_seq=0 ttl=255 time=0.2 ms
 64 octets from 9.165.172.28: icmp_seq=1 ttl=255 time=0.0 ms
 64 octets from 9.165.172.28: icmp_seq=2 ttl=255 time=0.0 ms
 
 --- 9.165.172.28 ping statistics ---
 3 packets transmitted, 3 packets received, 0% packet loss
 round-trip min/avg/max = 0.0/0.0/0.2 ms
 [root@mumpel /root]# ping 9.165.160.93
 PING 9.165.160.93 (9.165.160.93): 56 octets data
 
 --- 9.165.160.93 ping statistics ---
 35 packets transmitted, 0 packets received, 100% packet loss
 
 ***
 Always the old already discussed problem with dhcp.
 Result: I go back to pump, this works without problems (currently).
 

Re: [Cooker] glibc problem

2000-12-06 Thread Chmouel Boudjnah

"Vincent Meyer, MD" [EMAIL PROTECTED] writes:

 Hello,
 
   When loading glibc 2.2.15 tonight dies with:
 
   execution of glibc-2.2.15mdk script failed, exit status 255.
 
   and it complains it's looking for /bin/ash.static.


the ash.static thing was an error of myself, gonna to revert it to sash.

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] New KDE Packagers [was Re: Konqueror not working in latest update?]

2000-12-06 Thread Zeljko Vukman

On Wednesday 06 December 2000 11:42, Christopher Molnar wrote:
I have taken a new set of responsibilities inside MandrakeSoft
 working as the Training Coordinator for North America. Some great things
 happening here.

Congratulations.




Re: [Cooker] Optimizing for Athlon/Duron?

2000-12-06 Thread civileme

On Tuesday 05 December 2000 19:44, you wrote:
 Hello,

 One of the things that I like most about Linux-Mandrake is that it is
 optimized for Pentium-class machines.  I find that it gives a real speedup.
   However, after watching the latest Pentium4/FlasK Mpeg debacle on Tom's
 Hardware, it occurred to me that perhaps an Athlon/Duron optimized build
 would be nice also.  There seems to be some precedent in that a
 386-compiled version is usually released a little while after the
 pentium-compiled release.  Are there any plans to do this?

Ummm, that's a 486 compiled version.  If you can find a 386 to run 
KDE/Netscape/StarOffice, I'll eat it without mayonnaise.


 VanL

Umm, almost exactly the same instruction set.

Moreover, some experiments showed optimizing for the 686-class machines 
SLOWED the product.  We probably need better optimizing compilers, designed 
for optimizing AMDs, than are available today to make any real gains.   
Finally, 686-class code tightens the timing requirements on IDE beyond what 
we have now, and there's way too much sloppy hardware out there.  We have 
people who could boot 7.0 and 7.1 who can't touch 7.2 cause the kernel was 
changed to accommodate ATA/100 drives (and works fine with 386 code) but the 
leeway or slop allowed from stated specification tolerances for IDE hardware 
are very tiny with 586 code...  Meaning that bad hardware doesn't boot 
_because_ we optimize, and many users say mandrake sucks because it won't 
boot on their hardware.

Of course, you have been added to the list of potential volunteer testers, 
for when testing becomes practical. .-)

Civileme




Re: [Cooker] Server install !? Shouldn't that be somehow different?

2000-12-06 Thread Vadim Plessky

 6 ??? 2000 00:01, Alan Olsen ???:
|   On Tue, 5 Dec 2000, Franco Silvestro wrote:
|On Tuesday 05 December 2000 19:44, Alen Salamun wrote:
|   
|[...]
|   
| What should I do with gimp, imagemagicks, kde, gimp... on server?
|
| I agree there should be a "graphical" server install but if you work
| with many many servers that do their job as internet servers and so
| on you do apriciate the fact, that you can say install server and
| you'll get machine with approx. 200Mb disk space occupied and server
| apps.
|   
|[...]
|   
|In graphical server expert install use slider at minimum and if I
|remember is a working install with less than 200MB  with select
|individual packages add what you want...
|
|   My personal opinion is that for servers, there needs to be an option for
|   "No X at all".

Yes, I agree here. There should be an option of MINIMAL install without X 
(and without TCL, TK, etc.)
XF 4.0.1 is pretty easy to add after all, if it is really needed.
But, before adding XF to server setup, I suggest to split 16MB package first.

|
|   The one thing that screws that up is Freetype.  (It is used by PHP.)  Not
|   certain why this could not be statically linked though...

I believe FreeType is OS -independent.
There are some utilities in FreeType 1.3 package, but I think they can be 
splitted to separate RPM which will not require X.
And, it looks like that upcoming FreeType2 will be library-only...

|   When I set up a server box, I do not want X. Over the years it has been
|   harder and harder to get an install to do that cleanly.  (Other than "rm
|   -r /usr/X11R6".)

I would suggest Apache-only setup option as well. You press button, and in 2 
minutes have working server (yes, it took less then 2 minutes on my Pentium 
III to make Expert-Minimal install; even with Xfree isnatlled by default)
Another option: file-server only. To use that server as File Cabinet ...  :-)
In this case, even Apache is not necessary !

|   [EMAIL PROTECTED] | Note to AOL users: for a quick shortcut to reply
|   Alan Olsen| to my mail, just hit the ctrl, alt and del keys.
|   "In the future, everything will have its 15 minutes of blame."

-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
http://kde2.newmail.ru/index_rus.html  (Russian)
Do you have Arial font installed? Just test it!
http://kde2.newmail.ru/font_test_arial.html




Re: [Cooker] Optimizing for Athlon/Duron?

2000-12-06 Thread Vadim Plessky

 6 ??? 2000 16:48, civileme ???:
|   On Tuesday 05 December 2000 19:44, you wrote:
|   Moreover, some experiments showed optimizing for the 686-class machines
|   SLOWED the product.  We probably need better optimizing compilers,
| designed for optimizing AMDs, than are available today to make any real

 it's a pity... Good processors and bad compilers... Almost MS story :-)

| gains. Finally, 686-class code tightens the timing requirements on IDE
| beyond what we have now, and there's way too much sloppy hardware out
| there.  We have people who could boot 7.0 and 7.1 who can't touch 7.2 cause
| the kernel was changed to accommodate ATA/100 drives (and works fine with

Do you have any specific recommendations for selecting motherboard (with IDE 
controller built-in) or IDE RAID controller - to get it working in ATA/100 
mode?
Are IBM ATA/100 disks ok for 7.2 kernel? 
(may be, you can share with us what hardware you tested and how fast it was 
working :-)
 
| 386 code) but the leeway or slop allowed from stated specification
| tolerances for IDE hardware are very tiny with 586 code...  Meaning that
| bad hardware doesn't boot _because_ we optimize, and many users say
| mandrake sucks because it won't boot on their hardware.

yes, it's really a problem. Sometimes "optimizations" break code (KDE  2.0.1 
was not compiling for i686 for me; at least kdebase)
What about to have 2 versions of key packages in distribution, i586 and i686 
(glibc, XFree, Apache, KDE2 )?
You don't need to optimize Emacs or Traceroute for i686, but KDE and Apache 
will benefit, IMHO. As well as XFree86.

|   Of course, you have been added to the list of potential volunteer
| testers, for when testing becomes practical. .-)
|
|   Civileme

Add me to these volunteers as well ;-))
-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
http://kde2.newmail.ru/index_rus.html  (Russian)
Do you have Arial font installed? Just test it!
http://kde2.newmail.ru/font_test_arial.html




Re: [Cooker] i cannot type a r

2000-12-06 Thread Sebastian Dransfeld

On Mon, 4 Dec 2000, Robert L Martin wrote:

 by the way how would you enable said magic key?
 (i have a "pre-release" copy of l-m 7.2 and i run a stock kernel.org
 2.4.0test 10)
 

You should have a /etc/sysctl.conf file. Add the line: 

kernel.sysrq = 1

The file is read when network starts.

seb





Re: [Cooker] dhcp-3* and token ring

2000-12-06 Thread Udo Weber

Hi Florin,
I installed the dhcp-3* from contrib like you can see below from the
init-msg's
and removed the pump-rpm. Result was that dhcp was used to get the IP-address

but after got the IP nothing works anymore.
There was NOTHING else changed on the config-files.

This are the outputs when I used pump:
[root@mumpel RPMS]# ifconfig tr0
tr0   Link encap:16/4 Mbps Token Ring  HWaddr 00:20:35:C0:DA:1D
  inet addr:9.165.175.103  Bcast:9.165.175.255  Mask:255.255.240.0
  UP BROADCAST RUNNING  MTU:2000  Metric:1
  RX packets:326889 errors:0 dropped:0 overruns:0 frame:0
  TX packets:431563 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  Interrupt:9 Base address:0xa20 Memory:d4000-d7fff

[root@mumpel RPMS]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
9.165.160.0 0.0.0.0 255.255.240.0   U 0 0  0 tr0
127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0 lo
0.0.0.0 9.165.160.1 0.0.0.0 UG0 0  0 tr0

And here in add. the netstat -rn for dhcp:
[root@mumpel contrib]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
9.165.160.0 0.0.0.0 255.255.240.0   U 0 0  0 tr0
127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0 lo
0.0.0.0 9.165.160.1 0.0.0.0 UG0 0  0 tr0

- exactly the same but did not work.

I know that I can ignore the error-msg regarding eth0
additional info: with the dhcp-2* rpm's the dhcp-client don't works at all.
Udo

Florin Grad wrote:

 Hi there,

 except some error messages comming from the eth0 network card (indeed in
 most cases, this is the checked interface), if I understand correctly, you
 managed to get an IP: 9.165.172.28 and to ping it correctly. What about
 the routes ? do you manage to use alright this network ?

 about the dhcpd initscript:
 The /etc/init.d/dhcpd script detects eth0 so you should replace eth0 in
 that script with tr0 in your case in order to setup your dhcp server
 listening to that interface.

 are my assumptions correct ?

 I'm asking this because I cannot test this in here.

 and, one last question: are you using the dhcp*3*pl11 package from the
 contrib (you mentionned something about that) or dhcp-2*, the stable
 version, from cooker/main ? (some people have tested both and they seem to
 have prb with dhcp-3* but it works ok with  dhcp-2*).

 Thanks for your answer
 --
 Florin  http://www.linux-mandrake.com

 [EMAIL PROTECTED] (Udo Weber) writes:

  Florin Grad wrote:
 
   Hi there,
  
   anyone managed to install/use the dhcp-3* packages with a token ring
   network ?
   --
   Florin  http://www.linux-mandrake.com
 
  Hi Florin,
  maybe you can remember on my discussion about dhcp and TR a few weeks
  ago.
  I just tryed the dhcp-3* from contrib now and here my experiences:
 
  from init:
 
  Bringing up interface eth0:  cardmgr[3217]: + Determining
  IP information for tr0 via dhclient...Internet Software
  Consortium DHCP Client V3.0b2pl11
  cardmgr[3217]: + All rights reserved.
  cardmgr[3217]: +
  tr0: Initial interrupt : 16 Mbps, shared RAM base 000d4000.
  tr0: Opend adapter: Xmit bfrs: 2 X 2048, Rcv bfrs: 16 X 1032
  tr0: Adapter initialized and opened.
  tr0: Setting functional address: 00 00 00 00
  tr0: Setting functional address: 00 00 00 00
 
  from syslog:
 
  Dec  6 11:42:36 mumpel network: Setting network parameters:  succeeded
  Dec  6 11:42:36 mumpel cardmgr[3217]: initializing socket 0 30Dec
  6 11:42:36 cardmgr[3217]: socket 0: IBM Token Ring Adapter
  Dec  6 11:42:36 mumpel cardmgr[3217]: executing: './network start tr0'
  Dec  6 11:42:36 mumpel ifup: SIOCADDRT: Network is unreachable
  Dec  6 11:42:36 mumpel network: Bringing up interface lo:  succeeded
  Dec  6 11:42:36 mumpel dhclient: Internet Software Consortium DHCP
  Client V3.0b2
  pl11
  Dec  6 11:42:36 mumpel cardmgr[3217]: + Copyright 1995-2000 Internet
  Software Co
  nsortium.
  Dec  6 11:42:36 mumpel dhclient: All rights reserved.
  Dec  6 11:42:36 mumpel cardmgr[3217]: + For info, please visit
  http://www.isc.or
  g/products/DHCP
  Dec  6 11:42:36 mumpel dhclient:
  Dec  6 11:42:36 mumpel modprobe: modprobe: Can't locate module
  Dec  6 11:42:40 mumpel ifup: Delaying eth0 initialization.
  Dec  6 11:42:40 mumpel network: Bringing up interface eth0:  failed
  Dec  6 11:42:41 mumpel modprobe: modprobe: Can't locate module
  Dec  6 11:42:41 mumpel cardmgr[3217]: + Listening on
  LPF/tr0/00:20:35:c0:da:1d
  Dec  6 11:42:41 mumpel dhclient: Sending on   LPF/tr0/00:20:35:c0:da:1d
  Dec  6 11:42:41 mumpel cardmgr[3217]: + Sending on   Socket/fallback
 

[Cooker] Cobalt and VA Linux-like hardware with LM

2000-12-06 Thread Vadim Plessky

Hello everybody,

I am interested if somebody can help with URL or advise on subject above - 
Cobalt-like and/or VA Linux-like hardware with LM.

I am considering possibility to start solution-like business, and concentrate 
in the beginning on selling server appliances / pre-configured servers to 
businesses.
I remember quite well discussion here, on Cooker, about "how nice it will be 
to have Mandrake PC".  It's not exactly that, but step in that direction, for 
sure.  :-))  
If I succeed with servers, PCs/thin clients will probably follow. :-)))
Ohh, yes, I forgot to tell: LM will be default pre-installed OS...
/no extras, minimal install.../

I would be very grateful if somebody can advise what exact components VA 
Linux and Cobalt use (motherboard/chipset, memory, HDD make/model, cases, HDD 
controllers); May be somebody knows who is assembling units for them ?
I am free in supplier choice, but it's better do not re-invent the wheel, 
IMHO.
/at a moment I can't find around me suppliers of 2U cases. May be somebody 
can recommend it?/
If somebody knows what patches VA Linux /Cobalt have against standard 
kernel/other key packages - well, this can be also very important and nice to 
know...
/I know Chmouel was trying to find similar info on kernel some time ago... 
But there was no information on VA Linux site/
 
If somebody thinks that there is something wrong with Cobalt/VA Linux devices 
(or there are better examples of Linux-based devices which can be sold to 
businesses) - it'll be interesting to hear as well.
Any other suggestions  are welcome!
Please feel free to discuss it on list, or write to me directly.  

Looking forward to hear you soon!

With best regards,


Vadim Plessky
http://kde2.newmail.ru  (English)
http://kde2.newmail.ru/index_rus.html  (Russian)
Do you have Arial font installed? Just test it!
http://kde2.newmail.ru/font_test_arial.html





Re: [Cooker] About ADSL Support (?)

2000-12-06 Thread Meir Faraj


Hi dams ,
 I've tested with france alcatel for the orkit modem that works as pptp .
it doesn't work , when using the howto that I've sent earlier on the list 
sometimes it works (on certain configuration) aand sometimes note how could I 
help you get it works .
Note I've no ADSL modem I test all this on friends computers .

On Tuesday 05 December 2000 03:35, you wrote:
 [EMAIL PROTECTED] (Larry Marshall) writes:
ok, if it's pptp use draknet, choose france, pptp (Alcatel modems),
and it should work. If not, mail me
  
   It should  works (I've a friends (that got it works with the help of
   the howto I've sent))  I've spoke with bezek (Israeli telecom) and they
   told me that Orkit and Alcatel use the same methods and that from the
   next month all modems will be Alcatel one in all Israel . So you could
   add the entry Israel
 
  Uhm...since this is an International conference I thought I should
  chime in here.  I've installed two Alcatel modems here in Quebec and a
  standard pppoe install makes them work.  I don't think you can make
  this determination by modem brand name.  This doesn't negate anything
  you've said about Alcatel modems in Israel of course.

 You're right, it was bad to determine the protocole to use with the land
 and the modem type.

 The problem is : how can a newbie answer to the question "use pppoe or
 pptp?" If you have suggestion... But I agree that it's bad to ask the land
 and the modem type.




Re: [Cooker] KDE 2.0.1 on 7.2

2000-12-06 Thread salane

On Wednesday 06 December 2000 04:50, you wrote:
 Perhaps this is the wrong place to ask, but will there be KDE 2.0.1 update
 RPMs for the 7.2 release?


nebsllc.com/pub/KDE_UPDATES/




Re: [Cooker] About ADSL Support (?)

2000-12-06 Thread dam's

[EMAIL PROTECTED] (Meir Faraj) writes:

 Hi dams ,
  I've tested with france alcatel for the orkit modem that works as pptp .
 it doesn't work , when using the howto that I've sent earlier on the list 
 sometimes it works (on certain configuration) aand sometimes note how could I 
 help you get it works .
 Note I've no ADSL modem I test all this on friends computers .

Without the modem, it's difficult for me... Send me a mail privately, we will
investigate that a little more

-- 
dam's




[Florin Grad florin@mandrakesoft.com] Re: [Cooker] dhcp-3* and token ring

2000-12-06 Thread Florin Grad


hi again,

what do you get after receiving the IP with the ifconfig command ? I
didn't seem to have seen your output ...

so, with both dhcp-2* and dhcp-client-2* both working together it doesn't
work...either.
some other people told me they managed to make it work. 

does at least the dhcp-server run alright ? the service dhcpd status
command will do.

The funny thing is that the initscripts are almost the same for dhcp*2 and
3 concerning the servers. 

the dhcp client (named it pump or dhclient or whatever gets the IP and
eventually sets the route (and maybe some other options specified in the
conf file) and that's it: it's work is done. It might recall the server
later on when the lease is outdated. 

So, saying that you get an IP and you have the right route, and despite
that it doesn't work, it simply puzzles me :-/

I'll keep digging :)

cheers,
-- 
Florin  http://www.linux-mandrake.com


[EMAIL PROTECTED] (Udo Weber) writes:

 Hi Florin,
 I installed the dhcp-3* from contrib like you can see below from the
 init-msg's
 and removed the pump-rpm. Result was that dhcp was used to get the IP-address
 
 but after got the IP nothing works anymore.
 There was NOTHING else changed on the config-files.
 
 This are the outputs when I used pump:
 [root@mumpel RPMS]# ifconfig tr0
 tr0   Link encap:16/4 Mbps Token Ring  HWaddr 00:20:35:C0:DA:1D
   inet addr:9.165.175.103  Bcast:9.165.175.255  Mask:255.255.240.0
   UP BROADCAST RUNNING  MTU:2000  Metric:1
   RX packets:326889 errors:0 dropped:0 overruns:0 frame:0
   TX packets:431563 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:100
   Interrupt:9 Base address:0xa20 Memory:d4000-d7fff
 
 [root@mumpel RPMS]# netstat -rn
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
 9.165.160.0 0.0.0.0 255.255.240.0   U 0 0  0 tr0
 127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0 lo
 0.0.0.0 9.165.160.1 0.0.0.0 UG0 0  0 tr0
 
 And here in add. the netstat -rn for dhcp:
 [root@mumpel contrib]# netstat -rn
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
 9.165.160.0 0.0.0.0 255.255.240.0   U 0 0  0 tr0
 127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0 lo
 0.0.0.0 9.165.160.1 0.0.0.0 UG0 0  0 tr0
 
 - exactly the same but did not work.
 
 I know that I can ignore the error-msg regarding eth0
 additional info: with the dhcp-2* rpm's the dhcp-client don't works at all.
 Udo
 
 Florin Grad wrote:
 
  Hi there,
 
  except some error messages comming from the eth0 network card (indeed in
  most cases, this is the checked interface), if I understand correctly, you
  managed to get an IP: 9.165.172.28 and to ping it correctly. What about
  the routes ? do you manage to use alright this network ?
 
  about the dhcpd initscript:
  The /etc/init.d/dhcpd script detects eth0 so you should replace eth0 in
  that script with tr0 in your case in order to setup your dhcp server
  listening to that interface.
 
  are my assumptions correct ?
 
  I'm asking this because I cannot test this in here.
 
  and, one last question: are you using the dhcp*3*pl11 package from the
  contrib (you mentionned something about that) or dhcp-2*, the stable
  version, from cooker/main ? (some people have tested both and they seem to
  have prb with dhcp-3* but it works ok with  dhcp-2*).
 
  Thanks for your answer
  --
  Florin  http://www.linux-mandrake.com
 
  [EMAIL PROTECTED] (Udo Weber) writes:
 
   Florin Grad wrote:
  
Hi there,
   
anyone managed to install/use the dhcp-3* packages with a token ring
network ?
--
Florin  http://www.linux-mandrake.com
  
   Hi Florin,
   maybe you can remember on my discussion about dhcp and TR a few weeks
   ago.
   I just tryed the dhcp-3* from contrib now and here my experiences:
  
   from init:
  
   Bringing up interface eth0:  cardmgr[3217]: + Determining
   IP information for tr0 via dhclient...Internet Software
   Consortium DHCP Client V3.0b2pl11
   cardmgr[3217]: + All rights reserved.
   cardmgr[3217]: +
   tr0: Initial interrupt : 16 Mbps, shared RAM base 000d4000.
   tr0: Opend adapter: Xmit bfrs: 2 X 2048, Rcv bfrs: 16 X 1032
   tr0: Adapter initialized and opened.
   tr0: Setting functional address: 00 00 00 00
   tr0: Setting functional address: 00 00 00 00
  
   from syslog:
  
   Dec  6 11:42:36 mumpel network: Setting network parameters:  succeeded
   Dec  6 11:42:36 mumpel cardmgr[3217]: initializing socket 0 30Dec
   6 11:42:36 cardmgr[3217]: socket 0: IBM Token Ring Adapter
   Dec  6 11:42:36 mumpel cardmgr[3217]: executing: './network start tr0'
   Dec  6 11:42:36 mumpel ifup: SIOCADDRT: Network is 

Re: [Cooker] #include math.h

2000-12-06 Thread Thierry Vignaud

Baranyai László [EMAIL PROTECTED] writes:

 Dear Cooker members!
 
 My name is Laszlo. I have downloaded Mandrake7.2 and installed,
 but gcc still requires something I do not know. When I tried to compile
 my programs, gcc replied:
 
 /tmp/ccF2y6Yo.o: In function `main':
 /tmp/ccF2y6Yo.o(.text+0x86): undefined reference to `sin'
 collect2: ld returned 1 exit status
 
 the same happens when I want to use other functions listed in
 "math.h": sqrt, pow, etc.

compile with -lm





Re: [Cooker] Cobalt and VA Linux-like hardware with LM

2000-12-06 Thread Chmouel Boudjnah

Vadim Plessky [EMAIL PROTECTED] writes:

 /I know Chmouel was trying to find similar info on kernel some time ago... 
 But there was no information on VA Linux site/

finally i found information about VA-kernel on the ftp of VA linux :

ftp://ftp.valinux.com/pub/kernel/2.2.18-beta/changelog.txt

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




[Cooker] Re: deleting cooker/Mandrake/RPMS/kernel-2.2.17-29mdk.i586.rpm and now only cooker/Mandrake/RPMS/kernel-2.4.0-0.7mdk.i586.rpm is wanted or an error ???

2000-12-06 Thread Warly

Franco Silvestro [EMAIL PROTECTED] writes:

 On sunsite.uio.no today was deleted  on cooker all kernel-2.2.17-29mdk.i586.rpm and 
replaced by kernel-2.4.0-0.7mdk.i586.rpm.
 This is wanted or an error ???... It isn't an hackkernel ?
 cugood work ... ;o)

we are now in 2.4

-- 
Warly




Re: [Cooker] update CGI.pm in perl-5.600-XXmdk.rpm

2000-12-06 Thread COTINEAU Sylvain

Le Mardi  5 Décembre 2000 13:00, vous avez écrit :
 COTINEAU Sylvain [EMAIL PROTECTED] writes:
  Hi,
 
  Current perl package contain CGI.pm version 2.54
  the latest is 2.74 and for example neomail-1.2x need CGI.pm =2.72

 you use contrib/RPMS/perl-5.700-1mdk.i586.rpm which has version 2.72

 unless you have some strong arguments, i'm not gonna update part of the
 perl source.

hmmm ... STRONG ARGUMENTS !! Strange request 
well:
2.74  2.54
2.74 more powerful than 2.54
2.74 is current version ...
another one?

i suspect you to use an old 386 under windoz 3.x ? ;-)

BCNU
-- 
Sylvain COTINEAU - E-mail: [EMAIL PROTECTED]
OVERLOGIC   = http://www.overlogic.com
Top Finance = http://www.topfinance.com
Tél: (+33)1 40 33 76 83 - Mob: (+33)6 64 24 76 83




[Cooker] deleting cooker/Mandrake/RPMS/kernel-2.2.17-29mdk.i586.rpm and now only cooker/Mandrake/RPMS/kernel-2.4.0-0.7mdk.i586.rpm is wanted or an error ???

2000-12-06 Thread Franco Silvestro

On sunsite.uio.no today was deleted  on cooker all kernel-2.2.17-29mdk.i586.rpm and 
replaced by kernel-2.4.0-0.7mdk.i586.rpm.
This is wanted or an error ???... It isn't an hackkernel ?
cugood work ... ;o)
-- 
Franco Silvestro
c/o CeSIA - Universita' degli Studi di Bologna

Current Linux uptime: 11 days 18 hours 3 minutes.




Re: [Cooker] Re: deleting cooker/Mandrake/RPMS/kernel-2.2.17-29mdk.i586.rpm and now only cooker/Mandrake/RPMS/kernel-2.4.0-0.7mdk.i586.rpm is wanted or an error ???

2000-12-06 Thread Guillaume Cottenceau

Warly [EMAIL PROTECTED] writes:

 Franco Silvestro [EMAIL PROTECTED] writes:
 
  On sunsite.uio.no today was deleted  on cooker all kernel-2.2.17-29mdk.i586.rpm 
and replaced by kernel-2.4.0-0.7mdk.i586.rpm.
  This is wanted or an error ???... It isn't an hackkernel ?
  cugood work ... ;o)
 
 we are now in 2.4

fear, fear.


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




Re: [Cooker] Problem with konqueror (is libstdc++ incompatilities)

2000-12-06 Thread Warly

BERNARD Sebastien [EMAIL PROTECTED] writes:

 For now konqueror starts from the command line but not from panel.
 When I tried to use a part it breaks.
 I straced it. It seems it cannot find the library libstdc++-libc6-1.2.so.3
 which does not exists.
 I have libstdc++-libc6-2.2.so.3, libstdc++-libc6-1.1.so.2
 Something is missing I would say.
 Moreover, lots of old application are complaining about the lack of this
 library.
 
 What is this kind of versioning ?
 Which library is the right one ?

Ah yeah, I began looking at this problem, but did not find any interesting
issues, it seems to be a bug in the rpm find_requires.

To workarround just create a softlink.

-- 
Warly




RE: [Cooker] perl DBD-Pg module for Mdk?

2000-12-06 Thread Franck Martin

Can you move it in cooker, this is very useful for Sympa...

Franck Martin
Database Development Officer
SOPAC South Pacific Applied Geoscience Commission
Fiji
E-mail: [EMAIL PROTECTED]
Web site: http://www.sopac.org/

This e-mail is intended for its recipients only. Do not forward this e-mail
without approval. The views expressed in this e-mail may not be necessarily
the views of SOPAC.

-Original Message-
From: Lenny Cartier [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 6 December 2000 9:32 
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] perl DBD-Pg module for Mdk?

Franck Martin wrote:

 I'm looking for the perl DBD-Pg

 Any Help please ?

look in  contribs.

lenny

--

--
Lenny Cartier [EMAIL PROTECTED]
"Informatique: Excel, Word, chef de projet informatique." (c)
Serious resume




[Cooker] rpm and MandrakeUpdate

2000-12-06 Thread Jean Meloche

rpm in rpm-4.0-10mdk
and MandrakeUpdate in MandrakeUpdate-7.2-18mdk

still dump core

[root@rocks jean]# MandrakeUpdate.real  
Segmentation fault (core dumped)
[root@rocks jean]# 

[root@rocks RPMS]# rpm -Uvh esound-0.2.22-2mdk.i586.rpm 
Segmentation fault (core dumped)
[root@rocks RPMS]# 


I read there was others with similar problems.
Anyone figured what's wrong?

-- 
Jean Meloche
[EMAIL PROTECTED]
e-gold # 133947




Re: [Cooker] Server install !? Shouldn't that be somehow different?

2000-12-06 Thread Alan Olsen

On Wed, 6 Dec 2000, Vadim Plessky wrote:

 |In graphical server expert install use slider at minimum and if I
 |remember is a working install with less than 200MB  with select
 |individual packages add what you want...
 |
 |   My personal opinion is that for servers, there needs to be an option for
 |   "No X at all".
 
 Yes, I agree here. There should be an option of MINIMAL install without X 
 (and without TCL, TK, etc.)

What I want is not quite minimal though. When I build a server, I want to
have the tools I choose, but without the X cruft that every install wants
to put there. I assume a "minimal install" will exclude things like
additional Perl modules, MySQL, mod-ssl, mod_php4, and many of the other
useful and server-like things I want to install.

 |   The one thing that screws that up is Freetype.  (It is used by PHP.)  Not
 |   certain why this could not be statically linked though...
 
 I believe FreeType is OS -independent.
 There are some utilities in FreeType 1.3 package, but I think they can be 
 splitted to separate RPM which will not require X.
 And, it looks like that upcoming FreeType2 will be library-only...

I believe that it has header dependancies on X, but I need to check the
source to make sure.

 |   When I set up a server box, I do not want X. Over the years it has been
 |   harder and harder to get an install to do that cleanly.  (Other than "rm
 |   -r /usr/X11R6".)
 
 I would suggest Apache-only setup option as well. You press button, and in 2 
 minutes have working server (yes, it took less then 2 minutes on my Pentium 
 III to make Expert-Minimal install; even with Xfree isnatlled by default)
 Another option: file-server only. To use that server as File Cabinet ...  :-)
 In this case, even Apache is not necessary !

I can see a whole series of "Custom Install" options that are
pre-selected. "Firewall box", "FTP server", "Kerberos Keyserver", etc.

[EMAIL PROTECTED] | Note to AOL users: for a quick shortcut to reply
Alan Olsen| to my mail, just hit the ctrl, alt and del keys.
"In the future, everything will have its 15 minutes of blame."





[Cooker] kernel-2.4.0-0.7mdk on alpha

2000-12-06 Thread Stefan van der Eijk

rebuilding kernel-2.4.0-0.7mdk on my alpha ends like this:

/usr/bin/kgcc -D__KERNEL__ -I/users/stefan/RPM/BUILD/linux/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
-mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6-DEXPORT_SYMTAB -c pci.c
pci.c: In function `pci_read_bases':
pci.c:576: `tmp' undeclared (first use in this function)
pci.c:576: (Each undeclared identifier is reported only once
pci.c:576: for each function it appears in.)
make[3]: *** [pci.o] Error 1
make[3]: Leaving directory
`/oxygen/users/stefan/RPM/BUILD/linux/drivers/pci'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory
`/oxygen/users/stefan/RPM/BUILD/linux/drivers/pci'
make[1]: *** [_subdir_pci] Error 2
make[1]: Leaving directory
`/oxygen/users/stefan/RPM/BUILD/linux/drivers'
make: *** [_dir_drivers] Error 2
Bad exit status from /users/stefan/tmp/rpm-tmp.37840 (%build)

Getting test12-pre6 and removing patch #320 (wich is applied in pre6)
will solve this problem.

Right now it's rebuilding, I don't know how the rest of the package will
go... (I'll see tomorrow).

Stefan




Re: [Cooker] rpm and MandrakeUpdate

2000-12-06 Thread Frederic Lepied

Jean Meloche [EMAIL PROTECTED] writes:

 rpm in rpm-4.0-10mdk
 and MandrakeUpdate in MandrakeUpdate-7.2-18mdk
 
 still dump core
 
 [root@rocks jean]# MandrakeUpdate.real  
 Segmentation fault (core dumped)
 [root@rocks jean]# 
 
 [root@rocks RPMS]# rpm -Uvh esound-0.2.22-2mdk.i586.rpm 
 Segmentation fault (core dumped)
 [root@rocks RPMS]# 
 
 
 I read there was others with similar problems.
 Anyone figured what's wrong?

Could you check that one of your partitions are not full ?
-- 
Fred - May the source be with you





Re: [Cooker] XFree, ATI Rage 128

2000-12-06 Thread Doug Roberts

Francois Pons wrote:

 Doug Roberts [EMAIL PROTECTED] writes:
 
 
 HardDrake was not able to recognize the ATI Rage 128 AGP card, and when I
 manually set the xfree 4.0.1 server to ATI Rage128, I got the black screen [TM].
 I had to put an older Fire GL 1000 Pro card in the machine to use it.
 
 
 Can you send us the content of lspcidrake, please ? Thank You Very Much.


Francois:

I took the ATI Rage 128 card out of the machine and put it in another, 
similar Dell box, and this time it configured fine. The only difference 
between the two boxes is that the second machine is a couple of years 
newer and has a newer bios. I think I'll just leave the card there  
pretend the problems I had initially never occured...

--Doug
-- 
==
Douglas Roberts, TSA-SA|
Los Alamos National Laboratory | All good work is done in defiance
[EMAIL PROTECTED]  |  of management. -- Bob Woodward
(505)667-4569  |
==





[Cooker] Re: FIXED BUGS: KLyx

2000-12-06 Thread Michael Brown

 The following bugs appear in klyx-2.0-1mdk (KDE date 20001017):
 1) Icons in the drop-down math browsers (greek characters, binary
relations, etc.) appear as the KDE "unknown" icon (the question mark
picture)
 2) While in Math Mode, it is not possible to enter expressions in Tex Mode
(such as "\pi" or "\frac"), since Tex Mode is exited after entering
only one character
 I have fixed both of these.  A brief synopsis is as follows:
 snip
 I have created patch files for
 src/MathBrowsers.C
 src/MathDelimiterDialog.C
 src/math_defs.h
 pics/Makefile.am
 and a set of .png images to replace the .xbm images in pics/
 
 Please could someone let me know what I should do with these?  I suspect
 that they should go in to the KDE source, since I don't think the problem
 can be Mandrake-specific.

Is anyone here able to answer this for me?  I have had no response from
this list or anyone from the KDE team (I also sent the message to
[EMAIL PROTECTED], as requested by the KDE web page).

I'd quite like not to be the only one to benefit from the time I spent
fixing these two bugs, since together they made it impossible to enter any
greek characters using KLyx.

Michael







Re: [Cooker] Optimizing for Athlon/Duron?

2000-12-06 Thread Leon Brooks

civileme wrote:
 If you can find a 386 to run
 KDE/Netscape/StarOffice, I'll eat it without mayonnaise.

Are you prepared to eat a 486SLC40? That's really only a souped-up '386, not a
'486 (no floating point or anything). I can plug a 32MB SIMM (not DIMM) into my
gateway machine, and it will indeed run KDE, Netscape and StarOffice. I don't
have one going, but I'd be delighted to fire up a 386DX40 motherboard which I
have in storage, to prove the point... and I'll even allow you the mayonnaise...
(-:

-- 
Police in Radnor, Pennsylvania, interrogated a suspect by placing a metal
colander on his head and connecting it with wires to a photocopy machine.
The message "He's lying" was placed in the copier, and police pressed the
copy button each time they thought the suspect wasn't telling the truth.
Believing the "lie detector" was working, the suspect confessed.




[Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread Daniel Tabuenca


Is there an official set of RPMS for upgrading to KDE 2.0.1. This is a
BUG FIX release so I think it is important that current users of
Mandrake 7.2 be able to upgrade perhaps even with the mandrake update
facility.

--
++

You have been infected with the Linux Virus!

This virus operates on the honor system. If you run any version of Linux,
please delete a dozen or so files from your hard drive at random and then
forward this message to everyone in your address book.

Thank you for your participation.

++







Re: [Cooker] KDE 2.0.1 on 7.2

2000-12-06 Thread Leon Brooks

salane wrote:
 On Wednesday 06 December 2000 04:50, you wrote:
 Perhaps this is the wrong place to ask, but will there be KDE 2.0.1 update
 RPMs for the 7.2 release?

 nebsllc.com/pub/KDE_UPDATES/

Ta! (-:

-- 
The Chico, California, City Council enacted a ban on nuclear weapons,
setting a $500 fine for anyone detonating one within city limits.




Re: [Cooker] rpm and MandrakeUpdate

2000-12-06 Thread Jean Meloche

On Wednesday 06 December 2000 14:25, you wrote:
 Jean Meloche [EMAIL PROTECTED] writes:
  rpm in rpm-4.0-10mdk
  and MandrakeUpdate in MandrakeUpdate-7.2-18mdk
 
  still dump core
 
  [root@rocks jean]# MandrakeUpdate.real
  Segmentation fault (core dumped)
  [root@rocks jean]#
 
  [root@rocks RPMS]# rpm -Uvh esound-0.2.22-2mdk.i586.rpm
  Segmentation fault (core dumped)
  [root@rocks RPMS]#
 
 
  I read there was others with similar problems.
  Anyone figured what's wrong?

 Could you check that one of your partitions are not full ?

Here is an strace on the rpm

lseek(6, 17203200, SEEK_SET)= 17203200
read(6, "\0\0\0\0\0\0\0\0h\20\0\0g\20\0\0i\20\0\0\1\0\346\17\0\007"..., 4096) 
= 4096
lseek(6, 17207296, SEEK_SET)= 17207296
read(6, "\0\0\0\0\0\0\0\0i\20\0\0h\20\0\0\0\0\0\0\1\0\335\10\0\7"..., 4096) = 
4096
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

[root@rocks RPM]# cd /var/lib/rpm/
[root@rocks rpm]# ls -l Packages
-rw-r--r--1 root root 30117888 Dec  6 14:27 Packages
[root@rocks rpm]#

On all the packages that make it core dump, rpm always core dumps when
reading the entry at offset 17207296 in Packages (a bit more than 1/2
way through).

-- 
Jean Meloche
[EMAIL PROTECTED]
e-gold # 133947




Re: [Cooker] ISA sound cards

2000-12-06 Thread Leon Brooks

Guillaume Cottenceau wrote:
 Leon Brooks [EMAIL PROTECTED] writes:
 Hoyt wrote:
 What about those ISA [sound] cards you love? 8)

 pnpdump /etc/isapnp.conf
 jmacs /etc/isapnp.conf
 jmacs /etc/modules.conf

 beware, isa and isa-pnp are two different things.

Guillaume, isa-pnp and isa-pnp are sometimes two different things. (-:

The above has worked for every ISA sound card I've tried, except original Sound
Blaster (and Pro, II, 16) - which are ``well known'' anyway - and Sound Galaxy
cards, which seem to inhabit a universe of their own.

-- 
"Sects, sects, sects!  That's all you religion majors ever think about."
-- Garth Snyder




Re: [Cooker] rpm and MandrakeUpdate

2000-12-06 Thread Jean Meloche

On Wednesday 06 December 2000 14:25, you wrote:
 Jean Meloche [EMAIL PROTECTED] writes:
  rpm in rpm-4.0-10mdk
  and MandrakeUpdate in MandrakeUpdate-7.2-18mdk
 
  still dump core
 
  [root@rocks jean]# MandrakeUpdate.real
  Segmentation fault (core dumped)
  [root@rocks jean]#
 
  [root@rocks RPMS]# rpm -Uvh esound-0.2.22-2mdk.i586.rpm
  Segmentation fault (core dumped)
  [root@rocks RPMS]#
 
 
  I read there was others with similar problems.
  Anyone figured what's wrong?

 Could you check that one of your partitions are not full?





[Cooker] hd.img 20001206 19:17 expert-upgrade ..... fails

2000-12-06 Thread Franco Silvestro

rsynched on sunsite.uio.no 20001206 21:10 CEST
VERSION :
Linux-Mandrake Cooker-i586 20001206 19:17
I try two time with hd.img 20001206 19:17 an expert-upgrade on a working full expert 
developer cooker version 20001128 20:32 ...
Strange behaviours.
First time I try switching to shell console to verify with mount if upgrade uses 
correct partitions, when I return to graphic install"you can safely reboot your 
system"(sorry I don't remember gtk error)
Second time I try without switching between consoles I select only US and IT 
langsIt took much time to select packages for upgrade... 
and then it shows me slider at 30% and when I see individual packages many (installed 
packages) are not checked I try select by hand and I see strange things ...
... as when I uncheck BasiliskII it say me that also gmc must be deselected.
... as when I try uncheck a packages certainly installedit says nothing.
...at least when I try unselect locales-de..again install stop and  "you can 
safely reboot your system";o/

Old cooker version 20001128 20:32 (was a fresh complete install.) seems not 
damaged ... now is working 
this is steps from 180K ddebug.log ... I don't see manifest errors... apart from 
thatit not works...;op

-- 'cat ddebug.log|grep step
* starting step `selectLanguage'
* step `selectLanguage' finished
* starting step `selectInstallClass'
* step `selectInstallClass' finished
* starting step `setupSCSI'
* step `setupSCSI' finished
* starting step `doPartitionDisks'
* step `doPartitionDisks' finished
* starting step `selectMouse'
* step `selectMouse' finished
* starting step `selectKeyboard'
* step `selectKeyboard' finished
* starting step `miscellaneous'
* step `miscellaneous' finished
* starting step `formatPartitions'
* step `formatPartitions' finished
* starting step `choosePackages'
* warning: setstep choosePackages
* starting step `choosePackages'
* starting step `doPartitionDisks'   ---here begin stop when I deselect 
locales-de
* step `doPartitionDisks' finished
* starting step `formatPartitions'
* starting step `doPartitionDisks'
* step `doPartitionDisks' finished
* starting step `formatPartitions'
* starting step `doPartitionDisks'
* step `doPartitionDisks' finished 
--

cu... good work...;o)


-- 
Franco Silvestro
c/o CeSIA - Universita' degli Studi di Bologna

Current Linux uptime: 11 days 21 hours 13 minutes.




Re: [Cooker] imwheel fails on sysinit

2000-12-06 Thread Peter Ruskin

On Wednesday 06 December 2000 00:24, Frederic Lepied wrote:
 Peter Ruskin [EMAIL PROTECTED] writes:
  With imwheel listed in rc.modules (this is cooker, of course) there is an
  error message on init (can't remember exact words and it's too early in
  process to get into /var/log/messages).  It seems like the system is
  looking for it too early.  I moved the entry to rc.local - no more
  message.

 Could you send the entry ?

imwheel -k ; imwheel

Typing su -c "imwheel -k" at a console produces the message I saw...

WARNING: imwheel process could not be verified, it may not be running 
anymore, that's OK!
: No such file or directory
WARNING: imwheel process could not be verified, it may not be running 
anymore, that's OK!
: No such file or directory
INFO: imwheel started (pid=2852)
/root/.imwheelrc: No such file or directory
-- 
   
Peter Ruskin,  Wrexham, UK  [EMAIL PROTECTED] 
Preferred desktop environment KDE 1.1.2
  Linux 2.2.17-21mdkWin4Lin, Uptime 4 hours 23 minutes




Re: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread Zeljko Vukman

On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
 Is there an official set of RPMS for upgrading to KDE 2.0.1. This is a
 BUG FIX release so I think it is important that current users of
 Mandrake 7.2 be able to upgrade perhaps even with the mandrake update
 facility.


You are dreaming. Mandrake has no plans to make RPMS of Kde2.0.1 for Mandrake 
7.2. The only available 2.0.1 will be on Cooker (which is BTW binary 
incompatible with 7.2). Compile yourself.

Regards,




RE: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread Steve Wray

 On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
  Is there an official set of RPMS for upgrading to KDE 2.0.1. This is a
  BUG FIX release so I think it is important that current users of
  Mandrake 7.2 be able to upgrade perhaps even with the mandrake update
  facility.
 
 
 You are dreaming. Mandrake has no plans to make RPMS of Kde2.0.1 
 for Mandrake 
 7.2. The only available 2.0.1 will be on Cooker (which is BTW binary 
 incompatible with 7.2). Compile yourself.


I am not sourcecode! I am a free man!

Pity this doesn't go to alt.humor.best-of-usenet...

Sorry but I really couldn't resist that
(to tell the truth I didn't even try)

8-)






Re: [Cooker] ncftp core dumps

2000-12-06 Thread Ed Wilts

On Wednesday 06 December 2000 07:08, Chmouel Boudjnah wrote:
 Ed Wilts [EMAIL PROTECTED] writes:
  With one or more of the upgrades over the last few weeks, ncftp died a
  horrible death.  This is all I get now:
 
  [root@linux1 cooker]# rpm -ivh ncftp-3.0.2-1mdk.i586.rpm
  ncftp  
  ## [root@linux1 cooker]#
  ncftp
  Illegal instruction (core dumped)

 i had no problem on my from sunday installed cooker...

I just rsync'ed, upgraded to the 2.4 kernel, and it still dumps on me.  So, 
the question is, is it just me or is anyone else experiencing this problem?
If it matters, I'm on an AMD K6-2/350.




Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Robert L Martin

I would prefer postinstall script limitis itself to warn user he has to
run lilo, not running it itself. If lilo.conf is not in a valid state,
result could be rather dangereous.
--
Guillaume Rousse

Murphy's law : If anything can go wrong, it will.
O'Tool's commentary : Murphy was an optimist.
--
but won't lilo just error out if lilo.conf is lilo.conf.patte (not
valid)
btw you are quoting Finagles law (murphy's law is:
If anything can be done in two different ways one of which will cause a
complete disaster
that is the way it will happen) Either way both apply.

Robert L Martin





Re: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread salane

nebsllc.com

On Wednesday 06 December 2000 20:51, you wrote:
  On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
   Is there an official set of RPMS for upgrading to KDE 2.0.1. This is a
   BUG FIX release so I think it is important that current users of
   Mandrake 7.2 be able to upgrade perhaps even with the mandrake update
   facility.
 
  You are dreaming. Mandrake has no plans to make RPMS of Kde2.0.1
  for Mandrake
  7.2. The only available 2.0.1 will be on Cooker (which is BTW binary
  incompatible with 7.2). Compile yourself.

 I am not sourcecode! I am a free man!

 Pity this doesn't go to alt.humor.best-of-usenet...

 Sorry but I really couldn't resist that
 (to tell the truth I didn't even try)

 8-)




Re: [Cooker] Re: FIXED BUGS: KLyx

2000-12-06 Thread Lin

great, but I cannot help, I am glade you fixed the problem dough.  I have
been using Lyx since upgrading to 7.2, and the original 7.0's klyx doesn't
work when I install it over 7.2's ... 

On Wed, 6 Dec 2000, Michael Brown wrote:

  The following bugs appear in klyx-2.0-1mdk (KDE date 20001017):
  1) Icons in the drop-down math browsers (greek characters, binary
 relations, etc.) appear as the KDE "unknown" icon (the question mark
 picture)
  2) While in Math Mode, it is not possible to enter expressions in Tex Mode
 (such as "\pi" or "\frac"), since Tex Mode is exited after entering
 only one character
  I have fixed both of these.  A brief synopsis is as follows:
  snip
  I have created patch files for
  src/MathBrowsers.C
  src/MathDelimiterDialog.C
  src/math_defs.h
  pics/Makefile.am
  and a set of .png images to replace the .xbm images in pics/
  
  Please could someone let me know what I should do with these?  I suspect
  that they should go in to the KDE source, since I don't think the problem
  can be Mandrake-specific.
 
 Is anyone here able to answer this for me?  I have had no response from
 this list or anyone from the KDE team (I also sent the message to
 [EMAIL PROTECTED], as requested by the KDE web page).
 
 I'd quite like not to be the only one to benefit from the time I spent
 fixing these two bugs, since together they made it impossible to enter any
 greek characters using KLyx.
 
 Michael
 
 
 
 
 





Re: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread Zeljko Vukman

On Thursday 07 December 2000 02:51, Steve Wray wrote:
  On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
   Is there an official set of RPMS for upgrading to KDE 2.0.1. This is a
   BUG FIX release so I think it is important that current users of
   Mandrake 7.2 be able to upgrade perhaps even with the mandrake update
   facility.
 
  You are dreaming. Mandrake has no plans to make RPMS of Kde2.0.1
  for Mandrake
  7.2. The only available 2.0.1 will be on Cooker (which is BTW binary
  incompatible with 7.2). Compile yourself.

 I am not sourcecode! I am a free man!
 Pity this doesn't go to alt.humor.best-of-usenet...
 Sorry but I really couldn't resist that
 (to tell the truth I didn't even try)


You will compile yourself when you choose to compile Kde2.0.1.
He, he.. 
Now I must be serious. Mandrake Comp. said that no final Kde-2.0.1 will be
available for users of Mandrake 7.2.
I compiled myself when I had to compile final Kde-2.0.1. It took 24 hours. I
was totally compiled after that experience.




[Cooker] initscripts removes /etc/init.d ?

2000-12-06 Thread Quel Qun

# rpm -Uvh initscripts-5.27-40mdk.i586.rpm 
error: failed dependencies:
/etc/init.d is needed by xinetd-2.1.8.9pre13-4mdk

# rpm -qpl initscripts-5.27-40mdk.i586.rpm | grep -w /etc/init.d
/etc/init.d

Strange...

=-=
kk1


Get free email and a permanent address at http://www.netaddress.com/?N=1




RE: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread Steve Wray

I'm starting to become of the opinion that
when one is installing distributions
such as mandrake and redhat, one should pay close
attention to software that one is *particularly* keen on.

One should *not* install these through rpm
rather one should COMPILE FROM SOURCE!!

I've had no end of troubles with (various bits of) KDE2
and its next to impossible to update *just* those bits
(eg kdemultimedia) without making a mess...

I compiled kdemultimedia from source on mandrake 7.2
after several programs from that package were causing
problems.

After the compilation those programs still cause trouble...
more in fact.

On a redhat 7 machine I forcibly removed all the kde packages
and compiled the whole kde2 set from scratch.

The result? BLISS!

Everything works (for a change)


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Zeljko Vukman
 Sent: Thursday, December 07, 2000 4:04 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] Why no Official KDE 2.0.1 Update?


 On Thursday 07 December 2000 02:51, Steve Wray wrote:
   On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
Is there an official set of RPMS for upgrading to KDE
 2.0.1. This is a
BUG FIX release so I think it is important that current users of
Mandrake 7.2 be able to upgrade perhaps even with the
 mandrake update
facility.
  
   You are dreaming. Mandrake has no plans to make RPMS of Kde2.0.1
   for Mandrake
   7.2. The only available 2.0.1 will be on Cooker (which is BTW binary
   incompatible with 7.2). Compile yourself.
 
  I am not sourcecode! I am a free man!
  Pity this doesn't go to alt.humor.best-of-usenet...
  Sorry but I really couldn't resist that
  (to tell the truth I didn't even try)
 

 You will compile yourself when you choose to compile Kde2.0.1.
 He, he..
 Now I must be serious. Mandrake Comp. said that no final Kde-2.0.1 will be
 available for users of Mandrake 7.2.
 I compiled myself when I had to compile final Kde-2.0.1. It took
 24 hours. I
 was totally compiled after that experience.






[Cooker] Jump to 2.4 w/ reiserfs... it boots!

2000-12-06 Thread Quel Qun

Feeling better now the machine is back up ;-)

The good news:
It correctly got all the memory from the BIOS without having to specify
anything in grub.

The not so good news:
1. I can't mount the SCSI cdwriter
# mount /mnt/cdrom2
mount: /dev/cdrom2 has wrong major or minor number
# ls -l /dev/cdrom2
lrwxrwxrwx1 root root4 Nov 11 01:48 /dev/cdrom2 - scd0

2. I know you don't really care, but the soundcard (Aureal Vortex 1)
sourceforge driver does not build anymore.

Really good for that kind of jump!

For info, the hardware is pretty simple: Dell dimension XPS R400,
IBM-DHEA-38451, ATA DISK drive, 3Com PCI 3c905B NIC w/fixed IP.


=-=
kk1


Get free email and a permanent address at http://www.netaddress.com/?N=1




Re: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread Christopher Molnar

On Wednesday 06 December 2000 22:03, Zeljko Vukman wrote:
 On Thursday 07 December 2000 02:51, Steve Wray wrote:
   On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
Is there an official set of RPMS for upgrading to KDE 2.0.1. This is
a BUG FIX release so I think it is important that current users of
Mandrake 7.2 be able to upgrade perhaps even with the mandrake update
facility.

Should have waited. It is being worked on.

BTW all those downloading from nebsllc.com , those are not 2.0.1 they are 
from the HEAD cvs path. When you "upgrade" to 2.0.1 you will loose features.

look at the source dates. They are from before 2.0.1 was announced. Sorry.

-Chris




Re: [Cooker] Why no Official KDE 2.0.1 Update?

2000-12-06 Thread salane

actually they are pre 2.1 


On Wednesday 06 December 2000 22:22, you wrote:
 On Wednesday 06 December 2000 22:03, Zeljko Vukman wrote:
  On Thursday 07 December 2000 02:51, Steve Wray wrote:
On Wednesday 06 December 2000 15:26, Daniel Tabuenca wrote:
 Is there an official set of RPMS for upgrading to KDE 2.0.1. This
 is a BUG FIX release so I think it is important that current users
 of Mandrake 7.2 be able to upgrade perhaps even with the mandrake
 update facility.

 Should have waited. It is being worked on.

 BTW all those downloading from nebsllc.com , those are not 2.0.1 they are
 from the HEAD cvs path. When you "upgrade" to 2.0.1 you will loose
 features.

 look at the source dates. They are from before 2.0.1 was announced. Sorry.

 -Chris




[Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-06 Thread OS

Hello,

Could someone tell me how to get NFS, Samba and eth0 working on the new 
kernel please !

I thought I would try the new kernel-2.4.0-0.7mdk (at work not home). It was 
exactly as I had found before. I am starting to beleive that there is some 
extra configuration required for the above to work with 2.4 kernels. After 
all, such rudimentary things must work by now, since this kernel is due for 
final release soon isn't it ?

As well as the above kernel I am currently using the latest (6/Dec/2000) 
netcfg, nettools and nfsutils.

/etc/rc.d/init.d/network restart (with a few  /dev/null's removed !) reports 
eth0 startup failed. Cannot find module eth0

/etc/rc.d/init.d/nfs restart reports [OK] but then continues to report 'foo 
has non-inet address'

/etc/rc.d/init.d/netfs restart reports 'Can't get address for foo'

/etc/rc.d/init.d/nfslock restart reports [OK] - well 1 out of 4 isn't bad  :-)

The result is no NFS, no Samba shares and no internet connection !!!

Apart from that I'm sure it's great !!  ;-)

Please help,
Owen