Re: [Cooker] lilo new feature?

2002-07-05 Thread Todd Lyons

[EMAIL PROTECTED] wrote on Sat, Jul 06, 2002 at 01:00:10AM -0400 :

> Look up the "optional" flag under man lilo.conf_but_ personally I'd 

Sweet, I didn't even notice that it was added with the optional flag.
Thanks.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk



msg67044/pgp0.pgp
Description: PGP signature


Re: [Cooker] lilo new feature?

2002-07-05 Thread dwild+cooker

Look up the "optional" flag under man lilo.conf_but_ personally I'd 
rather have lilo fail if i typo the config file...if it was called by 
a script, you could evaluate the exit code and restore a backup boot 
sector.

On Fri, 5 Jul 2002, Todd Lyons wrote:

> Date: Fri, 5 Jul 2002 21:45:10 -0700
> From: Todd Lyons <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: [Cooker] lilo new feature?
> 
> I just saw something for the first time:
> 
> [root@fiji ~]# lilo 
> Added linux
> Added linux-nonfb
> Added failsafe
> Added floppy
> Added 2418-18
> Added 2418-19
> Added 2418-20
> Added 2418-21 *
> [root@fiji ~]# rpm -e kernel-2.4.18.18mdk
> [root@fiji ~]# lilo
> Added linux
> Added linux-nonfb
> Added failsafe
> Added floppy
> Skipping /boot/vmlinuz-2.4.18-18mdk
> Added 2418-19
> Added 2418-20
> Added 2418-21 *
> 
> Skipping?  The man page says nothing about it and I don't recall anybody
> mentioning it here.  Interesting.  Seems like a good way to avoid hosing
> your system if you have a typo in your config file.
> 
> Blue skies... Todd
> 





[Cooker] lilo new feature?

2002-07-05 Thread Todd Lyons

I just saw something for the first time:

[root@fiji ~]# lilo 
Added linux
Added linux-nonfb
Added failsafe
Added floppy
Added 2418-18
Added 2418-19
Added 2418-20
Added 2418-21 *
[root@fiji ~]# rpm -e kernel-2.4.18.18mdk
[root@fiji ~]# lilo
Added linux
Added linux-nonfb
Added failsafe
Added floppy
Skipping /boot/vmlinuz-2.4.18-18mdk
Added 2418-19
Added 2418-20
Added 2418-21 *

Skipping?  The man page says nothing about it and I don't recall anybody
mentioning it here.  Interesting.  Seems like a good way to avoid hosing
your system if you have a typo in your config file.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg67042/pgp0.pgp
Description: PGP signature


Re: [Cooker] Cooker weird behavior

2002-07-05 Thread Todd Lyons

Todd Lyons wrote on Fri, Jul 05, 2002 at 09:24:54PM -0700 :
> 
> The interesting thing is that userhelper *is* suid root.

Well, removing the suid bit produces this:
[todd@fiji ~]$ mcc
userhelper must be setuid root

Adding the suid bit back produces this:
[todd@fiji ~]$ mcc
Segmentation fault

Hopefully all my messages combined provides someone a pointer 
in the right direction to figure out where it is segfaulting.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg67041/pgp0.pgp
Description: PGP signature


Re: [Cooker] Why ?

2002-07-05 Thread Todd Lyons

OS wrote on Fri, Jul 05, 2002 at 09:29:38PM +0100 :
> Please, please could someone tell me exactly why it is considered a good idea 
> to thrash the disc and clobber the system by doing all this :
>run-parts

ls -l /etc/cron.daily
ls -l /etc/cron.hourly

Remove the msec link and you get rid of a small portion of the
clobbering.  Remove the slocate link and you get rid of a good bit of
the clobbering.  Remove the logrotate and you run out of disk space
soon.  It's up to you really.

The real question is, "what are you doing up at 4 AM"?  :)

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg67040/pgp0.pgp
Description: PGP signature


Re: [Cooker] Cooker weird behavior

2002-07-05 Thread Todd Lyons

Todd Lyons wrote on Fri, Jul 05, 2002 at 09:17:23PM -0700 :
> 
> Wow, it dies right after receiving an answer from the font server
> apparently.

Wrong.

from 'strace -f':

[pid 10885] execve("/usr/sbin/userhelper", ["/usr/sbin/userhelper",
"-d", "5,4,2", "-w", "mcc"], [/* 50 vars */]) = 0

[pid 10885] write(2, "userhelper must be setuid root\n", 31userhelper
must be setuid root ) = 31
[pid 10885] _exit(6)

The interesting thing is that userhelper *is* suid root.

Sorry for the very inacurrate original post on my part.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg67039/pgp0.pgp
Description: PGP signature


Re: [Cooker] Cooker weird behavior

2002-07-05 Thread Todd Lyons

Simone Riccio wrote on Thu, Jul 04, 2002 at 04:41:18PM +0200 :
> Here it is... if anyone wants to have a look i attached strace output

 
> connect(3, {sin_family=AF_UNIX, path="/tmp/.X11-unix/X0"}, 19) = 0
 Lots of stuff reading in configs
 A few instances of talking to xfs, then:
> write(3, "\2\0\4\0\27\0\300\2\0\10\0\0\275\205\2\1\f\1\4\0\27\0\300"..., 312) = 312
> read(3, "\23\0o\0\27\0\300\2\27\0\300\2\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
> read(3, "\23\0q\0\24\0\300\2\24\0\300\2\0\370\v\10\250a\\\10\24"..., 32) = 32
> read(3, "\23\0v\0\30\0\300\2\30\0\300\2\0\370\v\10\250a\\\10\30"..., 32) = 32
> read(3, "\23\0{\0\31\0\300\2\31\0\300\2\0\370\v\10\250a\\\10\31"..., 32) = 32
> read(3, "\1\3~\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\330\33"..., 32) = 32
> --- SIGSEGV (Segmentation fault) ---
> +++ killed by SIGSEGV +++

Wow, it dies right after receiving an answer from the font server
apparently.  A backtrace didn't seem to give much more info than that
either:

Core was generated by `userdrake'.
Program terminated with signal 11, Segmentation fault.
#0  0x40120d89 in ?? ()
(gdb) bt full
#0  0x40120d89 in ?? ()
No symbol table info available.
Cannot access memory at address 0x0

Not much there to work with :(

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg67038/pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: [CHRPM] filesystem-2.1.3-5mdk

2002-07-05 Thread Todd Lyons

Salane King wrote on Wed, Jul 03, 2002 at 09:10:06PM -0400 :
> rm -rf /mnt/cdrom
> rm: cannot change to directory `/mnt/cdrom': Input/output error
> > Try removing /mnt/cdrom and installing the package,
> > I've had to do something like this before.

umount /mnt/cdrom
umount /mnt/floppy
urpmi filesystem
mount /mnt/cdrom
mount /mnt/floppy

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg67035/pgp0.pgp
Description: PGP signature


[Cooker] alsa init script broken

2002-07-05 Thread Brian J. Murrell

In the most recent alsa init script in initscripts, everything hinges
on the assumption that the alsa drivers won't be loaded when that
script starts.  That is fine for actually loading the drivers, but the
"alsactl restore" is buried deep in there too.

So the result is that if your alsa drivers get loaded before the alsa
init script with something like (from modules.conf)

  # make sure the sound card is loaded before btaudio
  below btaudio sound-slot-0

(which forces alsa to load before btaudio, which is loaded before the
alsa init script) you don't get your line levels restored with
"alsactl restore".

alsactl restore should be separated out from acutally loading the
drivers.

b.

-- 
Brian J. Murrell



msg67034/pgp0.pgp
Description: PGP signature


[Cooker] DrakX: hardware detection - modules.conf empty

2002-07-05 Thread rcc


testing the new DrakX, main issue seems to be hardware detection

- modules.conf empty after install
- NIC was detected but not put into modules.conf
- burner not detected, missing ide-scsi
- soundcard not detected, esssolo1, well haven't yet got alsa to run it
anyway

on a side note: the three new security level buttons seem non-functional

- Mark





Re: [Cooker] rsync switches

2002-07-05 Thread Peter Ruskin

On Friday 05 Jul 2002 19:15, Tech At Mathco Dot Com wrote:
> I got rsync working ok, trying to rsync the cooker
> directory from sunet right now. But my problem is,
> it keeps timing out on large files (i have dsl),
> and when you cancel rsync it removes the file it
> started downloading, so my question is, is there any
> switch in rsync that lets you resume a allready started file?
>
> Right now i have to ftp the large files, just imagine the
> kdebase is over 60MB and then rsync the rest.
>
> Any info would be helpful.
>
> Thanks
>
> MattB


rsync -av -H -P --progress --stats rsync://ftp.sunet.se:873 
-- 
Mandrake Linux release 8.2 (Bluebird) for i586. Linux user 275590.
AMD Athlon(tm) XP 1600+  512MB   Kernel: 2.4.18-6mdk-pnr-win4lin
KDE: 3.0.1   Qt: 3.0.4   up 10 hours 32 minutes.
~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~





Re: [Cooker] DrakX: can't locate harddrake/bttv.pm

2002-07-05 Thread Pixel

rcc <[EMAIL PROTECTED]> writes:

> in second stage install
> 
> Can't locate harddrake/bttv.pm in @INC

fixed.

thanks!




[Cooker] gtk2 apps?

2002-07-05 Thread Adam Williamson

Just a quick question - are there any plans yet as to when Cooker is
going to package gtk2 versions of mozilla, galeon and gaim? All can be
compiled with gtk2 support right now, although it's very dicey with
mozilla (and thus galeon) atm. Gaim is more mature, but still has a
major bug (antialiasing is broken in chat windows). Just interested as
to the schedule... (for gtk2 support in gaim you just compile with
--enable-gtk2 IIRC, I think it works in current release version, though
i'm using CVS).
-- 
adamw





Re: [Cooker] Apache issues (1.3.26)

2002-07-05 Thread J.P. Pasnak

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On July 5, 2002 14:39 pm, Nelson Bartley wrote:

> Fatal error: Call to undefined function: session_set_save_handler()
> in /share/www/includes/pnSession.php on line 107
>

Check that you have installed 'php-sessions' (now a seperate package) 
and check for the following line in your '/etc/php.ini'

extension = session.so

as you've most likely modified your php.ini file, and the new one was 
put in as 'php.ini.rpmnew', you'll most likely add that line.


- -- 
Live fast, die young,
you're sucking up my bandwidth.
- --
J.P. Pasnak, CD
[EMAIL PROTECTED]
http://www.warpedsystems.sk.ca

 Kernel version: 2.4.18-21mdk
Current Linux uptime: 6 hours 2 minutes.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9JiKHBMRgzmzdk08RAlW/AJ9B2+4zS2CY6ss/dnNa5n6eO4IwZgCePSYn
7rXtKoA/Vg7iZfWtaOWYu0s=
=55mV
-END PGP SIGNATURE-





[Cooker] DrakX: can't locate harddrake/bttv.pm

2002-07-05 Thread rcc


this is written manually so don't look for typos ;-)

in second stage install

Can't locate harddrake/bttv.pm in @INC

(@INC contains: /usr/bin/perl-install . /usr/lib/perl5/5.6.1/i386-linux
/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl)

at /usr/bin/perl-install/install_steps_interactive.pm line 1032
BEGIN failed--compilation aborted at
/usr/bin/perl-install/install_steps_interactive.pm line 1032

Compilation failed in require at
/usr/bin/perl-install/install_steps_gtk.pm line 12
BEGIN failed--compilation aborted at
/usr/bin/perl-install/install_steps_gtk.pm line 12

Compilation failed in require at /usr/bin/perl-install/install2.pm
line 504

Install exited abnormally


- Mark






Re: [Cooker] tkpppoe

2002-07-05 Thread Vox

Geoffrey Lee <[EMAIL PROTECTED]> writes:

> On Thu, Jul 04, 2002 at 05:41:32PM -0500, Vox wrote:
> > 
> >Hi
> > 
> >I just discovered that in mdk 8.2 rp-pppoe-gui doesn't have the
> >correct dependencies. I checked the one from cooker too, and
> >it's the same. Neither of them has dependancie on tk...which is
> >kind of silly since tkpppoe is a tk script...could somebody fix
> >it?
> > 
> 
> 
> I'll fix this.

  Perfect, working correctly now, thanks :)

  Vox

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

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




[Cooker] Apache issues (1.3.26)

2002-07-05 Thread Nelson Bartley

Hi guys,

I'm having a rather unusual problem w/ my latest cooker install. I'm
attempting to do php web development on a fresh server. I've moved the
/var/www directory to my development partition, changed all references
of /var/www/html to my directory, and it appears to work fine.

My issue arises when I attempt to load on postnuke for my development
purposes. I can setup, using their install script, the database and
config files, however when I attempt to view the site I'm presented w/
the following message:

Fatal error: Call to undefined function: session_set_save_handler() in
/share/www/includes/pnSession.php on line 107

Now I've never encountered this error before, and I used to run postnuke
on my 1.3.23 server so I'm somewhat at a loss as to why this isn't
working.

Can any of the apache gurus give me some pointers as to where I can
start troubleshooting this problem?

Thanks,
Nelson Bartley
[EMAIL PROTECTED]





[Cooker] Why ?

2002-07-05 Thread OS

Please, please could someone tell me exactly why it is considered a good idea 
to thrash the disc and clobber the system by doing all this :
   run-parts
   medusa.cron
   msec
   msec_find
   run-parts
   makewhatis.cron
   makewhatis
   awk
   sed
   bzcat
   sort
   uniq
   initlog
   rpm
   rpmq
   sort

!!!

I realise that these in theory can be turned off, but surely to enable all 
this by default is a little over the top ?

Is there no way to stagger these items ?

I know they are nice'd to the lowest priority but they still seem to clobber 
my system !

Thanks,
Owen




Fw: Re: [Cooker] Re: enigmail and spellcheck for Mozilla - spec, sources and SRPMs available

2002-07-05 Thread Buchan Milne

Again this email didn't go off. Grrr. Here we try again (apologies to Andrej in
advance, this is phpgw again, hopefully the last time)

 wrote:
>Frederic Crozat wrote:
>| Le jeu 04/07/2002 à 15:42, Buchan Milne a écrit :
>|
>|
>|>Enigmail:
>|>For some reason the enigmail stuff doesn't initialise correctly with
>|>these RPMs. Install the RPMs from enigmail.mozdev.org first (using
>|>- --nodeps), then run mozilla, and check that you have the enigmail menu
>|>in messenger), then remove the mozdev RPMs and install these.
>|>
>|>Anyone who knows how to fix this, please let me know.
>|
>|
>| Try to run /usr/lib/mozilla/mozilla-rebuild-databases.pl in %post
>|
>Had that already. Even tried it manually. Strange, since that is all the
>the mozdev RPM does.
>|
>|
>|>Spellchecker:
>|>No dictionaries are included (since they are in myspell-), and I have no
>|>t done anything about the ones that are installed with the myspell RPMs,
>|>so just link the dictionaries you need, as follows (as root of course):
>|># mkdir /usr/lib/mozilla-1.0.0/components/myspell
>|># ln -s /usr/lib/myspell/en_GB.aff \
>|>/usr/lib/mozilla-1.0.0/components/myspell/en-GB.aff
>|># ln -s /usr/lib/myspell/en_GB.dic \
>|>/usr/lib/mozilla-1.0.0/components/myspell/en-GB.dic
>|>
>|>I will try and sort this out in the next release (but I was too anxious
>|>to get GPG working ...).
>|>
>|>
>|>It would be nice if we could get these into the Mandrake SRPMs (Fred?),
>|>at the moment they are setup to include the extra sources and patches in
>|>the SRPM, but only use them if using --with spellcheck or --with enigmail
>|
>|
>| As I said previously, I'm a bit reluctant to merge non official mozilla
>| "programs" in main mozilla package, since each mozilla release tends to
>| break everything which uses it..
>Which is why I put these in as options. If it breaks, so be it. They
>(spellcheck and enigmail) are not critical to mozilla, but are nice to
>have, so we can live without them for a few days until someone (maybe
>me) gets them to build.
>But spellcheck seems to have been stagnant (and working fine) since at
>least 0.9.7, and enigmail works on 1.1 already (and 1.0.0), so at least
>these two should be quite safe.
>|
>| There seems to be some problems with the patches on your website which
>| prevent me to view them..
>Seems I forgot to set permissions ...  work now (checked). Here are links:
>http://ranger.dnsalias.com/mandrake/cooker/moz-spellcheck.patch
>http://ranger.dnsalias.com/mandrake/cooker/moz-spellcheck.tar.bz2
>(these two above are as I found them in the SRPM on the page linked to
>from http://spellchecker.mozdev.org)
>CVS snapshots:
>http://ranger.dnsalias.com/mandrake/cooker/mozilla-enigmail-cvs-20020704.tar.bz2
>http://ranger.dnsalias.com/mandrake/cooker/mozilla-protozilla-cvs-20020704.tar.bz2
>SPEC:
>http://ranger.dnsalias.com/mandrake/cooker/mozilla.spec
>SRPM:
>http://ranger.dnsalias.com/mandrake/cooker/mozilla-1.0.0-7.1mdk.src.rpm
>|
>| If all patches are non intrusive (don't touch mozilla code), I might
>| merge your patches in mozilla main package.. BTW, when you take cvs
>| snapshot, name tarball with the date in japanese format (ie 20020605)
>| :))
>Most intrusive patch (AFAIK) is to the makefile/configure.in etc
>(spellchecker). The enigmail and protozilla stuff doesn't touch mozilla
>source.
>CVS dates now applied to enigmail and protozilla source.
>|
>| And please, don't put me in CC: when you post on cooker (except when you
>| have patches to be merged..) :))
>|
>Sorry. And thanks.
>- --
>|Registered Linux User #182071-|
>Buchan MilneMechanical Engineer, Network Manager
>Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
>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





[Cooker] can't start httpd-naat after update

2002-07-05 Thread Borsenkow Andrej

{pts/2}% sudo service httpd-naat start
Starting httpd-naat: [Fri Jul  5 22:34:16 2002] [warn] module
mod_auth_external.c is already added, skipping
Syntax error on line 32 of
/etc/httpd/conf/ssl/ssl.httpd-naat-vhost.conf:
SSLCertificateFile: file '/etc/httpd/conf/ssl/server.crt' not exists or
empty
[ óâïê ]

{pts/2}% sudo rpm -V httpd-naat
.M.. c /etc/rc.d/init.d/httpd-naat
L...   /usr/sbin/httpd-naat


{pts/2}% LC_TIME=C ll /etc/httpd/conf/ssl
ÉÔÏÇÏ 40
-rw-r--r--1 root root 2420 Jun 24 16:57
httpd-naat.mod_ssl.conf
-rw-r--r--1 root root 2337 Jul  4 22:50 mod_ssl.conf
-rw-r--r--1 root root  794 Feb  4 22:39 server.crt.dummy
-r1 root root  802 Feb 25 00:46
server.crt.rpmsave
-rw-r--r--1 root root  895 Feb  4 22:39 server.key.dummy
-r1 root root  887 Feb 25 00:46
server.key.rpmsave
-rw-r--r--1 root root 6804 Jul  4 22:50
ssl.default-vhost.conf
-rw-r--r--1 root root 6988 Jun 24 16:57
ssl.httpd-naat-vhost.conf


{pts/2}% rpm -q httpd-naat
httpd-naat-0.8-7mdk


Looks like certificate has been moved away at update but not restored or
generated.

-andrej




[Cooker] rsync switches

2002-07-05 Thread Tech At Mathco Dot Com

I got rsync working ok, trying to rsync the cooker
directory from sunet right now. But my problem is,
it keeps timing out on large files (i have dsl),
and when you cancel rsync it removes the file it
started downloading, so my question is, is there any
switch in rsync that lets you resume a allready started file?

Right now i have to ftp the large files, just imagine the
kdebase is over 60MB and then rsync the rest.

Any info would be helpful.

Thanks

MattB





Re: [Cooker] automake1.6 & building MySQL (and other packages)

2002-07-05 Thread Stefan van der Eijk

Guillaume Cottenceau wrote:

>Stefan van der Eijk <[EMAIL PROTECTED]> writes:
>
>  
>
>>When building MySQL with automake1.6 it borks:
>>
>>
>
>many packages are not compatible with automake1.6; please stay
>with automake unless the package explicitely requires it.
>
OK. Got the picture. Thanks!






Re: [Cooker] Cannot start MySQL

2002-07-05 Thread Alexander Skwar

So sprach Christian Belisle am 2002-07-04 um 08:46:49 -0400 :
> Do anyone else have the same problem here? I tried to remove MySQL,
> delete /var/lib/mysql and re-install it and I still have no error.

Hmm, there seems to be some problem with libsasl.  mysql SIGSEGV's right
after it loads one of the libsasl7-plug-* libraries.  When I remove
those packages, mysql starts up just fine.  It also doesn't seem to
matter which SASL plugin lib it loads.  I tried it with having only one
of the SASL libs installed and no matter which lib this is, mysql always
dies.

But why does mysql load SASL in the first place?  I always thought that
SASL is only used for email authentication?  Does it load SASL, because
I've got OpenLDAP installed?  If so, why/how can MySQL interact with
LDAP?  

I'll attach a strace output of a dying mysql process.

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


[root@teich mysql]# strace /usr/sbin/mysqld-max --basedir=/ --datadir=/var/lib/mysql 
--user=mysql --pid-file=/var/lib/mysql/teich.garten.digitalprojects.com.pid 
--skip-locking
execve("/usr/sbin/mysqld-max", ["/usr/sbin/mysqld-max", "--basedir=/", 
"--datadir=/var/lib/mysql", "--user=mysql", 
"--pid-file=/var/lib/mysql/teich.garten.digitalprojects.com.pid", "--skip-locking"], 
[/* 43 vars */]) = 0
fcntl64(0, F_GETFD) = 0
fcntl64(1, F_GETFD) = 0
fcntl64(2, F_GETFD) = 0
uname({sys="Linux", node="teich.garten.digitalprojects.com", ...}) = 0
geteuid32() = 0
getuid32()  = 0
getegid32() = 0
getgid32()  = 0
getrlimit(0x3, 0xb148)  = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
getpid()= 13464
rt_sigaction(SIGRTMIN, {0x827d260, [], 0x400}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x827c7a0, [], 0x400}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x827d2d0, [], 0x400}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xb150, 32, (nil), 0}) = 0
brk(0)  = 0x83c7a64
brk(0x83c7a94)  = 0x83c7a94
brk(0x83c8000)  = 0x83c8000
open("/etc/localtime", O_RDONLY)= 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000
read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10"..., 4096) = 837
brk(0x83c9000)  = 0x83c9000
close(3)= 0
munmap(0x4000, 4096)= 0
time(NULL)  = 1025886287
uname({sys="Linux", node="teich.garten.digitalprojects.com", ...}) = 0
open("/etc/my.cnf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/var/lib/mysql/my.cnf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or 
directory)
open("/root/.my.cnf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
lstat64("/", {st_mode=S_IFDIR|0755, st_size=1024, ...}) = 0
rt_sigaction(SIGINT, {0x827d760, [], 0x400}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [INT], NULL, 8) = 0
rt_sigaction(SIGALRM, {0x827d760, [], 0x400}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [ALRM], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGSEGV, {0x827d760, [], SA_NOMASK|SA_ONESHOT|0x400}, NULL, 8) = 0
rt_sigaction(SIGBUS, {0x827d760, [], SA_NOMASK|SA_ONESHOT|0x400}, NULL, 8) = 0
rt_sigaction(SIGILL, {0x827d760, [], SA_NOMASK|SA_ONESHOT|0x400}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {0x827d760, [], 0x400}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [TERM], NULL, 8) = 0
rt_sigaction(SIGHUP, {0x827d760, [HUP], SA_RESTART|0x400}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [HUP QUIT PIPE TERM TSTP RTMIN], NULL, 8) = 0
open("/usr/share/mysql/charsets/Index", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=549, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4000
read(3, "# sql/share/charsets/Index\n#\n# T"..., 4096) = 549
brk(0x83cb000)  = 0x83cb000
read(3, "", 4096)   = 0
close(3)= 0
munmap(0x4000, 4096)= 0
stat64("/usr/share/mysql/charsets/dec8.conf", {st_mode=S_IFREG|0755, st_size=4384, 
...}) = 0
stat64("/usr/share/mysql/charsets/dos.conf", {st_mode=S_IFREG|0755, st_size=4383, 
...}) = 0
stat64("/usr/share/mysql/charsets/german1.conf", {st_mode=S_IFREG|0755, st_size=4387, 
...}) = 0
stat64("/usr

[Cooker] Re: enigmail and spellcheck for Mozilla - spec, sources and SRPMsavailable

2002-07-05 Thread Frederic Crozat

Le jeu 04/07/2002 à 15:42, Buchan Milne a écrit :

> Enigmail:
> For some reason the enigmail stuff doesn't initialise correctly with
> these RPMs. Install the RPMs from enigmail.mozdev.org first (using
> - --nodeps), then run mozilla, and check that you have the enigmail menu
> in messenger), then remove the mozdev RPMs and install these.
> 
> Anyone who knows how to fix this, please let me know.

Try to run /usr/lib/mozilla/mozilla-rebuild-databases.pl in %post

 
> Spellchecker:
> No dictionaries are included (since they are in myspell-), and I have no
> t done anything about the ones that are installed with the myspell RPMs,
> so just link the dictionaries you need, as follows (as root of course):
> # mkdir /usr/lib/mozilla-1.0.0/components/myspell
> # ln -s /usr/lib/myspell/en_GB.aff \
> /usr/lib/mozilla-1.0.0/components/myspell/en-GB.aff
> # ln -s /usr/lib/myspell/en_GB.dic \
> /usr/lib/mozilla-1.0.0/components/myspell/en-GB.dic
> 
> I will try and sort this out in the next release (but I was too anxious
> to get GPG working ...).
> 
> 
> It would be nice if we could get these into the Mandrake SRPMs (Fred?),
> at the moment they are setup to include the extra sources and patches in
> the SRPM, but only use them if using --with spellcheck or --with enigmail

As I said previously, I'm a bit reluctant to merge non official mozilla
"programs" in main mozilla package, since each mozilla release tends to
break everything which uses it..

There seems to be some problems with the patches on your website which
prevent me to view them..

If all patches are non intrusive (don't touch mozilla code), I might
merge your patches in mozilla main package.. BTW, when you take cvs
snapshot, name tarball with the date in japanese format (ie 20020605)
:))

And please, don't put me in CC: when you post on cooker (except when you
have patches to be merged..) :))

-- 
Frédéric Crozat
MandrakeSoft





[Cooker] Re: [CHRPM] postfix-1.1.10-2mdk

2002-07-05 Thread J.P. Pasnak

On May 29, 2002 13:45 pm, Yves Duret wrote:
> --=-=-=
> Name: postfix  Relocations: (not
> relocateable) Version : 1.1.10Vendor:
> MandrakeSoft Release : 2mdk  Build Date:
> Wed May 29 22:36:42 2002 Install date: (not installed)  
> Build Host: bi.mandrakesoft.com Group   : System/Servers 
>   Source RPM: (none) Size: 1425955   
>   License: IBM Public License Packager: Yves Duret
> <[EMAIL PROTECTED]>
> URL : http://www.postfix.org/
> Summary : Postfix Mail Transport Agent
> Description :

On a fresh install, there is no 'postdrop' group created.

-- 
Live fast, die young,
you're sucking up my bandwidth.
--
J.P. Pasnak, CD
[EMAIL PROTECTED]
http://www.warpedsystems.sk.ca

 Kernel version: 2.4.18-21mdk
Current Linux uptime: 11 hours 51 minutes.





Re: [Cooker] building hdlists rpmio.c Fwrite Assertion error

2002-07-05 Thread rcc

On Fri, 5 Jul 2002 00:08:49 +0200
rcc <[EMAIL PROTECTED]> wrote:


> perl: rpmio.c:2631: Fwrite: Assertion `fd && fd->magic == 0x04463138'
> failed../gendistro.sh: line 3:  2606 Aborted
> 
> It seems that gendistrib stops at a certain number of packages
> processed.

apparently I'm the only one with this problem. Nevertheless, it is
reproducable and I have it again on a different machine. Gendistrib just
stops dead at a certain point. It is completely irrelevant which package
is processed at the time.

So I went and used the gendistrib from 8.2 on the cooker mirror. And it
did build the hdlists without errors. It seems that my problem lies
somewhere in gentrib+URPM since the gendistrib82+rpmtools combo works
fine.

I will investigate into this tonight

Mark