Re: [Cooker] /bin/login from util-linux-2.11c-2mdk breaks zsh ctty hadling

2001-05-23 Thread Andrej Borsenkow

Chmouel Boudjnah wrote:

> Andrej Borsenkow <[EMAIL PROTECTED]> writes:
> 
> 
>>After I upgraded to the latest util-linux all login zsh's are running
>>without controlling tty. bash seems to run normally (attached to
>>tty). consoletype fails with EPERM that results in returning "serial"
>>instead "vt" and russian charset not activated. I had to copy
>>/bin/login from Mdk8 to be able to work.
>>
>>It is also 2.4.4-3mdk kernel
>>
>>Chmoul?
>>
> 
> ? really couldn't reproduce the problem, here...
> 
> 



bor@localhost% cat login.log
== on tty1 ==

[root@localhost bin]# ls -l login*
-rwxr-xr-x1 root root18620 ???  2 16:51 login*
-rwxr-xr-x1 root root17436 ??? 21 18:51 login.bad*
[root@localhost bin]# mv login login.old
[root@localhost bin]# mv login.bad login
[root@localhost bin]# consoletype
vt
[root@localhost bin]# tty
/dev/tty1
[root@localhost bin]# ps -ft tty2
UIDPID  PPID  C STIME TTY  TIME CMD
[root@localhost bin]# ps -fu bor
UIDPID  PPID  C STIME TTY  TIME CMD
bor   1153  1105  0 09:53 ?00:00:00 -zsh

== on tty2 ==


Linux Mandrake release 8.1 (Cooker) for i586
Kernel 2.4.4-3mdk on an i686 / tty2
localhost login: bor
Password:
Last login: Wed May 23 21:21:10 on tty1
bor@localhost:~%> tty
/dev/tty2
bor@localhost:~%> consoletype
serial
bor@localhost:~%> strace consoletype
execve("/sbin/consoletype", ["consoletype"], [/* 32 vars */]) = 0
uname({sys="Linux", node="localhost.localdomain", ...}) = 0
brk(0)  = 0x80496f0
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=56484, ...}) = 0
old_mmap(NULL, 56484, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000
close(3)= 0
open("/lib/libc.so.6", O_RDONLY)= 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\302"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1222404, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40024000
old_mmap(NULL, 1237800, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40025000
mprotect(0x4014a000, 37672, PROT_NONE)  = 0
old_mmap(0x4014a000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x124000) 
= 0x4014a000
old_mmap(0x4015, 13096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x4015
close(3)= 0
munmap(0x40016000, 56484)   = 0
getpid()= 1175
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(4, 2), ...}) = 0
ioctl(0, TIOCLINUX, 0xb79f) = -1 EPERM (Operation not permitted)
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(4, 2), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40016000
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "serial\n", 7serial
) = 7
munmap(0x40016000, 4096)= 0
_exit(1)= ?




-andrej







[Cooker] PCMCIA token ring works!

2001-05-23 Thread Steve Fox

Just wanted to let you know that as off 2.4.4-2(?) PCMCIA token ring
works again for me. Thank you very much as I can now move back up to the
2.4.x kernels.

-- 

Steve Fox
http://k-lug.com





Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread SI Reasoning

maybe some useful stuff at the top like... when a
package is now split between xxx and libxxx and you
need to install the libxxx also. Warnings on packages
that include more ambitious codings and might be more
unstable (as opposed to packages that fix those). This
might allow those with a bit more experience to play
around with them first, and allow the more cautious to
wait for a few bug fixes...
things like that.
kernel upgrades should probably include precautionary
directives for the unintiated (those who haven't had
the unbootable surprise yet).

--- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> Christopher Molnar <[EMAIL PROTECTED]> writes:
> 
> > I know what he is talking about. In rpmdrake,
> there is a changelog tab.
> > Nothing is being displayed it even
> > though the changelog is present in the rpm.
> 
> thing like that ?
> 
> (chmou@giants)[~/tmp]-% ch /RPMS/gcc-2.96*
> * Sat May 05 2001 Chmouel Boudjnah
> <[EMAIL PROTECTED]> 2.96-0.50mdk
> 
> - Merge with Red Hat 84 (fix typo in frame_state
> patch).
> - Red Hat patches, Jakub Jelinek (rel83) 4 new
> patches:
>   - fix __frame_state_for incompatibility between
> egcs 1.* and gcc-2.96-RH
> (#37933)
>   - fix a tradcpp ICE with -Dfoo= (#38551)
>   - fix a sibcall and eh related ICE (#38466)
>   - fix a template argument mangling bug (#31168)
> - Red Hat patches, Jakub Jelinek (rel82) 16 new
> patches:
>   - fix i386 if conversion optimization (#37054)
>   - only warn about multi-line comments if -Wcomment
> or -Wall is given
>   - fix a SUBREG_BYTE ICE with ia64 builtins
>   - properly honour mode in cse lookups (Bernd
> Schmidt, #35122)
>   - fix an ICE in dwarf-2 support (Jason Merrill)
>   - fix an dwarf-2 output bug (Jason Merrill,
> #32801)
>   - fix 2 bugs in ia64 exception handling
>   - include ia64intrin.h header on ia64
>   - fix yet another alpha unaligned access (Richard
> Kenner, #37698)
>   - fix gcc driver with -traditional
> -traditional-cpp
> (Neil Booth, Chris Demetriou, #35963)
>   - fix tree checking bug on bad arguments to
> inlined functions (#36986)
>   - support -G option on ia64 (#33354)
>   - fix -MD -o name_without_dot (#37697)
>   - fix ia64 ICE seen in xfig (nested CONST rtl)
>   - add a patch for m68k requested by Jes Sorensen
> (Jeff Law)
>   - sync with ia64-000717-branch new patches
> - fix functions using all local regs needing a
> frame pointer (Jim Wilson)
> 
> (chmou@giants)[~/tmp]-% 
> 

=
SI Reasoning
[EMAIL PROTECTED]
gnupg/pgp key id 035213BC

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




Re: [Cooker] kernel cousins

2001-05-23 Thread Blue Lizard

Chmouel Boudjnah wrote:

>Would someone could be interessed to do a kernel cousins for cooker :
>
>http://kt.zork.net/index.html
>
>or a weekly summary would be great...
>
>
Gee, hope it gets sent this time.
Sure.  Little guidance would still be nice.  On that entire site, it 
never says where to send it after parsed and all.






Re: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread pablito

something got screwed up, installed okay but then linux crashed in the
bootup sequence.

-Original Message-
From: michael <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, May 23, 2001 6:10 PM
Subject: Re: [Cooker] kernel-2.4.4-5mdk


>Chmouel Boudjnah wrote:
>
>>"pablito" <[EMAIL PROTECTED]> writes:
>>
>>>is this one okay without a whole lot of fooling around with?
>>>
>>
>>if you don't have aic7xxx and don't use extensively nfs it should be ok...
>>
>>
>Freezes on lo and eth0 initialization.
>
>
>
>





cooker@linux-mandrake.com

2001-05-23 Thread Sebastian Dransfeld

--- autofs  Thu May 24 02:54:28 2001
+++ autofs.new  Thu May 24 02:54:19 2001
@@ -244,10 +244,10 @@
 TMP1=`mktemp /tmp/autofs.XX` || { echo "could not make temp file" >& 2; 
exit 1; }
 TMP2=`mktemp /tmp/autofs.XX` || { echo "could not make temp file" >& 2; 
exit 1; }
getmounts >$TMP1
-   ps ax|grep "[0-9]:[0-9][0-9] $DAEMON " | (
+   ps axwww|grep "[0-9]:[0-9][0-9] $DAEMON " | (
while read pid tt stat time command; do
echo "$command" >>$TMP2
-   if ! grep -q "^$command" $TMP2; then
+   if ! grep -q "^$command" $TMP1; then
while kill -USR2 $pid; do
sleep 3
done

seb

On Thu, 24 May 2001, R.I.P. Deaddog wrote:

>
> Have to use "ps awwx".
>
>
> On Wed, 23 May 2001, Sebastian Dransfeld wrote:
>
> >
> > When I run "service sutofs reload" the running automount's are checked
> > with
> > root@s186b:/tmp# ps ax|grep "[0-9]:[0-9][0-9] /usr/sbin/automount "
> > 16227 ?S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
> > 16250 ?S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
> > 16503 pts/2S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
> > 16509 pts/2S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
> > 16668 pts/1S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
> > 16674 pts/1S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
> >
> > And as you can see, the lines are chopped. This results in that the
> > running commands are never matched and never killed.
> >
> > So why does grep chop the output? Or is it just the way it's supposed to
> > be, and /etc/init.d/autofs needs mending?
> >
> > seb
> >
> >
> >
>
>






Re: [Cooker] kernel cousins

2001-05-23 Thread Blue Lizard

Chmouel Boudjnah wrote:

>Would someone could be interessed to do a kernel cousins for cooker :
>
>http://kt.zork.net/index.html
>
>or a weekly summary would be great...
>
>
Would love to, with your guidance.  I assume it means just sorta tell 
people what patch changes we (actually you (the real developers)) make, 
what ideas & proposals get tossed around that would affect other 
distros, that kinda thing?  Would you want just for kernel stuff or for 
others?  The whole cooker?  That a lot to keep track of but with help I 
would at least give it a shot.  My work load is going to drop massively 
this summer so I would be able to, like I said to cover my ass, give it 
a try (if just kernel, I could easily handle it with notes from you 
along the way, but I see like an entire debian one and considering the 
amount of traffic I get from the cooker ml, KC-cooker would be a little 
on the time consuming side w/o help). once again, with a little help. 
 If u want entire cooker, I might chunk off some areas to people better 
suited (i.e. mozilla/nautilus stuff to fc, compiler stuff to gwen, upper 
level lujistics to lenny, etc.).  I'll go read a few more and come back 
with a clearer response.  Would love to be involved somehow at least.






Re: [Cooker] kernel cousins

2001-05-23 Thread Vox


During the bombing raid on 23 May 2001 23:34:27 +0100, Chmouel Boudjnah was
heard mumbling in fear:

> 
>  Would someone could be interessed to do a kernel cousins for cooker :
>  
>  http://kt.zork.net/index.html
>  
>  or a weekly summary would be great...

Sounds like a good ideaif there's at least one other person willing
to help out, I'll contact Zack and get a KC-Cooker goingunfortunately, I
don't have enough time to do all the work of a KC by myself...but if it's 2 or
3 of us, I can make the time :)

Vox, who had been thinking of a way to contribute since he isn't a
coder at all :)

-- 
Pain is the gift of the gods, and I'm the one they chose as their messenger
For info on safety in the BDSM lifestyle http://www.the-vox.com

Think of the Linux community as a niche economy isolated by its beliefs.  Kind
of like the Amish, except that our religion requires us to use _higher_
technology than everyone else.   -- Donald B. Marti Jr.

Vox populi, vox deii





Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Christopher Molnar

Chmouel Boudjnah wrote:
> 
> Blue Lizard <[EMAIL PROTECTED]> writes:
> 
> > (The f*ing changelogs Boudjnah!  You acting kinda stupid today.  What
> > you thinking with anyway, your brain or your...)
> 
> i always think with my.

Yeh, just ask him about some little BSD devils at a Linux Expo   eh,
Chmouel ? :-)




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread David Durham

I've seen a couple of brief descriptions for some security updates
there..


On 23 May 2001 16:17:00 -0400, Christopher Molnar wrote:
> Chmouel Boudjnah wrote:
> > 
> > SI Reasoning <[EMAIL PROTECTED]> writes:
> > 
> > > I notice that there is a change log section for each
> > > rpm found within mandrake update...but I have never
> > > seen anything written in them. It would be very
> > > helpful to be able to read up on the changes before installing.
> > 
> > what do you want we put there, talk about the animal sexual life in
> > central africa ?
> 
> I know what he is talking about. In rpmdrake, there is a changelog tab.
> Nothing is being displayed it even
> though the changelog is present in the rpm.
> 
> -Chris
> 





Re: [Cooker] kernel 2.4.4

2001-05-23 Thread Christopher Molnar

Juan Quintela wrote:
> 
> > "christopher" == Christopher Molnar <[EMAIL PROTECTED]> writes:
> 
> christopher> Juan,
> christopher> Here is what I get:
> 
> Sorry for the delay, it work here.
> 
> Do you have the kernel-pcmcia-cs package with the same numbering as
> the kernel?
>

Yes, I use software manager and update everything at the same time:

kernel-pcmcia-cs-2.4.4-5mdk
kernel-2.4.4-5mdk
kernel-source-2.4.4-5mdk
kernel-headers-2.4.4-5mdk
kernel-doc-2.4.4-5mdk


 
> christopher> ==
> 
> christopher> [root@cmhplap root]# service pcmcia start
> christopher> Starting PCMCIA services: modulesinsmod:
> christopher> /lib/modules/2.4.4-1mdk/pcmcia/pcmcia_core.o: No such file or directory
> christopher> insmod: /lib/modules/2.4.4-1mdk/pcmcia/i82365.o: No such file or
> christopher> directory
> christopher> insmod: /lib/modules/2.4.4-1mdk/pcmcia/ds.o: No such file or directory
> christopher> cardmgr.
> 
> Here that works well.  Try getting last kernel-pcmcia-cs package (or
> the same than your kernel) and if that fails new modutils.
> I will change the dependencies of that ones to work well.
> 

19:27:39:molnarc@cmhplap/var/tomcat/webapps/junicash >rpm -q modutils
modutils-2.4.6-1mdk
19:27:43:molnarc@cmhplap/var/tomcat/webapps/junicash >


This is the latest.


OK, I guess I will just continue gunzipping them on my own until
something updates that fixes the problem.

-Chris




Re: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread michael

Chmouel Boudjnah wrote:

>"pablito" <[EMAIL PROTECTED]> writes:
>
>>is this one okay without a whole lot of fooling around with?
>>
>
>if you don't have aic7xxx and don't use extensively nfs it should be ok...
>
>
Freezes on lo and eth0 initialization.






[Cooker] HTML mail

2001-05-23 Thread michael

Sorry about the HTML mail...mozilla sets it by default...





[Cooker] Today's cooker and mozilla

2001-05-23 Thread michael

Today's cooker, installed "recommended" version. Went smoothly except 
for time zone
(error loading time zone list). But clock is right even though install 
says New York time and alaska ain't NY!
Have to start everything via run command because the k menu is still 
empty as is configure panel>add>button.
Mozilla and mozilla mail work. Configure background doesn't.  MMaybe if 
there was some way to know just what you guys (mdk)







Re: [Cooker] autoconf-2.50-1mdk conflicts w/ rpm-build

2001-05-23 Thread R.I.P. Deaddog

On 23 May 2001, Quel Qun wrote:

> # rpm -Uvh autoconf-2.50-1mdk.noarch.rpm
> error: failed dependencies:
> rpm-build <= 4.0-30mdk conflicts with autoconf-2.50-1mdk
> # rpm -q rpm-build
> rpm-build-4.0-30mdk


>From autoconf spec:

Conflicts: rpm-build <= 4.0-30mdk

Abel





Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

Christopher Molnar <[EMAIL PROTECTED]> writes:

> Chmouel Boudjnah wrote:
> Yes, like that. But it is NOT in rpmdrake (Software manager) for some
> reason on the GUI. There is a tab for it in the lower right part of the
> screen, but nothing ever shows.

ok Cc: odin.

> > Christopher Molnar <[EMAIL PROTECTED]> writes:
> > 
> > > I know what he is talking about. In rpmdrake, there is a changelog tab.
> > > Nothing is being displayed it even
> > > though the changelog is present in the rpm.
> > 
> > thing like that ?
> > 
> > (chmou@giants)[~/tmp]-% ch /RPMS/gcc-2.96*
> > * Sat May 05 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 2.96-0.50mdk
> > 
> > - Merge with Red Hat 84 (fix typo in frame_state patch).
> > - Red Hat patches, Jakub Jelinek (rel83) 4 new patches:
> >   - fix __frame_state_for incompatibility between egcs 1.* and gcc-2.96-RH
> > (#37933)
> >   - fix a tradcpp ICE with -Dfoo= (#38551)
> >   - fix a sibcall and eh related ICE (#38466)
> >   - fix a template argument mangling bug (#31168)
> > - Red Hat patches, Jakub Jelinek (rel82) 16 new patches:
> >   - fix i386 if conversion optimization (#37054)
> >   - only warn about multi-line comments if -Wcomment or -Wall is given
> >   - fix a SUBREG_BYTE ICE with ia64 builtins
> >   - properly honour mode in cse lookups (Bernd Schmidt, #35122)
> >   - fix an ICE in dwarf-2 support (Jason Merrill)
> >   - fix an dwarf-2 output bug (Jason Merrill, #32801)
> >   - fix 2 bugs in ia64 exception handling
> >   - include ia64intrin.h header on ia64
> >   - fix yet another alpha unaligned access (Richard Kenner, #37698)
> >   - fix gcc driver with -traditional -traditional-cpp
> > (Neil Booth, Chris Demetriou, #35963)
> >   - fix tree checking bug on bad arguments to inlined functions (#36986)
> >   - support -G option on ia64 (#33354)
> >   - fix -MD -o name_without_dot (#37697)
> >   - fix ia64 ICE seen in xfig (nested CONST rtl)
> >   - add a patch for m68k requested by Jes Sorensen (Jeff Law)
> >   - sync with ia64-000717-branch new patches
> > - fix functions using all local regs needing a frame pointer (Jim Wilson)
> > 
> > (chmou@giants)[~/tmp]-%




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

Blue Lizard <[EMAIL PROTECTED]> writes:

> When we get those CHRPM messages on this list.  The stuff in changelog
> there.  Plus standard warnings such as "Warning: Deleting libstdc++
> may cause minor problems." :) Stuff like that and instructions for
> newbies doing kernel upgrades and the like. 

well personally theses changes are supposely noticed when i do not
forget.

> It's funny when stupid people don't check their /boot directory
> before rebooting to a new kernel.  Then they shit a brick and go to
> the hospital for a coronary.  Then they come back and remember they
> fucked their distrib.  

grep cooker-archive ?

> Animal Sexual stuff is nice too.

well in a religion way it depend of what kind of animal we talking
about




Re: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread Chmouel Boudjnah

Blue Lizard <[EMAIL PROTECTED]> writes:

> >if you don't have aic7xxx and don't use extensively nfs it should be ok...
> Woh, slow down there, if you do have aic7xxx?

yep currently aic7xxx is again broken, we all working (spamming our
internal's mailing list) to find where is the problem...




Re: [Cooker] Bad libPEX5?

2001-05-23 Thread Salane King

what about these too?

ldconfig
ldconfig: Can't stat /usr/lib/libqxt.so: No such file or directory
ldconfig: Can't stat /usr/lib/libgimp.so.1: No such file or directory
ldconfig: Can't stat /usr/lib/libgimpui.so.1: No such file or directory
ldconfig: Can't stat /usr/lib/libgck.so.1: No such file or directory
ldconfig: Can't stat /usr/X11R6/lib/libPEX5.so.6: No such file or directory

On Wednesday 23 May 2001 03:54 pm, you wrote:
> # rpm -Uvh XFree86-libs-4.0.99.900-3mdk.i586.rpm
> XFree86-libs
> ##
> /sbin/ldconfig: Can't stat /usr/X11R6/lib/libPEX5.so.6: No such file or
> directory
>
>
> =-=
> kk1
>
> 
> Get free email and a permanent address at http://www.netaddress.com/?N=1




Re: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread Blue Lizard

Chmouel Boudjnah wrote:

>"pablito" <[EMAIL PROTECTED]> writes:
>
>>is this one okay without a whole lot of fooling around with?
>>
>
>if you don't have aic7xxx and don't use extensively nfs it should be ok...
>
>
Woh, slow down there, if you do have aic7xxx?






Re: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread Chmouel Boudjnah

"Eaon" <[EMAIL PROTECTED]> writes:

> What is up with NFS anyway?  It has been the bane of my existence ever since
> I started playing with cooker (especially that damn computer with 48 meg of
> RAM, if anyone remember that story, where my only install option was NFS and
> it just won't work).  Is it broken never to be fixed again, or is just in a
> state of flux?

lock, when launching with the nfstests[1] suite it does fail for us.

> I know it's bad and evil (NFS=No File Security), but it's pretty handy in
> some situations.  

no kidding that handy, we use them a lot on our compilation cluster...

> And I just can't bring myself to do samba between two Linux boxes.
> That's just seems so daft.

fully agreed with you ;)

Footnotes: 
[1]  https://qa.mandrakesoft.com/~chmou/rpm/RPMS/nfst*rpm





RE: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread Eaon

What is up with NFS anyway?  It has been the bane of my existence ever since
I started playing with cooker (especially that damn computer with 48 meg of
RAM, if anyone remember that story, where my only install option was NFS and
it just won't work).  Is it broken never to be fixed again, or is just in a
state of flux?

I know it's bad and evil (NFS=No File Security), but it's pretty handy in
some situations.  And I just can't bring myself to do samba between two
Linux boxes.  That's just seems so daft.

Eaon

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chmouel Boudjnah
> Sent: Wednesday, May 23, 2001 4:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] kernel-2.4.4-5mdk
>
>
> "pablito" <[EMAIL PROTECTED]> writes:
>
> > is this one okay without a whole lot of fooling around with?
>
> if you don't have aic7xxx and don't use extensively nfs it should be ok...
>





Re: [Cooker] kernel 2.4.4

2001-05-23 Thread Juan Quintela

> "christopher" == Christopher Molnar <[EMAIL PROTECTED]> writes:

christopher> Juan,
christopher> Here is what I get:

Sorry for the delay, it work here.

Do you have the kernel-pcmcia-cs package with the same numbering as
the kernel?

christopher> ==

christopher> [root@cmhplap root]# service pcmcia start
christopher> Starting PCMCIA services: modulesinsmod:
christopher> /lib/modules/2.4.4-1mdk/pcmcia/pcmcia_core.o: No such file or directory
christopher> insmod: /lib/modules/2.4.4-1mdk/pcmcia/i82365.o: No such file or
christopher> directory
christopher> insmod: /lib/modules/2.4.4-1mdk/pcmcia/ds.o: No such file or directory
christopher> cardmgr.


Here that works well.  Try getting last kernel-pcmcia-cs package (or
the same than your kernel) and if that fails new modutils.  
I will change the dependencies of that ones to work well.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

Blue Lizard <[EMAIL PROTECTED]> writes:

> (The f*ing changelogs Boudjnah!  You acting kinda stupid today.  What
> you thinking with anyway, your brain or your...)

i always think with my.




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

Quel Qun <[EMAIL PROTECTED]> writes:

> Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> > SI Reasoning <[EMAIL PROTECTED]> writes:
> > 
> > > I notice that there is a change log section for each
> > > rpm found within mandrake update...but I have never
> > > seen anything written in them. It would be very
> > > helpful to be able to read up on the changes before installing.
> > 
> > what do you want we put there, talk about the animal sexual life in
> > central africa ?
> > 
> Well, why not the changelog instead?

the whole one ? changelog in rpm are about packaging for whole
changelog you check the homepage or /usr/share/doc/package/CHANGES*
(or whatever)




[Cooker] kernel cousins

2001-05-23 Thread Chmouel Boudjnah


Would someone could be interessed to do a kernel cousins for cooker :

http://kt.zork.net/index.html

or a weekly summary would be great...




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Blue Lizard

Eaon wrote:

>Well, does the mating habits of the cheetah explain how the kernel has been
>changed recently?  If so, then yes.  Rather I think what we're looking for
>here is the mating habits of Antarctic flightless birds.  Those would
>explain much.
>
>Eaon
>
That's right, everbody  flame Chmou.  Poor poor little perv ;P.
You would be amazed at how fascinating elephant sex is.  The flapping 
fat on the leg flying through the air, rippling bods, ooh 
yeeeah.

(The f*ing changelogs Boudjnah!  You acting kinda stupid today.  What 
you thinking with anyway, your brain or your...)






Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Blue Lizard

Chmouel Boudjnah wrote:

>SI Reasoning <[EMAIL PROTECTED]> writes:
>
>>I notice that there is a change log section for each
>>rpm found within mandrake update...but I have never
>>seen anything written in them. It would be very
>>helpful to be able to read up on the changes before installing.
>>
>
>what do you want we put there, talk about the animal sexual life in
>central africa ?
>
>
When we get those CHRPM messages on this list.  The stuff in changelog 
there.  Plus standard warnings such as "Warning: Deleting libstdc++ may 
cause minor problems." :) Stuff like that and instructions for newbies 
doing kernel upgrades and the like.  It's funny when stupid people don't 
check their /boot directory before rebooting to a new kernel.  Then they 
shit a brick and go to the hospital for a coronary.  Then they come back 
and remember they fucked their distrib.
Animal Sexual stuff is nice too.






Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

Christopher Molnar <[EMAIL PROTECTED]> writes:

> I know what he is talking about. In rpmdrake, there is a changelog tab.
> Nothing is being displayed it even
> though the changelog is present in the rpm.

thing like that ?

(chmou@giants)[~/tmp]-% ch /RPMS/gcc-2.96*
* Sat May 05 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 2.96-0.50mdk

- Merge with Red Hat 84 (fix typo in frame_state patch).
- Red Hat patches, Jakub Jelinek (rel83) 4 new patches:
  - fix __frame_state_for incompatibility between egcs 1.* and gcc-2.96-RH
(#37933)
  - fix a tradcpp ICE with -Dfoo= (#38551)
  - fix a sibcall and eh related ICE (#38466)
  - fix a template argument mangling bug (#31168)
- Red Hat patches, Jakub Jelinek (rel82) 16 new patches:
  - fix i386 if conversion optimization (#37054)
  - only warn about multi-line comments if -Wcomment or -Wall is given
  - fix a SUBREG_BYTE ICE with ia64 builtins
  - properly honour mode in cse lookups (Bernd Schmidt, #35122)
  - fix an ICE in dwarf-2 support (Jason Merrill)
  - fix an dwarf-2 output bug (Jason Merrill, #32801)
  - fix 2 bugs in ia64 exception handling
  - include ia64intrin.h header on ia64
  - fix yet another alpha unaligned access (Richard Kenner, #37698)
  - fix gcc driver with -traditional -traditional-cpp
(Neil Booth, Chris Demetriou, #35963)
  - fix tree checking bug on bad arguments to inlined functions (#36986)
  - support -G option on ia64 (#33354)
  - fix -MD -o name_without_dot (#37697)
  - fix ia64 ICE seen in xfig (nested CONST rtl)
  - add a patch for m68k requested by Jes Sorensen (Jeff Law)
  - sync with ia64-000717-branch new patches
- fix functions using all local regs needing a frame pointer (Jim Wilson)

(chmou@giants)[~/tmp]-% 




Re:[Cooker] change logs on mandrake update rpms

2001-05-23 Thread Quel Qun

Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> SI Reasoning <[EMAIL PROTECTED]> writes:
> 
> > I notice that there is a change log section for each
> > rpm found within mandrake update...but I have never
> > seen anything written in them. It would be very
> > helpful to be able to read up on the changes before installing.
> 
> what do you want we put there, talk about the animal sexual life in
> central africa ?
> 
Well, why not the changelog instead?

=-=
kk1


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




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Christopher Molnar

Chmouel Boudjnah wrote:
Yes, like that. But it is NOT in rpmdrake (Software manager) for some
reason on the GUI. There is a tab for it in the lower right part of the
screen, but nothing ever shows.

-Chris 


> Christopher Molnar <[EMAIL PROTECTED]> writes:
> 
> > I know what he is talking about. In rpmdrake, there is a changelog tab.
> > Nothing is being displayed it even
> > though the changelog is present in the rpm.
> 
> thing like that ?
> 
> (chmou@giants)[~/tmp]-% ch /RPMS/gcc-2.96*
> * Sat May 05 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 2.96-0.50mdk
> 
> - Merge with Red Hat 84 (fix typo in frame_state patch).
> - Red Hat patches, Jakub Jelinek (rel83) 4 new patches:
>   - fix __frame_state_for incompatibility between egcs 1.* and gcc-2.96-RH
> (#37933)
>   - fix a tradcpp ICE with -Dfoo= (#38551)
>   - fix a sibcall and eh related ICE (#38466)
>   - fix a template argument mangling bug (#31168)
> - Red Hat patches, Jakub Jelinek (rel82) 16 new patches:
>   - fix i386 if conversion optimization (#37054)
>   - only warn about multi-line comments if -Wcomment or -Wall is given
>   - fix a SUBREG_BYTE ICE with ia64 builtins
>   - properly honour mode in cse lookups (Bernd Schmidt, #35122)
>   - fix an ICE in dwarf-2 support (Jason Merrill)
>   - fix an dwarf-2 output bug (Jason Merrill, #32801)
>   - fix 2 bugs in ia64 exception handling
>   - include ia64intrin.h header on ia64
>   - fix yet another alpha unaligned access (Richard Kenner, #37698)
>   - fix gcc driver with -traditional -traditional-cpp
> (Neil Booth, Chris Demetriou, #35963)
>   - fix tree checking bug on bad arguments to inlined functions (#36986)
>   - support -G option on ia64 (#33354)
>   - fix -MD -o name_without_dot (#37697)
>   - fix ia64 ICE seen in xfig (nested CONST rtl)
>   - add a patch for m68k requested by Jes Sorensen (Jeff Law)
>   - sync with ia64-000717-branch new patches
> - fix functions using all local regs needing a frame pointer (Jim Wilson)
> 
> (chmou@giants)[~/tmp]-%




[Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread pablito

is this one okay without a whole lot of fooling around with?  I haven't
tried to reinstall LM8.0 yet.





[Cooker] Bad libPEX5?

2001-05-23 Thread Quel Qun

# rpm -Uvh XFree86-libs-4.0.99.900-3mdk.i586.rpm
XFree86-libs   
##
/sbin/ldconfig: Can't stat /usr/X11R6/lib/libPEX5.so.6: No such file or
directory


=-=
kk1


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




Re: [Cooker] netscape problems

2001-05-23 Thread Chmouel Boudjnah

Christopher Molnar <[EMAIL PROTECTED]> writes:

> I am not sure what changed but netscape has been locking up way more
> today than it has done in ages. Any ideas on how to track this down? It
> is really bad. It locked up in imap mail updates a few times today as
> well.

try to change your fonts, dunno about mail but the netscape was
severly broken due of the latest XFree update.




RE: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Eaon

Well, does the mating habits of the cheetah explain how the kernel has been
changed recently?  If so, then yes.  Rather I think what we're looking for
here is the mating habits of Antarctic flightless birds.  Those would
explain much.

Eaon

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chmouel Boudjnah
> Sent: Wednesday, May 23, 2001 2:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] change logs on mandrake update rpms
>
>
> SI Reasoning <[EMAIL PROTECTED]> writes:
>
> > I notice that there is a change log section for each
> > rpm found within mandrake update...but I have never
> > seen anything written in them. It would be very
> > helpful to be able to read up on the changes before installing.
>
> what do you want we put there, talk about the animal sexual life in
> central africa ?
>





Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

"Eaon" <[EMAIL PROTECTED]> writes:

> Well, does the mating habits of the cheetah explain how the kernel has been
> changed recently?  

could be if i am the packager :)

> If so, then yes.  Rather I think what we're looking for here is the
> mating habits of Antarctic flightless birds.  

we can talk about that for hours[1]

> Those would explain much.

humm we do already a pretty big changelog doc in rpm spec about what
changes have been done, believe me some distros does not like us...

Footnotes: 
[1]  http://www.birdexplorer.com





Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Christopher Molnar

Chmouel Boudjnah wrote:
> 
> SI Reasoning <[EMAIL PROTECTED]> writes:
> 
> > I notice that there is a change log section for each
> > rpm found within mandrake update...but I have never
> > seen anything written in them. It would be very
> > helpful to be able to read up on the changes before installing.
> 
> what do you want we put there, talk about the animal sexual life in
> central africa ?

I know what he is talking about. In rpmdrake, there is a changelog tab.
Nothing is being displayed it even
though the changelog is present in the rpm.

-Chris




[Cooker] netscape problems

2001-05-23 Thread Christopher Molnar

I am not sure what changed but netscape has been locking up way more
today than it has done in ages. Any ideas on how to track this down? It
is really bad. It locked up in imap mail updates a few times today as
well.

-Chris




Re: [Cooker] kernel-2.4.4-5mdk

2001-05-23 Thread Chmouel Boudjnah

"pablito" <[EMAIL PROTECTED]> writes:

> is this one okay without a whole lot of fooling around with?

if you don't have aic7xxx and don't use extensively nfs it should be ok...




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread SI Reasoning

list of fixes from previous rpms... 
warnings...such as the problems people have had with
/boot links on kernel upgrades...
things like that


--- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> SI Reasoning <[EMAIL PROTECTED]> writes:
> 
> > I notice that there is a change log section for
> each
> > rpm found within mandrake update...but I have
> never
> > seen anything written in them. It would be very
> > helpful to be able to read up on the changes
> before installing.
> 
> what do you want we put there, talk about the animal
> sexual life in
> central africa ?
> 


=
SI Reasoning
[EMAIL PROTECTED]
gnupg/pgp key id 035213BC

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




[Cooker] Bad fonts in XFree86-75dpi-fonts?

2001-05-23 Thread Quel Qun

# rpm -Uvh XFree86-75dpi-fonts-4.0.99.900-3mdk.i586.rpm
XFree86-75dpi-fonts
##
mkfontdir: unable to process font ./helvBO12.pcf.gz, skipping
mkfontdir: unable to process font ./lubI19-ISO8859-13.pcf.gz, skipping
mkfontdir: unable to process font ./lubR19-ISO8859-13.pcf.gz, skipping


=-=
kk1


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




[Cooker] Re: problems with alsa 0.5.11

2001-05-23 Thread Guillaume Rousse

Forget it... i just found i had a vicious normalize plugins reset to sound 
level 0 :-(
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG keys http://www.univ-reunion.fr/~grousse/gpgkeys.html




Re: [Cooker] change logs on mandrake update rpms

2001-05-23 Thread Chmouel Boudjnah

SI Reasoning <[EMAIL PROTECTED]> writes:

> I notice that there is a change log section for each
> rpm found within mandrake update...but I have never
> seen anything written in them. It would be very
> helpful to be able to read up on the changes before installing.

what do you want we put there, talk about the animal sexual life in
central africa ?




Re: [Cooker] how can i fix this glibc upgrade caused perl warning

2001-05-23 Thread Arnd Bergmann

Set all those variables to "C" or just wait for the updated
locale package.


On Wed, 23 May 2001, Salane King wrote:

> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = "en_US:en",
> LC_ALL = "en_US",
> ...






[Cooker] autoconf-2.50-1mdk conflicts w/ rpm-build

2001-05-23 Thread Quel Qun

Guillaume Cottenceau <[EMAIL PROTECTED]> wrote:
> --=-=-=
> Name: autoconf Relocations: (not relocateable)
> Version : 2.50  Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Wed May 23 16:05:31
2001
> 
> - version 2.50 (hope this doesn't break too much things...)
> 

# rpm -Uvh autoconf-2.50-1mdk.noarch.rpm
error: failed dependencies:
rpm-build <= 4.0-30mdk conflicts with autoconf-2.50-1mdk
# rpm -q rpm-build
rpm-build-4.0-30mdk



=-=
kk1


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




Re: [Cooker] /bin/login from util-linux-2.11c-2mdk breaks zsh ctty hadling

2001-05-23 Thread Chmouel Boudjnah

Andrej Borsenkow <[EMAIL PROTECTED]> writes:

> After I upgraded to the latest util-linux all login zsh's are running
> without controlling tty. bash seems to run normally (attached to
> tty). consoletype fails with EPERM that results in returning "serial"
> instead "vt" and russian charset not activated. I had to copy
> /bin/login from Mdk8 to be able to work.
> 
> It is also 2.4.4-3mdk kernel
> 
> Chmoul?

? really couldn't reproduce the problem, here...




Re: [Cooker] problems with alsa 0.5.11

2001-05-23 Thread Juan Quintela

> "guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes:

guillaume> Since recompilation of kernel 2.4.4-5mdk, with alsa 0.5.11, i have no sound 
guillaume> at all. Compilation is OK, sound service start is OK, modules are inserted 
as 
guillaume> usual, and i even have xmms equalizer display, but no sound...
guillaume> Before anyone kindly suggest, yes i've checked everything is plugged 
guillaume> correctly :-)
guillaume> Anyone having something similar ?

it appears that for soundblaster 128 (aka es1371) we don't use alsa
sound :

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy




[Cooker] change logs on mandrake update rpms

2001-05-23 Thread SI Reasoning

I notice that there is a change log section for each
rpm found within mandrake update...but I have never
seen anything written in them. It would be very
helpful to be able to read up on the changes before installing.

=
SI Reasoning
[EMAIL PROTECTED]
gnupg/pgp key id 035213BC

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




[Cooker] screwy fonts in kde alpha (anti-aliased)

2001-05-23 Thread SI Reasoning

Since the upgrade I have had some problems with some
fonts (major ones like Times New Roman, etc) not
showing the - (dash symbol). Also, fonts used in
terminals often get permanent | symbols thrown in
after certain keystrokes (such as 7). These | do not
appear to be read but junk up the visuals on the console.

=
SI Reasoning
[EMAIL PROTECTED]
gnupg/pgp key id 035213BC

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




[Cooker] problems with alsa 0.5.11

2001-05-23 Thread Guillaume Rousse

Since recompilation of kernel 2.4.4-5mdk, with alsa 0.5.11, i have no sound 
at all. Compilation is OK, sound service start is OK, modules are inserted as 
usual, and i even have xmms equalizer display, but no sound...
Before anyone kindly suggest, yes i've checked everything is plugged 
correctly :-)
Anyone having something similar ?

guillaume@agathe guillaume]$ /sbin/lsmod | grep snd
snd-pcm-oss19344   1 (autoclean)
snd-pcm-plugin 14448   0 (autoclean) [snd-pcm-oss]
snd-mixer-oss   4608   2 (autoclean) [snd-pcm-oss]
snd-card-emu10k12448   3 (autoclean)
snd-emu10k124272   0 (autoclean) [snd-card-emu10k1]
snd-pcm35648   0 (autoclean) [snd-pcm-oss snd-pcm-plugin 
snd-emu10k1]
snd-timer  10304   0 (autoclean) [snd-pcm]
snd-emux-mem1936   0 (autoclean) [snd-emu10k1]
snd-rawmidi10848   0 (autoclean) [snd-emu10k1]
snd-ac97-codec 27552   0 (autoclean) [snd-emu10k1]
snd-mixer  28688   0 (autoclean) [snd-mixer-oss snd-emu10k1 
snd-ac97-codec]
snd-seq-device  4000   0 (autoclean) [snd-card-emu10k1 snd-rawmidi]
snd38896   1 (autoclean) [snd-pcm-oss snd-pcm-plugin 
snd-mixer-oss snd-card-emu10k1 snd-emu10k1 snd-pcm snd-timer snd-emux-mem 
snd-rawmidi snd-ac97-codec snd-mixer snd-seq-device]
soundcore   3408   5 (autoclean) [snd]

-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG keys http://www.univ-reunion.fr/~grousse/gpgkeys.html




Re: [Cooker] Eazel services picked up and expanded by Mandrake?

2001-05-23 Thread Blue Lizard

Armisis Aieoln wrote:

>I agree.
>
>Dave
>
>On Tuesday 22 May 2001 19:38, you wrote:
>
>>michael wrote:
>>
>>>Groovy with me!
>>>
>>>Michael Brown wrote:
>>>
On Tue, 22 May 2001, Armisis Aieoln wrote:

>>>I think what he was talking about was... instead of
>>>going public with an ipo, have mandrake be a
>>>user/developer owned company with the ability to buy
>>>into the company that you are also putting effort
>>>into.
>>>
>>Sounds like a good idea to me.  What is the legal status of Mandrake as
>>a company?  If it's the equivalent of what in the UK is a private
>>limited company, then it could offer shares for sale to developers
>>(but not to the general public), AFAIK.
>>
>Now this is sounding intresting
>
Is anyone at Mandrake seriously considering this?  I don't know any
French law, but if the legal status is similar to that of a UK private
limited company then Mandrake can offer shares for sale to whoever it
wants to on an individual basis, but cannot open them up for sale to the
general public.  I can't speak for anyone else, but I would be keen to
buy a few shares every so often (say $10 a week - $500 a year) and know
that I was helping to keep Mandrake alive and at the same time building
up an investment (donations aren't quite the same) ready for the time
when Mandrake displaces Windows on the majority of desktop PCs(!).

Thoughts?

Michael

>>Of course we could always get in touch with the executives to find out
>>some solid possibilities but wait..that's right.. there gone.  hehe
>>S
>>As far as what michael said about nationalityistical input, I agree.  I
>>am as good a voice from atlanta as any executive manager who uses
>>windows on his own desktop anyway.
>>
>
>
To inform you:
The mandrake executives in Paris (and the remainder of the faithful in 
USA) have been informed as to this.  No response as of yet.
I would, however, consider taking this off the cooker ml as it has 
nothing to do with mandrake development.  Should anything new come up, I 
would make an announcement to the ml.  Not doing so yet, taking down 
emails in wait for word from those I emailed.  I'm sure they must 
consult with there lawyers and analysts as to the current status of 
MandrakeSoft (legal and economic rights).
-Blue
P.S.  Morning Don, how's it hangin'?





[Cooker] /bin/login from util-linux-2.11c-2mdk breaks zsh ctty hadling

2001-05-23 Thread Andrej Borsenkow

After I upgraded to the latest util-linux all login zsh's are running
without controlling tty. bash seems to run normally (attached to tty). 
consoletype fails with EPERM that results in returning "serial" instead 
"vt" and russian charset not activated. I had to copy /bin/login from 
Mdk8 to be able to work.

It is also 2.4.4-3mdk kernel

Chmoul?

-andrej






[Cooker] how can i fix this glibc upgrade caused perl warning

2001-05-23 Thread Salane King

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = "en_US",
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").




Re: [Cooker] Weird problem with autofs && grep

2001-05-23 Thread R.I.P. Deaddog


Have to use "ps awwx".


On Wed, 23 May 2001, Sebastian Dransfeld wrote:

>
> When I run "service sutofs reload" the running automount's are checked
> with
> root@s186b:/tmp# ps ax|grep "[0-9]:[0-9][0-9] /usr/sbin/automount "
> 16227 ?S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
> 16250 ?S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
> 16503 pts/2S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
> 16509 pts/2S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
> 16668 pts/1S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
> 16674 pts/1S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
>
> And as you can see, the lines are chopped. This results in that the
> running commands are never matched and never killed.
>
> So why does grep chop the output? Or is it just the way it's supposed to
> be, and /etc/init.d/autofs needs mending?
>
> seb
>
>
>





Re: [Cooker] RPM - gnuplot-cvs, libpdf

2001-05-23 Thread RA

On Wednesday 23 May 2001 14:22, you wrote:
> On Wednesday 23 May 2001 10:36, you wrote:
> > On Wed, May 23, 2001 at 12:23:17PM +0200, RA wrote:
> > > Hey!
> > >
> > > Up-to-date gnuplot with mouse support and 3D capability ...
> > > Before compiling with pdf support, look at the libpdf license!
> >
> > The license for pdflib, it seems, _sucks_.
> >
> > Is it possible that we compile w/o pdflib?
>
> Remove  --with-pdf configure option in SPEC!
>
> BTW, the uploaded files are incomplete, because of system hangs during
> upload - happened now 4 times :(
>
> Does anybody know such a problem?

Reply to myself: found postings with same ftp upload pb and same netcard 
(8139too). This 'feature' was introduced since 2.4.3-ac7

Ralf.




Re: [Cooker] mkcds scripts broken?

2001-05-23 Thread michael



Warly wrote:
> 
> "Charles A. Shirley" <[EMAIL PROTECTED]> writes:
> 
> > Greetings!,
/lib/libc.so.6: 
I have had a libc.so.6
entry in most of the debug traces lately...don't know why... 
> try to use mkcd.pl directly, I will try to solve this problem next week
> 
> --
> Warly

-- 
 "It requires a very unusual mind to undertake the analysis of the
obvious."
ANW




Re: [Cooker] Re: initscripts-5.83-6mdk twice :-\

2001-05-23 Thread Chmouel Boudjnah

Stefan Siegel <[EMAIL PROTECTED]> writes:

> How comes we get initscripts 5.83-6mdk twice?

6mdk was a wrong upload of stew, and we had to do this release for cvs
branch each release..




[Cooker] Re: initscripts-5.83-6mdk twice :-\

2001-05-23 Thread Stefan Siegel

Hi, 

How comes we get initscripts 5.83-6mdk twice?
Nr 1 by Stew Benedict and nr 2 by Chmouel Boudjnah ...
(P.S.: Chmouel, i am still "siegel" not "siegle" ;-)


--
> Name: initscripts  Relocations: (not relocateable)
> Version : 5.83  Vendor: MandrakeSoft
> Release : 6mdk  Build Date: May 10 14:23:28 2001
> Install date: (not installed)   Build Host: no.mandrakesoft.com
> Group   : System/Base   Source RPM: (none)
> Size: 523728   License: GPL
> Packager: Stew Benedict <[EMAIL PROTECTED]>
>[...]
> --=-=-=
> 
> * Thu May 10 2001 Stew Benedict <[EMAIL PROTECTED]> 5.83-6mdk
> 
> - patch halt script on PPC for differences in hwclock syntax

--

> Name: initscripts  Relocations: (not relocateable)
> Version : 5.83  Vendor: MandrakeSoft
> Release : 6mdk  Build Date: May 23 13:43:38 2001
> Install date: (not installed)   Build Host: no.mandrakesoft.com
> Group   : System/Base   Source RPM: (none)
> Size: 526019   License: GPL
> Packager: Chmouel Boudjnah <[EMAIL PROTECTED]>
>[...]
> --=-=-=
>
> * Wed May 23 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 5.83-6mdk
>
> - mandrake/Makefile: too much cleanup is not good :p
> - mandrake/loader/yaboot: Set the name of Stew instead of my (aka:
> bug him for yaboot ;)).
> - mandrake/loader/Makefile: Install yaboot file on ppc.
> - mandrake/loader/: Makefile, detectloader, detectloader.8,
>   installkernel, rebootin, yaboot: Add yaboot support from Stew
>   Benedict <[EMAIL PROTECTED]>.
> - po/tr.po: updated Turkish file (pablo)
> - rc.d/rc.sysinit: umount /dev if devfs mounted but devfsd isn't
>   availlable (tvignaud).
> - po/de.po: fixed typo (siegle).

--




[Cooker] Mandrake PPC : first try

2001-05-23 Thread Guillaume Rousse

Ok, i tried an install on a G4 sawtooth black & white.
I made a minimal boot CD by removing Mandrake and misc directories, then 
launching mkINSTALLCD with the top ppc directory.
Boot is ok, but i'm unable to find the correct network card module. Moreover, 
any attempt to insert a module seems to crash the procedure with the infamous 
'abnormaly exit signal 4' message.
Other remarks :
- wrong partition 1 signature message before lilo prompt
- all lilo entries (novideo, atyfb, ati128fb) seems to result in the same 
installation procedure (framebuffer and ncurse interface)
- text display is 6 lines too high over welcome image
- character encoding on module insertion dialog seems wrong
Stage 1 install dates from 3 may.

So,
1) is my iso creation procedure correct ?
2) which module should i use with this ppc model ?
3) what script should i use to split the PPC tree into two ISO ? The full 
tree use results in a 1,2 Go one and i don't have any DVD-burner currently :-)

-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG keys http://www.univ-reunion.fr/~grousse/gpgkeys.html




Re: [Cooker] kernel-2.4.4-3mdk

2001-05-23 Thread Chmouel Boudjnah

Christopher Molnar <[EMAIL PROTECTED]> writes:

> It seems to have fixed vmlinuz, but the links for System.map and config
> are still messed up. (I take it the post in rpm should be running the
> installkernel?)

this is normal, it is updated every reboot :

# Adjust symlinks as necessary in /boot to keep system services from
# spewing messages about mismatched System maps and so on.
if [ -L /boot/System.map -a -r /boot/System.map-`uname -r` ] ; then
ln -sf System.map-`uname -r` /boot/System.map 2>/dev/null
fi
if [ ! -e /boot/System.map -a -r /boot/System.map-`uname -r` ] ; then
ln -sf System.map-`uname -r` /boot/System.map 2>/dev/null
fi

# Adjust symlinks as necessary in /boot to have the default config
if [ -L /boot/config -a -r /boot/config-`uname -r` ] ; then
ln -sf config-`uname -r` /boot/config 2>/dev/null
fi
if [ ! -e /boot/config -a -r /boot/config-`uname -r` ] ; then
ln -sf config-`uname -r` /boot/config 2>/dev/null
fi




Re: [Cooker] mkcds scripts broken?

2001-05-23 Thread Warly

"Charles A. Shirley" <[EMAIL PROTECTED]> writes:

> Greetings!,
> 
> I've used this to make the iso images before, so I don't know what the scoop 
> is, but it isn't working now.  I'm certain that all of the files mentioned in 
> the error message are in my rsync target path, so I wonder, is this a problem 
> with my mirror, or is there something genuinely broken?  I can install from 
> the Tree using the hd.img, but I like to make a backup copy of the Tree from 
> time to time, in case something bad happens... 8^)
> 
> Here's the output:
> 
> # ./mkcds /rpm/COOKER-MIRROR /store
> /rpm/COOKER-MIRROR/Mandrake/mdkinst/usr/bin/perl: error while loading shared 
> libraries: /rpm/COOKER-MIRROR/Mandrake/mdkinst/lib/libc.so.6: symbol 
> _dl_debug_files, version GLIBC_2.2 not defined in file ld-linux.so.2 with 
> link time reference

hum...

try to use mkcd.pl directly, I will try to solve this problem next week

-- 
Warly




Re: [Cooker] RPM - gnuplot-cvs, libpdf

2001-05-23 Thread RA

On Wednesday 23 May 2001 10:36, you wrote:
> On Wed, May 23, 2001 at 12:23:17PM +0200, RA wrote:
> > Hey!
> >
> > Up-to-date gnuplot with mouse support and 3D capability ...
> > Before compiling with pdf support, look at the libpdf license!
>
> The license for pdflib, it seems, _sucks_.
>
> Is it possible that we compile w/o pdflib?

Remove  --with-pdf configure option in SPEC!

BTW, the uploaded files are incomplete, because of system hangs during upload
- happened now 4 times :(

Does anybody know such a problem?




[Cooker] Weird problem with autofs && grep

2001-05-23 Thread Sebastian Dransfeld


When I run "service sutofs reload" the running automount's are checked
with
root@s186b:/tmp# ps ax|grep "[0-9]:[0-9][0-9] /usr/sbin/automount "
16227 ?S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
16250 ?S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
16503 pts/2S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
16509 pts/2S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.
16668 pts/1S  0:00 /usr/sbin/automount --timeout 60 /local file /etc/aut
16674 pts/1S  0:00 /usr/sbin/automount --timeout 60 /net file /etc/auto.

And as you can see, the lines are chopped. This results in that the
running commands are never matched and never killed.

So why does grep chop the output? Or is it just the way it's supposed to
be, and /etc/init.d/autofs needs mending?

seb





Re: [Cooker] gcc,egcs,kernel,future plans Attn. Chmou, Gwenole

2001-05-23 Thread Blue Lizard

Chmouel Boudjnah wrote:

>
>i can make one and put it on my homepage, but well just for testing
>there is no way at this stage of gcc3 to make the default kernel
>compiler. 
>
Of course.  I'm sure it will be a long time before something so drastic :)






[Cooker] libtool-1.4-1mdk conflict

2001-05-23 Thread Arnd Bergmann

'file /usr/lib/libltdl.la from install of libltdl3-1.4-1mdk
conflicts with file from package libltdl0-1.3.5-13mdk'

Should that file perhaps be in libltdl*-devel ?






[Cooker] RPM - gnuplot-cvs, libpdf

2001-05-23 Thread RA

Hey!

Up-to-date gnuplot with mouse support and 3D capability ...
Before compiling with pdf support, look at the libpdf license!

Ralf.

###

Name: gnuplot  Relocations: (not relocateable)
Version : 3.8f  Vendor: (none)
Release : cvs010523mdk  Build Date: Wed 23 May 2001 
11:58:40 AM CEST
Install date: (not installed)   Build Host: 
Group   : Sciences/OtherSource RPM: (none)
Size: 1781370  License: GPL-Style
Packager: @mandrakesoft.com
URL : http://sourceforge.net/projects/gnuplot/
Summary : A program for plotting mathematical expressions and data.
Description :
Gnuplot is a command-line driven, interactive function plotting program
especially suited for scientific data representation. Gnuplot can be used to
plot functions and data points in both two and three dimensions and in many
different formats.

Install gnuplot if you need a graphics package for scientific data
representation.
* Wed May 23 2001 Ralf Ahlbrink <[EMAIL PROTECTED]> 3.8f-cvs20010523

- cvs version
- gnuplot-mode 0.5p
- gnuplot-faq 2000-11-20

##

Name: libpdf   Relocations: (not relocateable)
Version : 3.03  Vendor: (none)
Release : 1mdk  Build Date: Wed 28 Mar 2001 
03:51:43 PM CEST
Install date: (not installed)   Build Host: 
Group   : System/Libraries  Source RPM: (none)
Size: 1898624  License: (c) 1997-2000 PDFlib 
GmbH and Thomas Merz
URL : http://www.pdflib.com
Summary : Portable C library for dynamically generating PDF files.
Description :
PDFlib is a C library for generating PDF files. It offers a graphics
API with support for drawing, text, fonts, images, and hypertext. Call PDFlib
routines from within your client program and voila: dynamic PDF files!
For detailed instructions on PDFlib programming and the associated API,
see the PDFlib Programming Manual, included in PDF format in the
PDFlib distribution.

* Wed Mar 28 2001 RA <[EMAIL PROTECTED]> 3.03-1mdk
 
- upgraded to 3.03
- introduced lib_name
 




Re: [Cooker] RPM - gnuplot-cvs, libpdf

2001-05-23 Thread Geoffrey Lee

On Wed, May 23, 2001 at 12:23:17PM +0200, RA wrote:
> Hey!
> 
> Up-to-date gnuplot with mouse support and 3D capability ...
> Before compiling with pdf support, look at the libpdf license!
> 


The license for pdflib, it seems, _sucks_.

Is it possible that we compile w/o pdflib?


-- 
Geoffrey Lee <[EMAIL PROTECTED]>
李長風

http://www.wychk.org/~glee

$ /usr/games/fortune
Anything that can go wrong will go
Segmentation fault (core dumped)
$ 





Re: [Cooker] mozilla

2001-05-23 Thread Blue Lizard

Frederic Crozat wrote:

>Dans l'article <[EMAIL PROTECTED]>, "Blue Lizard"
><[EMAIL PROTECTED]> a écrit :
>
>>Frederic Crozat wrote:
>>
>>>Dans l'article <[EMAIL PROTECTED]>, "michael"
>>><[EMAIL PROTECTED]> a écrit :
>>>
mozilla segfaults immediately before opening.


>>>run /usr/lib/mozilla/rebuild-databases.sh as root
>>>
>>And of that doesn't work?
>>(mandrake mozilla releases since the first .9 have always done this on
>>mine.)
>>
>
>It seems Moz 0.9 doesn't start if you had old non-official themes
>installed..
>
>Could you try to completely uninstall your mozilla package, remove
>/usr/lib/mozilla/chrome and /usr/lib/mozilla/components and re-install
>mozilla packages ?
>
>If it doesn't work, try to rename your .mozilla into something else..
>
>
I did that long ago.  Didn't work.  Nor did scrapping my .mozilla.
(I'm sure it's nothing a fresh cooker install couldn't fix :))
Removing non-modern/classic themes from my .mozilla dir fixed the 
mozilla snapshots I run.
Currently mailing this from 2001052115 prebuilt 
(/pub/mozilla/nightly/latest/mozilla-i686-pc-linux-gnu.tar.gz)






[Cooker] Re: libtool-1.4-1mdk conflict

2001-05-23 Thread Geoffrey Lee

On Wed, May 23, 2001 at 12:24:20PM +0200, Arnd Bergmann wrote:
> 'file /usr/lib/libltdl.la from install of libltdl3-1.4-1mdk
> conflicts with file from package libltdl0-1.3.5-13mdk'
> 
> Should that file perhaps be in libltdl*-devel ?

Yep.

Sorry. It was a legacy from the old libtool which I forgot to change.

-- 
Geoffrey Lee <[EMAIL PROTECTED]>
李長風

http://www.wychk.org/~glee

$ /usr/games/fortune
Anything that can go wrong will go
Segmentation fault (core dumped)
$ 





Re: [Cooker] libsafe very buggy

2001-05-23 Thread Chmouel Boudjnah

Yoann Vandoorselaere <[EMAIL PROTECTED]> writes:

> Please, trace the segfault using gdb :

latest gdb of cooker BTW: the stock 8.0 one is buggy..




Re: [Cooker] libsafe very buggy

2001-05-23 Thread Yoann Vandoorselaere

Eugenio Diaz <[EMAIL PROTECTED]> writes:

> I have been experiencing several segfaults in a lot of programs, and
> almost all of them show to depend on libsafe when I do a 'ldd' on the
> binary.

This doesn't mean anything. Just that libsafe is preloaded so you'll
see in each time you do ldd...

> Well I removed the libsafe package, and the output of ldd shows they no
> longer depend on libsafe, and they don't segfault anymore. So I guess
> that either libsafe is very buggy, or I have something messing things up
> with libsafe.

Please, trace the segfault using gdb :

gdb program
run 
then, when it crash
bt

And send the output to this list...

-- 
Yoann Vandoorselaere | "Programming is a race between programmers, who try and
MandrakeSoft | make more and more idiot-proof software, and universe,
 | which produces more and more remarkable idiots. Until
 | now, universe leads the race"  -- R. Cook




Re: [Cooker] Vim and perl

2001-05-23 Thread Chmouel Boudjnah

Eugenio Diaz <[EMAIL PROTECTED]> writes:

> Why in does vim needs a perl library for?

/usr/share/doc/vim-common-6.0/doc/if_perl.txt:





Re: [Cooker] Re: Mandrake 8.0 - compinit in /etc/zshrc

2001-05-23 Thread Chmouel Boudjnah

Alexander Skwar <[EMAIL PROTECTED]> writes:

> Will 'LOAD_SYSTEM_ALIAS' be set by default?  I would hope so, because if

yup.

> It's nice that a .alias file will be supported, but why should it *disable*
> loading of the system aliases?
> If a user figures out how to set aliases in the first place, is it really
> that far reached to assume that he'll also know about 'unalias'?  If it's
> not (which I suppose), then I don't get why aliases shouldn't be put in
> /etc/profile.d/alias.sh

it's because in user home default we have no way to control the
files...

> Oh, BTW: Would it be possible to add /etc/profile.d/local.{sh,csh}, which
> should be empty files which also should never, ever be changed by an RPM
> upgrade?  I think the mere existance of these files would make it clear to
> people/admins that only this file, and never /etc/profile should be used to
> adjust local settings.

nice idea..




Re: [Cooker] Vim and perl

2001-05-23 Thread Frédéric Bothamy

Eugenio Diaz a écrit :
> 
> Why in does vim needs a perl library for?
> 
> -
> [nito@fulgore:~]$ vim
> vim: error while loading shared libraries: libperl.so: cannot load
> shared object file: No such file or directory
> [nito@fulgore:~]$
> -
> 
> Vim minimal works.
> 

Update perl and perl-base to version 5.601-1mdk, this solves the
problem.

I think vim needs a perl library for the Perl interpreter :

$ rpm -qi vim-enhanced
[snip]
Install the vim-enhanced package if you'd like to use a version of the
VIM
editor which includes recently added enhancements like interpreters for
the
Python and Perl scripting languages.  You'll also need to install the
vim-common package.

-- 
Frédéric Bothamy <[EMAIL PROTECTED]> -- QA Team




Re: [Cooker] kdm and switch screen resolution x crashes

2001-05-23 Thread Eugenio Diaz

--- Francisco Alcaraz Ariza <[EMAIL PROTECTED]> wrote:
> This is for the mandrake team;
> Do you know if the problem for DRI activated and kdm login crashing x when 
> switching between ressolution has been solved?; Is there any update
> avalaibel?

This was solved on XFree86-4.0.3-9mdk:

[root@fulgore:~]# rpm -q --changelog XFree86|more
* Fri May 04 2001 Frederic Lepied <[EMAIL PROTECTED]> 4.0.3-9mdk

- recompile to have tdfx_dri.so dynamically linked.

* Sun Apr 08 2001 Frederic Lepied <[EMAIL PROTECTED]> 4.0.3-8mdk

- fix for tdfx dga

...



=

Eugenio Diaz, BSEE/BSCE   
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




Re: [Cooker] gcc,egcs,kernel,future plans Attn. Chmou, Gwenole

2001-05-23 Thread Chmouel Boudjnah

Blue Lizard <[EMAIL PROTECTED]> writes:

> If I (at a later date when it is thoroughly more developed) were to
> get you the white papers concerning the api standardization and
> changes/upgrades/fixes in gcc 3 would you consider making a
> kernel-gcc-etc.rpm for testing purposes?  I care not to compile my own
> kernels.:)

i can make one and put it on my homepage, but well just for testing
there is no way at this stage of gcc3 to make the default kernel
compiler. 

> Hold on though, by 'trigger', do you mean to identify/track down?
> Interesting, I wonder why it would be more so than another compiler of
> the same family.




Re: [Cooker] kernel-2.4.4-3mdk

2001-05-23 Thread Chmouel Boudjnah

Christopher Molnar <[EMAIL PROTECTED]> writes:

> Chmouel, is there some reason the rpm is leaving these links a mess?

what :
/sbin/installkernel -a -c 2.4.4-3mdk

give ?




Re: [Cooker] mozilla

2001-05-23 Thread Frederic Crozat

Dans l'article <[EMAIL PROTECTED]>, "Blue Lizard"
<[EMAIL PROTECTED]> a écrit :

> Frederic Crozat wrote:
> 
>>Dans l'article <[EMAIL PROTECTED]>, "michael"
>><[EMAIL PROTECTED]> a écrit :
>>
>>>mozilla segfaults immediately before opening.
>>>
>>>
>>run /usr/lib/mozilla/rebuild-databases.sh as root
>>
> And of that doesn't work?
> (mandrake mozilla releases since the first .9 have always done this on
> mine.)

It seems Moz 0.9 doesn't start if you had old non-official themes
installed..

Could you try to completely uninstall your mozilla package, remove
/usr/lib/mozilla/chrome and /usr/lib/mozilla/components and re-install
mozilla packages ?

If it doesn't work, try to rename your .mozilla into something else..


-- 
Frédéric Crozat
MandrakeSoft




[Cooker] Re: libsafe very buggy

2001-05-23 Thread Brian J. Murrell

On Wed, May 23, 2001 at 03:41:02AM -0400, Eugenio Diaz wrote:
> 
> Well I removed the libsafe package, and the output of ldd shows they no
> longer depend on libsafe, and they don't segfault anymore. So I guess
> that either libsafe is very buggy, or I have something messing things up
> with libsafe.

libsafe has a segfault in it.  I submitted this as a bug report to
Cooker a long time ago and nothing has come back as a result of it.
It was apparently forwarded to the libsafe maintainer but presumably
nothing was done about it.

Could whoever is responsible for libsafe on Mandrake please rattle the
cage of the libsafe team and find out what the status of your bug
report to them is?  Libsafe is a very important package for the safety
of Linux!

b.


-- 
Brian J. Murrell




[Cooker] libsafe very buggy

2001-05-23 Thread Eugenio Diaz

I have been experiencing several segfaults in a lot of programs, and
almost all of them show to depend on libsafe when I do a 'ldd' on the
binary.

Well I removed the libsafe package, and the output of ldd shows they no
longer depend on libsafe, and they don't segfault anymore. So I guess
that either libsafe is very buggy, or I have something messing things up
with libsafe.

--
Eugenio Diaz, BSEE/BSCE
Linux Engineer
[EMAIL PROTECTED]







[Cooker] Vim and perl

2001-05-23 Thread Eugenio Diaz

Why in does vim needs a perl library for?

-
[nito@fulgore:~]$ vim
vim: error while loading shared libraries: libperl.so: cannot load
shared object file: No such file or directory
[nito@fulgore:~]$
-

Vim minimal works.

--
Eugenio Diaz, BSEE/BSCE
Linux Engineer
[EMAIL PROTECTED]