[Cooker] multiple things: licq dumps core and manpages in two packages.

2002-11-01 Thread Han Boetes

Looking for the bug that causes licq to crash I found that
/usr/share/man/man1/rpcgen.1.bz2  is owned by two rpms: glibc and man-pages

And licq crashes like this:

  07:05:32: [WRN] Licq: Ignoring stale lockfile (pid 9927)
  07:05:33: [WRN] Current Licq GMT offset (0) does not match system GMT offset (-2).
Update general info on server to fix.
  Licq Segmentation Violation Detected.
  Backtrace:
  /lib/i686/libpthread.so.0 [0x40127e55]
  Attempting to generate core file.

Since both glibc and licq haven't been updated in a while I wonder what
causes this. And since I hardly use licq I can't pinpoint the exact
date. I think two days ago I could still use licq.

Nothing concrete here. Need more info. :-\



//Han
-- 
http://www.xs4all.nl/~hanb/software




[Cooker] qmake missing from libqt3-devel-3.1.0-0.beta2.1mdk?

2002-11-01 Thread Wesley J Landaker
Hi again,

More problems with libqt3-devel ... it seems that qmake is missing! (The 
Qt Designer doesn't do you much good if you can't convert .pro files to 
Makefiles. ;)

Unless qmake is in a separate package... but urpmi doesn't know about 
it. =)

-- 
Wesley J. Landaker - [EMAIL PROTECTED]
OpenPGP FP: C99E DF40 54F6 B625 FD48  B509 A3DE 8D79 541F F830






Re: [Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Quel Qun
On Fri, 2002-11-01 at 07:44, Michal Bukovjan wrote:
> Götz Waschk wrote:
> > Am Freitag,  1. November 2002, 07:32:08 Uhr MET, schrieb Charles A Edwards:
> > 
> >>I can only give a half answer. Running enlightenment w/gnome-panel
> >>the 'moon' button will close the gnome-panel. Won't log me out since
> >>I'm not running gnome.
> > 
> > 
> > I forgot to mention that both the restart und shutdown functions just
> > log me out, back to the GDM screen.
> 
> The *EXACTLY* same problem for me...
> 
> I wonder noone else noticed and reported it to day.

Ahem, it has been reported:

http://www.mail-archive.com/cooker@;linux-mandrake.com/msg79857.html

No biggie though, so I assume higher priority problems are being fixed
before.
=o=
kk1



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


[Cooker] qt assistant broken in libqt3-devel-3.1.0-0.beta2.1mdk

2002-11-01 Thread Wesley J Landaker
Hi folks,

Looks like qt assistant is broken: when you load it up, it complains...

$ assistant 
QTextBrowser: cannot decode /usr/lib/qt3//doc/html

...and then shows nothing useful.

The problem looks like it is that all the html documentation it wants is 
in /usr/lib/qt3/doc/html/html/ instead of /usr/lib/qt3/doc/html/ where 
it should be (notice the extra html sub-directory).

-- 
Wesley J. Landaker - [EMAIL PROTECTED]
OpenPGP FP: C99E DF40 54F6 B625 FD48  B509 A3DE 8D79 541F F830






[Cooker] broken config and System.map links (update)

2002-11-01 Thread David Walser
I reported that installing 18mdk broke the links.  It
doesn't, uninstalling 16mdk is what broke the links.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




[Cooker] minor KDE upgrade bugs

2002-11-01 Thread David Walser
It changed my window decoration (on one machine) from
KDE2 to XP, and changed my Fixed width font from Fixed
to Courier, and after changing it back it still isn't
right in the Compose field on Yahoo! Mail.  Changing
icon themes it makes the icons on the desktop huge
size instead of normal size.  Finally, there is no way
to run the KDE Control Center from the menu or panel
(if you're still putting an icon for the wrong control
center on the panel), you have to run kcontrol from a terminal.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




[Cooker] KDEHOME in startkde

2002-11-01 Thread David Walser
Here is the newest version of the patch to fix the
screwed up script.

Please apply.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
--- /usr/bin/startkde~	2002-10-31 01:42:31.0 -0500
+++ /usr/bin/startkde	2002-11-01 20:39:13.0 -0500
@@ -30,15 +30,21 @@
 # people's heads. We use colours from the standard KDE palette for those with
 # palettised displays.
 
+# The user's personal KDE directory is usually ~/.kde, but this setting
+# may be overridden by setting KDEHOME.
+
+kdehome=$HOME/.kde
+test -n "$KDEHOME" && kdehome=`echo "$KDEHOME"|sed "s,^\~/,$HOME/,"`
+
 #test "$XDM_MANAGED" || bkg="-solid #C0C0C0"
 #xsetroot -cursor_name left_ptr $bkg
-if [ ! -d $HOME/.kde/share/config ] ; then
-   mkdir -p $HOME/.kde/share/config
+if [ ! -d $kdehome/share/config ] ; then
+   mkdir -p $kdehome/share/config
 fi
 
-if [ ! -e /dev/dsp ] && [ ! -e $HOME/.kde/share/config/kcmartsrc ] ; then
-   echo "[Arts]" > $HOME/.kde/share/config/kcmartsrc
-   echo "StartServer=false" >> $HOME/.kde/share/config/kcmartsrc
+if [ ! -e /dev/dsp ] && [ ! -e $kdehome/share/config/kcmartsrc ] ; then
+   echo "[Arts]" > $kdehome/share/config/kcmartsrc
+   echo "StartServer=false" >> $kdehome/share/config/kcmartsrc
 fi
 
 if [ "`whoami`" = root ] ; then
@@ -73,22 +79,22 @@
   mkdir -p ~/Desktop/ ;
fi
 
-   if [ ! -d ~/.kde/Autostart/ ] ; then
-  mkdir -p ~/.kde/Autostart/ ;
+   if [ ! -d $kdehome/Autostart/ ] ; then
+  mkdir -p $kdehome/Autostart/ ;
fi
 
-   if [ -e ~/.drakfw ] && [ "$(cat ~/.kde/share/apps/konqueror/bookmarks.xml | wc -l | awk '{print $1}')" = "1" ] ; then
-   cp -f /usr/share/mdk/kde/bookmarks.xml ~/.kde/share/apps/konqueror/
-   perl -pi -e "/\[KonqMainWindow Toolbar bookmarkToolBar\]/ .. /^\s*$/ and s/Hidden=true/Hidden=false/" ~/.kde/share/config/konquerorrc
+   if [ -e ~/.drakfw ] && [ "$(cat $kdehome/share/apps/konqueror/bookmarks.xml | wc -l | awk '{print $1}')" = "1" ] ; then
+   cp -f /usr/share/mdk/kde/bookmarks.xml $kdehome/share/apps/konqueror/
+   perl -pi -e "/\[KonqMainWindow Toolbar bookmarkToolBar\]/ .. /^\s*$/ and s/Hidden=true/Hidden=false/" $kdehome/share/config/konquerorrc
fi
 
-   if [ ! -d ~/.kde/share/apps/konqueror ] ; then
-   mkdir -p ~/.kde/share/apps/konqueror/ && cp /usr/share/mdk/kde/bookmarks.xml ~/.kde/share/apps/konqueror/
+   if [ ! -d $kdehome/share/apps/konqueror ] ; then
+   mkdir -p $kdehome/share/apps/konqueror/ && cp /usr/share/mdk/kde/bookmarks.xml $kdehome/share/apps/konqueror/
fi
 
if [ ! -e ~/Desktop/.ArrangeIcons ] ; then
-  cp /usr/share/mdk/kde/ArangeIcons.desktop ~/.kde/Autostart/ && touch ~/Desktop/.ArrangeIcons
-   else rm -f ~/.kde/Autostart/ArangeIcons.desktop
+  cp /usr/share/mdk/kde/ArangeIcons.desktop $kdehome/Autostart/ && touch ~/Desktop/.ArrangeIcons
+   else rm -f $kdehome/Autostart/ArangeIcons.desktop
fi
 
#/usr/bin/kdesktop-links > /dev/null 2>&1
@@ -106,13 +112,6 @@
 #   /usr/bin/nspluginscan
 #fi
 
-
-# The user's personal KDE directory is usually ~/.kde, but this setting
-# may be overridden by setting KDEHOME.
-
-kdehome=$HOME/.kde
-test -n "$KDEHOME" && kdehome=`echo "$KDEHOME"|sed "s,^\~/,$HOME/,"`
-
 # Activate the kde font directories.
 #
 # There are 4 directories that may be used for supplying fonts for KDE.



RE: [Cooker] MDK 8.2, 1024 MB RAM

2002-11-01 Thread Bill Shirley
I would suggest running memtest86 (test #5).  I have purchased
PC133 memory twice that fails test #5.  Memory not up to spec
causes all kinds of strange errors.

I have been running 8.2, and now 9.0 for some time on kernel
large memory support.  No problems (other that a weak power
supply causing spontaneous reboots - replaced with 400W).

Bill Shirley


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:cooker-owner@;linux-mandrake.com]On Behalf Of Norman Carver
> Sent: Friday, November 01, 2002 1:15 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] MDK 8.2, 1024 MB RAM
> 
> 
> I have a number of machines with 1.5-2GB of ram on them, and 
> have been 
> running the Enterprise (himem) kernels on them (starting with 
> MDK 8.0).
> We have had no problems that I would blame on the Enterprise kernels.
> In fact, the only problems we have had were memory corruption 
> problems with
> MDK 8.2, which were (apparently) related to msec.  Fixed 
> these problems by 
> disabling msec checks.  Same problem happened on a machine 
> using the stock 
> 8.2 kernel as well.  I cannot quite recall what messages we 
> would find in the 
> logs with the error, but it was a kernel attempt to address 
> memory that 
> failed.  We think it was related to the zip drives as well 
> (and supermount).
> Currently am running 8.2 and 9.0 Enterprise kernels without problems.
> 
> Norm
> 
> On Friday 01 November 2002 11:27 am, you wrote:
> > Peter Magnusson wrote:
> > > On Wed, 23 Oct 2002, Bryan Whitehead wrote:
> > >>Actaully it's more than that. A machine with 2GB of ram 
> only sees this
> > >>without highmem:
> > >> total   used   free shared
> buffers cached
> > >>Mem:904940 185524 719416  0   
>   84 107520
> > >>-/+ buffers/cache:  77920 827020
> > >>Swap:  3084400  03084400
> > >>
> > >>We can't run any HIGHMEM kernels cause they hard lock on 
> every machine
> > >>after minimal use. :(
> > >
> > > So how do you do to use more memory? Or dont you use it at all?
> >
> > I just don't use all my memory
> >
> > big waste, but constant crashing is just too much to put up 
> with on the
> > enterprise kernel :'(
> >
> > >>So far no word/help from Mandrake :(
> > >>
> > > :(




Re: [Cooker] kwintv / qtvision probem !

2002-11-01 Thread Lonnie Borntreger
On Fri, 2002-11-01 at 16:44, Florent BERANGER wrote:
> actual kwintv/qtvision in cooker dosn't find TVcard devices ! 

I had the same problem until I installed the libqtvision1-devel package.

TTFN, 
Lonnie Borntreger






Re: [Cooker] New Cooker Konqueror and www.mandrakeforum.org

2002-11-01 Thread Alex Chudnovsky
On Friday 01 November 2002 19:58, David Walser wrote:
> What are your cookie settings?  The same thing happens
> to me in Mozilla on Yahoo! Mail with JavaScript
> playing with Cookies disabled.
>
Enabled and accepted by default from any server. I've tried many various 
settings and the result is always the same.

-- 

Regards,
Alex Chudnovsky
e-mail : [EMAIL PROTECTED]
ICQ : 35559910





[Cooker] kwintv / qtvision probem !

2002-11-01 Thread Florent BERANGER
actual kwintv/qtvision in cooker dosn't find TVcard devices ! 
 
I have noted that on many configs (with different TV cards). 
 
-> no device listed in device selection at startup (a bttv card is present and 
works with xawtv for exemple, but no device in kwintv). 
 
Please repackage it with a fix, 
 
  Florent 





Re: [Cooker] rpm database flakey under 9.0

2002-11-01 Thread zephod

Had similiar symptoms here a few weeks ago. rebuilddb never finished (wasn't 
doing anything visible after a minute or so). I remember to reinstall the rpm 
packages (using Mandrake's fantastic urpmi tool ;-) ) and then the rebuilddb 
finished it's job properly. Had no problems since. I don't know what exactly 
caused this behaviour.

Z.

On Friday 01 November 2002 20:47, David Walser wrote:
> --- Buchan Milne <[EMAIL PROTECTED]> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > Luca Olivetti wrote:
> > > Stiill playing with the recently updated 9.0.
> > > After a few rpm operations, rpm started gaving db
> >
> > errors.
> >
> > > Did an rpm --rebuilddb and now the database is
> >
> > horribly broken: many
> >
> > > installed packages now aren't in the database,
> >
> > with the related problems
> >
> > > that this gives.
> >
> > Did you rm -f /var/lib/rpm/_* first?
> >
> > Maybe rpmdrake needs a gui for this ;-).
> >
> > Buchan
>
> Yeah, I had to do this just last night (rpmdrake/grpmi
> caused the problem), and rpm --rebuilddb took forever.
>  I remember this being almost instantaneous on RH 5.2,
> what's the deal?
>
> __
> Do you Yahoo!?
> HotJobs - Search new jobs daily now
> http://hotjobs.yahoo.com/






Re: [Cooker] Jabber configuration

2002-11-01 Thread David Walser
--- [EMAIL PROTECTED] wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Following the documentation at www.jabber.org for
> configuring a server - 
> exact page 
> http://www.jabber.org/admin/adminguide.html#config
> , I have been unable to get it going from mandrake's
> packages.  I double 
> checked and the version I have from Mandrake 9.0 is
> the same version as in 
> cooker.
> 
> If anyone has a working setup with jabber, could you

I do

> please tell me where 
> the spool directory should be, the permissions on
> it, and anything other 
> than the hostname that needed to be changed in
> jabber.xml?  Thank you.

I see:
drwx--5 daemon   daemon   4096 Jul  6
14:50 /var/lib/jabber/

I actually *only* changed uncommenting the thing for
the jud in jabber.xml.  The hostname is actually reset
by the init script.  It's set to the value of
$HOSTNAME

> Note:  Attached is the error message I get when I
> get the point where I 
> attempt to find the information needed to register.
> 
> 
> from error.log ->
> 20021101T18:00:43: [notice] (-internal):
> initializing server
> 20021101T18:08:14: [notice] (localhost): bouncing a
> routed packet to localhost from 14@c2s/81076C0:
> Internal Delivery Error

The important thing with Jabber is when you make an
account it has the *hostname* of the Jabber server. 
So even if you're on the server, you can't use
localhost, it has to be the hostname.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




Re: [Cooker] New Cooker Konqueror and www.mandrakeforum.org

2002-11-01 Thread s
On Friday 01 November 2002 07:17 am, Alex Chudnovsky wrote:
> I've encountered some strange behavior of the recent Konqueror
> regarding www.mandrakeforum.org - as I try to enter some article
> page containing comments, the page just constantly refreshes and
> never stops. Is there anybody with the same problem?

Yep, mine does it too.  
-s




Re: [Cooker] rpm database flakey under 9.0

2002-11-01 Thread David Walser
--- Buchan Milne <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Luca Olivetti wrote:
> > Stiill playing with the recently updated 9.0.
> > After a few rpm operations, rpm started gaving db
> errors.
> > Did an rpm --rebuilddb and now the database is
> horribly broken: many
> > installed packages now aren't in the database,
> with the related problems
> > that this gives.
> >
> 
> Did you rm -f /var/lib/rpm/_* first?
> 
> Maybe rpmdrake needs a gui for this ;-).
> 
> Buchan

Yeah, I had to do this just last night (rpmdrake/grpmi
caused the problem), and rpm --rebuilddb took forever.
 I remember this being almost instantaneous on RH 5.2,
what's the deal?

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




[Cooker] aspell-0.50.2

2002-11-01 Thread Charles A Edwards

Since many people do not know the purpose of Readmes could
"/usr/bin/aspell-import" be added to %postrun so that the feature is automatically 
implemented.


Charles

 
Fortune's real live weird band names #339:

Heterophobia
--
Charles A Edwards
[EMAIL PROTECTED]
--




Re: [Cooker] New Cooker Konqueror and www.mandrakeforum.org

2002-11-01 Thread Ben Reser
On Fri, Nov 01, 2002 at 03:17:03PM +0200, Alex Chudnovsky wrote:
> I've encountered some strange behavior of the recent Konqueror regarding 
> www.mandrakeforum.org - as I try to enter some article page containing 
> comments, the page just constantly refreshes and never stops. Is there 
> anybody with the same problem?

I've seen the same behavior on http://www.esrb.org/ with Konq.  Even in
9.0

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

"If you're not making any mistakes, you're flat out not trying hard
enough." - Jim Nichols




[Cooker] pm3fb driver bug and fix

2002-11-01 Thread Bryan Whitehead
The pm3fb driver does not have all the same features when it's a module 
vs being compiled directly into the kernel.

I alerted the author who provided a fix.

(This issue was using a digital flatpanel screen was immposible because 
passing "flatpanel=1" to the driver as a module would not work. Only 
passing to the driver built into the kernel worked)

This is a patch for drivers/video/pm3fb.c from the author.

It would be nice if this patch is applied for future kernel updates...

Thanks!

--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
[EMAIL PROTECTED]


pm3fb.patch.gz
Description: application/gzip


[Cooker] Jabber configuration

2002-11-01 Thread rick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Following the documentation at www.jabber.org for configuring a server - 
exact page 
http://www.jabber.org/admin/adminguide.html#config
, I have been unable to get it going from mandrake's packages.  I double 
checked and the version I have from Mandrake 9.0 is the same version as in 
cooker.

If anyone has a working setup with jabber, could you please tell me where 
the spool directory should be, the permissions on it, and anything other 
than the hostname that needed to be changed in jabber.xml?  Thank you.

Note:  Attached is the error message I get when I get the point where I 
attempt to find the information needed to register.


from error.log ->
20021101T18:00:43: [notice] (-internal): initializing server
20021101T18:08:14: [notice] (localhost): bouncing a routed packet to localhost from 
14@c2s/81076C0: Internal Delivery Error
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9wsWeUMkt1ZRwL1MRAiv2AJ0U1+YSXtWeoGPF/54KekVwpWdqjACeNkfb
N1bVb45eXcmt8UHTad/i/GU=
=/GpS
-END PGP SIGNATURE-





[Cooker] Re: [CHRPM] kdeutils-3.1-0.rc1.2mdk

2002-11-01 Thread Charles A Edwards
On Fri,  1 Nov 2002 18:15:42 +0100 (CET)
Laurent MONTEL <[EMAIL PROTECTED]> wrote:

> Name: kdeutils Relocations: (not relocateable)
> Version : 3.1   Vendor: MandrakeSoft
> Release : 0.rc1.2mdkBuild Date: Fri Nov  1 17:59:09 2002
> Install date: (not installed)   Build Host: ke.mandrakesoft.com
> Group   : Graphical desktop/KDE Source RPM: (none)
> Size: 1478124  License: GPL

Using urpmi --auto-select never pulls in this pkg.

It is listed as an available Upgrade in rpmdrake so why doesn't --auto-select see it.
It is not on the skip.list.


Charles

 
Trying to get an education here is like trying to get a drink from a fire hose.
--
Charles A Edwards
[EMAIL PROTECTED]
--




Re: [Cooker] MDK 8.2, 1024 MB RAM

2002-11-01 Thread Norman Carver
I have a number of machines with 1.5-2GB of ram on them, and have been 
running the Enterprise (himem) kernels on them (starting with MDK 8.0).
We have had no problems that I would blame on the Enterprise kernels.
In fact, the only problems we have had were memory corruption problems with
MDK 8.2, which were (apparently) related to msec.  Fixed these problems by 
disabling msec checks.  Same problem happened on a machine using the stock 
8.2 kernel as well.  I cannot quite recall what messages we would find in the 
logs with the error, but it was a kernel attempt to address memory that 
failed.  We think it was related to the zip drives as well (and supermount).
Currently am running 8.2 and 9.0 Enterprise kernels without problems.

Norm

On Friday 01 November 2002 11:27 am, you wrote:
> Peter Magnusson wrote:
> > On Wed, 23 Oct 2002, Bryan Whitehead wrote:
> >>Actaully it's more than that. A machine with 2GB of ram only sees this
> >>without highmem:
> >> total   used   free sharedbuffers cached
> >>Mem:904940 185524 719416  0 84 107520
> >>-/+ buffers/cache:  77920 827020
> >>Swap:  3084400  03084400
> >>
> >>We can't run any HIGHMEM kernels cause they hard lock on every machine
> >>after minimal use. :(
> >
> > So how do you do to use more memory? Or dont you use it at all?
>
> I just don't use all my memory
>
> big waste, but constant crashing is just too much to put up with on the
> enterprise kernel :'(
>
> >>So far no word/help from Mandrake :(
> >>
> > :(




Re: [Cooker] New Cooker Konqueror and www.mandrakeforum.org

2002-11-01 Thread David Walser
What are your cookie settings?  The same thing happens
to me in Mozilla on Yahoo! Mail with JavaScript
playing with Cookies disabled.

--- Alex Chudnovsky <[EMAIL PROTECTED]> wrote:
> I've encountered some strange behavior of the recent
> Konqueror regarding 
> www.mandrakeforum.org - as I try to enter some
> article page containing 
> comments, the page just constantly refreshes and
> never stops. Is there 
> anybody with the same problem?
> -- 
> 
> Regards,
> Alex Chudnovsky
> e-mail : [EMAIL PROTECTED]
> ICQ : 35559910
> 
> 

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




Re: [Cooker] MDK 8.2, 1024 MB RAM

2002-11-01 Thread Bryan Whitehead
Peter Magnusson wrote:

On Wed, 23 Oct 2002, Bryan Whitehead wrote:



Actaully it's more than that. A machine with 2GB of ram only sees this
without highmem:
total   used   free sharedbuffers cached
Mem:904940 185524 719416  0 84 107520
-/+ buffers/cache:  77920 827020
Swap:  3084400  03084400

We can't run any HIGHMEM kernels cause they hard lock on every machine
after minimal use. :(



So how do you do to use more memory? Or dont you use it at all?


I just don't use all my memory

big waste, but constant crashing is just too much to put up with on the 
enterprise kernel :'(



So far no word/help from Mandrake :(



:(





--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
[EMAIL PROTECTED]





Re: [Cooker] rpm database flakey under 9.0

2002-11-01 Thread Luca Olivetti
Buchan Milne wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Luca Olivetti wrote:

>Stiill playing with the recently updated 9.0.
>After a few rpm operations, rpm started gaving db errors.
>Did an rpm --rebuilddb and now the database is horribly broken: many
>installed packages now aren't in the database, with the related problems
>that this gives.
>


Did you rm -f /var/lib/rpm/_* first?



Of course I did. Now I'm busy trying to recover (looking for files not 
owned by any package). I had many such problems with another (test) 
machine, BTW.

--
Luca Olivetti
Note.- This message reached you today, it may not tomorrow if you
are using MAPS services. They arbitrarily include in their lists
IP addresses not related in any way to spam, and in so doing are
disrupting Internet connectivity.  Please stop supporting them.
See http://slashdot.org/article.pl?sid=01/05/21/1944247


msg80440/pgp0.pgp
Description: PGP signature


Re: [Cooker] USB

2002-11-01 Thread Peter M.
Pbt wrote:


You have to mount it automaticaly with hotplug scripts.

Ex: make a "/etc/hotplug/usb/usb-storage" which mount your device in
/mnt (or somewhere else if you want).

	Pierre BETOUIN

Le ven 01/11/2002 à 16:55, Peter M. a écrit :
 

Hi everyone!

I have some problems with USB-Devices. The device is recognized but I 
get no icon on my desktop for this device.

Here the device info seen using 'USB viewer':

Camera
Speed: 12Mb/s (full)
USB Version:  1.00
Device Class: ff(vend.)
Device Subclass: ff
Device Protocol: ff
Maximum Default Endpoint Size: 8
Number of Configurations: 1
Vendor Id: 046d
Product Id: 0840
Revision Number:  1.00

Config Number: 1
   Number of Interfaces: 1
   Attributes: 80
   MaxPower Needed: 500mA

   Interface Number: 0
   Name: quickcam
   Alternate Number: 0
   Class: ff(vend.)
   Sub Class: ff
   Protocol: ff
   Number of Endpoints: 2

   Endpoint Address: 81
   Direction: in
   Attribute: 1
   Type: Isoc
   Max Packet Size: 0
   Interval: 1ms

   Endpoint Address: 82
   Direction: in
   Attribute: 3
   Type: Int.
   Max Packet Size: 1
   Interval: 16ms

   Interface Number: 0
   Name: quickcam
   Alternate Number: 1
   Class: ff(vend.)
   Sub Class: ff
   Protocol: ff
   Number of Endpoints: 2

   Endpoint Address: 81
   Direction: in
   Attribute: 1
   Type: Isoc
   Max Packet Size: 1023
   Interval: 1ms

   Endpoint Address: 82
   Direction: in
   Attribute: 3
   Type: Int.
   Max Packet Size: 1
   Interval: 16ms

Can anyone help me to solve this?

Thanks
Peter



__
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
   

--
 

Thank you anyway!






[Cooker] swig

2002-11-01 Thread Oden Eriksson
Hi.

(florin?)

Request for update of swig from v1.3.11 -> 1.3.16

http://telia.dl.sourceforge.net/sourceforge/swig/swig-1.3.16.tar.gz

Thanks in advance.
-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com

Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html






Re: [Cooker] Upgrade from KDE 3.0.4 to KDE 3.1rc1

2002-11-01 Thread Sebastien PAOLACCI
Le Vendredi 1 Novembre 2002 16:38, Sebastien PAOLACCI a écrit :

It works.

Thanks a lot.

Sebastien.

> Le Vendredi 1 Novembre 2002 16:22, scott chevalley a écrit :
>
> No I didn't, I'll try.
>
> Thanks,
>
> Sebastien.
>
> > did you update libqt3 to 3.1-beta?
> >
> > Scott
> >
> > Sebastien PAOLACCI wrote:
> > >Didn't have any problems to upgrade packages, but when I want to try
> > > graphic mode :
> > >
> > >ksplash: relocation error: /usr/lib/libDCOP.so.4: undefined symbol:
> > > static_QUType_varptr kdeinit: relocation error: /usr/lib/libkdefx.so.4:
> > > undefined symbol: _ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE
> > > /usr/bin/startkde: line 207: xmessage: command not found
> > >Warning: connect() failed: : No such file or directory
> > >ksmserver: relocation error: /usr/lib/libDCOP.so.4: undefined symbol:
> > > static_QUType_varptr /usr/bin/startkde: line 216: xmessage: command not
> > > found
> > >Warning: connect() failed: : No such file or directory
> > >Error: Can't contact kdeinit!
> > >kde-config: relocation error: /usr/lib/libDCOP.so.4: undefined symbol:
> > > static_QUType_varptr
> > >
> > >Here are my KDE packages (on a standard LM9.0 + upgrade to KDE 3.0.4
> > > installation).
> > >
> > >paolacci_s@laptop-seb /]$ rpm -qa | grep kde
> > >kdeutils-3.1-0.rc1.1mdk
> > >kdemultimedia-3.1-0.rc1.2mdk
> > >kdeadmin-3.1-0.rc1.2mdk
> > >kdelibs-3.1-0.rc1.2mdk
> > >kdepim-3.1-0.rc1.2mdk
> > >kdeedu-3.1-0.rc1.1mdk
> > >kdegames-3.1-0.rc1.1mdk
> > >kdesdk-devel-3.1-0.beta2.3mdk
> > >kdenetwork-3.1-0.rc1.2mdk
> > >kdemultimedia-aktion-3.1-0.rc1.2mdk
> > >kdetoys-devel-3.1-0.rc1.1mdk
> > >kdegraphics-3.1-0.rc1.1mdk
> > >kdebase-devel-3.1-0.rc1.2mdk
> > >kdepim-devel-3.1-0.rc1.2mdk
> > >kde-i18n-fr-3.1-0.rc1.1mdk
> > >kdebase-nsplugins-3.1-0.rc1.2mdk
> > >kdegames-devel-3.1-0.rc1.1mdk
> > >kdegraphics-devel-3.1-0.rc1.1mdk
> > >kdenetwork-devel-3.1-0.rc1.2mdk
> > >kdeartwork-3.1-0.rc1.1mdk
> > >kdelibs-devel-3.1-0.rc1.2mdk
> > >kdetoys-3.1-0.rc1.1mdk
> > >kdebase-3.1-0.rc1.2mdk
> > >kdemultimedia-devel-3.1-0.rc1.2mdk
> > >kdeutils-devel-3.1-0.rc1.1mdk
> > >kdesdk-3.1-0.beta2.3mdk
> > >kdevelop-2.1.3-7mdk
> > >kdeaddons-3.1-0.rc1.1mdk
> > >
> > >
> > >Can I send something else to help you ?
> > >
> > >Sebastien.





Re: [Cooker] rpm database flakey under 9.0

2002-11-01 Thread Michal Bukovjan
Luca Olivetti wrote:

Stiill playing with the recently updated 9.0.
After a few rpm operations, rpm started gaving db errors.
Did an rpm --rebuilddb and now the database is horribly broken: many 
installed packages now aren't in the database, with the related problems 
that this gives.


Exactly the same problem happened to me on a RedHat 7.2 when updating 
from Ximian. I guess this is a rare RPM bug, as it occured for me for no 
apparent reason...

Tough luck :-( The system suddenly did not know about some packages 
installed, like kernel and glibc - other were present.

I wonder when RPM/Red Hat switches from this slow DBM backend. (Firebird 
anyone ?:-) Any operation (like rpm -qi) takes a *long* time on my 
Mandrake box. From a database point of view, this is just horrible.

Michal




Re: [Cooker] Services

2002-11-01 Thread Götz Waschk
Am Freitag,  1. November 2002, 15:29:54 Uhr MET, schrieb Biagio Lucini:
>Is there a rule on how to write a service script for Mandrake or
>should I just try to copy from another script (e.g. lm_sensors, which
>does similar things)? 
Yes, this is what you should do.

>Does drakservices automatically see what is in
>/etc/init.d or should it be made aware of new scripts? How do I
>assign priority to the service? (I mean, the number that appear in
>the link to the script from the runlevel init directory)?
Take a look at chkconfig and it's man page. The numbers in the comment
on top of a chkconfig enabled initscript show the priority, help text
and the runlevels in which the service should start.

You also need to call chkconfig --add yourservice in the %post script,
if you want to enable it by default.
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




Re: [Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Götz Waschk
Am Freitag,  1. November 2002, 16:44:20 Uhr MET, schrieb Michal Bukovjan:
> >I forgot to mention that both the restart und shutdown functions just
> >log me out, back to the GDM screen.
> Happens with MDK9.0 (upgraded from 8.2) and current cooker (as of today).
> Worked with GNOME 1/MDK 8.2
It was working with 9.0 for me (it's still working fine on another
machine), but it didn't work for me in the 9.0 beta phase. The trick
was to remove the language setting from the gdm2 configuration file
(something like ~/.gnome2/gdm), so setting the language from GDM
caused the problem.

> I suspect this is the new dm daemon problem...
I don't think it has to do something with the dm daemon. All it does
is to restart X, not affecting the user permission to shut the system
down. 
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




[Cooker] Services

2002-11-01 Thread Biagio Lucini
I am "hacking" the i8kutils(*) package (as far as I can see, there is no
Mandrake version of it) to make it more Mandrake-friendly and possibly
to generate an rpm.
It comes with SistemV style service script, but for Debian, which uses
different program and conventions for the scripts. Is there a rule on how
to write a service script for Mandrake or should I just try to copy from
another script (e.g. lm_sensors, which does similar things)?
Does drakservices automatically see what is in /etc/init.d or should it be
made aware of new scripts? How do I assign priority to the service? (I
mean, the number that appear in the link to the script from the runlevel
init directory)?

Thanks
Biagio

(*) i8kutils is a package written by a Debian developer and containing
utilities for monitoring fan speed and CPU temperature on several Dell
laptop models. It also allows to use the multimidia buttons.







Re: [Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Michal Bukovjan
Götz Waschk wrote:

Am Freitag,  1. November 2002, 07:32:08 Uhr MET, schrieb Charles A Edwards:


I can only give a half answer. Running enlightenment w/gnome-panel
the 'moon' button will close the gnome-panel. Won't log me out since
I'm not running gnome.



I forgot to mention that both the restart und shutdown functions just
log me out, back to the GDM screen.


The *EXACTLY* same problem for me...

I wonder noone else noticed and reported it to day.

Happens with MDK9.0 (upgraded from 8.2) and current cooker (as of today).

Worked with GNOME 1/MDK 8.2

I suspect this is the new dm daemon problem...

Michal





Re: [Cooker] Upgrade from KDE 3.0.4 to KDE 3.1rc1

2002-11-01 Thread Sebastien PAOLACCI
Le Vendredi 1 Novembre 2002 16:22, scott chevalley a écrit :

No I didn't, I'll try.

Thanks,

Sebastien.

> did you update libqt3 to 3.1-beta?
>
> Scott
>
> Sebastien PAOLACCI wrote:
> >Didn't have any problems to upgrade packages, but when I want to try
> > graphic mode :
> >
> >ksplash: relocation error: /usr/lib/libDCOP.so.4: undefined symbol:
> > static_QUType_varptr kdeinit: relocation error: /usr/lib/libkdefx.so.4:
> > undefined symbol: _ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE
> > /usr/bin/startkde: line 207: xmessage: command not found
> >Warning: connect() failed: : No such file or directory
> >ksmserver: relocation error: /usr/lib/libDCOP.so.4: undefined symbol:
> > static_QUType_varptr /usr/bin/startkde: line 216: xmessage: command not
> > found
> >Warning: connect() failed: : No such file or directory
> >Error: Can't contact kdeinit!
> >kde-config: relocation error: /usr/lib/libDCOP.so.4: undefined symbol:
> > static_QUType_varptr
> >
> >Here are my KDE packages (on a standard LM9.0 + upgrade to KDE 3.0.4
> > installation).
> >
> >paolacci_s@laptop-seb /]$ rpm -qa | grep kde
> >kdeutils-3.1-0.rc1.1mdk
> >kdemultimedia-3.1-0.rc1.2mdk
> >kdeadmin-3.1-0.rc1.2mdk
> >kdelibs-3.1-0.rc1.2mdk
> >kdepim-3.1-0.rc1.2mdk
> >kdeedu-3.1-0.rc1.1mdk
> >kdegames-3.1-0.rc1.1mdk
> >kdesdk-devel-3.1-0.beta2.3mdk
> >kdenetwork-3.1-0.rc1.2mdk
> >kdemultimedia-aktion-3.1-0.rc1.2mdk
> >kdetoys-devel-3.1-0.rc1.1mdk
> >kdegraphics-3.1-0.rc1.1mdk
> >kdebase-devel-3.1-0.rc1.2mdk
> >kdepim-devel-3.1-0.rc1.2mdk
> >kde-i18n-fr-3.1-0.rc1.1mdk
> >kdebase-nsplugins-3.1-0.rc1.2mdk
> >kdegames-devel-3.1-0.rc1.1mdk
> >kdegraphics-devel-3.1-0.rc1.1mdk
> >kdenetwork-devel-3.1-0.rc1.2mdk
> >kdeartwork-3.1-0.rc1.1mdk
> >kdelibs-devel-3.1-0.rc1.2mdk
> >kdetoys-3.1-0.rc1.1mdk
> >kdebase-3.1-0.rc1.2mdk
> >kdemultimedia-devel-3.1-0.rc1.2mdk
> >kdeutils-devel-3.1-0.rc1.1mdk
> >kdesdk-3.1-0.beta2.3mdk
> >kdevelop-2.1.3-7mdk
> >kdeaddons-3.1-0.rc1.1mdk
> >
> >
> >Can I send something else to help you ?
> >
> >Sebastien.





Re: [Cooker] USB

2002-11-01 Thread Pbt
You have to mount it automaticaly with hotplug scripts.

Ex: make a "/etc/hotplug/usb/usb-storage" which mount your device in
/mnt (or somewhere else if you want).

Pierre BETOUIN

Le ven 01/11/2002 à 16:55, Peter M. a écrit :
> 
> Hi everyone!
> 
> I have some problems with USB-Devices. The device is recognized but I 
> get no icon on my desktop for this device.
> 
> Here the device info seen using 'USB viewer':
> 
> Camera
> Speed: 12Mb/s (full)
> USB Version:  1.00
> Device Class: ff(vend.)
> Device Subclass: ff
> Device Protocol: ff
> Maximum Default Endpoint Size: 8
> Number of Configurations: 1
> Vendor Id: 046d
> Product Id: 0840
> Revision Number:  1.00
> 
> Config Number: 1
> Number of Interfaces: 1
> Attributes: 80
> MaxPower Needed: 500mA
> 
> Interface Number: 0
> Name: quickcam
> Alternate Number: 0
> Class: ff(vend.)
> Sub Class: ff
> Protocol: ff
> Number of Endpoints: 2
> 
> Endpoint Address: 81
> Direction: in
> Attribute: 1
> Type: Isoc
> Max Packet Size: 0
> Interval: 1ms
> 
> Endpoint Address: 82
> Direction: in
> Attribute: 3
> Type: Int.
> Max Packet Size: 1
> Interval: 16ms
> 
> Interface Number: 0
> Name: quickcam
> Alternate Number: 1
> Class: ff(vend.)
> Sub Class: ff
> Protocol: ff
> Number of Endpoints: 2
> 
> Endpoint Address: 81
> Direction: in
> Attribute: 1
> Type: Isoc
> Max Packet Size: 1023
> Interval: 1ms
> 
> Endpoint Address: 82
> Direction: in
> Attribute: 3
> Type: Int.
> Max Packet Size: 1
> Interval: 16ms
> 
> Can anyone help me to solve this?
> 
> Thanks
> Peter
> 
> 
> 
> __
> Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo 
>!
> Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w
-- 



signature.asc
Description: PGP signature


Re: [Cooker] rpm database flakey under 9.0

2002-11-01 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Luca Olivetti wrote:
> Stiill playing with the recently updated 9.0.
> After a few rpm operations, rpm started gaving db errors.
> Did an rpm --rebuilddb and now the database is horribly broken: many
> installed packages now aren't in the database, with the related problems
> that this gives.
>

Did you rm -f /var/lib/rpm/_* first?

Maybe rpmdrake needs a gui for this ;-).

Buchan

- --
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQE9wp+drJK6UGDSBKcRAgCPAJY5fsqqA7bkB0cnE/4iQfMWf/NlAJ9JXjaz
uh1PvdwahI2611Rx5iARxg==
=nJaL
-END PGP SIGNATURE-





[Cooker] 71 modules (again;))

2002-11-01 Thread Oden Eriksson
Hi

I have just packed "apache2-mod_websh-2.0.43_3.5.0-1mdk" so now we have once 
again 71 modules because "mod_websh" obsoleted "mod_v2h" casuing "mod_v2h" to 
be removed.

As requested by Simon Geard, I present "apache2-mod_websh-2.0.43_3.5.0-1mdk":

Name: apache2-mod_webshRelocations: (not relocateable)
Version : 2.0.43_3.5.0  Vendor: MandrakeSoft
Release : 1mdk  Build Date: Fri Nov  1 10:20:39 
2002
Install date: (not installed)   Build Host: klama.mandrake.org
Group   : System/ServersSource RPM: 
apache2-mod_websh-2.0.43_3.5.0-1mdk.src.rpm
Size: 388634   License: Apache License
Packager: Oden Eriksson <[EMAIL PROTECTED]>
URL : http://websh.com/
Summary : Tcl scripting as a DSO module for the apache2 Web server.
Description :
Websh is a rapid development environment for building powerful,
fast, and reliable web applications. webshell is versatile and
handles everything from HTML generation to data-base driven
one-to-one page customization.


(please don't ask me how to use it though...;))


Chears.
-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com

Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html






Re: [Cooker] Upgrade from KDE 3.0.4 to KDE 3.1rc1

2002-11-01 Thread scott chevalley
did you update libqt3 to 3.1-beta?  

Scott

Sebastien PAOLACCI wrote:

Didn't have any problems to upgrade packages, but when I want to try graphic mode : 

ksplash: relocation error: /usr/lib/libDCOP.so.4: undefined symbol: static_QUType_varptr
kdeinit: relocation error: /usr/lib/libkdefx.so.4: undefined symbol: _ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE
/usr/bin/startkde: line 207: xmessage: command not found
Warning: connect() failed: : No such file or directory
ksmserver: relocation error: /usr/lib/libDCOP.so.4: undefined symbol: static_QUType_varptr
/usr/bin/startkde: line 216: xmessage: command not found
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
kde-config: relocation error: /usr/lib/libDCOP.so.4: undefined symbol: static_QUType_varptr

Here are my KDE packages (on a standard LM9.0 + upgrade to KDE 3.0.4 installation).

paolacci_s@laptop-seb /]$ rpm -qa | grep kde
kdeutils-3.1-0.rc1.1mdk
kdemultimedia-3.1-0.rc1.2mdk
kdeadmin-3.1-0.rc1.2mdk
kdelibs-3.1-0.rc1.2mdk
kdepim-3.1-0.rc1.2mdk
kdeedu-3.1-0.rc1.1mdk
kdegames-3.1-0.rc1.1mdk
kdesdk-devel-3.1-0.beta2.3mdk
kdenetwork-3.1-0.rc1.2mdk
kdemultimedia-aktion-3.1-0.rc1.2mdk
kdetoys-devel-3.1-0.rc1.1mdk
kdegraphics-3.1-0.rc1.1mdk
kdebase-devel-3.1-0.rc1.2mdk
kdepim-devel-3.1-0.rc1.2mdk
kde-i18n-fr-3.1-0.rc1.1mdk
kdebase-nsplugins-3.1-0.rc1.2mdk
kdegames-devel-3.1-0.rc1.1mdk
kdegraphics-devel-3.1-0.rc1.1mdk
kdenetwork-devel-3.1-0.rc1.2mdk
kdeartwork-3.1-0.rc1.1mdk
kdelibs-devel-3.1-0.rc1.2mdk
kdetoys-3.1-0.rc1.1mdk
kdebase-3.1-0.rc1.2mdk
kdemultimedia-devel-3.1-0.rc1.2mdk
kdeutils-devel-3.1-0.rc1.1mdk
kdesdk-3.1-0.beta2.3mdk
kdevelop-2.1.3-7mdk
kdeaddons-3.1-0.rc1.1mdk


Can I send something else to help you ?

Sebastien.


 







[Cooker] Upgrade from KDE 3.0.4 to KDE 3.1rc1

2002-11-01 Thread Sebastien PAOLACCI
Didn't have any problems to upgrade packages, but when I want to try graphic mode : 

ksplash: relocation error: /usr/lib/libDCOP.so.4: undefined symbol: 
static_QUType_varptr
kdeinit: relocation error: /usr/lib/libkdefx.so.4: undefined symbol: 
_ZN18QMetaObjectCleanUpC1EPKcPFP11QMetaObjectvE
/usr/bin/startkde: line 207: xmessage: command not found
Warning: connect() failed: : No such file or directory
ksmserver: relocation error: /usr/lib/libDCOP.so.4: undefined symbol: 
static_QUType_varptr
/usr/bin/startkde: line 216: xmessage: command not found
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
kde-config: relocation error: /usr/lib/libDCOP.so.4: undefined symbol: 
static_QUType_varptr

Here are my KDE packages (on a standard LM9.0 + upgrade to KDE 3.0.4 installation).

paolacci_s@laptop-seb /]$ rpm -qa | grep kde
kdeutils-3.1-0.rc1.1mdk
kdemultimedia-3.1-0.rc1.2mdk
kdeadmin-3.1-0.rc1.2mdk
kdelibs-3.1-0.rc1.2mdk
kdepim-3.1-0.rc1.2mdk
kdeedu-3.1-0.rc1.1mdk
kdegames-3.1-0.rc1.1mdk
kdesdk-devel-3.1-0.beta2.3mdk
kdenetwork-3.1-0.rc1.2mdk
kdemultimedia-aktion-3.1-0.rc1.2mdk
kdetoys-devel-3.1-0.rc1.1mdk
kdegraphics-3.1-0.rc1.1mdk
kdebase-devel-3.1-0.rc1.2mdk
kdepim-devel-3.1-0.rc1.2mdk
kde-i18n-fr-3.1-0.rc1.1mdk
kdebase-nsplugins-3.1-0.rc1.2mdk
kdegames-devel-3.1-0.rc1.1mdk
kdegraphics-devel-3.1-0.rc1.1mdk
kdenetwork-devel-3.1-0.rc1.2mdk
kdeartwork-3.1-0.rc1.1mdk
kdelibs-devel-3.1-0.rc1.2mdk
kdetoys-3.1-0.rc1.1mdk
kdebase-3.1-0.rc1.2mdk
kdemultimedia-devel-3.1-0.rc1.2mdk
kdeutils-devel-3.1-0.rc1.1mdk
kdesdk-3.1-0.beta2.3mdk
kdevelop-2.1.3-7mdk
kdeaddons-3.1-0.rc1.1mdk


Can I send something else to help you ?

Sebastien.





[Cooker] rpm database flakey under 9.0

2002-11-01 Thread Luca Olivetti
Stiill playing with the recently updated 9.0.
After a few rpm operations, rpm started gaving db errors.
Did an rpm --rebuilddb and now the database is horribly broken: many 
installed packages now aren't in the database, with the related problems 
that this gives.

--
Luca Olivetti
Note.- This message reached you today, it may not tomorrow if you
are using MAPS services. They arbitrarily include in their lists
IP addresses not related in any way to spam, and in so doing are
disrupting Internet connectivity.  Please stop supporting them.
See http://slashdot.org/article.pl?sid=01/05/21/1944247


msg80425/pgp0.pgp
Description: PGP signature


[Cooker] USB

2002-11-01 Thread Peter M.

Hi everyone!

I have some problems with USB-Devices. The device is recognized but I 
get no icon on my desktop for this device.

Here the device info seen using 'USB viewer':

Camera
Speed: 12Mb/s (full)
USB Version:  1.00
Device Class: ff(vend.)
Device Subclass: ff
Device Protocol: ff
Maximum Default Endpoint Size: 8
Number of Configurations: 1
Vendor Id: 046d
Product Id: 0840
Revision Number:  1.00

Config Number: 1
   Number of Interfaces: 1
   Attributes: 80
   MaxPower Needed: 500mA

   Interface Number: 0
   Name: quickcam
   Alternate Number: 0
   Class: ff(vend.)
   Sub Class: ff
   Protocol: ff
   Number of Endpoints: 2

   Endpoint Address: 81
   Direction: in
   Attribute: 1
   Type: Isoc
   Max Packet Size: 0
   Interval: 1ms

   Endpoint Address: 82
   Direction: in
   Attribute: 3
   Type: Int.
   Max Packet Size: 1
   Interval: 16ms

   Interface Number: 0
   Name: quickcam
   Alternate Number: 1
   Class: ff(vend.)
   Sub Class: ff
   Protocol: ff
   Number of Endpoints: 2

   Endpoint Address: 81
   Direction: in
   Attribute: 1
   Type: Isoc
   Max Packet Size: 1023
   Interval: 1ms

   Endpoint Address: 82
   Direction: in
   Attribute: 3
   Type: Int.
   Max Packet Size: 1
   Interval: 16ms

Can anyone help me to solve this?

Thanks
Peter




[Cooker] kacpi-0.6.2-2mdk does the same 8(

2002-11-01 Thread Joan Tur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hallo!  I've found and installed kacpi-0.6.2-2mdk but it does the same as 
- -1... can any of you give me some advice?   8-?

I'm using an HP XT1000, mdk9, kernel-source 2.4.19-18mdk (acpi patched by 
mdk).

Thanks  ;)

Es Dimarts 29 Octubre 2002 20:05, en Joan Tur va escriure:
> I've found and installed it, but if I run (as user) it it uses 100% cpu and
> starts eating memory and swap.  Nothing appears in the kde's kicker (I'm
> using mdk9)...
>
> It shows the following when run from a console:
> -
> [quini@quinipt usr]$ kacpi
> libpng error: Not a PNG file
> libpng error: Not a PNG file
> -
>
> TIA

- -- 
  Joan Tur. Eivissa-Spain
 AOL quini2k,  ICQ 11407395
www.ClubIbosim.org
Linux: usuari registrat 190.783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9wor+ok8j9RhtetwRAlx9AJ9ediJgG7UbSK97ozQDMXPyR/jmFgCghr3r
sSzrAlwHvGkQmC2UjYEZCt4=
=ZsRx
-END PGP SIGNATURE-





Re: [Cooker] Many packages not rebuilt for 9.0?

2002-11-01 Thread Götz Waschk
Am Freitag,  1. November 2002, 14:44:41 Uhr MET, schrieb Luca Olivetti:
> After an unpdate from 8.2 (if anybody is interested in other problems I 
> had I can post them) I found that many packages have not been updated. 
> In fact in 9.0 they have the same version, but I thought that at least 
> they would have been rebuilt with gcc3.2, so I started to install them 
> afresh from the 9.0 packages. What I see is that the build date is the 
> same as the 8.2 package, so it seems that they haven't been rebuilt. Is 
> that correct?
These packages seem to be the same build if the date and release
number match. All the system packages and C++ apps have been rebuild,
that's the important part. As long as there are no problems, this
should be acceptable.
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




[Cooker] Many packages not rebuilt for 9.0?

2002-11-01 Thread Luca Olivetti
After an unpdate from 8.2 (if anybody is interested in other problems I 
had I can post them) I found that many packages have not been updated. 
In fact in 9.0 they have the same version, but I thought that at least 
they would have been rebuilt with gcc3.2, so I started to install them 
afresh from the 9.0 packages. What I see is that the build date is the 
same as the 8.2 package, so it seems that they haven't been rebuilt. Is 
that correct?

Bye
--
Luca Olivetti
Note.- This message reached you today, it may not tomorrow if you
are using MAPS services. They arbitrarily include in their lists
IP addresses not related in any way to spam, and in so doing are
disrupting Internet connectivity.  Please stop supporting them.
See http://slashdot.org/article.pl?sid=01/05/21/1944247


msg80421/pgp0.pgp
Description: PGP signature


[Cooker] Harddrake and XFdrake problem

2002-11-01 Thread John Johnson

When attempting to run harddrake-1.1.10-1 from either MCC or within a
terminal window, I get the following error message:

Undefined subroutine &network::modem::modem_detect_backend called at
/usr/lib/libDrakX/harddrake/data.pm line 54.

BTW, there's no modem installed.


Secondly, when I attempt to run XFdrake, I get the following error
message:

unable to determine medium of this hdlist file
[/var/lib/urpmi/hdlist.cooker]
/etc/X11/XF86Config-4:8: not in Section

This I find very strange.

John





[Cooker] New Cooker Konqueror and www.mandrakeforum.org

2002-11-01 Thread Alex Chudnovsky
I've encountered some strange behavior of the recent Konqueror regarding 
www.mandrakeforum.org - as I try to enter some article page containing 
comments, the page just constantly refreshes and never stops. Is there 
anybody with the same problem?
-- 

Regards,
Alex Chudnovsky
e-mail : [EMAIL PROTECTED]
ICQ : 35559910





Re: [Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Adam Williamson
On Fri, 2002-11-01 at 10:32, Götz Waschk wrote:
> Hi everyone,
> 
> even with the latest gnome panel I cannot shut my system down as user
> by clicking on the "moon" button in the panel. This doesn't seem to be
> a permissions problem, as I can type poweroff or reboot on the command
> line.
> 
> Is this working for someone?

Nope, seems to be a GNOME problem, has been there since shortly after
Cooker started getting updated again. It doesn't work from Foot / Log
Out, either.
-- 
adamw





Re: [Cooker] Re: 71 modules :)

2002-11-01 Thread Oden Eriksson
fredagen den 1 november 2002 12.46 skrev Jean-Michel Dault:
> Great work!
>
> I'm trying to get mod_frontpage work with 2.0, it should be ready in a
> couple of weeks.

Cool! Good luck!

> By the way, can you put the link to mod_frontpage on your site? The URL
> is http://mirfak.sf.net

Done.

> Jean-Michel
>
> Le mar 29/10/2002 à 18:43, Oden Eriksson a écrit :
> > Hi.
> >
> > I just got the mod_vdbh module to compile, so now we have
> > "apache2-mod_vdbh-2.0.43_1.0.1-1mdk" in cooker too :)
> >
> > It may be so that "apache2-mod_vdbh-2.0.43_1.0.1-1mdk" will obsolete
> > "apache2-mod_v2h-2.0.43_2.0-2mdk", but I'm not really sure yet. More info
> > on this will follow soon.
> >
> > Chears.
> > --
> > Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com
> >
> > Check the "Modules For Apache2" status page at:
> > http://d-srv.com/modules_for_apache2.html

-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com

Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html






Re: [Cooker] Try again: Sound Question

2002-11-01 Thread Rufferto

I just can say the same:

snd-seq-midi3680   0  (autoclean) (unused)
snd-opl3-synth  9860   0  (autoclean) (unused)
snd-seq-instr   4816   0  (autoclean) [snd-opl3-synth]
snd-seq-midi-emul   4880   0  (autoclean) [snd-opl3-synth]
snd-ainstr-fm   1780   0  (autoclean) [snd-opl3-synth]
snd-seq-oss26176   0  (unused)
[root@groo brasix]# lsmod | grep snd
snd-seq-midi3680   0  (autoclean) (unused)
snd-opl3-synth  9860   0  (autoclean) (unused)
snd-seq-instr   4816   0  (autoclean) [snd-opl3-synth]
snd-seq-midi-emul   4880   0  (autoclean) [snd-opl3-synth]
snd-ainstr-fm   1780   0  (autoclean) [snd-opl3-synth]
snd-seq-oss26176   0  (unused)
snd-seq-midi-event  3208   0  [snd-seq-midi snd-seq-oss]
snd-seq33264   2  [snd-seq-midi snd-opl3-synth
snd-seq-instr snd
-seq-midi-emul snd-seq-oss snd-seq-midi-event]
snd-pcm-oss36932   1 
snd-mixer-oss   9016   1  [snd-pcm-oss]
snd-cmipci 15660   2 
snd-pcm55808   0  [snd-pcm-oss snd-cmipci]
snd-mpu401-uart 2752   0  [snd-cmipci]
snd-rawmidi12864   0  [snd-seq-midi snd-mpu401-uart]
snd-opl3-lib5764   0  [snd-opl3-synth snd-cmipci]
snd-timer   9964   0  [snd-seq snd-pcm snd-opl3-lib]
snd-seq-device  3836   0  [snd-seq-midi snd-opl3-synth
snd-seq-oss snd-s
eq snd-rawmidi snd-opl3-lib]
snd-hwdep   3840   0  [snd-opl3-lib]
snd24804   0  [snd-seq-midi snd-opl3-synth
snd-seq-instr snd
-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-cmipci
snd-pcm
 snd-mpu401-uart snd-rawmidi snd-opl3-lib snd-timer snd-seq-device
snd-hwdep]
soundcore   3780   0  [snd]

Thx!

On Fri, 2002-11-01 at 12:48, Lonnie Borntreger wrote:
> On Fri, 2002-11-01 at 05:24, [EMAIL PROTECTED] wrote:
> > Well, haven't tried with this card (think I have a similar one somewere) 
> > but the message essentially means that the OSS emulation for that device 
> > is not loaded.
> > 
> > AFAIK about this:
> > Actually, OSS emulaton modules should be loaded automatically when you 
> > try to access the mixer device (play  > goes wrong. Can you check if snd-mixer-oss gets loaded?
> > You could try manually loading it.
> 
> Thanks for the response.  The mixer module is loaded, that's what
> confuses me the most.
> 
> -> lsmod | grep snd
> snd-pcm-oss38660   0
> snd-seq-midi4096   0 (autoclean) (unused)
> snd-cmipci 18572   2 (autoclean)
> snd-pcm63136   2 (autoclean) [snd-pcm-oss snd-cmipci]
> snd-opl3-lib6660   0 (autoclean) [snd-cmipci]
> snd-hwdep   4160   0 (autoclean) [snd-opl3-lib]
> snd-mpu401-uart 3296   0 (autoclean) [snd-cmipci]
> snd-rawmidi14464   0 (autoclean) [snd-seq-midi
> snd-mpu401-uart]
> snd-seq-oss29504   0 (unused)
> snd-seq-midi-event  3624   0 [snd-seq-midi snd-seq-oss]
> snd-seq37872   2 [snd-seq-midi snd-seq-oss
> snd-seq-midi-event]
> snd-timer  11596   0 [snd-pcm snd-opl3-lib snd-seq]
> snd-seq-device  4112   0 [snd-seq-midi snd-opl3-lib snd-rawmidi
> snd-seq-oss snd-seq]
> snd-mixer-oss  10808   0 [snd-pcm-oss]
> snd29220   0 [snd-pcm-oss snd-seq-midi snd-cmipci
> snd-pcm snd-opl3-lib snd-hwdep snd-mpu401-uart snd-rawmidi snd-seq-oss
> snd-seq-midi-event snd-seq snd-timer snd-seq-device snd-mixer-oss]
> soundcore   4516   0 [snd tvmixer bttv]
> 
> Lonnie
> 
> > > Anyone with this card have a working mixer interface (other than
> > > alsamixer)?  How about a working Mic channel?  This is on an ASUS
> > > A7M266-D motherboard.
> > > 
> > > -> cat /proc/asound/oss/sndstat
> > > Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc2 emulation code)
> > > Kernel: Linux pocket 2.4.19-16mdksmp #1 SMP Fri Oct 4 23:46:33 CDT 2002
> > > i686
> > > Config options: 0
> > > 
> > > Installed drivers:
> > > Type 10: ALSA emulation
> > > 
> > > Card config:
> > > C-Media PCI CMI8738-MC6 (model 55) at 0xc800, irq 10
> > > 
> > > Audio devices:
> > > 0: C-Media PCI DAC/ADC (DUPLEX)
> > > 
> > > Synth devices: NOT ENABLED IN CONFIG
> > > 
> > > Midi devices:
> > > 0: MPU-401 (UART)
> > > 
> > > Timers:
> > > 7: system timer
> > > 
> > > Mixers: NOT ENABLED IN CONFIG
> 
> 
> 






Re: [Cooker] Try again: Sound Question

2002-11-01 Thread Rufferto

Hi everyone!

I have a similar problem... It's another Mainboard, but i've got the
same sound configuration:

Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc2 emulation code)
Kernel: Linux groo 2.4.19-16mdk #1 Fri Sep 20 18:15:05 CEST 2002 i686
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
C-Media PCI CMI8738-MC6 (model 55) at 0xd800, irq 10

Audio devices:
0: C-Media PCI DAC/ADC (DUPLEX)

Synth devices:
0: OPL3 FM

Midi devices:
0: MPU-401 (UART)

Timers:
7: system timer

Mixers:
0: mixer00

On Fri, 2002-11-01 at 12:04, Lonnie Borntreger wrote:
> Maybe if I keep asking, somebody will reply
> 
> Why does it say "Mixers: NOT ENABLED IN CONFIG"
> 
> Anyone with this card have a working mixer interface (other than
> alsamixer)?  How about a working Mic channel?  This is on an ASUS
> A7M266-D motherboard.
> 
> TTFN, 
> Lonnie Borntreger
> 
> 
> -> cat /proc/asound/oss/sndstat
> Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc2 emulation code)
> Kernel: Linux pocket 2.4.19-16mdksmp #1 SMP Fri Oct 4 23:46:33 CDT 2002
> i686
> Config options: 0
> 
> Installed drivers:
> Type 10: ALSA emulation
> 
> Card config:
> C-Media PCI CMI8738-MC6 (model 55) at 0xc800, irq 10
> 
> Audio devices:
> 0: C-Media PCI DAC/ADC (DUPLEX)
> 
> Synth devices: NOT ENABLED IN CONFIG
> 
> Midi devices:
> 0: MPU-401 (UART)
> 
> Timers:
> 7: system timer
> 
> Mixers: NOT ENABLED IN CONFIG
> 
> 
> 
> 






Re: [Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Götz Waschk
Am Freitag,  1. November 2002, 07:32:08 Uhr MET, schrieb Charles A Edwards:
> I can only give a half answer. Running enlightenment w/gnome-panel
> the 'moon' button will close the gnome-panel. Won't log me out since
> I'm not running gnome.

I forgot to mention that both the restart und shutdown functions just
log me out, back to the GDM screen.
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




Re: [Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Charles A Edwards
On Fri, 1 Nov 2002 11:32:42 +0100
Götz Waschk <[EMAIL PROTECTED]> wrote:

> Is this working for someone?

I can only give a half answer.
Running enlightenment  w/gnome-panel the 'moon' button will close the gnome-panel.
Won't log me out since I'm not running gnome.


Charles

 
The real purpose of books is to trap the mind into doing its own thinking.
-- Christopher Morley
--
Charles A Edwards
[EMAIL PROTECTED]
--




Re: [Cooker] Try again: Sound Question

2002-11-01 Thread Lonnie Borntreger
On Fri, 2002-11-01 at 05:24, [EMAIL PROTECTED] wrote:
> Well, haven't tried with this card (think I have a similar one somewere) 
> but the message essentially means that the OSS emulation for that device 
> is not loaded.
> 
> AFAIK about this:
> Actually, OSS emulaton modules should be loaded automatically when you 
> try to access the mixer device (play  goes wrong. Can you check if snd-mixer-oss gets loaded?
> You could try manually loading it.

Thanks for the response.  The mixer module is loaded, that's what
confuses me the most.

-> lsmod | grep snd
snd-pcm-oss38660   0
snd-seq-midi4096   0 (autoclean) (unused)
snd-cmipci 18572   2 (autoclean)
snd-pcm63136   2 (autoclean) [snd-pcm-oss snd-cmipci]
snd-opl3-lib6660   0 (autoclean) [snd-cmipci]
snd-hwdep   4160   0 (autoclean) [snd-opl3-lib]
snd-mpu401-uart 3296   0 (autoclean) [snd-cmipci]
snd-rawmidi14464   0 (autoclean) [snd-seq-midi
snd-mpu401-uart]
snd-seq-oss29504   0 (unused)
snd-seq-midi-event  3624   0 [snd-seq-midi snd-seq-oss]
snd-seq37872   2 [snd-seq-midi snd-seq-oss
snd-seq-midi-event]
snd-timer  11596   0 [snd-pcm snd-opl3-lib snd-seq]
snd-seq-device  4112   0 [snd-seq-midi snd-opl3-lib snd-rawmidi
snd-seq-oss snd-seq]
snd-mixer-oss  10808   0 [snd-pcm-oss]
snd29220   0 [snd-pcm-oss snd-seq-midi snd-cmipci
snd-pcm snd-opl3-lib snd-hwdep snd-mpu401-uart snd-rawmidi snd-seq-oss
snd-seq-midi-event snd-seq snd-timer snd-seq-device snd-mixer-oss]
soundcore   4516   0 [snd tvmixer bttv]

Lonnie

> > Anyone with this card have a working mixer interface (other than
> > alsamixer)?  How about a working Mic channel?  This is on an ASUS
> > A7M266-D motherboard.
> > 
> > -> cat /proc/asound/oss/sndstat
> > Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc2 emulation code)
> > Kernel: Linux pocket 2.4.19-16mdksmp #1 SMP Fri Oct 4 23:46:33 CDT 2002
> > i686
> > Config options: 0
> > 
> > Installed drivers:
> > Type 10: ALSA emulation
> > 
> > Card config:
> > C-Media PCI CMI8738-MC6 (model 55) at 0xc800, irq 10
> > 
> > Audio devices:
> > 0: C-Media PCI DAC/ADC (DUPLEX)
> > 
> > Synth devices: NOT ENABLED IN CONFIG
> > 
> > Midi devices:
> > 0: MPU-401 (UART)
> > 
> > Timers:
> > 7: system timer
> > 
> > Mixers: NOT ENABLED IN CONFIG





Re: [Cooker] Try again: Sound Question

2002-11-01 Thread danny
Well, haven't tried with this card (think I have a similar one somewere) 
but the message essentially means that the OSS emulation for that device 
is not loaded.

AFAIK about this:
Actually, OSS emulaton modules should be loaded automatically when you 
try to access the mixer device (play  Maybe if I keep asking, somebody will reply
> 
> Why does it say "Mixers: NOT ENABLED IN CONFIG"
> 
> Anyone with this card have a working mixer interface (other than
> alsamixer)?  How about a working Mic channel?  This is on an ASUS
> A7M266-D motherboard.
> 
> TTFN, 
> Lonnie Borntreger
> 
> 
> -> cat /proc/asound/oss/sndstat
> Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc2 emulation code)
> Kernel: Linux pocket 2.4.19-16mdksmp #1 SMP Fri Oct 4 23:46:33 CDT 2002
> i686
> Config options: 0
> 
> Installed drivers:
> Type 10: ALSA emulation
> 
> Card config:
> C-Media PCI CMI8738-MC6 (model 55) at 0xc800, irq 10
> 
> Audio devices:
> 0: C-Media PCI DAC/ADC (DUPLEX)
> 
> Synth devices: NOT ENABLED IN CONFIG
> 
> Midi devices:
> 0: MPU-401 (UART)
> 
> Timers:
> 7: system timer
> 
> Mixers: NOT ENABLED IN CONFIG
> 
> 
> 





[Cooker] Did bttv change in 2.4.19-16?

2002-11-01 Thread Lonnie Borntreger
I can no longer see the composite input from my camera on my bttv card. 
Anybody else have the same problem?  I don't know when it stopped
working, I don't use it that often.

Did some module parameters change?

TTFN, 
Lonnie Borntreger






[Cooker] Try again: Sound Question

2002-11-01 Thread Lonnie Borntreger
Maybe if I keep asking, somebody will reply

Why does it say "Mixers: NOT ENABLED IN CONFIG"

Anyone with this card have a working mixer interface (other than
alsamixer)?  How about a working Mic channel?  This is on an ASUS
A7M266-D motherboard.

TTFN, 
Lonnie Borntreger


-> cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v0.9.0rc2 emulation code)
Kernel: Linux pocket 2.4.19-16mdksmp #1 SMP Fri Oct 4 23:46:33 CDT 2002
i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
C-Media PCI CMI8738-MC6 (model 55) at 0xc800, irq 10

Audio devices:
0: C-Media PCI DAC/ADC (DUPLEX)

Synth devices: NOT ENABLED IN CONFIG

Midi devices:
0: MPU-401 (UART)

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG






[Cooker] kdenetwork?

2002-11-01 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Laurent,
Just wonder if there's compile problems for ya (there was for me) or just 
forget to up load it?

I noticed you've gotten to 2mdk on some of the other stuff so I imagine you've 
got a working kdenetwork - it's not nice to not share ;)

- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.JeetKuneDoMaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBPcJdIxFHZPcobeHxAQIP0wP+OdzrvjfEoZGpEgsmeAGL/K4n3J5quig6
tkftEvOQuWzjMJg+LU8RcdfXfQMb4bwa0aWZbA1hB0rafazVFx89NG9mV/IceOVN
Y5/bxlCXYNJJXznJSX3Crjgi499YuKD/vAnlX+i3pqyCwLWYg2q/U04IYd3ol+MH
Q4dZCP8mn08=
=yM/P
-END PGP SIGNATURE-





[Cooker] gnome-panel: still no shutdown from the menu possible

2002-11-01 Thread Götz Waschk
Hi everyone,

even with the latest gnome panel I cannot shut my system down as user
by clicking on the "moon" button in the panel. This doesn't seem to be
a permissions problem, as I can type poweroff or reboot on the command
line.

Is this working for someone?
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




[Cooker] Re: 71 modules :)

2002-11-01 Thread Jean-Michel Dault
Great work!

I'm trying to get mod_frontpage work with 2.0, it should be ready in a
couple of weeks. 

By the way, can you put the link to mod_frontpage on your site? The URL
is http://mirfak.sf.net

Jean-Michel


Le mar 29/10/2002 à 18:43, Oden Eriksson a écrit :
> Hi.
> 
> I just got the mod_vdbh module to compile, so now we have 
> "apache2-mod_vdbh-2.0.43_1.0.1-1mdk" in cooker too :)
> 
> It may be so that "apache2-mod_vdbh-2.0.43_1.0.1-1mdk" will obsolete 
> "apache2-mod_v2h-2.0.43_2.0-2mdk", but I'm not really sure yet. More info on 
> this will follow soon.
> 
> Chears.
> -- 
> Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com
> 
> Check the "Modules For Apache2" status page at: 
> http://d-srv.com/modules_for_apache2.html
> 
> 





Re: [Cooker] Sound problem in 9.0: no line-in

2002-11-01 Thread danny
On Thu, 31 Oct 2002, John & Rebecca wrote:

> 
> Kmixer shows the volume up and non-muted. I've tried both ALSA and OSS to no 
> avail. All other sound works just fine.
I do not know much about recording, as I never use it. But for a start: do 
not use kmixer, use alsamixergui, and spend a few hours to try all ridiculously 
named mixer settings. Please report if you get it working. I hope to 
compile a sort of default mixer setting to get this sort of thing working out of 
the box next release.

Danny


 > 
> I CAN record from the line-in jack, I just can't hear it.
> 
> The card is a Soundblaster LiveValue. The system is AMD-1.1G, running a fresh 
> install of Mdk9.0 with all security updates. I am also running the Win4Lin 
> kernel for Mdk9.0.
> 
> Any ideas?
> 
> Thanks,
> john
> [EMAIL PROTECTED]
> 





[Cooker] Network monitoring bug

2002-11-01 Thread Florent BERANGER
  Hello,  
  
in statistics of Network monitor screen, there is a "Connection time :" label 
with no data at right.   
Please fix it. 
  
I'm connected to interent with a 56k serial modem and the status is 
"connected" for  
info. 
 
  Florent