Re: [Cooker] Try again: Sound Question

2002-11-03 Thread Lonnie Borntreger
On Fri, 2002-11-01 at 10:47, Rufferto wrote:
> On Fri, 2002-11-01 at 17:01, Lonnie Borntreger wrote:
> > On Fri, 2002-11-01 at 06:50, Rufferto wrote:
> > > C-Media PCI CMI8738-MC6 (model 55) at 0xd800, irq 10
> > That's the card.
> > 
> > > Synth devices:
> > > 0: OPL3 FM
> > That I don't have.
> > 
> > > Mixers:
> > > 0: mixer00
> > And that I don't have.
> > 
> > Could you send me a copy of every sound related line in your
> > /etc/modules.conf file?
> > files?
>
> Sure...
> 
> 
> alias sound-slot-0 snd-cmipci
> above snd-cmipci snd-pcm-oss

OK.  I'm still getting nowhere.  Could you send me the following
information?

The lines in the following files dealing with the sound card:
/var/log/messages (there may not be any)
/etc/sysconfig/hwconf

And the following:
cat /proc/ioports
cat /proc/asound/cards
ls /dev/sound
ls /dev/snd


Thanks, 
Lonnie Borntreger






Re: [Cooker] KMail is Broken

2002-11-03 Thread nDiScReEt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 03 November 2002 11:55 pm, nDiScReEt wrote:
> I upgraded the latest cooker and I now can no longer use kmail. I get
> the error popup:
>
> The process for the pop3://mail.speakeasy.net protocol died
> unexpectedly. I tested to see if the pop server on speakeasy might be
> the problem but it works as I am able to receive mail and send this
> message to the list. I am using kdenetwork-3.1-0.rc1.2mdk.

I reboot my computer and now, kmail works again. Interesting


- -- 
- 
Altoine B
Maximum Time Unlimited
Chicago Based and Operated
http://pgp.mit.edu
- 
Where's SANDY DUNCAN?
- 
2.4.19-16mdk
Mandrake Linux release 9.1 (Cooker) for i586
- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE9xh8oxjybQmhmUgYRAusMAKCYWiUrxGPE/owFcxFuCDfKcVuWAACgomOL
LOi3HATai4gh3vwPOJ1E0Cs=
=+Tvv
-END PGP SIGNATURE-





Re: [Cooker] KDEHOME in startkde

2002-11-03 Thread Laurent Montel
Le Saturday 02 November 2002 18:36, David Walser a écrit :
> Thanks Danny.  He probably hasn't applied it because
> I'm not exactly making it easy for him. 

Or perhaps I have other problem to fix before to apply your patch !
So I will apply your patch when I will have time.







Re: [Cooker] missing icons (kde)

2002-11-03 Thread Laurent Montel
Le Sunday 03 November 2002 00:23, David Walser a écrit :
> I wasn't sure where this should be reported, so here I
> am.
>
> The icon for kmix only exists in the locolor set right
> now.  CrystalSVG is missing Kmail (Crystal has it).
> Also, with the kmix icon missing, I got a gear icon,
> but the old ugly gear.  When I hover over I get the
> nice blue gear (48x48).  Hovering over the round blue
> XMMS icon I get the square purple one.  Hovering over
> the green calcultor (w/graph paper and pencil behind
> it) I get a big purple calculator.

Wait kde3.1-rc2
All crystalsvg was not created for kde3.1-rc1


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





Re: [Cooker] Configuring KDE 3.1 Desktop

2002-11-03 Thread Laurent Montel
Le Sunday 03 November 2002 07:56, Bongani Hlope a écrit :
> Hii
>
> When I try to configure my desktop (right clicking on it or using the
> control center), I get the following message:
> There was an error loading module
> 'Configuration/KDE/LookNFeel/desktop.desktop'
> The diagnostics is:
> Library file for libkcm_konq.la not found in path.

It works very well.
What is your kdebase version ?

Regards.

>
> slocate can't find that file in my system.
>
> Thanx





Re: [Cooker] kmix is crazy !

2002-11-03 Thread Laurent Montel
Le Monday 04 November 2002 00:22, Florent BERANGER a écrit :
> kmix in cooker seem to be crazy :
>
> - display volume as 1081325844% !!! when my mouse is
> over kmix icon

Ok I am the same problem !

> next hour in task bar.
> - list 4 sound blaster live ! (I have only one) and don't display my VIA
> integrated card
> - show too  many options for "each" sound blaster live !.

I know.
It's very strange.
I will look at code.

Regards.




[Cooker] kernel-source-2.4.19-18mdk make bzImage fails while compiling smbfssupport.

2002-11-03 Thread Aniruddha Shankar
While compiling kernel-source-2.4.19-18mdk with GCC 2.95.3, make bzImage
fails with the following error:

make[3]: Entering directory `/usr/src/linux-2.4.19-18mdk/fs/smbfs'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-18mdk/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 
-DSMBFS_PARANOIA -nostdinc -I
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include
-DKBUILD_BASENAME=proc  -c -o proc.o proc.c
proc.c: In function `smb_request_ok':
proc.c:783: parse error before `)'
make[3]: *** [proc.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.19-18mdk/fs/smbfs'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.19-18mdk/fs/smbfs'
make[1]: *** [_subdir_smbfs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19-18mdk/fs'
make: *** [_dir_fs] Error 2

kernel 2.4.18-6mdk compiles fine with gcc 2.95.3 and smbfs support is
robust and works well. 

Aniruddha Shankar
Bangalore, India

My kernel configuration file is appended
---cut here-

#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_E820_PROC is not set
# CONFIG_RPMHELPER is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_ISA is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_PM is not set
# CONFIG_APM is not set

#
# ACPI Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not 

[Cooker] conflicts of tetex and xmltex

2002-11-03 Thread Eugenio Diaz
[root@fulgore:/home/linux/mandrake-devel/cooker/cooker/Mandrake/RPMS]# 
rpm -Fvh t*
Preparing...### 
[100%]
file /usr/share/texmf/web2c/pdfxmltex.fmt from install of 
tetex-1.0.7-61mdk conflicts with file from package xmltex-1.9-8mdk
file /usr/share/texmf/web2c/pdfxmltex.log from install of 
tetex-1.0.7-61mdk conflicts with file from package xmltex-1.9-8mdk
file /usr/share/texmf/web2c/xmltex.fmt from install of tetex-1.0.7-61mdk 
conflicts with file from package xmltex-1.9-8mdk
file /usr/share/texmf/web2c/xmltex.log from install of tetex-1.0.7-61mdk 
conflicts with file from package xmltex-1.9-8mdk
[root@fulgore:/home/linux/mandrake-devel/cooker/cooker/Mandrake/RPMS]#

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





[Cooker] KMail is Broken

2002-11-03 Thread nDiScReEt
I upgraded the latest cooker and I now can no longer use kmail. I get 
the error popup:

The process for the pop3://mail.speakeasy.net protocol died 
unexpectedly. I tested to see if the pop server on speakeasy might be 
the problem but it works as I am able to receive mail and send this 
message to the list. I am using kdenetwork-3.1-0.rc1.2mdk.




[Cooker] make bzImage fails on 2.4.19-18mdk while compiling I810 DRM

2002-11-03 Thread Aniruddha Shankar
I'm trying to build kernel-source-2.4.19-18mdk with gcc 2.95.3. While doing make 
bzImage, I get the following error:

make[4]: Entering directory `/usr/src/linux-2.4.19-18mdk/drivers/char/drm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.19-18mdk/include  -Wall -Wstrict-prototype   
 
s -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe   
 
 -mpreferred-stack-boundary=2 -march=i686   -nostdinc -I /usr/lib/gcc-lib/i686-p   
 
c-linux-gnu/2.95.3/include -DKBUILD_BASENAME=i810_drv  -c -o i810_drv.o i810_drv   
 
.c
In file included from i810_drv.c:75:
drm_context.h: In function `i810_context_switch':
drm_context.h:228: parse error before `)'
drm_context.h: In function `i810_context_switch_complete':
drm_context.h:259: parse error before `)'
drm_context.h: In function `i810_addctx':
drm_context.h:319: parse error before `)'
In file included from i810_drv.c:78:
drm_drv.h: In function `i810_setup':
drm_drv.h:323: parse error before `)'
drm_drv.h: In function `i810_takedown':
drm_drv.h:345: parse error before `)'
drm_drv.h: In function `drm_count_cards':
drm_drv.h:504: parse error before `)'
drm_drv.h: In function `drm_init':
drm_drv.h:537: parse error before `)'
drm_drv.h:577: parse error before `)'
drm_drv.h:595: parse error before `)'
drm_drv.h: In function `drm_cleanup':
drm_drv.h:622: parse error before `)'
drm_drv.h:627: parse error before `)'
drm_drv.h: In function `i810_ioctl':
drm_drv.h:888: parse error before `)'
drm_drv.h: In function `i810_unlock':
drm_drv.h:1043: parse error before `)'
In file included from i810_drv.c:99:
drm_fops.h: In function `i810_read':
drm_fops.h:135: parse error before `)'
drm_fops.h:143: parse error before `)'
drm_fops.h:148: parse error before `)'
drm_fops.h: In function `i810_write_string':
drm_fops.h:206: parse error before `)'
In file included from i810_drv.c:102:
drm_lock.h: In function `i810_block':
drm_lock.h:38: parse error before `)'
drm_lock.h: In function `i810_unblock':
drm_lock.h:45: parse error before `)'
drm_lock.h: In function `i810_flush_queue':
drm_lock.h:120: parse error before `)'
drm_lock.h: In function `i810_flush_unblock_queue':
drm_lock.h:151: parse error before `)'
drm_lock.h: In function `i810_flush_block_and_flush':
drm_lock.h:170: parse error before `)'
drm_lock.h: In function `i810_flush_unblock':
drm_lock.h:189: parse error before `)'
drm_lock.h: In function `i810_finish':
drm_lock.h:212: parse error before `)'
In file included from i810_drv.c:105:
drm_proc.h: In function `i810_proc_init':
drm_proc.h:87: parse error before `)'
In file included from i810_drv.c:107:
drm_stub.h: In function `i810_stub_register':
drm_stub.h:125: parse error before `)'
drm_stub.h:133: parse error before `)'
drm_stub.h:137: parse error before `)'
make[4]: *** [i810_drv.o] Error 1
make[4]: Leaving directory `/usr/src/linux-2.4.19-18mdk/drivers/char/drm'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.19-18mdk/drivers/char/drm'
make[2]: *** [_subdir_drm] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.19-18mdk/drivers/char'
make[1]: *** [_subdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19-18mdk/drivers'
make: *** [_dir_drivers] Error 2

I have successfully been able to compile 2.4.18-6mdk and it is currently running (with 
supermount and excellent DRM for the Intel 810) on all computers in the student 
computer centre here.

Aniruddha Shankar
Bangalore, India

My kernel configuration file is appended:
cut here---
#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_E820_PROC is not set
# CONFIG_RPMHELPER is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# C

solved (Re: [Cooker] SMB Printer is skewed)

2002-11-03 Thread Gary Lawrence Murphy

Turned out /etc/alternatives items for lp* were still pointing to
lp*-lpd instead of the lp*-cups versions; manually fixing that and
restarting cups and smb fixed the problem.

-- 
Gary Lawrence Murphy - [EMAIL PROTECTED] - TeleDynamics Communications
   - blog: http://www.teledyn.com/mt/ - biz: http://teledyn.com/ -
  "Computers are useless. They can only give you answers." (Picasso)




[Cooker] error in provides for libdb4.0

2002-11-03 Thread Olivier Thauvin
It seems provides about libdb4.0 are wrong:

[olivier@andromede olivier]$ urpmi --auto-select
Un des paquetages suivants est nécessaire :
 1- libdb4.0-4.0.14-1mdk.i586
 2- libdb4.0-devel-4.0.14-1mdk.i586

btw: I am unable to find the src.rpm on mirror to check the spec file...

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/




[Cooker] SMB Printer is skewed

2002-11-03 Thread Gary Lawrence Murphy

Has anyone seen a situation where smb gives garbage for the name
of the printer?  This is using the RPMs directly with cups and smb
and doing nothing to the default configuration (which looks fine
for my purposes), but what I get with smbclient from any remote
machine is

$ smbclient -U garym -L kato
added interface ip=192.168.70.1 bcast=192.168.70.255 nmask=255.255.255.0
Password: 
Domain=[MDKGROUP] OS=[Unix] Server=[Samba 2.2.1a]

Sharename  Type  Comment
-    ---
IPC$   IPC   IPC Service (Samba Server 2.2.1a)
ADMIN$ Disk  IPC Service (Samba Server 2.2.1a)
the remote ho  Printer   
- cannot open  Printer   
allPrinter   


I can't find reference to "the remote ho" in any Samba docs.  The
relevement smb.conf lines appear to be correctly setting the printer
as a cups system, and I can print to that printer using the cups
service from a remote linux machine.

What's missing in the smb config?

-- 
Gary Lawrence Murphy - [EMAIL PROTECTED] - TeleDynamics Communications
   - blog: http://www.teledyn.com/mt/ - biz: http://teledyn.com/ -
  "Computers are useless. They can only give you answers." (Picasso)




[Cooker] Changing display mode

2002-11-03 Thread Alex Horvath



Hi All
 
I have a Supermac j900 running Mandrake 
8.2PPC.
 
I've got an ATI Xclaim VR (Rage II) and an Apple 
17" Monitor.
 
The current display mode is 800x600 (i think the 
refresh is 75).
 
I'd like to change the display mode to 1024x768 @75 
or 85, but I can't seem to do it. 
 
I figured out that X is using the 
/etc/X11/XF86Config-4 file for the configs, but if I add 1024x768 to the Screen 
section, X errors out with a signal 11.
 
I know that the monitor and card can do 1024x768@75 
because I use this on the MacOS.
 
I've tried the default 1024x768 settings, plus my 
own that I generated at http://xtiming.sourceforge.net
 
Thanks in advance!!!
AH tm.
 


Re: [Cooker] everybuddy-0.4.3-3.20021017.1mdk

2002-11-03 Thread Igor Izyumin
On Sunday 03 November 2002 08:30 pm, Ben Reser wrote:
> There are a number of issues with the version currently in cooker and
> shipped with 9.0.  Many people have experienced lots of crashes with it.
> Apparently the MSN module doesn't work because of a bug in the
> everybuddy build with gcc3.  The Yahoo module has bugs in it that can
> cause the entire app to crash.  Unfortunately even the currently
> released version (0.4.3; cooker is still with 0.4.2) doesn't fix all of
> these issues.
Thanks Ben.  Works rather well.  This should be in the distro, not the 0.4.2 
version (which quite frankly sucks).  Maybe this should be an update?
-- 
-- Igor




[Cooker] everybuddy-0.4.3-3.20021017.1mdk

2002-11-03 Thread Ben Reser
There are a number of issues with the version currently in cooker and
shipped with 9.0.  Many people have experienced lots of crashes with it.
Apparently the MSN module doesn't work because of a bug in the
everybuddy build with gcc3.  The Yahoo module has bugs in it that can
cause the entire app to crash.  Unfortunately even the currently
released version (0.4.3; cooker is still with 0.4.2) doesn't fix all of
these issues.

I've been running a CVS version for the past several weeks.  It seems to
resolve most of the issues and is really rather stable.  I've uploaded
it to incoming and put it on my site.  It's available at:
http://mirror.brain.org/linux/breser/i586/cooker/RPMS/everybuddy-0.4.3-3.20021017.1mdk.i586.rpm

Please use the release number I used... it keeps it compatible with my
0.4.3 packages that a number of people are already using.

Same RPM is good for 9.0.  I also have just the 0.4.3 release (not the
CVS version up).  But that RPM certainly has the Yahoo crashiness in it
and the buggy MSN module.

Lenny, you're listed as the maintainer of the package...  Considering
that you're rather busy with other things I'd be more than happy to take
on maintaining this package.  I've been building my own RPMs of it
anyway just so I can get the fixes which doesn't seem to make their way
to cooker as fast as I would like.

At any rate here are the details on the package I uploaded:
Name: everybuddy   Relocations: (not
relocateable)
Version : 0.4.3 Vendor: MandrakeSoft
Release : 3.20021017.1mdk   Build Date: Sun 03 Nov 2002
04:11:49 PM PST
Install date: Sun 03 Nov 2002 04:15:22 PM PST  Build Host:
occipital.brain.org
Group   : Networking/Instant messaging   Source RPM:
everybuddy-0.4.3-3.20021017.1mdk.src.rpm
Size: 3050279  License: GPL
Packager: Ben Reser <[EMAIL PROTECTED]>
URL : http://www.everybuddy.com/
Summary : Instant messaging client
Description :
Everybuddy is designed to become a Universal Instant Messaging client
designed to seamlessly integrate all existing Instant Messaging clients
and
provide a single consistant user interface. Currently, Everybuddy
supports
sending and receiving messages via AOL, ICQ, Yahoo, MSN, IRC and Jabber.
* Sun Nov 03 2002 Ben Reser <[EMAIL PROTECTED]> 0.4.3-3.20021017.1mdk

- CVS version update, includes fixes for Yahoo and MSN.

-- 
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




Re: [Cooker] Everybuddy MSN support

2002-11-03 Thread Ben Reser
On Sun, Nov 03, 2002 at 04:32:22PM -0600, Igor Izyumin wrote:
> Not on my 9.0 at least - MSN is not in the choices.  How do you activate it?  
> Is it a separate RPM?
> $ rpm -q everybuddy
> everybuddy-0.4.2-2mdk

Okay the module is there... it just won't load because it's missing a
link...
http://lists.spine.cx/archives/everybuddy/2002-June/001457.html

This has been fixed in the CVS version of everybuddy.  I have a RPM of
that version available here:
http://mirror.brain.org/linux/breser/i586/9.0/RPMS/everybuddy-0.4.3-3.20021017.1mdk.i586.rpm

P.S. please don't reply off list... keeping it on list puts it in the
archvies and helps other people.

-- 
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] oooqs: important, but defective

2002-11-03 Thread Philip Webb
if it worked, Oooqs would provide an important front-end to Open Office.
however, neither the 0.9.5 in Contrib nor the 1.0 RPM on the Oooqs site
will work at all on my Mdk 9.0rc1 update from 8.2 (otherwise satisfactory).
i did get it to create an icon in the KDE tray,
which i then deleted with the intention of reordering the Kicker contents
& have not been able to recreate again, despite reinstalling the RPMs;
yes, i did delete the file in  .kde/share/config  .
there is an entry in the KDE menu under Office -> Accessories,
but it simply starts a process without any screen display:
in fact, several such processes can be running simultaneously,
if you try to start Oooqs more than once.  no problem using Open Office itself.

any suggestions?  or do we have to wait till the Oooqs folx get it right?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto




[Cooker] libxml2-2.4.25-2mdk

2002-11-03 Thread Oden Eriksson
Hi.

Could we pleease have this little soft link in the libxml2 package?

--- libxml2.spec2002-10-10 04:59:13.0 -0400
+++ libxml2.spec.oden   2002-11-03 20:04:18.0 -0500
@@ -124,6 +124,8 @@
 %makeinstall_std
 %endif

+ln -s libxml2/libxml $RPM_BUILD_ROOT%{_includedir}/libxml
+
 %clean
 rm -rf $RPM_BUILD_ROOT

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






[Cooker] Mandrake 9.0, CUPS, PrinterDrake and HP DeskJet 400

2002-11-03 Thread Joe English

Just wanted to say that PrinterDrake *rocks*!
Getting printers to work on Unix has always been a
massive headache, but the Mandrake tools make this
messy, complicated job almost easy.

That said, I did run into one hitch :-)

The "recommended" CUPS driver for the HP DeskJet 400
is "GhostScript +hpijs-rss"; unfortunately this one
doesn't seem to work in Mandrake 9.0.  It uses the
/usr/lib/cups/filter/pstoraster filter, which in turn
calls 'gs ... -sDEVICE=cups ...'.  

But the version of GhostScript in Mandrake 9 (ghostscript-7.05-28.1mdk)
doesn't include the 'cups' driver.  (I think this is only
available in the ESP GhostScript distribution, not sure).

I finally got it to work by switching to 'expert' mode 
in printerdrake and selecting the 'GhostScript + pcl3' driver.


--Joe English

  [EMAIL PROTECTED]

  (P.S. I'm not subscribed to the cooker list, please Cc: me on 
  any followups.)




[Cooker] rpmdiff doesn't work?

2002-11-03 Thread Michael Reinsch
Hi!

mr@nibbler ~ $ rpmdiff gscmxx-0.4-0.pre6.1mdk.noarch.rpm
gscmxx-0.4pre6-5mr.noarch.rpm

/usr/bin/rpmdiff: Error parsing header in rpm file:
gscmxx-0.4-0.pre6.1mdk.noarch.rpm, record number: 0.

The RPM itself is ok...

-- 
  Michael Reinsch <[EMAIL PROTECTED]>   http://mr.uue.org





[Cooker] Re: [Contrib-Rpm] gscmxx-0.4-0.pre6.1mdk

2002-11-03 Thread Michael Reinsch
Hi!

On Sun,  3 Nov 2002 21:00:51 +0100 (CET)
Lenny Cartier <[EMAIL PROTECTED]> wrote:

> Name: gscmxx

Thx for adding it. Unfortunatly this won't run because in Config.pm
(/usr/lib/perl5/vendor_perl/5.8.0/SCMxx/Config.pm) the scmxx executable
is missing. It seems that scmxx is also a BuildRequire for gscmxx (at
least it build correctly on my system with scmxx installed).

-- 
  Michael Reinsch <[EMAIL PROTECTED]>   http://mr.uue.org





[Cooker] kmix is crazy !

2002-11-03 Thread Florent BERANGER
kmix in cooker seem to be crazy :  
  
- display volume as 1081325844% !!! when my mouse is
over kmix icon  
next hour in task bar.  
- list 4 sound blaster live ! (I have only one) and don't display my VIA
integrated card
- show too  many options for "each" sound blaster live !.   

here the output of rpm -q kdemultimedia :
kdemultimedia-3.1-0.rc1.2mdk  
  
here the output of rpm -q kdebase :
kdebase-3.1-0.rc1.1mdk  
 
here the output of rpm -q kdelibs :
kdelibs-3.1-0.rc1.1mdk  
   
Here the output of lspcidrake -v for soundcards :  
via82cxxx_audio : VIA Technologies|VT82C686 [Apollo Super AC97/Audio]  
[MULTIMEDIA_AUDIO] (vendor:1106 device:3058 subv:1462 subd:3300)  
snd-emu10k1 : Creative Labs|SB Live! (audio) [MULTIMEDIA_AUDIO] 
(vendor:1102 device:0002 subv:1102 subd:8027) 
 
Here the /etc/modules.conf file :   
alias ppp-compress-26 ppp_deflate
alias eth0 8139too
alias tty-ldisc-13 n_hdlc
above snd-emu10k1 snd-pcm-oss
alias sound-slot-0 via82cxxx_audio
alias ppp-compress-21 bsd_comp
alias tty-ldisc-3 ppp_async
probeall scsi_hostadapter ide-scsi
alias sound-slot-1 snd-emu10k1
probeall usb-interface usb-uhci
alias char-major-108 ppp_generic
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-24 ppp_deflate
   
I join screenshots of kmix (in taskbar & main screen) in tar.bz2 (22ko).   
   
Thanks to take a look to it, 
   
  Florent   



kmixscreenshots.tar.bz2
Description: application/tbz


[Cooker] [TV cards] bttv question

2002-11-03 Thread Florent BERANGER
Is there a problem with bttv driver and old PCTV cards ?  
Only one channel works, scantv return no tuner found and there is no sound.  
  
I don't have a PCI TV card but I have noted that on some machines.  
  
Is anyone have experienced this problem with these old cards ?  
  
Thanks,  
  
  Florent 
 
PS : is anyone can resolve the problem of kwintv/qtvision (no device listed at 
start) ? 





[Cooker] Bug in Crux theme

2002-11-03 Thread J.A. Magallón
Hi all...

Using the crux engine, when you have a long long scrollable list, the scroll
bar thumb is badly redrawn, no borders and rotated 90 deg (see attached image).

This patch to /usr/share/themes/Crux/gtk-2.0/gtkrc corrects it

--- /usr/share/themes/Crux/gtk-2.0/gtkrc.org2002-11-03 23:10:41.0 +0100
+++ /usr/share/themes/Crux/gtk-2.0/gtkrc2002-11-03 23:17:53.0 +0100
@@ -58,6 +58,7 @@
   GtkRange::trough_border = 2
 
   GtkScale::slider_length = 16
+  GtkScrollbar::min_slider_length = 16
   GtkCheckButton::indicator_size = 10
   GtkCheckButton::indicator_spacing = 3
 
Please, couldo you apply this ?

TIA

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like sex:
werewolf.able.es \   It's better when it's free
Mandrake Linux release 9.1 (Cooker) for i586
Linux 2.4.20-rc1-jam1 (gcc 3.2 (Mandrake Linux 9.0 3.2-2mdk))

<>

[Cooker] kde 3.1rc1: kdm no longer starts

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

Hallo!

I've upgraded from 3.1beta2 to rc1 and now kdm nor kde start... what  can I 
do?  Where can I have a look??  8-?

PD  I'm interested in kde 3.1 because it's got kpilot and I use korganizer as 
calendar program...
- -- 
  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)

iD8DBQE9xZpnok8j9RhtetwRAggKAJ9uehkhK72ifExvtInF2KXQxTFEaQCghHpL
8r2lXCDykLDa9OQCk6ci380=
=W06+
-END PGP SIGNATURE-





[Cooker] 74 modules

2002-11-03 Thread Oden Eriksson
Hi.

I'm just done with "apache2-mod_dav_svn-2.0.43_0.14.5-0.r3578.1mdk", please 
give it a try.

This module was requested by Tom Jordan and was pretty difficult to fix...

-- 
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






[Cooker] katoob-01112002-1mdk

2002-11-03 Thread Ben Reser
Uploaded katoob 01112002 to incoming.  
It's also on my site at:
http://mirror.brain.org/linux/breser/

Changes for this version:
 * Rewrote all the language routines to facilitate the addition of other 
   encodings.
 * RTL, LTR are now radio buttons "patch by Jens Askengren".
 * Fixed a bug that caused the main window to be destroyed when
   choosing cancel or saving fails. when prompted to save the files
   upon exit.
 * Updated Polish translation
 * BIDI algorithm "EXPERIMENTAL"
 * Fixed a bug with the about box that allowed opening 2
   dialogs.
 * Fixed a bug that prevents the display of the close button
   when choosing "No" upon trying to open a non existing file from the
   recent menu.
 * Re organised the commandline files opening routines.
   "reading from stdin works if '-' is anywhere"
 * The statusbar now displayes the encoding

Name: katoob   Relocations: (not
relocateable)
Version : 01112002  Vendor: MandrakeSoft
Release : 1mdk  Build Date: Sun 03 Nov 2002
11:48:48 AM PST
Install date: Sun 03 Nov 2002 11:51:08 AM PST  Build Host:
occipital.brain.org
Group   : Editors   Source RPM:
katoob-01112002-1mdk.src.rpm
Size: 210444   License: GPL
Packager: Ben Reser <[EMAIL PROTECTED]>
URL : http://www.arabeyes.org/project.php?proj=Katoob
Summary : Katoob, A light weight Gtk2 multilingual text editor
Description :
Katoob is a light weight Gtk2 multilingual text editor
that supports arabic initially
* Sun Nov 03 2002 Ben Reser <[EMAIL PROTECTED]> 01112002-1mdk

- new version 01112002

-- 
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] Re: [Contrib-Rpm] id3lib-3.8.1-1mdk

2002-11-03 Thread Charles A Edwards
On Sun,  3 Nov 2002 14:45:30 +0100 (CET)
Götz Waschk <[EMAIL PROTECTED]> wrote:

> Name: id3lib   Relocations: (not relocateable)
> Version : 3.8.1 Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Sun Nov  3 14:34:30 2002
> Install date: (not installed)   Build Host: klama.mandrake.org
> Group   : Sound Source RPM: (none)
> Size: 725564   License: LGPL
> Packager: Götz Waschk <[EMAIL PROTECTED]>


id3v2 needs to be rebuilt for this with
 BuildRequires: libid3lib3.8_0-devel


Charles

 
667:
The neighbor of the beast.
--
Charles A Edwards
[EMAIL PROTECTED]
--




Re: [Cooker] Everybuddy MSN support

2002-11-03 Thread Ben Reser
On Sun, Nov 03, 2002 at 12:34:18PM -0600, Igor Izyumin wrote:
> Can someone explain why everybuddy in Mandrake 9.0 doesn't have MSN support 
> compiled in while the one in 8.2 does?

Umm 9.0 does have MSN support compiled in.


-- 
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] drakwizard pngfile

2002-11-03 Thread Marcel Pol

Hello,
When using drakconf/drakwizard, and selecting "dns client" in server
configuration, I get this error:
gtkcreate_png: missing png file
/home/logarno/soft/wizard_perl/test/client_wizard/images/DNS.png at
/usr/lib/libDrakX/ugtk.pm line 801.
It seems to try to load the wrong png file and stop there.

Using here:
drakxtools-1.1.10-1mdk
drakwizard-0.2-14mdk

I spoke someone on irc who used 9.0 with updates, and got the error:
Can't locate
/home/logarno/soft/wizard_perl/test/client_wizard/scripts/Clientconf.pm in
@INC (@INC contains: /usr/lib/libDrakX
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at
/usr/sbin/drakwizard line 113.

drakwizard-0.2-13mdk
drakxtools-1.1.9-53.1mdk

--
Marcel Pol

Linux 2.4.19-18mdk-ringworld.1, up 3 days, 1:01
Registered User #163523





Re: [Cooker] Perl 5.8.0

2002-11-03 Thread Kim Schulz
On Sun, 3 Nov 2002 19:26:49 +0100
Oden Eriksson <[EMAIL PROTECTED]> wrote:
> söndagen den 3 november 2002 19.04 skrev Kim Schulz:
> > hi
> > Is there a perl 5.8.0 package availble for MDK9.0/cooker?
> 
> huh?
> 
> it's in there... did you mean 5.6.1?

oh sorry! I was testing the version on the wrong terminal which was a
remote box.  


-- 
Kim Schulz - Freelance Development | Etiquette is for those with no
Email  : kim @ schulz.dk   | breeding; fashion for those with
Tlf: 51904262  | no taste. 




[Cooker] Everybuddy MSN support

2002-11-03 Thread Igor Izyumin
Can someone explain why everybuddy in Mandrake 9.0 doesn't have MSN support 
compiled in while the one in 8.2 does?
-- 
-- Igor




Re: [Cooker] Perl 5.8.0

2002-11-03 Thread Oden Eriksson
söndagen den 3 november 2002 19.04 skrev Kim Schulz:
> hi
> Is there a perl 5.8.0 package availble for MDK9.0/cooker?

huh?

it's in there... did you mean 5.6.1?

-- 
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






[Cooker] Problem of interaction between hotplug and the sound

2002-11-03 Thread Eric Piel
Hello,

I have a problem on my laptop that may affect a lot of other laptop
users now that ALSA is the default sound driver.

During the boot procedure just after the pcmcia module is loaded
hotplug is launched. I'm not sure why because there is not any
explicit command in the scripts but I assume it's automatic when the
pcmcia module is loaded.
Until now everything is fine: it tries to coldplug my pcmcia
network card and it succeeds.

The problem is that it also coldplug *all* my pci devices. This is a
bit weird because I allready have normal scripts to do load the
modules for those devices. The main problem is with alsa because when
the alsa script try to start alsa it detect it as already loaded and
directly stop without doing any post loading operations.
Therefore the mixer settings are not restored and I can't hear any
sound until I launch a mixer and set the volume by hand.
The problem may even be worth sometimes when hotplug try first to load
the oss module before the alsa module => no alsa sound available => no
sound in kde.

So what should I do? It seems stupid to put in blacklist all my pci
cards (even if it's what I've done so far). Should I consider the
coldpluging as the 'right way' to do load the module and try to port
all the clever things done in the rc scripts to hotplug?

Eric





[Cooker] Perl 5.8.0

2002-11-03 Thread Kim Schulz
hi
Is there a perl 5.8.0 package availble for MDK9.0/cooker?


-- 
Kim Schulz - Freelance Development | Sometimes even to live is an act
Email  : kim @ schulz.dk   | of courage.   -- Seneca 
Tlf: 51904262  | 




[Cooker] KDE musings...

2002-11-03 Thread Gary Greene
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Where'd the information section in the KDE Control Centre go? I think that it 
became a seperate app called kinfocenter, but when I try to run it I get told 
that that doesn't exist. Insight to this would be great.

- -- 
Gary Greene  
 
Sent from seele.gvsu.edu
 12:00:25  up  7:52,  3 users,  load average: 0.32, 0.25, 0.25
 
=
Founder and president of GVLUG.  
Chairman and Project Lead of the E-media Committee of AltReal.   
PHONE : 331-0562 
EMAIL : [EMAIL PROTECTED]   
[EMAIL PROTECTED] 
=
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE9xVc+Vg8c0/GZcW8RAhLLAJ9Rw3otNIb1LOWwadoqtYsjMvVmvQCfWM5S
8FF/xVlGzZe3cTlPenDsLHg=
=1t9E
-END PGP SIGNATURE-





Re: [Cooker] KDE session manager loading multiples

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

It's actually any app that will allow multiple instances of itself. Try with 
gimp or something of the like also.

What I had to do was turn off session handling and start everything I wanted 
from within my autostart dir for kde - no biggie.



On Sunday 03 November 2002 08:47, Michael Braun wrote:
> Hi,
>
> I've the same problem with beta2/rc1 and gkrellm. But at this moment really
> only with this application. So it could be an incompatibility with these 2
> applications. I hope this "bug" will be fixed soon.
>
> bye,
> michael
>
> ps: Tommorow I will test on my Debian Box at work if this is a MDK Bug.
>
> #rpm -qa|grep gkrellm
> gkrellm-2.0.4-2mdk
> gkrellm-plugins-2.0.4-1mdk
> gkrellm-themes-0.2-2mdk
>
> Am Samstag, 2. November 2002 19:46 schrieb Jason Straight:
> > Is this a known kde bug in rc/beta or somehow mdk influenced?
> >
> > ie. Every time I start a kde session it opens 1 more gkrell than was
> > there when I closed the session.
> >
> > I was hoping this would go away with rc-1 but it's still there.

- -- 
"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)

iQCVAwUBPcVSkBFHZPcobeHxAQIhwAQArcScQ/zbBoIbzAK1ICrgM3A6eRumuMxC
rFiVZVcL5EUw+htA0wJKTCbGmk0OmDTmd4iydtFfKX4DKs9KKiLzGcsm5qhdfG8R
NfrhLkH9HGlKJlwRtRmu02w5QTZDj+QYJrCU60XzscdvYOZ66lbjn7YWtuvWyIa7
nf6XetKnkJg=
=yn4h
-END PGP SIGNATURE-





[Cooker] request for update - gstreamer

2002-11-03 Thread Adam Williamson
Gstreamer 0.4.2 is out.
-- 
adamw





[Cooker] Micro package manager

2002-11-03 Thread Luca Olivetti
Did you look at the uPM (micro package manager)
at http://u-os.org/upm.html ?
Interesting ideas. I'm not sure they can be incorporated into RPM, but 
some of them could be incorporated in the supporting tools (urpm*).
I particularly like the idea of triggers (no, they're not the rpm 
triggers) and the management of configuration files changes (some of it 
has been implemented in rpmdrake but in a less useful manner).
Other characteristics of the uPM system can be/have been accomplished 
with clever rpm macros. Take a look, you won't be disappointed.


--
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


msg80511/pgp0.pgp
Description: PGP signature


Re: [Cooker] KDE session manager loading multiples

2002-11-03 Thread Michael Braun
Hi,

I've the same problem with beta2/rc1 and gkrellm. But at this moment really 
only with this application. So it could be an incompatibility with these 2 
applications. I hope this "bug" will be fixed soon.

bye,
michael

ps: Tommorow I will test on my Debian Box at work if this is a MDK Bug.

#rpm -qa|grep gkrellm
gkrellm-2.0.4-2mdk
gkrellm-plugins-2.0.4-1mdk
gkrellm-themes-0.2-2mdk

Am Samstag, 2. November 2002 19:46 schrieb Jason Straight:
> Is this a known kde bug in rc/beta or somehow mdk influenced?
>
> ie. Every time I start a kde session it opens 1 more gkrell than was there
> when I closed the session.
>
> I was hoping this would go away with rc-1 but it's still there.





[Cooker] 73 modules

2002-11-03 Thread Oden Eriksson
Hi.

I have just (re)packed apache2 against db4 and with mod_ldap, so now we have 
73 modules for apache2. Please holler if apache2 breaks something because of 
this. There's 3 more modules pending. I'm currently working on this one:

http://d-srv.com/Cooker/SRPMS/subversion-0.14.5-1mdk.src.rpm
http://d-srv.com/Cooker/SPECS/subversion.spec

(a draft)

But I'm getting:

Cannot load /etc/httpd/2.0/extramodules/mod_dav_svn.so into server: 
/etc/httpd/2.0/extramodules/mod_dav_svn.so: undefined symbol: 
ap_get_module_config

Expecting an answer from the subversion development mailinglist soon about 
this. But everyone's welcome to try solve this issue.

Thanks in advance.

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] Recent Konqueror and NS plugins

2002-11-03 Thread Alex Chudnovsky
On Sunday 03 November 2002 13:54, Luca Olivetti wrote:
> Leon Brooks wrote:
> > Using OSS? Tried ALSA?
>
> Maybe it's unrelated, but ALSA may not be the best option: with the
> stock kernel in 9.0, each time I started an application using full
> duplex, the machine would lock hard.
I've had several times XMMS locking hard - and it's not full duplex. OTOH, 
artsd does use full duplex. I see absolutely no reason to run XMMS via artsd 
with artsdsp, for I've got SB Live! meaning 32 PCM channels mixed in 
hardware. And that is perfectly supported by ALSA. But who knows, it may be 
some interaction of XMMS and artsd with ALSA that does the lockup.
> Switched to OSS and it's working fine (this application at least).
MIDI? ALSA does support MIDI, OSS doesn't support it yet.
>
> Bye

-- 

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





[Cooker] Contrib: fonts-ttf-arabic-1.0-1mdk.src.rpm

2002-11-03 Thread Mohammed Sameer
Hi, 
i'd like to contribute a GPLed Arabic ttf
I've uploaded the SRPM to ftp.linux-mandrake.com/incoming
-- 

-- Katoob Main Developer
Linux registered user # 224950
ICQ # 58475622
With Great Power, Comes Great Responsibilities.



msg80507/pgp0.pgp
Description: PGP signature


Re: [Cooker] Recent Konqueror and NS plugins

2002-11-03 Thread Luca Olivetti
Leon Brooks wrote:



Using OSS? Tried ALSA?


Maybe it's unrelated, but ALSA may not be the best option: with the 
stock kernel in 9.0, each time I started an application using full 
duplex, the machine would lock hard.
Switched to OSS and it's working fine (this application at least).

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


msg80506/pgp0.pgp
Description: PGP signature


Re: [Cooker] Recent Konqueror and NS plugins

2002-11-03 Thread Alex Chudnovsky
On Sunday 03 November 2002 12:37, Leon Brooks wrote:
> > When Konqueror is already locked, there is no help to kill artsd. After I
> > try to kill it, even 'ps' just stalls there, and there is even no
> > possibility to reboot - the system just stalls waiting for some process
> > to finish.
>
> Bleah. I've never seen anything that bad from a plugin. I wonder what else
> is wrong?
A lot. For example, when I log in in the text console, the system takes a lot 
of time to reboot or just stalls UNTIL I EXIT THE TEXT CONSOLE SESSION. I 
suspect that somewhere there are a lot of some .rpmnew's and that some old 
versions of initscripts just don't play good anymore with the recent version 
of the system - it has been continuously upgraded since Mandrake 6.0, 
including several hardware upgrades and transfers to newer discs.
>
> > But, when I stop
> > artsd before I try to load the site, the plugins work. I'll try to play
> > with artsd options - let's see what the reason may be. As I guess, artsd
> > tries to lock /dev/dsp, and then nspluginviewer just stalls while waiting
> > for /dev/dsp to be freed. But why the hell artsd  should behave like this
> > in case of SB Live!? There is no reason to lock /dev/dsp as there are 32
> > channels. There is almost no reason for artsd even to exist in this case
> > - as the sound channel mixing is done in HARDWARE.
>
> Using OSS? Tried ALSA?
Using ALSA.
>
> Cheers; Leon

-- 

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





Re: [Cooker] Recent Konqueror and NS plugins

2002-11-03 Thread Leon Brooks
On Sunday 03 November 2002 05:30 pm, Alex Chudnovsky wrote:
> On Sunday 03 November 2002 03:06, Leon Brooks wrote:
> > On Sunday 03 November 2002 04:47 am, David Walser wrote:
> > Alex Chudnovsky <[EMAIL PROTECTED]> wrote:
> > > The recent Konqueror ( 3.1 rc1 ) just hangs when trying to load
> > > Netscape plugins. The nspluginviewer process is in the 'D' state,
> > > probably blocking some system resources, and the worst is that
> > > there is no way to remove such process but by rebooting the system.
> > > Anybody with the same problem?

> > Probably locking on sound. Try killing your sound daemon (probably artsd)
> > and see what happens.
>
> When Konqueror is already locked, there is no help to kill artsd. After I
> try to kill it, even 'ps' just stalls there, and there is even no
> possibility to reboot - the system just stalls waiting for some process to
> finish.

Bleah. I've never seen anything that bad from a plugin. I wonder what else is 
wrong?

> But, when I stop
> artsd before I try to load the site, the plugins work. I'll try to play
> with artsd options - let's see what the reason may be. As I guess, artsd
> tries to lock /dev/dsp, and then nspluginviewer just stalls while waiting
> for /dev/dsp to be freed. But why the hell artsd  should behave like this
> in case of SB Live!? There is no reason to lock /dev/dsp as there are 32
> channels. There is almost no reason for artsd even to exist in this case -
> as the sound channel mixing is done in HARDWARE.

Using OSS? Tried ALSA?

Cheers; Leon





Re: [Cooker] Recent Konqueror and NS plugins

2002-11-03 Thread Alex Chudnovsky
On Sunday 03 November 2002 03:06, Leon Brooks wrote:
> On Sunday 03 November 2002 04:47 am, David Walser wrote:
>
> Alex Chudnovsky <[EMAIL PROTECTED]> wrote:
> > The recent Konqueror ( 3.1 rc1 ) just hangs when trying to load
> > Netscape plugins. The nspluginviewer process is in the 'D' state,
> > probably blocking some system resources, and the worst is that
> > there is no way to remove such process but by rebooting the system.
> > Anybody with the same problem?
>
> Probably locking on sound. Try killing your sound daemon (probably artsd)
> and see what happens.
>
When Konqueror is already locked, there is no help to kill artsd. After I try 
to kill it, even 'ps' just stalls there, and there is even no possibility to 
reboot - the system just stalls waiting for some process to finish. Keyboard 
reacts and all that, but no advancement. But, when I stop artsd before I try 
to load the site, the plugins work. I'll try to play with artsd options -  
let's see what the reason may be. As I guess, artsd tries to lock /dev/dsp, 
and then nspluginviewer just stalls while waiting for /dev/dsp to be freed. 
But why the hell artsd  should behave like this in case of SB Live!? There is 
no reason to lock /dev/dsp as there are 32 channels. There is almost no 
reason for artsd even to exist in this case - as the sound channel mixing is 
done in HARDWARE.
> Cheers; Leon

-- 

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





[Cooker] fluxbox-0.1.12-4mdk

2002-11-03 Thread Ben Reser
I added the remember patch.  Myself and a couple other people have been
running this patch for the last couple days without any problems.  It
adds support for fluxbox to remember various properties about a window
between sessions and to start apps in a Startup menu.  I also fixed a
missing prereq chkfontpath.

Lenny, ignore the fluxbox.spec I uploaded... the SRPM is in incoming
though.  

For those that want to play with this before it gets pulled into contrib
it's on my site as 3.1mdk:
http://mirror.brain.org/linux/breser/


Name: fluxbox  Relocations: /usr 
Version : 0.1.12Vendor: MandrakeSoft
Release : 4mdkBuild Date: Fri 01 Nov 2002
03:16:43 PM PST
Install date: Fri 01 Nov 2002 03:20:47 PM PST  Build Host:
occipital.brain.org
Group   : Graphical desktop/Other   Source RPM:
fluxbox-0.1.12-3.1mdk.src.rpm
Size: 975570   License: MIT
Packager: Ben Reser 
URL : http://fluxbox.sourceforge.net
Summary : Fluxbox is a windowmanager that is based on Blackbox.
Description :

Fluxbox is yet another windowmanager for X.  It's based on the Blackbox
0.61.1
code. Fluxbox looks like blackbox and handles styles, colors, window
placement
and similar thing exactly like blackbox (100% theme/style
compatibility).  So
what's the difference between fluxbox and blackbox then?  The answer is:
LOTS!

Have a look at the homepage for more info ;)

* Fri Nov 01 2002 Ben Reser  0.1.12-4mdk
- Added remember patch
- Add prereq on chkfontpath to shut rpmlint up.

-- 
Ben Reser 
http://ben.reser.org

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




[Cooker] wine problems

2002-11-03 Thread Florent BERANGER
-the patch must be applyed to have cdrom configuration under wine !  
 
-when I try to launch the Half-life installer I have the following  
error (in gui, I have a blank message box with a red cross->exit) :  
 
... 
err:win32:_EnterSysLevel (0x40134744, level 1): Holding 0x408a7c68, level 2. 
Expect deadlock! 
err:win32:_EnterSysLevel (0x40134744, level 1): Holding 0x408a7c68, level 2. 
Expect deadlock! 
err:win32:_EnterSysLevel (0x40134744, level 1): Holding 0x408a7c68, level 2. 
Expect deadlock! 
err:font:ReadFontDir Can't open directory 
"/usr/X11R6/lib/X11/fonts/drakfont/ttf" 
mcop warning: user defined signal handler found for SIG_PIPE, overriding 
err:wave:ARTS_WaveInit arts_init() failed (-1) 
err:win:WIN_FindWndPtr window 10021 belongs to other process 
[cosmicflo@cosmic cosmicflo]$ 
 
Thanks to fix it, 
  Florent 
 





Re: [Cooker] Recent Konqueror and NS plugins

2002-11-03 Thread Alex Chudnovsky
On Saturday 02 November 2002 23:42, Gary Greene wrote:
> On Saturday 02 November 2002 04:33 pm, Alex Chudnovsky wrote:
> > On Saturday 02 November 2002 22:47, David Walser wrote:
> > > Works for me.  Only exception is when using over
> > > remote X and flash is called, then it hangs.  If I
> > > killall nspluginviewer I'm back in business.
> >
> > I can't kill it, that's a problem. And the X is local, not remote.
>
> Tried a kill -15 on it? That should stop it (hopefully.)
No, that doesn't help. It's  impossible to kill a process in uninterruptible 
sleep state. The process is waiting for some I/O that just never finishes. 
And I would give much to know which I/O it is waiting for and whether there 
is some way to remove this process altogether by some other means than 
'kill''.

-- 

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





[Cooker] SCSI scanner support

2002-11-03 Thread Florent BERANGER
  Hello, 
 
Is anyone working on SCSI scanner support in scannerdrake ? 
 
Thanks, 
 
  Florent