Re: [Cooker] vim man page

2002-03-03 Thread Warly

Curtis H <[EMAIL PROTECTED]> writes:

> Hello,
>
> curtis]$ rpm -qa |grep vim
>
> vim-X11-6.0-6mdk
> vim-minimal-6.0-6mdk
> vim-common-6.0-6mdk
> vimguide-0.7-3mdk
> vim-enhanced-6.0-6mdk
>
> The man 1 VIM page lists FILES as belonging in Warly's home directory..
>
>/home/warly/rpm/tmp/vim-6.0/usr/share/vim/doc/*.txt
>   The Vim documentation files.  Use ":help
> doc-file-list" to get the complete list.
>
> [...]
>/home/warly/rpm/tmp/vim-6.0/usr/share/vim/*.ps
>   Files used for PostScript printing.

thanks, will fix

-- 
Warly




[Cooker] Postfix and SMTP AUTH?

2002-03-03 Thread Alexander Skwar

Hi.

Just a short question:  Is anyone sucessfully using Postfix with SMTP
AUTH via SASL with the current Cooker packages?

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




Re: [Cooker] Filesizes are listed wrong (ls versus du)

2002-03-03 Thread Alexander Skwar

»Martin Ma?ok« sagte am 2002-03-04 um 01:40:46 +0100 :
> I don't know exactly if this is really OK, but it is probably OK,
> because you can have "holes" in a file (open/create file, seek to X MB
> and write something, close it), so file size can be large but actual
> disk usage is small. Coredump is likely to have an hole in it.

Hm, I don't understand.  I first thought you were saying that in the
above file there were only 380 KiB of data and because of a seek or
something, it would take up 6 MiB.

What I'd like to know now:  If my partition is 500 MiB, how many of
those "6" MiB files with 380 KiB data can I have on the partition?
500/6 or is it 500/(380/1024)?

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




Fwd: Re: [Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Le Mars 4, 2002 01:07 AM, Borsenkow Andrej a écrit :
> > > Please, give also
> > >
> > > ls -l /dev/pcd*
> >
> > $ls -l /dev/pcd*
> > brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
> > brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
> > brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
> > brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3
>
> 1. what version of Mandrake are you running?

I run currently 8.1 on this machine (laptop).

> 2. Do you use devfs? Do you mount devfs?

Yes I use devfs and I pass devfs=mount as a kernel parameter at boot time (as
Mandrake set it up).

> 3. who created these files? They must not exist with mounted devfs

I don't remember having created these files.
I surely used this script taken from this howto :
http://www.torque.net/parport/paride.html

#!/bin/bash
#
# mkd -- a script to create the device special files for the PARIDE subsystem
#
function mkdev {
  mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
}
#
function pd {
  D=$( printf \\$( printf "x%03x" $[ $1 + 97 ] ) )
  mkdev pd$D b 45 $[ $1 * 16 ]
  for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
  do mkdev pd$D$P b 45 $[ $1 * 16 + $P ]
  done
}
#
cd /dev
#
for u in 0 1 2 3 ; do pd $u ; done
for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
for u in 0 1 2 3 ; do mkdev pf$u  b 47 $u ; done
for u in 0 1 2 3 ; do mkdev pt$u  c 96 $u ; done
for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
for u in 0 1 2 3 ; do mkdev pg$u  c 97 $u ; done
#
# end of mkd
#With the device files and drivers in place, you can
#access PARIDE devices
l#ike any other Linux device.   For example, to mount a CD-ROM in pcd0, use:
#mount /dev/pcd0 /cdrom
- end of  script

> 4. Please, next time answer to all people the messages is Cc'd to. I do
> not Cc just for fun of it.

Sorry about that.

> -andrej

I also added modprobe pg in /etc/rc.d/rc.local and the trick works. I believe
there is a better way though.

marc




Re: [Cooker] eroaster won't see my cd drives?

2002-03-03 Thread M.Demirtas

it's a python related problem, just downgrade your python and all works
;)



On Mon, 2002-03-04 at 05:51, Jon wrote:
> Same problem here, have been using gcombust, it seems very stable.  Eroaster 
> is very easy to use though, hopefully they'll get the bugs out of it.
> 
>   -jon-
> 
> On Sunday 03 March 2002 09:49 pm, Vincent Meyer, MD wrote:
> > Hi,
> >
> > Installed eroaster tonight, and it won't recognise my drives.  cdrecord
> > finds them just fine with -scanbus option.
> >
> > V,
> 







RE: [Cooker] Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)

2002-03-03 Thread Borsenkow Andrej


> ON=0 -DNV_PATCHLEVEL=2313  -I.
-I/lib/modules/2.4.18-2mdk/build/include
> os-registry.c
> ld -r -o Module-linux nv.o os-interface.o os-registry.o
> ld -r -o NVdriver Module-linux Module-nvkernel
> size NVdriver
>textdata bss dec hex filename
>  661824   43936   52396  758156   b918c NVdriver
> /bin/sh: ./makedevices.sh: bad interpreter: Permission denied <==
> Permissions?
> make: *** [package-install] Error 126
> [root@mandrake NVIDIA_KERNEL]#

read archives. It has been even in alt.os.linux.mandrake and forum on
nvidia site.





RE: [Cooker] Backpack (6)

2002-03-03 Thread Borsenkow Andrej

> 
> > Please, give also
> >
> > ls -l /dev/pcd*
> 
> 
> $ls -l /dev/pcd*
> brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
> brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
> brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
> brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3
> 

1. what version of Mandrake are you running?

2. Do you use devfs? Do you mount devfs?

3. who created these files? They must not exist with mounted devfs

4. Please, next time answer to all people the messages is Cc'd to. I do
not Cc just for fun of it.

-andrej




[Cooker] Kmail problems Now!

2002-03-03 Thread Sergio Korlowsky



I Will re-install the whole this again!

Now when I try to check if there is mail 
I got a segmentation fault! reproducible...!
--

[admin@mandrake admin]$ kmail: checking mail, server busy
kmail: processing next mail check, server busy
kmail: enable progress
kmail: Data: 
kmail: stage == List
kmail: Data: 
kmail: stage == Uidl
kmail: Length: 2435
kmail: Length: 138006
kmail: bigger than 5
kmail: Length: 3894
kmail: Length: 105437
kmail: bigger than 5
kmail: slotGetNextHeader
kmail: Size of Message: 138006
kmail: slotGetNextHeader
kmail: Size of Message: 105437
kmail: slotGetNextHeader
kmail: Data: 
kmail: Head: 
kmail: stage == Head
kmail: PopFilterAction = NoAction
kmail: PopFilterAction = NoAction
*** KMail got signal 11 (Crashing)
KCrash: crashing crashRecursionCounter = 2
KCrash: Application Name = kmail path =  pid = 4434
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

And I am NOT using the extension simply because I have not been able to 
compile the nvidia drivers.  So do not know what's going on!

Allow me to re-install and report back to you.  hm  extrange.




Re: [Cooker] The domain you entered:

2002-03-03 Thread Sergio Korlowsky

On Sunday 03 March 2002 21:46, you wrote:
> On Sunday 03 March 2002 23:05, you wrote:
> > I have been waiting for some other soul to report this but!
> >
> > Have anyone seen this VERY often when entereing an URL in Konqueror?
> >
> > The domain you entered: www.247news.net is over the allowed maximum
> > number of =20 characters
>
> Gni
>
> Never saw that. Does/did someone see the same thing?

Funny thing, now when I click on a URL in Konqui it just frezees!
I have to kill the process.  h

[admin@mandrake admin]$ rpm -qa |grep kde
kdenetwork-2.2.2-18mdk
kdeaddons-2.2.2-2mdk
kdebase-devel-2.2.2-68mdk
kdemultimedia3-3.0-0.beta2.3mdk
kdegraphics3-3.0-0.beta2.3mdk
kdesdk3-3.0-0.beta2.1mdk
kdetoys3-3.0-0.beta2.1mdk
kdeaddons3-3.0-0.beta2.3mdk
kdelibs-sound-2.2.2-42mdk
kdebase-2.2.2-68mdk
kdemultimedia-aktion-2.2.2-9mdk
kdevelop-2.0.2-10mdk
kdeedu3-3.0-0.beta2.3mdk
kdelibs-2.2.2-42mdk
kdebindings-2.2.2-5mdk
kdelibs-devel-2.2.2-42mdk
kdegraphics-devel-2.2.2-9mdk
licq-kde-1.0.4-2mdk
kdebase3-3.0-0.beta2.1mdk
kdegames3-3.0-0.beta2.4mdk
kdemultimedia3-aktion-3.0-0.beta2.3mdk
drivetweak-kde-0.9.1-1mdk
kdebase3-nsplugins-3.0-0.beta2.1mdk
kdemultimedia-2.2.2-9mdk
kdesdk-2.2.2-4mdk
kdepim-2.2.2-4mdk
kdev_htdig-1.1-2mdk
kdeadmin-2.2.2-8mdk
kdeartwork-2.2.2-3mdk
kdemultimedia-devel-2.2.2-9mdk
kdelibs3-3.0-0.beta2.3mdk
kdepim3-3.0-0.beta2.2mdk
kdeartwork3-3.0-0.beta2.4mdk
kdegraphics-2.2.2-9mdk
kdeutils-2.2.2-17mdk
kdetoys-2.2.2-6mdk
kdenetwork-devel-2.2.2-18mdk
kdevmon-0.4.5-2mdk
kdegames-2.2.2-4mdk
kde-i18n-es-2.2.2-1mdk
kdebase-nsplugins-2.2.2-68mdk
kdenetwork3-3.0-0.beta2.1mdk
kdeutils3-3.0-0.beta2.1mdk
kdestudio-2.0.0-10mdk
kde-i18n-es3-3.0-0.beta2.1mdk
[admin@mandrake admin]$

I am using KDE 2 at the moment...




Re: [Cooker] eroaster won't see my cd drives?

2002-03-03 Thread Jon

Same problem here, have been using gcombust, it seems very stable.  Eroaster 
is very easy to use though, hopefully they'll get the bugs out of it.

  -jon-

On Sunday 03 March 2002 09:49 pm, Vincent Meyer, MD wrote:
> Hi,
>
>   Installed eroaster tonight, and it won't recognise my drives.  cdrecord
> finds them just fine with -scanbus option.
>
>   V,




Re: [Cooker] Put NS4 in the Distro

2002-03-03 Thread Felix Miata

Alexander Skwar wrote:
 
> »Felix Miata« sagte am 2002-02-27 um 10:41:16 -0500 :

> > I don't even think about online banking anyway. I'm not going to pay
> > them extra fees in order to save them money, particularly if I'm going
 
> Pay them extra fees?  Uh?  You mean, you've gotta pay for saving them
> money?

That's the way it works here, at least for normal banks with local
branches. With them at least you pay extra for the privilege of online
banking, even though you save them money using it. They want to have
their cake and eat it too. Maybe the online-only banks don't charge
extra.

>  Well, here in Germany it's rather the case that they pay you if
> you do online banking.  Well, they don't exactly pay you, but they don't
> charge you (at least not as much) if you do online banking.
-- 
"And we know that all things work together for good to them that
love God, to them who are the called according to His purpose."
Romans 8:28 KJV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://mrmazda.members.atlantic.net/





Re: [Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Jeremy Salch

On Sunday 03 March 2002 10:22 pm, you wrote:
> On Sun, Mar 03, 2002 at 10:08:00PM -0600, Jeremy Salch wrote:
> > Does anyone know if this will work on a Dell INspiron 3800  with a
> > ESS Technology ES1983s Maestro-3i PCI Modem Accelerator ?
>
> No, this driver only works with Lucent modems. If you look at the
> Linmodem-HOWTO 
> you'll see that there is a driver for ES56T-PI and ES56V-I, but I
> don't think they'd work for you.


yea that is what I was afraid of. I almost tryed that old driver listed there 
but..  i never want through all that trouble..especially it doesn't 
specifically say this modem. 




[Cooker] eroaster won't see my cd drives?

2002-03-03 Thread Vincent Meyer, MD

Hi,

Installed eroaster tonight, and it won't recognise my drives.  cdrecord 
finds them just fine with -scanbus option.  

V,




[Cooker] xmms fails to play symbolic link to playlist

2002-03-03 Thread Con Kolivas

In it's current incarnation, xmms cannot play a .m3u playlist if it is 
accessed by clicking on a symbolic link (put on the desktop for example). 
Clicking directly on the actual playlist (which has only relative pathnames 
to the .ogg files) works fine. This was not the previous behaviour of xmms.

Please cc: me if responding to this email as not subscribed.
Regards,
Con




[Cooker] does bootsplash not work with 640x480?

2002-03-03 Thread Doug McClendon

  I'll probably just try this, but does bootsplash not work
for 640x480? The docs specifically mention 800x600,
1024x768, and 1280x1024, but leave out 640x480.

What gives?

Personally I think 640x480 is a wonderful video mode :)

-dmc






Re: [Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Tom Massey

On Sun, Mar 03, 2002 at 10:08:00PM -0600, Jeremy Salch wrote:
> Does anyone know if this will work on a Dell INspiron 3800  with a 
> ESS Technology ES1983s Maestro-3i PCI Modem Accelerator ?

No, this driver only works with Lucent modems. If you look at the
Linmodem-HOWTO 
you'll see that there is a driver for ES56T-PI and ES56V-I, but I
don't think they'd work for you.




Re: [Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Jeremy Salch

Does anyone know if this will work on a Dell INspiron 3800  with a 

ESS Technology ES1983s Maestro-3i PCI Modem Accelerator ?


On Sunday 03 March 2002 04:58 pm, you wrote:
> There is hope for Dell Inspiron 2500 owners and other :
>
> a driver seems to work with the winmodem and they have rpm for Mandrake
> (not everything you may want though). Here some links :
>
> http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:7482:200203:nclbcdcbpkgdagboij
>mj
>
> http://www.physcip.uni-stuttgart.de/heby/ltmodem/
>
> Address for the newest source as of March 2 2002 :
> http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz
>
> It would be nice to have that in 8.2
>
> Regards,
>
> marc




Re: [Cooker] rpm -q kernel shows nothing

2002-03-03 Thread Steve Fox

On Sun, 2002-03-03 at 15:49, Chuck Shirley wrote:
> 
> But for kernel, (for example) kernel-enterprise-2.4.17.22mdk-1-1mdk, the 
> package _name_ is kernel-enterprise-2.4.17.22mdk, while the versioning
> is the -1-1mdk, which is a scheme unique to the kernel package.  You can

Agreed, and if kernel-enterprise-2.4.foo is the only kernel package you
have installed, then 'rpm -q kernel' should show you nothing.

But I only have kernel-2.4.foo installed and I would fully expect to see
that package listed when I 'rpm -q kernel'. If I want to check all
installed packages with kernel in the name, I will grep.

-- 

Steve Fox
http://k-lug.org





Re: [Cooker] Error opening text files while clicking on them.

2002-03-03 Thread David BAUDENS

On Sunday 03 March 2002 23:06, you wrote:
> It does work, it actually opens the file when you click on it...but
> displays an error message displying:
>
> There was an error loading the module KWord.
> The diagnostics is:

Is?



> version:  Mandrake Linux Cooker-i586 20020301  0:35

Doesn't help at all. Version of packages you use are more helpfull.

Is this reproducible with a new user?

-- 
David BAUDENS
MandrakeSoft - http://www.mandrakesoft.com




Re: [Cooker] The domain you entered:

2002-03-03 Thread David BAUDENS

On Sunday 03 March 2002 23:05, you wrote:
> I have been waiting for some other soul to report this but!
>
> Have anyone seen this VERY often when entereing an URL in Konqueror?
>
> The domain you entered: www.247news.net is over the allowed maximum
> number of =20 characters

Gni

Never saw that. Does/did someone see the same thing?

-- 
David BAUDENS
MandrakeSoft - http://www.mandrakesoft.com




Re: [Cooker] xmms freezing the computer...

2002-03-03 Thread David BAUDENS

On Sunday 03 March 2002 21:07, you wrote:
> Hi,
>
> When i click on an html link that points to an mp3 file with galeon
> or Mozilla my computer immédiatly freezes. This is not only the X
> server because after the freeze, it is also impossible to ssh in from
> another computer.This makes it very hard to see what happens...
>
> These are the packages involved:
> xmms-1.2.6-2mdk
> mozilla-0.9.8-6mdk
> galeon-1.0.3-4mdk
>
> If someone needs more info just ask ;)

Something like... an URL? Can be usefull to test.

-- 
David BAUDENS
MandrakeSoft - http://www.mandrakesoft.com




Re: [Cooker] for info ov511/518 v1.57 webcam driver is out

2002-03-03 Thread Vincent Meyer, MD

I'll let you know!  Thanks for adding this for 8.2

V.



On Sunday 03 March 2002 04:49 am, you wrote:
> > "cosmic" == Cosmic Flo <[EMAIL PROTECTED]> writes:
>
> cosmic> I think it's too late for 8.2 (snif) but this driver support many
> cosmic> other webcam than the 1.55 (the 518 driver now work properly).
>
> cosmic> Sorry for the precedant incomplete post and thank for your greet
> work
>
> Driver will be there in 2.4.18-3mdk, I hope you test and send me an
> answer that it works/not (I don't have a camera).
>
> Later, Juan.




[Cooker] current gpsdrive dead

2002-03-03 Thread Vincent Meyer, MD

Trying to launch gpsdrive from a user gives:

[meyerv@localhost meyerv]$ gpsdrive
/home/meyerv/.gpsdrive/way.txt: No such file or directory

Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWidget'

Gtk-CRITICAL **: file gtkwidget.c: line 2598 (gtk_widget_add_accelerator): 
assertion `widget != NULL' failed.

Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkWidget'

Gtk-CRITICAL **: file gtkwidget.c: line 2598 (gtk_widget_add_accelerator): 
assertion `widget != NULL' failed.
Segmentation fault
[meyerv@localhost meyerv]$





[Cooker] Damn annoying ppp problem

2002-03-03 Thread Vincent Meyer, MD

Hello, fellow cookers

This one is a weird one - but very repeatable.  I'm using a LG model
510 triple mode cell phone, with the connecting cable, for wireless internet
browsing while i'm away from the office.  I've got it working for e-mail, 
browsing, and using gAIM.  Here's the problem, and I don't know if it's a
ppp problem, a kppp problem, or a cvs problem.. but cd'ing into the 
source directory for kde3's kdelibs and issuing a cvs update, SOMETHING
tells the phone to hang up!  

Werid?  Suggestions?

V.




[Cooker] realtime aRTs ?

2002-03-03 Thread Vincent Meyer, MD

Still playing with stuff.  aRTs control works nice, but asking it for Artsd 
status displays:

Artsd should run with realtime scheduling, but it does not (is artswrapper
suid root?)

does this make any difference?

V.




[Cooker] xpcd help displays funny

2002-03-03 Thread Vincent Meyer, MD

Hi,

Crashing around in the system, playing with random stuff..  decided to see
what xpcd does.  The about and help boxes show good text, but with a lot 
of non-displayable characters at the end of lines?  (these show as boxes)

V,




[Cooker] pppd hangs up the connection when doing cvs update?

2002-03-03 Thread Vincent Meyer, MD

OK, so why does CVS want pppd to hang up?  I'm presuming that the 
Hangup (SIGHUP) isn't a crash, right?  Is this a CVS bug?

V.

This is from the troubleshooting log from pppd shows:

Mar  3 01:11:07 localhost pppd[3947]: secondary DNS address 207.69.188.185
Mar  3 01:11:07 localhost pppd[3947]: Script /etc/ppp/ip-up started (pid 3958)
Mar  3 01:11:07 localhost pppd[3947]: Script /etc/ppp/ip-up finished (pid 
3958), status = 0x0
Mar  3 01:18:44 localhost pppd[3947]: Hangup (SIGHUP)
Mar  3 01:18:44 localhost pppd[3947]: Modem hangup
Mar  3 01:18:44 localhost pppd[3947]: Script /etc/ppp/ip-down started (pid 
4013)
Mar  3 01:18:44 localhost pppd[3947]: Connection terminated.
Mar  3 01:18:44 localhost pppd[3947]: Connect time 7.7 minutes.
Mar  3 01:18:44 localhost pppd[3947]: Sent 39456 bytes, received 22065 bytes.
Mar  3 01:18:44 localhost pppd[3947]: Waiting for 1 child processes...
Mar  3 01:18:44 localhost pppd[3947]:   script /etc/ppp/ip-down, pid 4013
Mar  3 01:18:44 localhost pppd[3947]: Script /etc/ppp/ip-down finished (pid 
4013), status = 0x0
Mar  3 01:18:44 localhost pppd[3947]: Exit.




Re: [Cooker] Gnome/Desktop mouse settings

2002-03-03 Thread andre

Op ma 04-03-2002, om 00:58 schreef Edward Tandi: andre wrote:

Op zo 03-03-2002, om 19:35 schreef Edward Tandi:

All,

I have a minor niggle with the mouse speed settings using 
Gnome/Enlightenment. Because I use a high resolution, I need to increse 
the mouse speed to maximum to be able to cover the whole screen 
relatively easily.

However, although the setting itself is kept, it is not actioned the 
next time I log in. So I have to open the Gnome configuration tool and 
re-apply the changes every session.

Does anyone know of a fix? Thanks,

Ed-T.


Isn't there a setting in XF86Config-4 that you have to change (and
probably add) to get a speedier mouse

That's not the point. If you have a GUI configuration tool to set mouse
speed, I shouldn't have to poke around in  XF86Config-4.

Ed-T.


Yes, you do. gnome is for individual user. XF86Config-4 is for everybody
who uses the system and everybody that uses your system(that is probably
only you) needs a speeder mouse




[Cooker] Re: [CHRPM] ImageMagick-5.4.2.3-3mdk

2002-03-03 Thread Bryan Paxton

On Sun, 2002-03-03 at 18:43, Bryan Paxton wrote:
> s'/3mdk/4mdk/' : )
> 

 Damn enter key again : p
Anyway, still can't find Magik++ etc... at %install on a build.
It still seems to be in the same area of the %install section.
The bins are there in BUILD/ImageMagickblablabla, so it's simply a
problem at %install...

Once again, it's these commands that fubars the %install
perl -pi -e \
's|-L/.*magick/\.libs ||' \
$RPM_BUILD_ROOT%{_bindir}/Magick-config \
$RPM_BUILD_ROOT%{_bindir}/Magick++-config

Cheers


-- 
Bryan Paxton
Public PGP key: http://www.deadhorse.net/bpaxton.gpg

"Heedfulness: the path to the Deathless.
Heedlessness: the path to death.
The heedful do not die.
The heedless are as if already dead." -- Dhp. 21-24




[Cooker] Harddrake

2002-03-03 Thread Marc Lijour

Harddrake does not recognize my backpack cdwriter. This cdwriter works with 
paride bpck6 and pcd - and then pg to have it work as a scsi and to run 
xcdroast.

What happens it that this cdwriter is not listed in the left menu.

I have : harddrake-0.9.3-21mdk

#
# This report has been generated by detect 0.9.72
#

CPU:GenuineIntel:Pentium III (Coppermine):797:[HAS_FPU:HAS_MMX]:1592.52:(none)
MEMORY:382904:129268:460:20988:106252:530136:530136
BRIDGE:PCI:O2 Micro, Inc.:OZ6933 Cardbus Controller:unknown
BRIDGE:PCI:O2 Micro, Inc.:OZ6933 Cardbus Controller:unknown
DISK:ATAPI/IDE:Unknown:IBM-DJSA-220:/dev/hda:39070080:255:63:2432
FLOPPY:Floppy Drive Controller:Unknown:1.44MB 3.5":/dev/fd0
CDROM:ATAPI/IDE:Unknown:TEAC CD-ROM CD-224E:/dev/hdc
CDROM:SCSI:TEAC:CD-224E:/dev/scd0
VIDEO:Unknown:NONE:Generic VGA:[VGA16]:256:NONE:Unknown
ETHERNET:PCI:Intel Corporation:82557 [Ethernet Pro 100]:eepro100
MOUSE:USB:Logitech Inc.:N48 / M-BB48 [FirstMouse Plus]:Not Available
MOUSE:PS/2:Unknown:Unknown:/dev/psaux
MODEM:PCI:Lucent Microelectronics:WinModem 56k:Not Available:-1:unknown
PARALLEL:/dev/lp0:LPT0
SERIAL:/dev/ttyS0:COM0
OTHER:80861130:PCI:Intel Corporation:Unknown:Unknown
OTHER:80861132:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862448:PCI:Intel Corporation:Unknown:Unknown
OTHER:8086244c:PCI:Intel Corporation:Unknown:Unknown
OTHER:8086244a:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862442:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862443:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862444:PCI:Intel Corporation:Unknown:Unknown
OTHER:80862445:PCI:Intel Corporation:Unknown:Unknown
OTHER:16680100:PCI:Unknown:Unknown:Unknown
OTHER:046d0870:USB:Unknown:Unknown:Unknown
FREE_IRQS:6:11:12:13:
FREE_DMAS:0:1:2:3:5:6:7:

Note : the USB unknown device is a quickcam express from logitech and I could 
give you more if you'd need it.




Re: [Cooker] where can I find srpms for beta3?

2002-03-03 Thread Sergio Korlowsky

On Sunday 03 March 2002 18:25, you wrote:
> On Sun, Mar 03, 2002 at 04:02:08PM -0800, Doug McClendon wrote:
> > Where can I find the srpms for the beta releases?  Presumably this
> > equates to "where can I find an archive of cooker srpms?"
> >
> > No, I don't mean the latest srpms, I mean the ones that built the
> > beta(3) binaries.
>
> Look on the regular cooker mirrors for the SRPMS.  The beta3 SRPMS
> aren't archived separately.  So if the version you need isn't there the
> best you can do is get what you want out of CVS.  You'll be able to get
> the SPEC file and the patches from the CVS.  The source you'll have to
> get from somewhere else on the net.
>
> Here's the URL for the CVS stuff:
> http://www.linux-mandrake.com/en/cvs.php3
>
> Here is web access for the SPECS via CVS:
> http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/SPECS/

You can also try http://rpmfind.net




Re: [Cooker] Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)

2002-03-03 Thread Sergio Korlowsky

On Sunday 03 March 2002 16:32, you wrote:
> On Sunday 03 March 2002 02:14 pm, you wrote:
> > Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)
> >
> > I can't compile the drivers under kernel 2.4.8-2
> >
> > Including just the ending part of it.
> > --
> >
> > ON=0 -DNV_PATCHLEVEL=2313  -I. -I/lib/modules/2.4.18-2mdk/build/include
> > os-registry.c
> > ld -r -o Module-linux nv.o os-interface.o os-registry.o
> > ld -r -o NVdriver Module-linux Module-nvkernel
> > size NVdriver
> >textdata bss dec hex filename
> >  661824   43936   52396  758156   b918c NVdriver
> > /bin/sh: ./makedevices.sh: bad interpreter: Permission denied <==
> > Permissions? make: *** [package-install] Error 126
> > [root@mandrake NVIDIA_KERNEL]#
>
> Get a real video card

You're kidding me... aren't you;o)

I




Re: [Cooker] GTK programs makes crash X on linux mandrake 8.2 Betas--ATI RAGE 128 Card-- [Good news]

2002-03-03 Thread roudoudou

Frédéric Crozat wrote:

> It is very strange..
> If I resume what you say :
> either under GNOME or KDE, when using wheel, gtk+ scrollbar 
> applications crashes, even with no GTK+ theme..
> 
> Could you try :
> -check if imwheel is running. If it is, kill it and try again.
> -create a new account and try to reproduce the problem
> -try to remove imported window fonts which might have been added by
> drakfont..
> -Downgrade to libgtk+1.2 from 8.1 (using rpm --oldpackage option) to see if this is
> an regression between gtk+ from 8.1 and cooker version.
> 
> --
> Frédéric Crozat
> MandrakeSoft
> 

You say things much better than i could [excepted that i thing that the 
window manager isn't important here cause it happens also when i use 
icewm.] And for GTK+ theme , if removing ~.gtkrc means that i don't use 
GTK+ theme , that's right !
Very strange, isn't it ,  but it's not a random problem. And now i think 
that  we found what's going wrong here.

In fact it seems that Guillaume Cottenceau was right when he said that 
the problem was related to X [and to ATI RAGE 128 card ]and i'll try to 
explain why i think so.

So when i received  your mail , i decided to do a fresh install of beta 
3 before doing your test. But during the installation , at the X 
configuration step , "drakx" recognized my graphical card [ATI RAGE 128 
PRO],i've chosen XFree4.2.0 with 3d acceleration, but the "configuration 
test" failed [for the first time i think] with this error message 
"Couldn't open default font fixed "
So i've made the configuration of X manually [wasn't very difficult 
cause my graphical card and my monitor  was in the list] and continued 
the installation process.
After rebooting , i've noticed, surprised, that the problem has 
disappeared [no more crash thus] but it's take me a while to notice that 
the 3D acceleration was disabled [in fact this line: Load  "glx" and 
Load "dri" wasn't there on /etc/X11/XF86Config-4]

Thus i've launched "XFdrake" from a shell to configure X much better , 
kill X and log in again : 3D acceleration was back [means for me that i 
was able to  play to chromium again :)] but the X crash was back too [as 
i've described it before]. So i've take a look on XF86Config-4 and 
commented [with a #] the line who is loading "glx" and "dri" and log 
out/log in again: no more X crash.

TO sum up : commenting those line [load "glx"] and [load "dri"] on my 
/etc/X11/XF86Config-4 always fix the problem . Loading those module [glx 
and dri] for my ATI RAGE 128 card, makes always crash X when i use GTK 
application ...
Moreover If you take a look on the thread on this mailing-lis about 
"XFreeze" , you'll see that Mr.Charles A Edwards ;who has  the same 
video card ; has encountered the same X crash also.

Available of course for more investigation :-)

PS:attached to this mail , the /etc/XF86Config-4 made by drakX with my 
help during the install process and the /etc/X11/XF86Config-4 made by 
"XFdrake" when i've launched it.










# File generated by XFdrake.

# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath   "unix/:-1"

EndSection

# **
# Server flags section.
# **

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.
#DontZoom

# This  allows  the  server  to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection

# **
# Input devices
# **

# **
# Keyboard section
# **

Section "InputDevice"

Identifier "Keyboard1"
Driver  "Keyboard"
Option "AutoRepeat"  "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"

EndSection

# **
# Point

[Cooker] Re: [CHRPM] ImageMagick-5.4.2.3-3mdk

2002-03-03 Thread Bryan Paxton

s'/3mdk/4mdk/' : )


On Sun, 2002-03-03 at 12:02, Giuseppe Ghibò wrote:
> --=-=-=
> Name: ImageMagick  Relocations: (not relocateable)
> Version : 5.4.2.3   Vendor: MandrakeSoft
> Release : 3mdk  Build Date: Sun Mar  3 18:39:44 2002
-- 
Bryan Paxton
Public PGP key: http://www.deadhorse.net/bpaxton.gpg

"Heedfulness: the path to the Deathless.
Heedlessness: the path to death.
The heedful do not die.
The heedless are as if already dead." -- Dhp. 21-24




[Cooker] xmovie in 8.2 beta 3

2002-03-03 Thread Edward Tandi

All,

In Mandrake 8.0, xmovie was superb. I get an error when trying to open 
mpeg 2 (SVCD) files -no supported codecs. It also reports the following 
error when trying to open quicktime (.mov) files:

Trying to load external codec quicktime_codec_SVQ1.so
Can't load the codec
quicktime_codec_SVQ1.so: cannot open shared object file: No such file or 
directory

I've searched the RPMs for the aforementioned library but to no avail. I 
presume the lack of support for codecs will be sorted in the final 
release? Or will there be a better replacement for xmovie?

Mplayer does not seem to be on the rpms, so that leaves poor old xanim 
to hold the fort. I think fixing xmovie is the right way.

Ed-T.



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Re: [Cooker] Filesizes are listed wrong (ls versus du)

2002-03-03 Thread Martin Mačok

On Mon, Mar 04, 2002 at 01:25:53AM +0100, Alexander Skwar wrote:
> > ls -lh core.29027
> -rw---1 askwar   askwar   6.2M Mär  4 00:45 core.29027
> 
> > du -h core.29027
> 396Kcore.29027

I don't know exactly if this is really OK, but it is probably OK,
because you can have "holes" in a file (open/create file, seek to X MB
and write something, close it), so file size can be large but actual
disk usage is small. Coredump is likely to have an hole in it.

This way you can have 378MB file on a 10MB partition and have 6MB free
of it for example ;-)

-- 
 Martin Mačok http://underground.cz/
   [EMAIL PROTECTED]http://Xtrmntr.org/ORBman/




[Cooker] Filesizes are listed wrong

2002-03-03 Thread Alexander Skwar

Hi.

Watch the following:

> ls -lh core.29027
-rw---1 askwar   askwar   6.2M Mär  4 00:45 core.29027

> du -h core.29027
396Kcore.29027

Uhm, how can it be that ls reports that the file takes 6.2 MB and du
only says 396K?  What is correct?

> file core.29027
core.29027: ELF 32-bit LSB core file of 'nslookup' (signal 25), Intel 80386, version 1 
(SYSV), from 'nslookup'

This is on a XFS filesystem.

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




[Cooker] GTK+2.0 prerelease is out !!

2002-03-03 Thread J.A. Magallon

Hi,

just look at:

http://www.gtk.org/

It is numbered  1.3.15, but intended as last pre-release before 2.0 !!


-- 
J.A. Magallon   #  Let the source be with you...
mailto:[EMAIL PROTECTED]
Mandrake Linux release 8.2 (Cooker) for i586
Linux werewolf 2.4.19-pre2-jam1 #4 SMP Fri Mar 1 16:22:10 CET 2002 i686




Re: [Cooker] where can I find srpms for beta3?

2002-03-03 Thread Ben Reser

On Sun, Mar 03, 2002 at 04:02:08PM -0800, Doug McClendon wrote:
> Where can I find the srpms for the beta releases?  Presumably this
> equates to "where can I find an archive of cooker srpms?"
> 
> No, I don't mean the latest srpms, I mean the ones that built the
> beta(3) binaries.

Look on the regular cooker mirrors for the SRPMS.  The beta3 SRPMS
aren't archived separately.  So if the version you need isn't there the
best you can do is get what you want out of CVS.  You'll be able to get
the SPEC file and the patches from the CVS.  The source you'll have to
get from somewhere else on the net.

Here's the URL for the CVS stuff:
http://www.linux-mandrake.com/en/cvs.php3

Here is web access for the SPECS via CVS:
http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/SPECS/

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

What difference does it make to the dead, the orphans, and the homeless,
whether the mad destruction is wrought under the name of totalitarianism
or the holy name of liberty and democracy? - Ghandi




Re: [Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Marc Lijour

I tried it ( http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz ) on my 
Dell Inspiron 2500 laptop. The install works seemlessly. I had just a bad 
surprise with the last and optional step of the process. It's a script called 
./checkout and this removes a bunch of modules and does not work.

It's nice to have for the fax capabilities :)

marc

Le Mars 3, 2002 06:19 PM, vous avez écrit :
> Yes, it would be very nice to have in 8.2!
>
> I personally don't need it with DSL, but I have customers that could
> really use it.  I think also that because there are SO many of these
> particular modems out there, this would be a huge benefit for Mandrake! :)
>
> --Bill
>
> ===
>
> Marc Lijour wrote:
> >There is hope for Dell Inspiron 2500 owners and other :
> >
> >a driver seems to work with the winmodem and they have rpm for Mandrake
> > (not everything you may want though). Here some links :
> >
> >http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:7482:200203:nclbcdcbpkgdagboi
> >jmj
> >
> >http://www.physcip.uni-stuttgart.de/heby/ltmodem/
> >
> >Address for the newest source as of March 2 2002 :
> >http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz
> >
> >It would be nice to have that in 8.2
> >
> >Regards,
> >
> >marc




Re: [Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Ben Reser

On Sat, Mar 02, 2002 at 03:17:41PM -0500, Hoyt wrote:
> I suppose Mandrake just might impact program development efforts. It 
> continues to build market share and attract interest so it follows that its 
> decisions could affect development.

market share != authors caring what you think.  I'm sure you can find
lots of projects that don't care what any of the distributions think or
for that matter if they include their software.  You're presuming way
too much.  Furthermore, if the author disagreed with that change so much
as to write the FAQ the way he did then it's unlikely he'll change it
for you, Mandrake, RedHat or anyone else no matter what market share
they have.

Case in point Microsoft has a lot of market share.  Somehow I'd suspect
the people who wrote that FAQ wouldn't listen to them either.

> None of which I care for after trying them. Linux shouldn't be about being 
> forced to use what you don't want.

Nobody is forcing you to use anything.  You're chosing to use KMail and
bitching because you don't like the way it is.  Don't confuse the two.

> And I can see the point, but that still doesn't excuse the offensive nature 
> of the FAQ. Perhaps the FAQ author should put more effort into education if 
> he's so convinced he's right.

Complain to that party.  Though it's unlikely to yield any results.
None of us here wrote the FAQ.

You do realize you are making a big deal out of 4 characters?  That are
very useful to the rest of us...

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

What difference does it make to the dead, the orphans, and the homeless,
whether the mad destruction is wrought under the name of totalitarianism
or the holy name of liberty and democracy? - Ghandi




[Cooker] where can I find srpms for beta3?

2002-03-03 Thread Doug McClendon

Where can I find the srpms for the beta releases?  Presumably this
equates to "where can I find an archive of cooker srpms?"

No, I don't mean the latest srpms, I mean the ones that built the
beta(3) binaries.

-dmc






Re: [Cooker] Gnome/Desktop mouse settings

2002-03-03 Thread Edward Tandi



andre wrote:
[EMAIL PROTECTED]">
  Op zo 03-03-2002, om 19:35 schreef Edward Tandi:
  
All,I have a minor niggle with the mouse speed settings using Gnome/Enlightenment. Because I use a high resolution, I need to increse the mouse speed to maximum to be able to cover the whole screen relatively easily.However, although the setting itself is kept, it is not actioned the next time I log in. So I have to open the Gnome configuration tool and re-apply the changes every session.Does anyone know of a fix? Thanks,Ed-T.

Isn't there a setting in XF86Config-4 that you have to change (andprobably add) to get a speedier mouse


That's not the point. If you have a GUI configuration tool to set mouse speed,
I shouldn't have to poke around in  XF86Config-4.

Ed-T.

[EMAIL PROTECTED]">
  
  


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: [Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Hoyt

On Sunday 03 March 2002 06:17 pm, you wrote:
> On Sat, 2 Mar 2002 13:45:43 -0500 Hoyt <[EMAIL PROTECTED]> wrote:
> > Re: Those two dashes above the sig . . .
> >
> > "6.9 My signature has two dashes above it. This makes me very sad."
>
> The purpose of the "dash, dash, space" goes back quite some time and is
> described in RFC 2646, which states:

I'm  aware of that. I supposed I was more annoyed by the tenor of the FAQ; it 
could be better written.

-- 
Hoyt

http://www.maximumhoyt.com




Re: [Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Jan Wilson

* Hoyt <[EMAIL PROTECTED]> [020303 17:04]:
> While the FAQ entry might be amusing, it's not very professional. 
> 
> Why don't we remove the dashes by default until the authors make it a 
> configurable option giving the user the choice? If you _like_ the dashes (and 
> the FAQ author appears to like them so much, in fact, that he will gleefully 
> force you to use them), they can easily be added to the sig file.

I applaud the author of KMail for supporting this standard, and I
would encourage all mail user agents to support it.  I use Mutt, for
example, and it REALLY helps when you have a lot of email to read,
that the signature can be made a lower contrast.  If you KNOW the
sender, you probably already know what's in the signature, and if you
are reading a mailing list, I usually don't care much about the
signature unless I particularly like or dislike the posting, or maybe
if I have extra time to spare.

It's one of that class of conveniences that is not for the sender, but
the recipient.  Honor the author's decision and keep it in.

-- 
Jan Wilson, SysAdmin _/*];  [EMAIL PROTECTED]
Corozal Junior College   |  |:'  corozal.com corozal.bz
Corozal Town, Belize |  /'  chetumal.com & linux.bz
Reg. Linux user #151611  |_/   Network, SQL, Perl, HTML





Re: [Cooker] Gnome/Desktop mouse settings

2002-03-03 Thread andre

Op zo 03-03-2002, om 19:35 schreef Edward Tandi:
> All,
> 
> I have a minor niggle with the mouse speed settings using 
> Gnome/Enlightenment. Because I use a high resolution, I need to increse 
> the mouse speed to maximum to be able to cover the whole screen 
> relatively easily.
> 
> However, although the setting itself is kept, it is not actioned the 
> next time I log in. So I have to open the Gnome configuration tool and 
> re-apply the changes every session.
> 
> Does anyone know of a fix? Thanks,
> 
> Ed-T.
> 

Isn't there a setting in XF86Config-4 that you have to change (and
probably add) to get a speedier mouse




Re: [Cooker] Feature Request

2002-03-03 Thread Bill Greenwood


Oh brother here we go again something stupid from guran-

Anyway, I have the same problem with hd.img (actually I don't think it 
is in hd.img that the problem is), and I have already reported it.

--Bill

===

guran wrote:

>On Sunday 03 March 2002 3:39 pm, Nelson Bartley wrote:
>
>>heyo,
>>
>>A very simple feature request. When the mandrake installer selects a
>>journalized filesystem, it auto selects ext3. Could the option for ext3
>>be added to the hd.img boot disk? I tried to use the hd.img boot disk
>>but it wouldn't read my ext3 partition.
>>
>>NB
>>
>I doubt that you have a correct hd.img, to your image. For the last 6 months 
>I have done a nearly daily install of Cooker via ext3.
>regards
>guran
>






Re: [Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Bill & Lea Greenwood


Yes, it would be very nice to have in 8.2!

I personally don't need it with DSL, but I have customers that could 
really use it.  I think also that because there are SO many of these 
particular modems out there, this would be a huge benefit for Mandrake! :)

--Bill

===


Marc Lijour wrote:

>There is hope for Dell Inspiron 2500 owners and other :
>
>a driver seems to work with the winmodem and they have rpm for Mandrake (not 
>everything you may want though). Here some links :
>
>http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:7482:200203:nclbcdcbpkgdagboijmj
>
>http://www.physcip.uni-stuttgart.de/heby/ltmodem/
>
>Address for the newest source as of March 2 2002 :
>http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz
>
>It would be nice to have that in 8.2
>
>Regards,
>
>marc
>






Re: [Cooker] kernel-2.4.18-2mdk no initrd

2002-03-03 Thread David Walluck

Juan Quintela wrote:

> Then something is wrong in mkinitrd, since several versions, I am not
> able to release a kernel with unresolved symbols, they will just broke
> the compilation before it finishes.

Yes, I haven't been able to build the kernel from source, either, which 
can't be a good sign.

Anyway, the error is unresolved symbols, which I can type out a bit by hand:

...

a hundred or so unresolved symbols



busybox: unresolved symbol remove_proc_entry_R29dQ
busybox: unresolved symbol dm_send_namesp_event_R14e19551
busybox: unresolved symbol balance_dirty_Ra2df694
ERROR: /bin/insmod exited abnormally!
Creating root device
Mounting /proc filesystem
mount: error 19 mounting xfs flags Freeing unused kernel memory 260k freed
kernel panic: No init found.  Try passing init= option to kernel

> 
> 
>>>could you take a look at what is at the initrd?
>>>cp /boot/intrd-xxx /tmp/initrd.gz
>>>gunzip /tmp/initrd.gz
>>>mount -o loop /tmp/initrd /mnt/disk
>>>ls -l /mnt/disk
>>>cat /mnt/disk/linuxrc
>>>that will give me one idea of what is happening
>>>
>>>
> 
> david> I will get you the exact output after I sleep... so give this 8 hours
> david> or so, after all, it is Sunday ;)
> 
> ok, I also need to go to sleep.

I tried this. It looks like the boot kernel does not have loopback 
support. I'm not sure what to do, then.

>>>try, to remove /boot/initrd
>>>urpme last kernel
>>>urpmi last kernel, and see if this fixes the problem, if it is not
>>>fixed, send me what errors it gives while you are installing also.
>>>
> 
> david> I have tried, for example, if I remove the kernel, so I have no kernel
> david> installed, then I do the "Upgrade install" the install will add a
> david> kernel for me.
> 
> yep, but if you install it with urpmi, you can have _several_ kernels
> installed.

I did install 2.4.17-10mdk from Beta 1. But when I tried to create an 
initrd it says:

No module xfs_dmapi found for kernel 2.4.17-10mdk

Someone said that creating a 2.4.18-2mdk kernel manually fixed the 
problem for them, but I don't know if they are using XFS or not.
-- 
Sincerely,

David Walluck
<[EMAIL PROTECTED]>





Re: [Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Hoyt

On Sunday 03 March 2002 05:29 pm, you wrote:
> On Sat, Mar 02, 2002 at 01:45:43PM -0500, Hoyt wrote:
> > Why don't we remove the dashes by default until the authors make it a
> > configurable option giving the user the choice? If you _like_ the dashes
> > (and the FAQ author appears to like them so much, in fact, that he will
> > gleefully force you to use them), they can easily be added to the sig
> > file.
>
> Why don't you just quit using Kmail if it bugs you so much?

That's an overly simplistic response.

> I seriously doubt that Mandrake patching the application is going to change 
> the  attitude of the author.
>

I suppose Mandrake just might impact program development efforts. It 
continues to build market share and attract interest so it follows that its 
decisions could affect development.

> And it's not like you don't have a choice.  Mandrake ships with what 6
> email clients at least?

None of which I care for after trying them. Linux shouldn't be about being 
forced to use what you don't want.

And I suppose one could argue that there is a choice after all; I hope the 
author at least made is easy to patch the source code. 8)

However, there are some valid points to be made for the two dashes. Look at 
http://lists.kde.org/?l=kmail&m=99189988725626&w=2

And I can see the point, but that still doesn't excuse the offensive nature 
of the FAQ. Perhaps the FAQ author should put more effort into education if 
he's so convinced he's right.

It seems to me that if there were enough complaints to put it in the FAQ, 
there is some desire for it to be an option. With the dashed -removed- by 
default, one only needs to put them in their sig if it is desired. It could 
pop up by default in the sig editing window (with the capability to be 
erased) and that's fine.That's a lot easier that patching the source code and 
recompiling.That's all I'm asking.

-- 
Hoyt




Re: [Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Pierre Fortin

On Sat, 2 Mar 2002 13:45:43 -0500 Hoyt <[EMAIL PROTECTED]> wrote:

> Re: Those two dashes above the sig . . .
> 
> "6.9 My signature has two dashes above it. This makes me very sad."

The purpose of the "dash, dash, space" goes back quite some time and is
described in RFC 2646, which states:

4.3.  Usenet Signature Convention

   There is a convention in Usenet news of using "-- " as the separator
   line between the body and the signature of a message.  When
   generating a Format=Flowed message containing a Usenet-style
   separator before the signature, the separator line is sent as-is.
   This is a special case; an (optionally quoted) line consisting of
   DASH DASH SP is not considered flowed.

While this list is not part of Usenet, most mailing lists conform to this
convention...

HTH,
Pierre 





Re: [Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Le Mars 3, 2002 04:02 PM, vous avez écrit :
> Le Mars 3, 2002 02:42 PM, vous avez écrit :
> > В Вск, 03.03.2002, в 22:18, Marc Lijour написал:
> > > Hi,
> > >
> > > It's a nightmare to install this guy, at least for a beginner like me.
> > >
> > > I do
> > > $insmod paride
> >
> > not needed
>
> If I don't insmod paride first then insmod bpck6 does not work.
>
> > > $insmod bpck6
> > > $insmod pcd
> > >
> > > and then I can use it doing
> > > $mount -t iso9660 /dev/pcd0 /mnt/cdrom/
> > >
> > > 1. But what about having it detected automatically? I noticed that in
> > > /etc/modules.devfs there is no mention of pcd device.
> >
> > If I understand it correctly, bpck6 is IDE adapter and pcd is IDE
> > device. modules.devfs probes ide-probe-mod for IDE devices which means
> > we could setup (just like for SCSI)
> >
> > probeall ide-probe-mod bpck6
> >
> > is it possible to autodetect it during installation? If not you have to
> > add the above to /etc/modules.conf yourself :(
> >
> > /dev/pcd* is missing, correct. So, if you add
> >
> > /etc/modules.conf:
> > probeall ide-probe-mod bpck6
> >
> > /etc/modules.devfs:
> > alias /dev/pcd* pcd
> >
> > does it help?
>
> No,
> I wrote both lines in the right files.
> $modprobe bpck6
> continues to work but I always have to modprobe pcd manually to be able to
> access the CDROM.
>
> I automatized the process writing this lines in /etc/modules.conf :
> pre-install pcd modprobe bpck6
> pre-install pg modprobe pcd
>
> Then cdrecord -scanbus automatically calls pg and it loads all the others.
> The same happens with xcdroast.
>
> But how can I do to have the pcd loaded when I issue a mount like the
> following command ?
> $mount -t iso9660 /dev/pcd0 /mnt/cdrom
>
> The 'probeall ide-probe-mod bpck6' and 'alias /dev/pcd* pcd' seems not to
> be necessary.
>
> > Please, give also
> >
> > ls -l /dev/pcd*
>
> $ls -l /dev/pcd*
> brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
> brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
> brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
> brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3
>
> > are they real devices or links?
>
> Seems to me they are real devices. bpck6 is the driver for the backpack
> (model 193200). pcd comes on top of that and allows me to use the device as
> /dev/pcd0 (ide).
>
> Module  Size  Used by
> pg  6512   0  (autoclean)
> pcd11472   0  (unused)
> bpck6   5968   2
> paride  3808   1  [pg pcd bpck6]
> sg 28624   0  (autoclean)
> sr_mod 14912   0  (autoclean)
> ..
>
> > > 2. What can I do to have it scsi-emulated in order to use cdrecord?
> > > $insmod pg ; cdrecord -scanbus
> > > Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
> > > Schilling Using libscg version 'schily-0.5'
> > > scsibus0:
> > > 0,0,0 0) 'TEAC' 'CD-W58E ' '1.0A' Removable
> > > CD-ROM
> >
> > Is loading pg enough? Then current modules.devfs has a bug. Change
>
> If I don't insmod pg then cdrecord -scanbus gives nothing. If I do it works
> like above.
>
> > # Scsi generic for cd burners
> > alias /dev/pg   /dev/sg
> > alias /dev/pg*  /dev/pg
> >
> > into
> >
> > alias /dev/pg* pg
> >
> > and please tell if it works.
>
> It works fine! cdrecord -scanbus seems to have pg loaded automatically and
> it gives now :
> Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
> Schilling Linux sg driver version: 3.1.20
> Using libscg version 'schily-0.5'
> scsibus0:
> 0,0,0 0) 'TEAC' 'CD-224E ' '3.7C' Removable CD-ROM
> 0,1,0 1) *
> 0,2,0 2) *
> 0,3,0 3) *
> 0,4,0 4) *
> 0,5,0 5) *
> 0,6,0 6) *
> 0,7,0 7) *
> scsibus1:
> 1,0,0   100) 'TEAC' 'CD-W58E ' '1.0A' Removable CD-ROM
> 1,1,0   101) *
> 1,2,0   102) *
> 1,3,0   103) *
> 1,4,0   104) *
> 1,5,0   105) *
> 1,6,0   106) *
> 1,7,0   107) *
>
> There is two TEAC because the other one is the cdrom from my laptop which I
> finally had recognized as a scsi device when I wrote hdc=ide-scsi in
> /etc/lilo.conf. Now the only problem with this one is that :
> $ mount -t iso9660 /dev/scd0 /mnt/cdrom/
> mount: block device /dev/scd0 is write-protected, mounting read-only
> mount: wrong fs type, bad option, bad superblock on /dev/scd0,
>or too many mounted file systems
>
> Could you help me with this one too?

It works. It seems the CD I was trying during the tests was not good. I just 
put a line in fstab mentionning /dev/scd0.
I don't understand the purpose of all the linking made under cdroms and 
others. 




Re: [Cooker] Feature Request

2002-03-03 Thread guran

On Sunday 03 March 2002 3:39 pm, Nelson Bartley wrote:
> heyo,
>
> A very simple feature request. When the mandrake installer selects a
> journalized filesystem, it auto selects ext3. Could the option for ext3
> be added to the hd.img boot disk? I tried to use the hd.img boot disk
> but it wouldn't read my ext3 partition.
>
> NB
I doubt that you have a correct hd.img, to your image. For the last 6 months 
I have done a nearly daily install of Cooker via ext3.
regards
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.18.2mdk-1-1mdk version:2002-03-02-22:30




[Cooker] LTModem Drivers for Linux (eg. Dell Inspiron 2500)

2002-03-03 Thread Marc Lijour

There is hope for Dell Inspiron 2500 owners and other :

a driver seems to work with the winmodem and they have rpm for Mandrake (not 
everything you may want though). Here some links :

http://linmodems.org/cgi-bin/ezmlm-cgi?1:mss:7482:200203:nclbcdcbpkgdagboijmj

http://www.physcip.uni-stuttgart.de/heby/ltmodem/

Address for the newest source as of March 2 2002 :
http://www.sfu.ca/~cth/ltmodem/ltmodem-6.00b15.tar.gz

It would be nice to have that in 8.2

Regards,

marc




Re: [Cooker] beta3 on Inspiron 8100

2002-03-03 Thread Guillaume Cottenceau

Juan Quintela <[EMAIL PROTECTED]> writes:

> gc> the problem is to know if these two drivers support the same
> gc> cards? changing this right after all the beta's is maybe not the
> gc> safest... chmouel/flepied was do you think?
> 
> gc> also, we don't have this driver in boot kernel for this moment,
> gc> though this should probably be fixed quickly since it's in main
> gc> kernel.
> 
> I don't know that specfic card, but there are cards that work with the
> orinoco driver and not weth ithe wlan_cs and viceversa :
> 
> Only that if _that_ card work better with orinoco, then you can switch
> that one.

Ok, if latest boot kernel contains orinoco we can add it to
gi/perl-install/modules.pm so at least it would be selectable
during install.


-- 
Guillaume Cottenceau - http://www.frozen-bubble.org/




Re: [Cooker] word perfect 8.0

2002-03-03 Thread Keld Jørn Simonsen

So what package should one install?
And then how to execute?

keld

On Sun, Mar 03, 2002 at 11:09:38PM +0100, Giuseppe Ghibo' wrote:
> Marcel Pol wrote:
> > 
> > On 03 Mar 2002 15:14:28 -0500
> > Frederic Lepied <[EMAIL PROTECTED]> wrote:
> > 
> > > > Anyone notice that WP8 no longer works in Mandrake 8.2?
> > >
> > > Yes I just got a report about that but I haven't got any message or
> > > trace about what is going wrong. Someone has more info about that ?
> > 
> > It was discussed on the list around 23 January.
> > Pablo Saratxaga was into that discussion also.
> > 
> > The plain error message when running xwp, or strace /path/to/xwp is like:
> > ldd /opt/wp8/wpbin/xwp
> > /usr/bin/ldd: line 1:  7133 Bus error   LD_TRACE_LOADED_OBJECTS=1 
>LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$file"
> 
> try ldd-libc5.
> 
> > 
> > While it should show this:
> > ldd /opt/wp8/wpbin/xwp
> > libXt.so.6 => /usr/i486-linux-libc5/lib/libXt.so.6 (0x40012000)
> > libX11.so.6 => /usr/i486-linux-libc5/lib/libX11.so.6 (0x4005)
> > libXpm.so.4 => /usr/i486-linux-libc5/lib/libXpm.so.4 (0x400e6000)
> > libm.so.5 => /lib/libm.so.5 (0x400f5000)
> > libc.so.5 => /lib/libc.so.5 (0x400fe000)
> > libSM.so.6 => /usr/i486-linux-libc5/lib/libSM.so.6 (0x401ba000)
> > libICE.so.6 => /usr/i486-linux-libc5/lib/libICE.so.6 (0x401c2000)
> > 
> > That is with the libc-5.rpm and /lib/ld-linux.so.1
> > Exchanging glibc's ldconfig with ld.so's ldconfig gives exactly the same error.
> > Installing the glibc and ldconfig rpms of mdk 8.1 makes no difference either.
> > Maybe it is caused by the locales rpms?
> > 
> > The libc-5 libraries are placed in /etc/ld.so.conf and running ldconfig -v does 
>show them.
> 
> well, we placed back ld.so1 and libc-base/extra-5.3.12-36mdk for that reason, of 
>course ld.so1
> should coexists with the version2 which is the default one and not OVERRIDES files. 
>For
> ldd-ing of old libraries/executables ld.so1 package provides the binary ldd-libc5.
> 
> Bye.
> Giuseppe.
> 




Re: [Cooker] Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)

2002-03-03 Thread Brook Humphrey

On Sunday 03 March 2002 02:14 pm, you wrote:
> Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)
>
> I can't compile the drivers under kernel 2.4.8-2
>
> Including just the ending part of it.
> --
>
> ON=0 -DNV_PATCHLEVEL=2313  -I. -I/lib/modules/2.4.18-2mdk/build/include
> os-registry.c
> ld -r -o Module-linux nv.o os-interface.o os-registry.o
> ld -r -o NVdriver Module-linux Module-nvkernel
> size NVdriver
>textdata bss dec hex filename
>  661824   43936   52396  758156   b918c NVdriver
> /bin/sh: ./makedevices.sh: bad interpreter: Permission denied <==
> Permissions? make: *** [package-install] Error 126
> [root@mandrake NVIDIA_KERNEL]#
Get a real video card
-- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-




[Cooker] The domain you entered:

2002-03-03 Thread Sergio Korlowsky

I have been waiting for some other soul to report this but!

Have anyone seen this VERY often when entereing an URL in Konqueror?

The domain you entered: www.247news.net is over the allowed maximum number of 
=20 characters

Started to happen during the betas. 8.1 was ok.

sk






Re: [Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Ben Reser

On Sat, Mar 02, 2002 at 01:45:43PM -0500, Hoyt wrote:
> Why don't we remove the dashes by default until the authors make it a 
> configurable option giving the user the choice? If you _like_ the dashes (and 
> the FAQ author appears to like them so much, in fact, that he will gleefully 
> force you to use them), they can easily be added to the sig file.

Why don't you just quit using Kmail if it bugs you so much?  I seriously
doubt that Mandrake patching the application is going to change the
attitude of the author.

And it's not like you don't have a choice.  Mandrake ships with what 6
email clients at least?

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

What difference does it make to the dead, the orphans, and the homeless,
whether the mad destruction is wrought under the name of totalitarianism
or the holy name of liberty and democracy? - Ghandi




[Cooker] Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)

2002-03-03 Thread Sergio Korlowsky


Kernel-2.4.8.2 and Nvidia drivers (The never ending story!)

I can't compile the drivers under kernel 2.4.8-2 

Including just the ending part of it.
--

ON=0 -DNV_PATCHLEVEL=2313  -I. -I/lib/modules/2.4.18-2mdk/build/include 
os-registry.c
ld -r -o Module-linux nv.o os-interface.o os-registry.o
ld -r -o NVdriver Module-linux Module-nvkernel
size NVdriver
   textdata bss dec hex filename
 661824   43936   52396  758156   b918c NVdriver
/bin/sh: ./makedevices.sh: bad interpreter: Permission denied <== Permissions?
make: *** [package-install] Error 126
[root@mandrake NVIDIA_KERNEL]#





[Cooker] Problems installing Mandrake-doc-es

2002-03-03 Thread Sergio Korlowsky


Problems installing Mandrake-doc-es

It does not install during normal installation, tried later and the software 
manager reaches about 33% of the installation and displays an error


corrupted maybe?




[Cooker] problems with urpmi not installing packages

2002-03-03 Thread Salane King

rpm -q rpm
rpm-4.0.3-9mdk
[root@slksmb RPMS]# rpm -q urpmi
urpmi-3.3-17mdk
urpmi tnef
installing /home/Mandrake/cooker/i586/Mandrake/RPMS/ical-2.2-22mdk.i586.rpm
Preparing...##
package ical-2.2-22mdk is already installed
Installation failed
Try installation without checking dependencies? (y/N) n
 RPMS]# rpm -ivh tnef-1.1.1-1mdk.i586.rpm
Preparing...### [100%]
   1:tnef   ### [100%]
-- 
He asked me if I knew what time it was -- I said yes, but not right now.
-- Steven Wright





Re: [Cooker] Put NS4 on the last CD

2002-03-03 Thread Alexander Skwar

»Keld Jørn Simonsen« sagte am 2002-02-27 um 19:44:10 +0100 :
> problems with java, I understand. Something about new MS software
> not running real Sun java but something else, or linux not running java

And *that's* what I don't understand.  Why do the hassle to write a
highly complicated "Web" application (like banking surely is) if it is
supposed to only run on one platform?  Why not write a "real"
client/server application?

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




Re: [Cooker] word perfect 8.0

2002-03-03 Thread Giuseppe Ghibo'

Marcel Pol wrote:
> 
> On 03 Mar 2002 15:14:28 -0500
> Frederic Lepied <[EMAIL PROTECTED]> wrote:
> 
> > > Anyone notice that WP8 no longer works in Mandrake 8.2?
> >
> > Yes I just got a report about that but I haven't got any message or
> > trace about what is going wrong. Someone has more info about that ?
> 
> It was discussed on the list around 23 January.
> Pablo Saratxaga was into that discussion also.
> 
> The plain error message when running xwp, or strace /path/to/xwp is like:
> ldd /opt/wp8/wpbin/xwp
> /usr/bin/ldd: line 1:  7133 Bus error   LD_TRACE_LOADED_OBJECTS=1 
>LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$file"

try ldd-libc5.

> 
> While it should show this:
> ldd /opt/wp8/wpbin/xwp
> libXt.so.6 => /usr/i486-linux-libc5/lib/libXt.so.6 (0x40012000)
> libX11.so.6 => /usr/i486-linux-libc5/lib/libX11.so.6 (0x4005)
> libXpm.so.4 => /usr/i486-linux-libc5/lib/libXpm.so.4 (0x400e6000)
> libm.so.5 => /lib/libm.so.5 (0x400f5000)
> libc.so.5 => /lib/libc.so.5 (0x400fe000)
> libSM.so.6 => /usr/i486-linux-libc5/lib/libSM.so.6 (0x401ba000)
> libICE.so.6 => /usr/i486-linux-libc5/lib/libICE.so.6 (0x401c2000)
> 
> That is with the libc-5.rpm and /lib/ld-linux.so.1
> Exchanging glibc's ldconfig with ld.so's ldconfig gives exactly the same error.
> Installing the glibc and ldconfig rpms of mdk 8.1 makes no difference either.
> Maybe it is caused by the locales rpms?
> 
> The libc-5 libraries are placed in /etc/ld.so.conf and running ldconfig -v does show 
>them.

well, we placed back ld.so1 and libc-base/extra-5.3.12-36mdk for that reason, of 
course ld.so1
should coexists with the version2 which is the default one and not OVERRIDES files. For
ldd-ing of old libraries/executables ld.so1 package provides the binary ldd-libc5.

Bye.
Giuseppe.





Re: [Cooker] Put NS4 in the Distro

2002-03-03 Thread Alexander Skwar

»Felix Miata« sagte am 2002-02-27 um 10:41:16 -0500 :
> I don't even think about online banking anyway. I'm not going to pay
> them extra fees in order to save them money, particularly if I'm going

Pay them extra fees?  Uh?  You mean, you've gotta pay for saving them
money?  Well, here in Germany it's rather the case that they pay you if
you do online banking.  Well, they don't exactly pay you, but they don't
charge you (at least not as much) if you do online banking.

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




[Cooker] Error opening text files while clicking on them.

2002-03-03 Thread Sergio Korlowsky



It does work, it actually opens the file when you click on it...but
displays an error message displying:

There was an error loading the module KWord.
The diagnostics is:


version:  Mandrake Linux Cooker-i586 20020301  0:35






Re: [Cooker] postgres problems

2002-03-03 Thread Keld Jørn Simonsen

On Sun, Mar 03, 2002 at 10:12:12PM +0100, Keld Jørn Simonsen wrote:
> When trying to move my databases I had problems with 
> postgres, psql says that 
> psql: FATAL 1:  Database "postgres" does not exist in the system
> catalog.
> It probably should be defined as a default database.

I got to get further by doing

   psql template1 < database-dump

but there were a number of problems upgrading my databases like:
\connect: FATAL 1:  IDENT authentication failed for user "keld"
althogh this user was just created.
And a number of syntax errors.

I am upgrading from postgres 7.1.3 (RH 7.2)  (to 7.2)
I actually thought that my dbs did not need
to be upgraded, given that it was the same major version
number (7).

Keld




[Cooker] Feature Request - KMail re: Those two dashes above the sig . . .

2002-03-03 Thread Hoyt

Re: Those two dashes above the sig . . .

The KMail FAQ first ridicules the person asking the question 

"6.9 My signature has two dashes above it. This makes me very sad."

and then arrogantly states:

" Separating the signature from the message body with two dashes and a space 
is a common and useful kind of standard. If you have strong feelings about 
this I suggest you modify the KMail source to remove that line."

While the FAQ entry might be amusing, it's not very professional. 

Why don't we remove the dashes by default until the authors make it a 
configurable option giving the user the choice? If you _like_ the dashes (and 
the FAQ author appears to like them so much, in fact, that he will gleefully 
force you to use them), they can easily be added to the sig file.

-- 
Hoyt




Re: [Cooker] rpm -q kernel shows nothing

2002-03-03 Thread Chuck Shirley

On Sunday 03 March 2002 14:36, Steve Fox wrote:
>On Fri, 2002-03-01 at 22:45, garrick wrote:
>> Try 'rpm -q kernel-2.4.18.2mdk'
>> This is so that multiple kernels can be installed at the same time.
>
>You can do this with any other package that you have multiples installed
>for and it will list all of them. 
>

But for kernel, (for example) kernel-enterprise-2.4.17.22mdk-1-1mdk, the 
package _name_ is kernel-enterprise-2.4.17.22mdk, while the versioning
is the -1-1mdk, which is a scheme unique to the kernel package.  You can
also use:

$ rpm "-qa kernel*" to list all kernel packages installed.  (add "| sort" 
for more readable output) 


-- Chuck




Re: [Cooker] mosix cannot be installed

2002-03-03 Thread Chuck Shirley

On Sunday 03 March 2002 15:32, Blue Lizard wrote:
>On Sun, 2002-03-03 at 11:36, Cosmic Flo wrote:
>> It cannot be installed because kernel in Mdk is patched (it's not pure 
>> kernel.org's kernel).
>> Is anyone is working to do a Mosix package for Mandrake8.2 ?
>> 
>The latest from tvig is 1.5.2 for 2.4.13 and somewhat buggy.  There is
>no indication of a new one that I've seen.


What about this one from a while back:


> --=-=-=
> Name: kernel-mosix Relocations: (not relocateable)
> Version : 2.4.17Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Wed Feb 13 15:04:39 2002

/.../

> - resync with main kernel config
> - reforce SMP
> - Mosix-1.5.7 for linux kernel 2.4.17


I asked about it from a week or so ago, but no one said anything about it.  
Rpmfind.net (and presumably other mirrors) have the srpm, but no pre-compiled except
the 2.4.13 version:::



*Found 4 RPM for kernel-mosix 
*
*Packagekernel-mosix-2.4.17-1mdk.src.html
*
*SummaryThe Linux kernel with the MOSIX patch (process migration).
*
*Distribution   Mandrake Cooker
*
*Download   kernel-mosix-2.4.17-1mdk.src.rpm


-Chuck




[Cooker] vim man page

2002-03-03 Thread Curtis H

Hello,

curtis]$ rpm -qa |grep vim

vim-X11-6.0-6mdk
vim-minimal-6.0-6mdk
vim-common-6.0-6mdk
vimguide-0.7-3mdk
vim-enhanced-6.0-6mdk

The man 1 VIM page lists FILES as belonging in Warly's home directory..

   /home/warly/rpm/tmp/vim-6.0/usr/share/vim/doc/*.txt
  The Vim documentation files.  Use ":help
doc-file-list" to get the complete list.

[...]
   /home/warly/rpm/tmp/vim-6.0/usr/share/vim/*.ps
  Files used for PostScript printing.


-- 
/curtis  ><>
   Mandrake Linux 8.2
  Kernel Version 2.4.17-20mdk
   Uptime 3 hours 18 minutes





[Cooker] postgres problems

2002-03-03 Thread Keld Jørn Simonsen

When trying to move my databases I had problems with 
postgres, psql says that 
psql: FATAL 1:  Database "postgres" does not exist in the system
catalog.
It probably should be defined as a default database.

Kind regards
keld




Re: [Cooker] word perfect 8.0

2002-03-03 Thread Marcel Pol

On Sun, 3 Mar 2002 21:51:45 +0100
Marcel Pol <[EMAIL PROTECTED]> wrote:

> On 03 Mar 2002 15:14:28 -0500
> Frederic Lepied <[EMAIL PROTECTED]> wrote:
> 
> > > Anyone notice that WP8 no longer works in Mandrake 8.2?
> > 
> > Yes I just got a report about that but I haven't got any message or
> > trace about what is going wrong. Someone has more info about that ?

Sorry, I forgot the strace.
 
 strace /opt/wp8/wpbin/xwp
execve("/opt/wp8/wpbin/xwp", ["/opt/wp8/wpbin/xwp"], [/* 39 vars */]) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40007000
mprotect(0x4000, 21868, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
mprotect(0x8048000, 7298408, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
stat("/etc/ld.so.cache", {st_mode=S_IFREG|0644, st_size=76546, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)  = 4
old_mmap(NULL, 76546, PROT_READ, MAP_SHARED, 4, 0) = 0x40008000
close(4)= 0
stat("/etc/ld.so.preload", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/etc/ld.so.preload", O_RDONLY)= 4
old_mmap(NULL, 1, PROT_READ|PROT_WRITE, MAP_PRIVATE, 4, 0) = 0x4001b000
close(4)= 0
--- SIGBUS (Bus error) ---
+++ killed by SIGBUS +++



 strace ldd /opt/wp8/wpbin/xwp
execve("/usr/bin/ldd", ["ldd", "/opt/wp8/wpbin/xwp"], [/* 38 vars */]) = 0
uname({sys="Linux", node="ringworld.chaosmongers.org", ...}) = 0
brk(0)  = 0x80da6d0
open("/etc/ld.so.preload", O_RDONLY)= 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
close(3)= 0
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=76546, ...}) = 0
old_mmap(NULL, 76546, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40016000
close(3)= 0
open("/lib/libtermcap.so.2", 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\260\r\0"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=11992, ...}) = 0
old_mmap(NULL, 15092, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40029000
mprotect(0x4002c000, 2804, PROT_NONE)   = 0
old_mmap(0x4002c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 
0x4002c000
close(3)= 0
open("/lib/libdl.so.2", 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@\35\0\000"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=9536, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x4002d000
old_mmap(NULL, 12484, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4002e000
mprotect(0x4003, 4292, PROT_NONE)   = 0
old_mmap(0x4003, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 
0x4003
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\0p\204\1"..., 1024) = 
1024fstat64(3, {st_mode=S_IFREG|0755, st_size=1275588, ...}) = 0
old_mmap(NULL, 1292288, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40032000
mprotect(0x40164000, 38912, PROT_NONE)  = 0
old_mmap(0x40164000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x131000) 
= 0x40164000
old_mmap(0x4016a000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x4016a000
close(3)= 0
munmap(0x40016000, 76546)   = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
close(3)= 0
brk(0)  = 0x80da6d0
brk(0x80db000)  = 0x80db000
brk(0x80dc000)  = 0x80dc000
brk(0x80dd000)  = 0x80dd000
getuid32()  = 501
getgid32()  = 501
geteuid32() = 501
getegid32() = 501
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
time(NULL)  = 1015189193
brk(0x80de000)  = 0x80de000
open("/etc/mtab", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=578, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40016000
read(3, "/dev/hdg1 / reiserfs rw,notail 0"..., 4096) = 578
close(3)= 0
munmap(0x40016000, 4096)= 0
open("/proc/meminfo", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40016000
read(3, "total:used:free:"..., 4096) = 551
close(3)= 0
munmap(0x40016000, 4096)= 0
brk(0x80df000)  = 0x80df000
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG

[Cooker] Logitech Quickcam Express

2002-03-03 Thread Marc Lijour

Hi,

is there a chance to have the qce-ga driver in the kernel?
(it's not that I have it working!)

Is there a working driver for the Logitech Quickcam Express.? I can't get 
that working despite of the hardware being listed in the Mandrake 
'compatibility list' on the web-site.




Re: [Cooker] Backpack (6)

2002-03-03 Thread Marc Lijour

Le Mars 3, 2002 02:42 PM, vous avez écrit :
> В Вск, 03.03.2002, в 22:18, Marc Lijour написал:
> > Hi,
> >
> > It's a nightmare to install this guy, at least for a beginner like me.
> >
> > I do
> > $insmod paride
>
> not needed

If I don't insmod paride first then insmod bpck6 does not work.


> > $insmod bpck6
> > $insmod pcd
> >
> > and then I can use it doing
> > $mount -t iso9660 /dev/pcd0 /mnt/cdrom/
> >
> > 1. But what about having it detected automatically? I noticed that in
> > /etc/modules.devfs there is no mention of pcd device.
>
> If I understand it correctly, bpck6 is IDE adapter and pcd is IDE
> device. modules.devfs probes ide-probe-mod for IDE devices which means
> we could setup (just like for SCSI)
>
> probeall ide-probe-mod bpck6
>
> is it possible to autodetect it during installation? If not you have to
> add the above to /etc/modules.conf yourself :(
>
> /dev/pcd* is missing, correct. So, if you add
>
> /etc/modules.conf:
> probeall ide-probe-mod bpck6
>
> /etc/modules.devfs:
> alias /dev/pcd* pcd
>
> does it help?

No,
I wrote both lines in the right files.
$modprobe bpck6
continues to work but I always have to modprobe pcd manually to be able to 
access the CDROM.

I automatized the process writing this lines in /etc/modules.conf :
pre-install pcd modprobe bpck6
pre-install pg modprobe pcd

Then cdrecord -scanbus automatically calls pg and it loads all the others. 
The same happens with xcdroast.

But how can I do to have the pcd loaded when I issue a mount like the 
following command ?
$mount -t iso9660 /dev/pcd0 /mnt/cdrom

The 'probeall ide-probe-mod bpck6' and 'alias /dev/pcd* pcd' seems not to be 
necessary.

> Please, give also
>
> ls -l /dev/pcd*


$ls -l /dev/pcd*
brw-rw1 marc cdwriter  46,   0 Feb 10 13:59 /dev/pcd0
brw-rw1 marc cdwriter  46,   1 Feb 10 13:59 /dev/pcd1
brw-rw1 marc cdwriter  46,   2 Feb 10 13:59 /dev/pcd2
brw-rw1 marc cdwriter  46,   3 Feb 10 13:59 /dev/pcd3


> are they real devices or links?

Seems to me they are real devices. bpck6 is the driver for the backpack 
(model 193200). pcd comes on top of that and allows me to use the device as 
/dev/pcd0 (ide).

Module  Size  Used by
pg  6512   0  (autoclean)
pcd11472   0  (unused)
bpck6   5968   2 
paride  3808   1  [pg pcd bpck6]
sg 28624   0  (autoclean)
sr_mod 14912   0  (autoclean)
..


> > 2. What can I do to have it scsi-emulated in order to use cdrecord?
> > $insmod pg ; cdrecord -scanbus
> > Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg
> > Schilling Using libscg version 'schily-0.5'
> > scsibus0:
> > 0,0,0 0) 'TEAC' 'CD-W58E ' '1.0A' Removable
> > CD-ROM
>
> Is loading pg enough? Then current modules.devfs has a bug. Change

If I don't insmod pg then cdrecord -scanbus gives nothing. If I do it works 
like above.


> # Scsi generic for cd burners
> alias /dev/pg   /dev/sg
> alias /dev/pg*  /dev/pg
>
> into
>
> alias /dev/pg* pg
>
> and please tell if it works.

It works fine! cdrecord -scanbus seems to have pg loaded automatically and it 
gives now : 
Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.20
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'TEAC' 'CD-224E ' '3.7C' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus1:
1,0,0   100) 'TEAC' 'CD-W58E ' '1.0A' Removable CD-ROM
1,1,0   101) *
1,2,0   102) *
1,3,0   103) *
1,4,0   104) *
1,5,0   105) *
1,6,0   106) *
1,7,0   107) *

There is two TEAC because the other one is the cdrom from my laptop which I 
finally had recognized as a scsi device when I wrote hdc=ide-scsi in 
/etc/lilo.conf. Now the only problem with this one is that :
$ mount -t iso9660 /dev/scd0 /mnt/cdrom/
mount: block device /dev/scd0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
   or too many mounted file systems

Could you help me with this one too?




Re: [Cooker] word perfect 8.0

2002-03-03 Thread Marcel Pol

On 03 Mar 2002 15:14:28 -0500
Frederic Lepied <[EMAIL PROTECTED]> wrote:

> > Anyone notice that WP8 no longer works in Mandrake 8.2?
> 
> Yes I just got a report about that but I haven't got any message or
> trace about what is going wrong. Someone has more info about that ?

It was discussed on the list around 23 January.
Pablo Saratxaga was into that discussion also.

The plain error message when running xwp, or strace /path/to/xwp is like:
ldd /opt/wp8/wpbin/xwp
/usr/bin/ldd: line 1:  7133 Bus error   LD_TRACE_LOADED_OBJECTS=1 LD_WARN= 
LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$file"

While it should show this:
ldd /opt/wp8/wpbin/xwp
libXt.so.6 => /usr/i486-linux-libc5/lib/libXt.so.6 (0x40012000)
libX11.so.6 => /usr/i486-linux-libc5/lib/libX11.so.6 (0x4005)
libXpm.so.4 => /usr/i486-linux-libc5/lib/libXpm.so.4 (0x400e6000)
libm.so.5 => /lib/libm.so.5 (0x400f5000)
libc.so.5 => /lib/libc.so.5 (0x400fe000)
libSM.so.6 => /usr/i486-linux-libc5/lib/libSM.so.6 (0x401ba000)
libICE.so.6 => /usr/i486-linux-libc5/lib/libICE.so.6 (0x401c2000)


That is with the libc-5.rpm and /lib/ld-linux.so.1 
Exchanging glibc's ldconfig with ld.so's ldconfig gives exactly the same error.
Installing the glibc and ldconfig rpms of mdk 8.1 makes no difference either.
Maybe it is caused by the locales rpms?

The libc-5 libraries are placed in /etc/ld.so.conf and running ldconfig -v does show 
them.

--
Marcel Pol

Linux 2.4.17-10mdksmp, up 26 days, 22





Re: [Cooker] Sunday Cooker update

2002-03-03 Thread M.Demirtas

please update drakconf or whatever it will fix this mcc!


On Sun, 2002-03-03 at 21:29, Pixel wrote:
> sda <[EMAIL PROTECTED]> writes:
> 
> > bash-2.05$ mcc
> > modprobe: Can't locate module floppy
> > nb page :  5 
> > Can't locate object method "font" via package "Gtk::Gdk::Font" (perhaps
> > you forgot to load "Gtk::Gdk::Font"?) at /usr/lib/libDrakX/my_gtk.pm
> > line 525,  line 2.
> 
> i should have added a conflict "drakconf < 0.96-9mdk" on drakxtools.
> 
> update drakconf!
> 







Re: [Cooker] mosix cannot be installed (urgent)

2002-03-03 Thread Blue Lizard

oops, disregard my other message.
On Sun, 2002-03-03 at 07:59, Buchan Milne wrote:
> Latest mosix is in cooker contribs:
> 
> 
>ftp://mandrake.redbox.cz/Mandrake-devel/contrib/SRPMS/kernel-mosix-2.4.17-1mdk.src.rpm
> 
> Unfortunately it seems Mandrake CVS
> (http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/contrib-SPECS/kernel-mosix/) has
> not been updated, so you will have to get the full srpm.
> 
> Buchan
> 
> 
> [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> >
> >The last Mosix (for Kernel 2.4.17) cannot apply his patch to kernel (I ha=
> >ve=20
> >a Mandrake8.2b=EAta3) to compile it.
> >Is anyone have an idea ?
> >Thanks
> >PS : her the output screen :
> >Begin installation...
> >Patch cannot be applied.
> >Compilation of kernel failed.  Cannot proceed!
> >_
> >T=E9l=E9chargez MSN Explorer gratuitement =E0 l'adresse=20
> >http://explorer.msn.fr/intl.asp.;
> 
> 





[Cooker] xmms freezing the computer...

2002-03-03 Thread Baal

Hi,

When i click on an html link that points to an mp3 file with galeon or
Mozilla my computer immédiatly freezes. This is not only the X server
because after the freeze, it is also impossible to ssh in from another
computer.This makes it very hard to see what happens...

These are the packages involved:
xmms-1.2.6-2mdk
mozilla-0.9.8-6mdk
galeon-1.0.3-4mdk

If someone needs more info just ask ;)

Regards,

Baal





Re: [Cooker] mosix cannot be installed

2002-03-03 Thread Blue Lizard

On Sun, 2002-03-03 at 11:36, Cosmic Flo wrote:
> It cannot be installed because kernel in Mdk is patched (it's not pure 
> kernel.org's kernel).
> Is anyone is working to do a Mosix package for Mandrake8.2 ?
> 
The latest from tvig is 1.5.2 for 2.4.13 and somewhat buggy.  There is
no indication of a new one that I've seen.
> Thanks
> 
> >From: "Cosmic Flo" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: [Cooker] mosix cannot be installed (urgent)
> >Date: Sun, 03 Mar 2002 12:45:03 +
> >
> >The last Mosix (for Kernel 2.4.17) cannot apply his patch to kernel (I have
> >a Mandrake8.2bêta3) to compile it.
> >Is anyone have an idea ?
> >
> >Thanks
> >
> >PS : her the output screen :
> >
> >Begin installation...
> >
> >Patch cannot be applied.
> >
> >Compilation of kernel failed.  Cannot proceed!
> 
> _
> MSN Photos est le moyen le plus simple de partager, modifier et imprimer vos 
> photos préférées. http://photos.msn.fr/Support/WorldWide.aspx
> 
> 





Re: [Cooker] word perfect 8.0 8

2002-03-03 Thread Charles A Edwards

On 03 Mar 2002 15:14:28 -0500
Frederic Lepied <[EMAIL PROTECTED]> wrote:

> Hoyt <[EMAIL PROTECTED]> writes:
> 
> > On Sunday 03 March 2002 02:02 pm, you wrote:
> > > >>No (last check anyway).  The open office rpm, and according to fcrozat
> > > >>as well i believe, is simply an ancient and useless relic that doesn't
> > > >>do anything but place the installation files.  And for a simple word
> > > >>processor, like wordperfect for linux or a less functional version of
> > > >>the one for win, i highly recommend abiword.
> > >
> > > The OpenOffice.org RPM is now replaced by the real OpenOffice.org.641
> > > and when one installs it, OpenOffice.org gets really installed. This RPM
> > > was uploaded some days ago. Try another mirror if yours didn't catch it.
> > >
> > > Till
> > 
> > 
> > Anyone notice that WP8 no longer works in Mandrake 8.2?
> 
> Yes I just got a report about that but I haven't got any message or
> trace about what is going wrong. Someone has more info about that ?
 
As I stated in another post I can get WP8 to install using the graphical installation 
and can even run xwpdraw but xwp segfaults with no other error output.

BUT WP8 will not even install if you use the ld.so1 rpm from cooker.
I had to use a RH ld.so rpm.

I am not a coder but one big difference in ld.so and ld.so1 is that ld.so overwrites 
ldconfig and ld.so1 does not.


Charles





Re: [Cooker] Sunday Cooker update

2002-03-03 Thread Pixel

sda <[EMAIL PROTECTED]> writes:

> bash-2.05$ mcc
> modprobe: Can't locate module floppy
> nb page :  5 
> Can't locate object method "font" via package "Gtk::Gdk::Font" (perhaps
> you forgot to load "Gtk::Gdk::Font"?) at /usr/lib/libDrakX/my_gtk.pm
> line 525,  line 2.

i should have added a conflict "drakconf < 0.96-9mdk" on drakxtools.

update drakconf!




Re: [Cooker] Kooka says no sane

2002-03-03 Thread Yves Duret

Mathias L Bjorkman <[EMAIL PROTECTED]> writes:

> Kooka keeps telling me that i have no sane
> installation installed. I did install all the
> libsane in cooker, but no luck. I also searched
> in rpmdrake for sane but everything is installed.
> 
> Any ideas on what i can do?

the package is called sane-backend
or just uprpmi sane will have do the trick.
-- 
Yves Duret
[EMAIL PROTECTED]
piouk toujours et meme apres !





Re: [Cooker] scannerdrake

2002-03-03 Thread Yves Duret

Marc Lijour <[EMAIL PROTECTED]> writes:

> It spawns a windows where I can pick my scanner (HP
> scanjet 4P) and then it dies.

then it ends "normaly" ..
there is no sumary at the end.
BTW, was sane working after ?
-- 
Yves Duret
[EMAIL PROTECTED]
piouk toujours et meme apres !





Re: [Cooker] word perfect 8.0

2002-03-03 Thread Frederic Lepied

Hoyt <[EMAIL PROTECTED]> writes:

> On Sunday 03 March 2002 02:02 pm, you wrote:
> > >>No (last check anyway).  The open office rpm, and according to fcrozat
> > >>as well i believe, is simply an ancient and useless relic that doesn't
> > >>do anything but place the installation files.  And for a simple word
> > >>processor, like wordperfect for linux or a less functional version of
> > >>the one for win, i highly recommend abiword.
> >
> > The OpenOffice.org RPM is now replaced by the real OpenOffice.org.641
> > and when one installs it, OpenOffice.org gets really installed. This RPM
> > was uploaded some days ago. Try another mirror if yours didn't catch it.
> >
> > Till
> 
> 
> Anyone notice that WP8 no longer works in Mandrake 8.2?

Yes I just got a report about that but I haven't got any message or
trace about what is going wrong. Someone has more info about that ?
-- 
Fred - May the source be with you




Re: [Cooker] word perfect 8.0

2002-03-03 Thread Charles A Edwards

On Sat, 2 Mar 2002 16:47:22 -0500
Hoyt <[EMAIL PROTECTED]> wrote:

> On Sunday 03 March 2002 02:02 pm, you wrote:
> > >>No (last check anyway).  The open office rpm, and according to fcrozat
> > >>as well i believe, is simply an ancient and useless relic that doesn't
> > >>do anything but place the installation files.  And for a simple word
> > >>processor, like wordperfect for linux or a less functional version of
> > >>the one for win, i highly recommend abiword.
> >
> > The OpenOffice.org RPM is now replaced by the real OpenOffice.org.641
> > and when one installs it, OpenOffice.org gets really installed. This RPM
> > was uploaded some days ago. Try another mirror if yours didn't catch it.
> >
> > Till
> 
> 
> Anyone notice that WP8 no longer works in Mandrake 8.2?
> 
 

Yes, that is known.

I can get it to install and corel draw but wp (word processor) segfaults.


Charles




Re: [Cooker] init messages on different consoles

2002-03-03 Thread Rainer Koschnick

On Sun, 3 Mar 2002, Warly wrote:

> Rainer Koschnick <[EMAIL PROTECTED]> writes:
> 
> > Hello,
> >
> > lately I've noticed that while booting only the first 4 or so init 
> > messages are shown on the first console, the others all go to console 
> > #11 (alt+f11).  Is there a configuration flag somewhere where I can
> > set this behaviour or is there something wrong?
> 
> set or remove the quiet option in your bootloader kernel parameters

Why all of a sudden?  I didn't change that option and it used to work 
before.

Rgds,
Rainer






Re: [Cooker] libgtk+1.2-devel dependency failure

2002-03-03 Thread Gary Chisholm

Try looking for libglib1.2-devel, I have it installed from a few days
with a fresh cooker install.

On Sun, 2002-03-03 at 14:28, Gary Walsh wrote:
> I can find no RPM for glib-devel on the beta3 CD's or on the Cooker ftp site.

-- 
Gary Chisholm

My GnuPG Public Key available at http://www.keyserver.net/



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


Re: [Cooker] word perfect 8.0

2002-03-03 Thread Hoyt

On Sunday 03 March 2002 02:02 pm, you wrote:
> >>No (last check anyway).  The open office rpm, and according to fcrozat
> >>as well i believe, is simply an ancient and useless relic that doesn't
> >>do anything but place the installation files.  And for a simple word
> >>processor, like wordperfect for linux or a less functional version of
> >>the one for win, i highly recommend abiword.
>
> The OpenOffice.org RPM is now replaced by the real OpenOffice.org.641
> and when one installs it, OpenOffice.org gets really installed. This RPM
> was uploaded some days ago. Try another mirror if yours didn't catch it.
>
> Till


Anyone notice that WP8 no longer works in Mandrake 8.2?


-- 
Hoyt

http://www.maximumhoyt.com




Re: [Cooker] rpm -q kernel shows nothing

2002-03-03 Thread Steve Fox

On Sat, 2002-03-02 at 03:39, Borsenkow Andrej wrote:
> 
> urpmq -p kernel

We should still be able to do this with regular 'ol rpm.

-- 

Steve Fox
http://k-lug.org





Re: [Cooker] tcl problem...

2002-03-03 Thread Charles A Edwards

On 03 Mar 2002 14:29:04 -0500
Baal <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I just upgraded the tcl to version tcl-8.3.3-12mdk and this is what
> happens when I try to start my eggdrop:
> 
> [baal@mydotcom bot]$ eggdrop beo.conf
> eggdrop: error while loading shared libraries: libtcl.so: cannot open
> shared object file: No such file or directory
> [baal@mydotcom bot]$
> 
> Doing this soft link took care of the problem:
> 
> [root@mydotcom baal]# ln -s /usr/lib/libtcl8.3.so /usr/lib/libtcl.so
> 
 

I had reported the same for vigor and pvm-gui.



Charles




Re: [Cooker] Backpack (6)

2002-03-03 Thread Borsenkow Andrej

В Вск, 03.03.2002, в 22:18, Marc Lijour написал:
> Hi,
> 
> It's a nightmare to install this guy, at least for a beginner like me.
> 
> I do 
> $insmod paride

not needed

> $insmod bpck6
> $insmod pcd
> 
> and then I can use it doing
> $mount -t iso9660 /dev/pcd0 /mnt/cdrom/
> 
> 1. But what about having it detected automatically? I noticed that in 
> /etc/modules.devfs there is no mention of pcd device.
>

If I understand it correctly, bpck6 is IDE adapter and pcd is IDE
device. modules.devfs probes ide-probe-mod for IDE devices which means
we could setup (just like for SCSI)

probeall ide-probe-mod bpck6

is it possible to autodetect it during installation? If not you have to
add the above to /etc/modules.conf yourself :(

/dev/pcd* is missing, correct. So, if you add

/etc/modules.conf:
probeall ide-probe-mod bpck6

/etc/modules.devfs:
alias /dev/pcd* pcd

does it help?

Please, give also

ls -l /dev/pcd*

are they real devices or links?

 
> 2. What can I do to have it scsi-emulated in order to use cdrecord?
> $insmod pg ; cdrecord -scanbus
> Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
> Using libscg version 'schily-0.5'
> scsibus0:
> 0,0,0 0) 'TEAC' 'CD-W58E ' '1.0A' Removable CD-ROM

Is loading pg enough? Then current modules.devfs has a bug. Change

# Scsi generic for cd burners
alias /dev/pg   /dev/sg
alias /dev/pg*  /dev/pg

into

alias /dev/pg* pg

and please tell if it works.


-andrej




Re: [Cooker] libgtk+1.2-devel dependency failure

2002-03-03 Thread Charles A Edwards

On Sun, 03 Mar 2002 14:28:29 -0500
Gary Walsh <[EMAIL PROTECTED]> wrote:

> I tried to install libgtk+1.2-devel-1.2.10-23mdk.i586.rpm on 8.2 beta3 
> and libgtk+1.2-devel-1.2.10-25mdk.i586.rpm from Cooker and got a failed 
> dependency for glib-devel.  I can find no RPM for glib-devel on the 
> beta3 CD's or on the Cooker ftp site.
> 
 
Try glibc-devel.

It is on the beta CDs and on Cooker ftps.



Charles






[Cooker] Feature Request

2002-03-03 Thread Nelson Bartley

heyo,

A very simple feature request. When the mandrake installer selects a
journalized filesystem, it auto selects ext3. Could the option for ext3
be added to the hd.img boot disk? I tried to use the hd.img boot disk
but it wouldn't read my ext3 partition.

NB







Re: [Cooker] rpm -q kernel shows nothing

2002-03-03 Thread Steve Fox

On Fri, 2002-03-01 at 22:45, garrick wrote:
> Try 'rpm -q kernel-2.4.18.2mdk'
> This is so that multiple kernels can be installed at the same time.

You can do this with any other package that you have multiples installed
for and it will list all of them. 

-- 

Steve Fox
http://k-lug.org





[Cooker] tcl problem...

2002-03-03 Thread Baal

Hi,

I just upgraded the tcl to version tcl-8.3.3-12mdk and this is what
happens when I try to start my eggdrop:

[baal@mydotcom bot]$ eggdrop beo.conf
eggdrop: error while loading shared libraries: libtcl.so: cannot open
shared object file: No such file or directory
[baal@mydotcom bot]$

Doing this soft link took care of the problem:

[root@mydotcom baal]# ln -s /usr/lib/libtcl8.3.so /usr/lib/libtcl.so

This needs to be fixed...

Have a nice day!

Baal





[Cooker] libgtk+1.2-devel dependency failure

2002-03-03 Thread Gary Walsh

I tried to install libgtk+1.2-devel-1.2.10-23mdk.i586.rpm on 8.2 beta3 
and libgtk+1.2-devel-1.2.10-25mdk.i586.rpm from Cooker and got a failed 
dependency for glib-devel.  I can find no RPM for glib-devel on the 
beta3 CD's or on the Cooker ftp site.

-- 
Gary Walsh  Kitchener, Ontario, Canada
[EMAIL PROTECTED] 
http://homepages.dsl.ca/~gwalsh/





Re: [Cooker] problems with apache

2002-03-03 Thread Ben Reser

On Sun, Mar 03, 2002 at 07:55:56PM +0100, Keld Jørn Simonsen wrote:
> I looked further into it.
> 
> It seems like you can install httpd and httpd-perl at the same time.
> I think they should be mutually exclusive, and that the installation
> should check that.

No they should are installable at the same time on purpose.  The config
file for httpd checks to see if httpd-perl is installed and vice versa.
If both are installed then httpd-perl runs on a high port (8200).  Then
httpd proxies all requests in the /perl tree to the 8200 port.

The logic here is to avoid the overhead of the built in perl httpd for
simple static requests like .html and image files.

(For more information search for PERLPROXIED in httpd-perl.conf)

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

What difference does it make to the dead, the orphans, and the homeless,
whether the mad destruction is wrought under the name of totalitarianism
or the holy name of liberty and democracy? - Ghandi




Re: [Cooker] problems with apache

2002-03-03 Thread Keld Jørn Simonsen

On Sun, Mar 03, 2002 at 07:55:56PM +0100, Keld Jørn Simonsen wrote:

> It seems like you can install httpd and httpd-perl at the same time.
> I think they should be mutually exclusive, and that the installation
> should check that.
> 
> I also then tried to remove it and install it with rpmdrake.
> It seems like there are not the right dependencies set, and a
> number of modules were not listed, like apache-common
> mod-perl . So removing apache only removed some of it,
> and I was left with half an installation when I reinstalled with
> rpmdrake. 
> 
> Now I am trying with an update from the bootdisk, stay tuned.

It worked:-) So my problems seem to come from rpmdrake as described
above.

Keld




Re: [Cooker] Odd locales stuff in install (minor)

2002-03-03 Thread andre

Op zo 03-03-2002, om 10:55 schreef Pixel:
> "Murray J. Root" <[EMAIL PROTECTED]> writes:
> 
> > I select United States at the beginning, no other languages or anything.
> > During package selection I find that
> >  aspell-de is selected, aspell-en is NOT selected
> >  locales-de is selected as well as locales-en
> 
> can you try:
> 
> grep "selecting default package" /root/drakx/ddebug.log ?

This is something that keeps popping up in cooker for atleast the last 2
years. Instead of installing locales-n it will install locales-(n-/+1).
It is always ironed out when going "gold" but with a non-freezed cooker
it is normal




  1   2   >