Re: [Cooker] error compiling DrakX

2002-05-14 Thread Mohamed Kamil Mansor

On Tue, 14 May 2002, Mohamed Kamil Mansor wrote:


Thanks terry  fabrice,

now i got another problem, the compilation didn't find term.h. which
package(s) should i install?


 make
 make -C perl-install all
 make[1]: Entering directory `/home/user/cvs/gi/perl-install'
 install -d auto
 make -C c
 make[2]: Entering directory `/home/user/cvs/gi/perl-install/c'
 test -e Makefile_c || C_RPM=1 C_DRAKX=1 perl Makefile.PL
 make -f Makefile_c LD_RUN_PATH=
 make[3]: Entering directory `/home/user/cvs/gi/perl-install/c'
 cc -c -I/usr/include/rpm `gtk-config --cflags` `glib-config --cflags`
 -I../../mdk-stage1/pcmcia_ -I../../mdk-stage1/pcmcia_/..
 -fno-strict-aliasing -I/usr/local/include -Os   -DVERSION=\0.01\
 -DXS_VERSION=\0.01\ -fpic -I/usr/lib/perl5/5.6.1/i386-linux/CORE
 stuff.c
 stuff.xs:47:18: term.h: No such file or directory
 make[3]: *** [stuff.o] Error 1
-

regards // kamil





Re: [Cooker] error compiling DrakX

2002-05-14 Thread Fabrice MARIE

On Tuesday 14 May 2002 14:55, Mohamed Kamil Mansor wrote:
 On Tue, 14 May 2002, Mohamed Kamil Mansor wrote:
 now i got another problem, the compilation didn't find term.h. which
 package(s) should i install?

Hello,

just install
libncurses5-devel-5.2-24mdk
or whatever version of it you need for your version of mdk.
Have a nice day,

Fabrice.
--
Fabrice MARIE
Senior RD Engineer
Celestix Networks
http://www.celestix.com/

Silly hacker, root is for administrators 
   -Unknown




[Cooker] Re: [CHRPM] postfix-1.1.8-3mdk

2002-05-14 Thread Guillaume Cottenceau

Yves Duret [EMAIL PROTECTED] writes:

 well, all the upgrade pbs (both symlink /usr/sbin/sendmail.. and nothing in
 /var/spool/postfix/) sould be fixed now.

I don't know how on earth you test your packages. From a
no-postfix-package situation it still sux bigtime:

[root@obiwan t]# rpm -ivh /RPMS/postfix-1.1.8-3mdk.i586.rpm 
Preparing...### [100%]
   1:postfix### [100%]
[root@obiwan t]# rpm -e postfix
warning: /etc/postfix/main.cf saved as /etc/postfix/main.cf.rpmsave
Usage: service -[Rfshv] SERVICE ARGUMENTS
-f|--full-restart:  Do a fullrestart of the service.
-R|--full-restart-all:  Do a fullrestart of all services currently running.
-s|--status-all:Print a status of all services.
-d|--debug: Launch with debug.
-h|--help:  This help.
-v|--version:   Print version.

version 1.11
[root@obiwan t]# 


It probably comes from this nonsense (unconfirmed):

postuninstall scriptlet (through /bin/sh):
if [ $1 = 0 ]; then
/sbin/service postfix condrestart 21  /dev/null
fi
exit 0

Since $1 contains 0 when the package is removed.


At least the update-alternatives stuff seems really fixed this
time:

[root@obiwan t]# rpm -Uvh --force /RPMS/postfix-1.1.8-3mdk.i586.rpm 
Preparing...### [100%]
   1:postfix### [100%]
[root@obiwan t]# update-alternatives --display mta
mta - status is auto.
 link currently points to /usr/sbin/sendmail.postfix
/usr/sbin/sendmail.postfix - priority 30
 slave mta-mailqman: /usr/share/man/man1/mailq.postfix.1.bz2
 slave mta-newaliases: /usr/bin/newaliases.postfix
 slave mta-newaliasesman: /usr/share/man/man1/newaliases.postfix.1.bz2
 slave mta-aliasesman: /usr/share/man/man5/aliases.postfix.5.bz2
 slave mta-rmail: /usr/bin/rmail.postfix
 slave mta-in_libdir: /usr/sbin/sendmail.postfix
 slave mta-mailq: /usr/bin/mailq.postfix
Current `best' version is /usr/sbin/sendmail.postfix.
[root@obiwan t]# ll /usr/sbin/sendmail*
lrwxrwxrwx1 root root   21 May 14 09:51 /usr/sbin/sendmail - 
/etc/alternatives/mta*
-rwxr-xr-x1 root root87928 May 13 21:13 /usr/sbin/sendmail.postfix*
[root@obiwan t]#


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] error compiling DrakX

2002-05-14 Thread Guillaume Cottenceau

Mohamed Kamil Mansor [EMAIL PROTECTED] writes:

 now i got another problem, the compilation didn't find term.h. which
 package(s) should i install?

This is not a support list! Please try at least to solve your
problem by yourself. If you can't solve this problem, I doubt
you will hack the installer very far.

You should use urpmf term.h to know which package provides
`term.h'.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] xmms is unhappy since gcc3.1

2002-05-14 Thread Guillaume Cottenceau

Vincent Meyer, MD [EMAIL PROTECTED] writes:

   I think xmms is unhappy - it bombs with the following:
 
 [meyerv@localhost meyerv]$ xmms
 /usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
 xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id' failed.
 Aborted

Latest Cooker situation - works for me.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] xemacs-21.4.6-7mdk ftp

2002-05-14 Thread Ryan T. Sammartino

On Tue, May 14, 2002 at 01:19:06PM +0800, Fabrice MARIE wrote:
 
 If I'm not wrong, it's supposed to send a
 
 user anonymous
 
 and not a
 
 quote user anonymous
 

This is because Mandrake uses some sort of kerebos ftp client:

 rpm -q -f /usr/bin/ftp
 ftp-client-krb5-1.2.2-17mdk
 
which doesn't seem to behave in any sane sort of way.

Instead, use lukemftp, which behaves much better.

-- 
Ryan T. Sammartino
http://members.shaw.ca/ryants/
If Microsoft built cars, seats would force everyone to have the same size
butt.




[Cooker] -16mdksecure - strange grsecurity logging

2002-05-14 Thread Borsenkow Andrej

Obviously grsecurity does not like what happens during initrd stage:

VFS: Mounted root (ext2 filesystem).
grsec: mount . to / by (swapper:9) UID(0) EUID(0), parent (swapper:1)
UID(0) EUID(0)
grsec: denied attempt to mount (/proc) as /proc from chroot jail (01:00:2)
of 0.0 by (linuxrc:9) UID(0) EUID(0), parent (swapper:1) UID(0) EUID(0)
grsec: more denied mounts in chroot, logging disabled for 30 seconds
grsec: signal 11  sent to (linuxrc:9) UID(0) EUID(0), parent (swapper:1)
UID(0)
EUID(0)
grsec: mount .. to . by (swapper:1) UID(0) EUID(0), parent (swapper:0)
UID(0) EUID(0)

I must say I do _NOT_ like signal 11 to linuxrc.

-andrej




[Cooker] Re: -16mdksecure - strange grsecurity logging

2002-05-14 Thread Guillaume Cottenceau

Borsenkow Andrej [EMAIL PROTECTED] writes:

 Obviously grsecurity does not like what happens during initrd stage:
 
 VFS: Mounted root (ext2 filesystem).
 grsec: mount . to / by (swapper:9) UID(0) EUID(0), parent (swapper:1)
 UID(0) EUID(0)
 grsec: denied attempt to mount (/proc) as /proc from chroot jail (01:00:2)
 of 0.0 by (linuxrc:9) UID(0) EUID(0), parent (swapper:1) UID(0) EUID(0)
 grsec: more denied mounts in chroot, logging disabled for 30 seconds

 fuck grsec!! i need those mounts.

 grsec: signal 11  sent to (linuxrc:9) UID(0) EUID(0), parent (swapper:1)

Not very surprising, I probably don't check return values of all
syscalls correctly.

 UID(0)
 EUID(0)
 grsec: mount .. to . by (swapper:1) UID(0) EUID(0), parent (swapper:0)
 UID(0) EUID(0)
 
 I must say I do _NOT_ like signal 11 to linuxrc.
 
 -andrej
 

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] Re: [CHRPM] postfix-1.1.8-3mdk

2002-05-14 Thread Yves Duret

Steve Fox [EMAIL PROTECTED] writes:

 [root@tp drfickle]# mailq
 bash: mailq: command not found
 [root@tp drfickle]# locate mailq
 /usr/bin/mailq
 /usr/share/doc/postfix-20010228/html/mailq.1.html
 /usr/share/man/man1/mailq.1.bz2
 [root@tp drfickle]# /usr/bin/mailq
 bash: /usr/bin/mailq: No such file or directory
 [root@tp drfickle]# mailq.postfix

 the last command seems to just hang

make a fresh install as i recommend on my mail.
-- 
Yves Duret
[EMAIL PROTECTED]
piouk toujours et meme apres !





[Cooker] Re: -16mdksecure - strange grsecurity logging

2002-05-14 Thread Borsenkow Andrej

On 14 May 2002, Guillaume Cottenceau wrote:

 Borsenkow Andrej [EMAIL PROTECTED] writes:

  Obviously grsecurity does not like what happens during initrd stage:
 
  VFS: Mounted root (ext2 filesystem).
  grsec: mount . to / by (swapper:9) UID(0) EUID(0), parent (swapper:1)
  UID(0) EUID(0)
  grsec: denied attempt to mount (/proc) as /proc from chroot jail (01:00:2)
  of 0.0 by (linuxrc:9) UID(0) EUID(0), parent (swapper:1) UID(0) EUID(0)
  grsec: more denied mounts in chroot, logging disabled for 30 seconds

  fuck grsec!! i need those mounts.


Juan, what happened to GRKERNSEC_SYSCTL???

[root@gw grsecurity]# grep GRKERNSEC_SYSCTL /boot/config
[root@gw grsecurity]#
bor@cooker:/usr/src/linux-2.4.18-13mdk/grsecurity% grep SYSCTL *
if [ $CONFIG_SYSCTL != n ]; then
bool 'Sysctl support' CONFIG_GRKERNSEC_SYSCTL

gc, with this option you can temporarily sysctl -w
kernel.grsecurity.chroot_deny_mount=0 before chrooting and then revert it
back (of course you can use proper syscall). Unless chroot happens before
entering linuxrc :(

In any case I want this option back.

-andrej




[Cooker] Re: -16mdksecure - strange grsecurity logging

2002-05-14 Thread Guillaume Cottenceau

Borsenkow Andrej [EMAIL PROTECTED] writes:

 On 14 May 2002, Guillaume Cottenceau wrote:
 
  Borsenkow Andrej [EMAIL PROTECTED] writes:
 
   Obviously grsecurity does not like what happens during initrd stage:
  
   VFS: Mounted root (ext2 filesystem).
   grsec: mount . to / by (swapper:9) UID(0) EUID(0), parent (swapper:1)
   UID(0) EUID(0)
   grsec: denied attempt to mount (/proc) as /proc from chroot jail (01:00:2)
   of 0.0 by (linuxrc:9) UID(0) EUID(0), parent (swapper:1) UID(0) EUID(0)
   grsec: more denied mounts in chroot, logging disabled for 30 seconds
 
   fuck grsec!! i need those mounts.
 
 
 Juan, what happened to GRKERNSEC_SYSCTL???
 
 [root@gw grsecurity]# grep GRKERNSEC_SYSCTL /boot/config
 [root@gw grsecurity]#
 bor@cooker:/usr/src/linux-2.4.18-13mdk/grsecurity% grep SYSCTL *
 if [ $CONFIG_SYSCTL != n ]; then
 bool 'Sysctl support' CONFIG_GRKERNSEC_SYSCTL
 
 gc, with this option you can temporarily sysctl -w
 kernel.grsecurity.chroot_deny_mount=0 before chrooting and then revert it
 back (of course you can use proper syscall). Unless chroot happens before
 entering linuxrc :(

AFAIK there is no explicit chroot in linuxrc/initrd. Can it be
when the kernel mounts and runs the initrd, it uses an implicit
chroot for that?


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] lyx-1.2.0-0.2pre5 %post problems (patch included)

2002-05-14 Thread Thierry Vignaud

Ryan T. Sammartino [EMAIL PROTECTED] writes:

 The following patch fixes it:

thanks

-- 
thierry, back from holydays :-)





Re: [Cooker] vim-common conflicts

2002-05-14 Thread Thierry Vignaud

Warly [EMAIL PROTECTED] writes:

 You should have the 5mdk on your system, souldn't you ?

 It was mispackaged

3mdk was not 5mdk

 and conflict with the locales, just force it, or
 remove your vim and reinstall it

no, don't do that or you'll fuck up your locales.

do rpm -e --nodeps vim-common before upgrading

-- 
il a ete brule au 28e degre (the naheulbeuk witch)
c curieux, gcc fonctionne (gwenole)





[Cooker] Re: [CHRPM] postfix-1.1.8-3mdk

2002-05-14 Thread Denis Pelletier

On Mon, 13 May 2002, Yves Duret wrote:

{ --=-=-=
{ Name: postfix  Relocations: (not relocateable)
{ Version : 1.1.8 Vendor: MandrakeSoft
{ Release : 3mdk  Build Date: Mon May 13 21:13:18 2002
{ Install date: (not installed)   Build Host: bi.mandrakesoft.com
{ Group   : System/ServersSource RPM: (none)
{ Size: 1249473  License: IBM Public License
{ Packager: Yves Duret [EMAIL PROTECTED]
{ URL : http://www.postfix.org/
{ Summary : Postfix Mail Transport Agent

Not everything is ok.

[root@denis rpms]# rpm -Uhv postfix-1.1.8-3mdk.i586.rpm
error: failed dependencies:
/usr/lib/sendmail is needed by hylafax-4.1.1-1mdk

[root@denis rpms]# rpm -q postfix hylafax
postfix-20010228-20mdk
hylafax-4.1.1-1mdk


Denis





[Cooker] Re: [CHRPM] postfix-1.1.8-3mdk

2002-05-14 Thread Yves Duret

Denis Pelletier [EMAIL PROTECTED] writes:

 On Mon, 13 May 2002, Yves Duret wrote:

 { --=-=-=
 { Name: postfix  Relocations: (not relocateable)
 { Version : 1.1.8 Vendor: MandrakeSoft
 { Release : 3mdk  Build Date: Mon May 13 21:13:18 2002
 { Install date: (not installed)   Build Host: bi.mandrakesoft.com
 { Group   : System/ServersSource RPM: (none)
 { Size: 1249473  License: IBM Public License
 { Packager: Yves Duret [EMAIL PROTECTED]
 { URL : http://www.postfix.org/
 { Summary : Postfix Mail Transport Agent

 Not everything is ok.

 [root@denis rpms]# rpm -Uhv postfix-1.1.8-3mdk.i586.rpm
 error: failed dependencies:
 /usr/lib/sendmail is needed by hylafax-4.1.1-1mdk

 [root@denis rpms]# rpm -q postfix hylafax
 postfix-20010228-20mdk
 hylafax-4.1.1-1mdk

did you read my mail ?
remove postfix then install it agin from scratch
-- 
Yves Duret
[EMAIL PROTECTED]
piouk toujours et meme apres !





[Cooker] RE: -16mdksecure - strange grsecurity logging

2002-05-14 Thread Borsenkow Andrej


 
 Borsenkow Andrej [EMAIL PROTECTED] writes:
 
  On 14 May 2002, Guillaume Cottenceau wrote:
 
   Borsenkow Andrej [EMAIL PROTECTED] writes:
  
Obviously grsecurity does not like what happens during initrd
stage:
   
VFS: Mounted root (ext2 filesystem).
grsec: mount . to / by (swapper:9) UID(0) EUID(0), parent
(swapper:1)
UID(0) EUID(0)
grsec: denied attempt to mount (/proc) as /proc from chroot jail
 (01:00:2)
of 0.0 by (linuxrc:9) UID(0) EUID(0), parent (swapper:1) UID(0)
 EUID(0)
grsec: more denied mounts in chroot, logging disabled for 30
seconds
  
    fuck grsec!! i need those mounts.
  
 
  Juan, what happened to GRKERNSEC_SYSCTL???
 
  [root@gw grsecurity]# grep GRKERNSEC_SYSCTL /boot/config
  [root@gw grsecurity]#
  bor@cooker:/usr/src/linux-2.4.18-13mdk/grsecurity% grep SYSCTL *
  if [ $CONFIG_SYSCTL != n ]; then
  bool 'Sysctl support' CONFIG_GRKERNSEC_SYSCTL
 
  gc, with this option you can temporarily sysctl -w
  kernel.grsecurity.chroot_deny_mount=0 before chrooting and then
revert it
  back (of course you can use proper syscall). Unless chroot happens
before
  entering linuxrc :(
 
 AFAIK there is no explicit chroot in linuxrc/initrd. Can it be
 when the kernel mounts and runs the initrd, it uses an implicit
 chroot for that?



It does not matter. You still must be able to enable mount in chroot
before doing first explicit mount.

Because there is no way to tell if kernel is compiled with grsecurity or
not and if this particular option is enabled and if we do not have some
other options that behave funny I suggest general implementation in
nash, like


sysctl set name value 
sysctl restore name

sysctl set saves old value (if available) and sets new. It must be
careful to not overwrite saved value if it is called second time (for
whatever reason) which amounts to (in pigin-C)

save = find_value (name)
if (!save) {
  if (oldvalue = get_value(name)) {
save = save_value(name, oldvalue)
  }
}
if (save)
  set_value(name, value)

and for restore just

if (oldvalue = find_value(name))
  set_value(name, oldvalue)

Nice and clean and just needs GRKERNSEC_SYSCTL support :-)

-andrej

P.S. Of course it should be reported to grsec. But I am almost sure the
answer will be secure kernel must not have modules and I completely
agree with them :-)




[Cooker] msec - please add shorewall to server.4

2002-05-14 Thread Borsenkow Andrej

If anything deserves to be here it is shorewall :-)

-andrej




[Cooker] postfix or hylafax? was [Re: [CHRPM] postfix-1.1.8-3mdk]

2002-05-14 Thread Denis Pelletier

On Tue, 14 May 2002, Yves Duret wrote:

{  Not everything is ok.
{ 
{  [root@denis rpms]# rpm -Uhv postfix-1.1.8-3mdk.i586.rpm
{  error: failed dependencies:
{  /usr/lib/sendmail is needed by hylafax-4.1.1-1mdk
{ 
{  [root@denis rpms]# rpm -q postfix hylafax
{  postfix-20010228-20mdk
{  hylafax-4.1.1-1mdk
{ 
{ did you read my mail ?
{ remove postfix then install it agin from scratch

ok. I rpm -e --nodepsd postfix and than urpmid postfix. But now:

[root@denis postfix]# urpmi hylafax
To satisfy dependencies, the following packages are going to be installed 
(1 MB):
sendmail-8.12.1-4mdk.i586

But I don't need sendmail since I have postfix. I guess that the postfix 
spec file should have a line Provides: /usr/lib/sendmail or hylafax 
should be modified.

Denis
___
Denis Pelletier
Étudiant au doctorat
sciences économiques, Université de Montréal
 an ordinary boy an ordinary name
 but ordinary's just not good enough today
 --Our Lady Peace, Superman's Dead





Re: [Cooker] postfix or hylafax? was [Re: [CHRPM]postfix-1.1.8-3mdk]

2002-05-14 Thread Yves Duret

Denis Pelletier [EMAIL PROTECTED] writes:


[...]

 But I don't need sendmail since I have postfix. I guess that the postfix 
 spec file should have a line Provides: /usr/lib/sendmail or hylafax 
 should be modified.

hylafax should require virtual package mta. i will correct it asap.
thanks to have found it.
-- 
Yves Duret
[EMAIL PROTECTED]
piouk toujours et meme apres !





[Cooker] PHP without mail() support

2002-05-14 Thread Jeremy Salch

the most current php doesn't seem to have mail support.  

-- 
Mr. Jeremy Salch - Data Services
Granbury.Com, Inc. 
[EMAIL PROTECTED] - email
www.granbury.com - Business Website
www.tblx.net - Personal Website




Re: [Cooker] Re: [CHRPM] postfix-1.1.8-3mdk

2002-05-14 Thread Yves Duret

Guillaume Cottenceau [EMAIL PROTECTED] writes:

 Yves Duret [EMAIL PROTECTED] writes:

 well, all the upgrade pbs (both symlink /usr/sbin/sendmail.. and nothing in
 /var/spool/postfix/) sould be fixed now.

[...]

 postuninstall scriptlet (through /bin/sh):
 if [ $1 = 0 ]; then

should have been !=

1.1.9-1mdk (aka my postfix-rpm-of-the-day) fix it 
(rewritten
[ $1 = 0 ]  exit 0
/sbin/service postfix condrestart 21  /dev/null || :
).

 /sbin/service postfix condrestart 21  /dev/null
 fi
 exit 0

 Since $1 contains 0 when the package is removed.

 At least the update-alternatives stuff seems really fixed this
 time:

nice to hear.

upgrade from 1.1.8-3mdk to 1.1.9-1mdk will work without any pbs (as i said in
my previous mail).
hope all is fine now.
-- 
Yves Duret
[EMAIL PROTECTED]
piouk toujours et meme apres !





[Cooker] status of SNF NG?

2002-05-14 Thread Borsenkow Andrej

Is there any specific release schedule for new version of SNF?

-andrej




Re: [Cooker] sawfish loses config

2002-05-14 Thread Olivier Dormond

Hi,

On Mon, May 13, 2002 at 11:51:15PM +0200, J.A. Magallon wrote:
 Hi all.
 
 The new sawfish is giving me some problems. It loses its configuration
 each time I log out (for example, focus behaviour and so on).
 
 And there are some other things that do not work:
 - can not get rid of solid window dragging (i am not able to find the
   config option again...)
 - it doesn't obbey the font selection
 
 Some problem with GConf ???
 
Actually the changes are saved correctly but they are not read back on
startup due to a bug somewhere in the lisp code. Here is a fix to it,
replace the following line in
/usr/share/sawfish/2.0.pre1/lisp/sawfish/wm/defaults.jl:

;;(eval-when-compile (require 'sawfish.wm.commands.xterm))

by this one.

(require 'sawfish.wm.commands.xterm)

and eventualy recompile the file.

In more details the problems is that the xterm-program variable is
checked for customization in
/usr/share/sawfish/2.0.pre1/lisp/sawfish/wm/gnome/integration.jl
before it has been defined because the defaults.jl file has not been
seen (or something even more complicated...)

Cheers,


Odie
-- 
-
Olivier Dormond aka Odie ([EMAIL PROTECTED])




Re: [Cooker] msec - please add shorewall to server.4

2002-05-14 Thread Frederic Lepied

Borsenkow Andrej [EMAIL PROTECTED] writes:

 If anything deserves to be here it is shorewall :-)

done in cvs
-- 
Fred - May the source be with you




[Cooker] gabber broken (libsigc++)

2002-05-14 Thread Matthias Debus

hi all!

latest libsigc++ brakes gabber:

gabber: relocation error: /usr/lib/libsigc-1.0.so.0: undefined symbol: 
_ZTVN10__cxxabiv121__vmi_class_type_infoE

package:
libsigc++1.0-1.0.4-2mdk

any chance to get it working again?

greets, psic4t.
-- 
Public Key: 0x8078B10C
JID: [EMAIL PROTECTED]





[Cooker] Boot error following todays updates

2002-05-14 Thread Charles A Edwards

Booting after installation of todays updates produces the following error.

May 14 12:52:10 localhost httpd: httpd-perl startup failed
May 14 12:52:15 localhost httpd-perl: httpd-perl: Symbol `PL_statcache' has different 
size in shared object, consider re-linking


Charles




[Cooker] A proposal for fixing the freetype bytecode interpreter for some

2002-05-14 Thread Buchan Milne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Last week (as it last week?) there were some debates on the freetype2
bytecode interpreter.

It was proposed that plf.zarb.org carry a copy of freetype2 with the
bytecode interpreter enabled. However, maintaining RPMs and spec files
for two different releases could become an issue.

So, attached is a new (proposed) spec file for freetype that should
solve this issue (if it is accepted).

It uses the same method other RPMs use to enable options,
(kde,samba,openoffice,kernel) so that anyone can enable the bytecode
interpreter at rpm build time by doing:

$ rpm -ba --with plf SPECS/freetype2.spec

At the moment it requires the attached patch (which would have to be in
CVS I guess), but that could be put into the spec file (but that would
be in cvs).

Would this be acceptable? Or are the plfs going to have to maintain a
seperate rpm and spec file ) not that freetype2.spec is that complex.

Regards,
Buchan

- --
|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
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE84UxQrJK6UGDSBKcRAhfMAJ44loXKfcGC8Kw77KLflm1R7yGQeACfS8mh
Y2xOLAOk1jvEvBLdVytNB3c=
=rN/2
-END PGP SIGNATURE-


%define build_plf 0
%{?_with_plf: %{expand: %%define build_plf 1}}
%define rel 3

Name:   freetype2
Summary:A free and portable TrueType font rendering engine
Version:2.0.9
%if %build_plf
Release:%{rel}plf
%else
Release:%{rel}mdk
%endif
License:FreeType License/GPL
URL:http://www.freetype.org/

Source0:freetype-%{version}.tar.bz2
Source1:ftdocs-%{version}.tar.bz2

Patch0: freetype2-enable-bytecode-interpreter.patch.bz2

Buildroot:  %{_tmppath}/%{name}-%{version}-%{release}-root
Group:  System/Libraries

%description
The FreeType2 engine is a free and portable TrueType font rendering engine.
It has been developed to provide TT support to a great variety of
platforms and environments. Note that FreeType2 is a library, not a
stand-alone application, though some utility applications are included


%package devel
Summary:Header files and static library for development with FreeType2
Group:  Development/C
Requires:   %{name} = %{version}-%{release}

%description devel
This package is only needed if you intend to develop or compile applications
which rely on the FreeType2 library. If you simply want to run existing
applications, you won't need this package.



%prep



%setup -q -n freetype-%version -a 1
cp -ar freetype-%{version}/docs/* docs

%if %build_plf
%patch0 -p1
%endif

%build
CFLAGS=%optflags \
./configure --prefix=%_prefix \
--build=%_target_platform \
--host=%_target_platform \
--enable-shared \
--disable-static \
--with-gnu-ld \
--with-pic

%make



%install
rm -fr %buildroot

%makeinstall 



%clean
rm -fr %buildroot



%post -p /sbin/ldconfig



%postun -p /sbin/ldconfig



%files
%defattr(-, root, root)
%{_libdir}/*.so.*



%files devel
%defattr(-, root, root)
%doc docs/*
%{_bindir}/freetype-config
%{_libdir}/*.so
%{_libdir}/*.la
%{_includedir}/*




%changelog
* Tue May 14 2002 Buchan Milne [EMAIL PROTECTED] 2.0.9-3{mdk,plf}
- Add a patch to enable the bytecode interpreter when 
  built with --with plf

* Mon May 06 2002 Gwenole Beauchesne [EMAIL PROTECTED] 2.0.9-2mdk
- Automated rebuild in gcc3.1 environment

* Wed Mar 20 2002 David BAUDENS [EMAIL PROTECTED] 2.0.9-1mdk
- 2.0.9
- devel: Requires: %%version-%%release and not only %%version
- Use ./configure
- Don't build static libraries
- Move documentation in devel package
- Spec clean up

* Tue Jan 25 2002 Christian Belisle [EMAIL PROTECTED] 2.0.6-1mdk
- Release 2.0.6.
- Added URL.

* Sun Oct 28 2001 Giuseppe Ghibò [EMAIL PROTECTED] 2.0.5-1mdk
- Release 2.0.5.
- fixed executable permission on docs files.
- s/Copyright/License/.

* Thu Jun 28 2001 Frederic Crozat [EMAIL PROTECTED] 2.0.4-1mdk
- Release 2.0.4

* Wed May 30 2001 Frederic Crozat [EMAIL PROTECTED] 2.0.3-1mdk
- Release 2.0.3
- Remove patch0 (Type1 fonts are corrected)

* Wed Apr 25 2001 Geoffrey Lee [EMAIL PROTECTED] 2.0.2-4mdk
- Spec patch from Abel Cheung to fix build on certain machines 
  (personally I have no idea why it happens).

* Mon Apr 09 2001 Giuseppe Ghibò [EMAIL PROTECTED] 2.0.2-3mdk
- patched t1load patch (Arnd Bergmann).

* Mon Apr 09 2001 Giuseppe Ghibò [EMAIL PROTECTED] 2.0.2-2mdk
- added Tom 

[Cooker] Re: [CHRPM] lyx-1.2.0-0.3pre5mdk

2002-05-14 Thread Charles A Edwards

On Tue, 14 May 2002 12:15:31 +0200 (CEST)
Thierry Vignaud [EMAIL PROTECTED] wrote:

 --=-=-=
 Name: lyx  Relocations: (not relocateable)
 Version : 1.2.0 Vendor: MandrakeSoft
 Release : 0.3pre5mdkBuild Date: Tue May 14 13:04:58 2002
 Install date: (not installed)   Build Host: ke.mandrakesoft.com
 Group   : OfficeSource RPM: (none)
 Size: 4611390  License: GPL
 Packager: Thierry Vignaud [EMAIL PROTECTED]
 URL : http://www.lyx.org/
 Summary : A word processor for the Desktop Environment
 
 
 * Tue May 14 2002 Thierry Vignaud [EMAIL PROTECTED] 1.2.0-0.3pre5mdk
 
 - fix configure permission (reported by Ryan T. Sammartino)
 
 

If lyx, previous version, had been launched as user, /home/foo/.lyx should be deleted 
before launching 1.2.0-0.3pre5mdk or configure will not be run for user.


Charles




Re: [Cooker] Re: [CHRPM] lyx-1.2.0-0.3pre5mdk

2002-05-14 Thread Thierry Vignaud

Charles A Edwards [EMAIL PROTECTED] writes:

 If lyx, previous version, had been launched as user, /home/foo/.lyx
 should be deleted before launching 1.2.0-0.3pre5mdk or configure
 will not be run for user.

and that's normal 
if you want to reconfigure, there's a menu entry for that ...

-- 
il a ete brule au 28e degre (the naheulbeuk witch)
c curieux, gcc fonctionne (gwenole)





[Cooker] hackxsw-client and icons

2002-05-14 Thread Marcel Pol


The icons of hackxsw-client-1.41.0-1mdk are not complete.
It is missing the file:
/usr/share/games/xshipwars/images/client/icon_filter_edit.tga

It is in the tar.bz2, but it's not installed by default I assume.
So it doesn't come up in the rpm.

It was an issue with the original package, which was said on:
http://www.battlefieldlinux.com/downloads-1.40.shtml

Greetings,
--
Marcel Pol

Linux 2.4.18-13mdksmp, up 7 days, 7:55





[Cooker] KDE3 - libwrap - sgi_fam pbs

2002-05-14 Thread guran

Hi

This installation is done without kde2, but kdelibs-2 is added after 
installation plus everything from kde3.

I had problems to log in but after rebooting got in - this is from syslog:

May 14 21:02:18 One09 xinetd[2244]: warning: can't get client address: 
Transport
 endpoint is not connected
May 14 21:02:18 One09 xinetd[2244]: libwrap refused connection to sgi_fam from 

no address
May 14 21:02:18 One09 xinetd[2245]: warning: can't get client address: 
Transport
 endpoint is not connected
May 14 21:02:18 One09 xinetd[2245]: libwrap refused connection to sgi_fam from 

no address
May 14 21:02:18 One09 xinetd[1198]: Deactivating service sgi_fam due to 
excessiv
e incoming connections.  Restarting in 30 seconds.
May 14 21:02:38 One09 ntpd[1160]: time set 1.327447 s
May 14 21:02:38 One09 ntpd[1160]: synchronisation lost
May 14 21:02:50 One09 xinetd[1198]: Activating service sgi_fam
May 14 21:07:38 One09 postfix/postfix-script: warning: 
/var/spool/postfix/etc/lo
caltime and /etc/localtime differ
May 14 21:07:51 One09 last message repeated 2 times
May 14 21:07:52 One09 postfix/postfix-script: refreshing the Postfix mail 
system
May 14 21:07:52 One09 postfix/master[1594]: reload configuration

regards
guran
-- 
Mandrake Linux 8.3 Cooker kernel-2.4.18.16mdk-1-1mdk version:2002-05-14-17:34




Re: [Cooker] Boot error following todays updates

2002-05-14 Thread Pixel

Charles A Edwards [EMAIL PROTECTED] writes:

 Booting after installation of todays updates produces the following error.
 
 May 14 12:52:10 localhost httpd: httpd-perl startup failed
 May 14 12:52:15 localhost httpd-perl: httpd-perl: Symbol `PL_statcache' has 
different size in shared object, consider re-linking

hum, that means some recompilation is needed... cuz of the new perl.





Re: [Cooker] Boot error following todays updates

2002-05-14 Thread Pixel

Pixel [EMAIL PROTECTED] writes:

 Charles A Edwards [EMAIL PROTECTED] writes:
 
  Booting after installation of todays updates produces the following error.
  
  May 14 12:52:10 localhost httpd: httpd-perl startup failed
  May 14 12:52:15 localhost httpd-perl: httpd-perl: Symbol `PL_statcache' has 
different size in shared object, consider re-linking
 
 hum, that means some recompilation is needed... cuz of the new perl.

maybe i should also put some 
  Conflict: apache-mod_perl = 1.3.24_1.26-1mdk in perl ?




[Cooker] Re: [Contrib-Rpm] wxGTK2.2_6-2.2.9-2mdk

2002-05-14 Thread Alexander Skwar

»Götz Waschk« sagte am 2002-05-14 um 17:16:25 +0200 :
 * Wed May 15 2002 Götz Waschk [EMAIL PROTECTED] 2.2.9-2mdk
 
 - don't use %make

Why not?

 - add a patch to make it compile

GCC 3.1 related?

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: 10 hours 48 minutes




[Cooker] mod_php needs rebuilding?

2002-05-14 Thread Steve Fox

Using mod_php-4.2.0-1mdk and the below PHP packages:

php-calendar-4.2.0-2mdk
php-session-4.2.0-1mdk
mod_php-4.2.0-1mdk
php-4.2.0-1mdk
php-bzip2-4.2.0-1mdk
php-devel-4.2.0-1mdk
php-xml-4.2.0-1mdk
php-readline-4.2.0-1mdk
php-gd-4.2.0-1mdk
php-common-4.2.0-1mdk
php-pgsql-4.2.0-1mdk
php-imap-4.2.0-1mdk
php-mysql-4.2.0-1mdk
php-ldap-4.2.0-1mdk
php-xslt-4.2.0-1mdk
php-curl-4.2.0-1mdk
php-domxml-4.2.0-1mdk

Apache fails to load. Looking at /var/log/httpd/error_log I see:

Syntax error on line 55 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/extramodules/libphp4.so into server:
libphp_common-4.0.6.so.0: cannot open shared object file: No such file
or directory

Since libphp4.so is owned by mod_php, this tells me mod_php is in need
of a rebuild since libphp_common4.0.6.so.0 should be
libphp_common.4.2.0.so.0

-- 

Steve Fox
IBM Linux Technology Center
http://www.ibm.com/linux/ltc
http://k-lug.org





Re: [Cooker] mozilla-1.0-0.rc2.1mdk

2002-05-14 Thread skidley

On Tue, May 14, 2002 at 01:01:24AM -0500, nDiScReEt wrote:
 On Monday 13 May 2002 11:15 pm, skidley wrote:
  Does the mozilla-1.0-0.rc2.1mdk.src.rpm require gcc3.1 as well? Can I
  build a binary with gcc-2.96 and get the java plugin working again?
 
 That is weird. My latest cooker is only a day old and I am working exclusively 
 with gcc3.1 and my java plugin works fine. I have sun's java 1.4.0 installed 
 with the sdk rpm package. Mozilla is working fine with java. 
 
 mozilla-fonts-2310-8mdk
 mozilla-1.0-0.rc1.2mdk
 mozilla-xmlterm-1.0-0.rc1.2mdk
 mozilla-js-debugger-1.0-0.rc1.2mdk
 mozilla-mail-1.0-0.rc1.2mdk
 mozilla-irc-1.0-0.rc1.2mdk
 
 I will upgrade the new rc2 to see if I have anything different.
 
It's the mozilla-1.0-0.rc2.1mdk.i586.rpm thats the problem, read the
changelog:

* Mon May 13 2002 Frederic Crozat [EMAIL PROTECTED] 1.0-0.rc2.1mdk 

- Release 1.0rc2
- Java support is BROKEN (because of gcc 3.1 switch).. No need to complain..
- Plugins support is broken for plugins compiled with gcc  3.x.y
   
My only question is if the src.rpm might be compiled with 2.96. Im on
dialup and I wouldn't want to waste a 30 MB d/l for nothing, I need the
java support.

-- 
Chad Young
Linux User #195191 




Re: [Cooker] Boot error following todays updates

2002-05-14 Thread Charles A Edwards

On 14 May 2002 20:10:19 +0200
Pixel [EMAIL PROTECTED] wrote:

 Pixel [EMAIL PROTECTED] writes:
 
  Charles A Edwards [EMAIL PROTECTED] writes:
  
   Booting after installation of todays updates produces the following error.
   
   May 14 12:52:10 localhost httpd: httpd-perl startup failed
   May 14 12:52:15 localhost httpd-perl: httpd-perl: Symbol `PL_statcache' has 
different size in shared object, consider re-linking
  
  hum, that means some recompilation is needed... cuz of the new perl.
 
 maybe i should also put some 
   Conflict: apache-mod_perl = 1.3.24_1.26-1mdk in perl ?

Don't know. 

That may create another problem.
perl-Apache-Filter-1.019-1mdk and perl-Apache-SSI-2.17-1mdk both require 
apache-mod_perl, perl = 5.600, and perl-base = 5.601


Charles
 




[Cooker] [SOLVED] Sound on Dell Latitude LSt and no sound-slot-0 error

2002-05-14 Thread Simon Josefsson

I had problems getting sound to work on my Dell Latitude LSt laptop,
but I succeded.  Is this the correct place to suggest that future
versions of Mandrake should include these fixes?  Here's what I had to
do:

1) Unless /lib/modutils/macros is modified you an error:

modprobe: Can't locate module sound-slot-0

when you run harddrake to install the sound card. You must modify the
file to have alias nm256 nm256_audio in the 2.4 case instead of in
the 2.2 case. This seems to be a typo in the file.

2) Apply the patch to drivers/sound/nm256_audio.c in the linux
kernel. This fixes the actual bug that causes the machine to freeze.

 *** nm256_audio.c.old Sun Sep 30 12:26:08 2001
 --- nm256_audio.c Sun Dec 16 23:02:34 2001
 ***
 *** 896,902 

 /* Reset the mixer. 'Tis magic! */
 nm256_writePort8 (card, 2, 0x6c0, 1);
-nm256_writePort8 (card, 2, 0x6cc, 0x87);
 nm256_writePort8 (card, 2, 0x6cc, 0x80);
 nm256_writePort8 (card, 2, 0x6cc, 0x0);

--- 896,901 

Originally from:
http://www.mandrakeexpert.com/index1.php?tab=paidact=viewincident=22439w=0)





Re: [Cooker] sawfish loses config

2002-05-14 Thread Levi Ramsey

On Mon May 13 21:23 -0700, Victor wrote:
 I just wanted to confirm this problem. It seems that the settings are 
 still in ~/.sawfish/custom but for sawfish doesn't use that file 
 anymore. My solution was just to downgrade back to the one on the 8.2 cds.

Odd, my settings still live in .sawfish/custom, but they disappear every
so often...

-- 
Levi Ramsey
[EMAIL PROTECTED]
[EMAIL PROTECTED]

When it comes down to desperation,
You make the best of your situation.
Linux 2.4.18-13mdk
  6:01pm  up 8 days,  9:08,  7 users,  load average: 0.32, 0.36, 0.53




Re: [Cooker] xmms is unhappy since gcc3.1

2002-05-14 Thread Murray J. Root

On 14 May 2002 10:11:18 +0200 Guillaume Cottenceau [EMAIL PROTECTED] wrote:

 Vincent Meyer, MD [EMAIL PROTECTED] writes:
 
  I think xmms is unhappy - it bombs with the following:
  
  [meyerv@localhost meyerv]$ xmms
  /usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
  xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id' failed.
  Aborted
 
 Latest Cooker situation - works for me.
 
 
 -- 
 Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
 

Latest cooker situation. It works for alsa. Does not work for OSS.
Since ALSA doesn't work correctly for my SBLive! Value card since 0.9 was used I
use OSS. AlsaPlayer works correctly, emu10k1-tools work correctly, aumix works 
correctly.
xmms does NOT work correctly.

[grimau@Master RSync]$ xmms
/usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id' failed.
Aborted

(ALSA problem - front speakers do not play and alsamixergui has no setting that fixes 
it.
aconnectgui just segfaults)

-- 
Murray J. Root

DISCLAIMER: http://www.goldmark.org/jeff/stupid-disclaimers/

Mandrake on irc.openprojects.net:
  #mandrake  #mandrake-linux = help for newbies
  #mandrakeguru = advanced discussions  #mdk-cooker = Mandrake Cooker




Re: [Cooker] xmms is unhappy since gcc3.1

2002-05-14 Thread Vincent Meyer, MD

OK, I Un-installed ALL the xmms packages, and installed them in stages.

When I install xmms and the libxmms packages, it works with OSS without
any problems.

When I add xmms alsa support  (xmms-alsa 0.9-2mdk)  THAT's where the
error crops up.  Does this need to be recompiled with 3.1, since the kernel
and it's modules are now compiled with 3.1?  For now, i can just keep 
this unloaded.. but there IS a problem here.

V.

On Tuesday 14 May 2002 07:11 pm, Murray J. Root wrote:
 On 14 May 2002 10:11:18 +0200 Guillaume Cottenceau [EMAIL PROTECTED] 
wrote:
  Vincent Meyer, MD [EMAIL PROTECTED] writes:
 I think xmms is unhappy - it bombs with the following:
  
   [meyerv@localhost meyerv]$ xmms
   /usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
   xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id'
   failed. Aborted
 
  Latest Cooker situation - works for me.
 
 
  --
  Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

 Latest cooker situation. It works for alsa. Does not work for OSS.
 Since ALSA doesn't work correctly for my SBLive! Value card since 0.9 was
 used I use OSS. AlsaPlayer works correctly, emu10k1-tools work correctly,
 aumix works correctly. xmms does NOT work correctly.

 [grimau@Master RSync]$ xmms
 /usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
 xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id' failed.
 Aborted

 (ALSA problem - front speakers do not play and alsamixergui has no setting
 that fixes it. aconnectgui just segfaults)





Re: [Cooker] xmms is unhappy since gcc3.1

2002-05-14 Thread Murray J. Root

(Hrmph - please quote correctly - put your stuff LAST :)

On Tue, 14 May 2002 21:15:13 -0500 Vincent Meyer, MD [EMAIL PROTECTED] wrote:

 OK, I Un-installed ALL the xmms packages, and installed them in stages.
 
 When I install xmms and the libxmms packages, it works with OSS without
 any problems.
 
 When I add xmms alsa support  (xmms-alsa 0.9-2mdk)  THAT's where the
 error crops up.  Does this need to be recompiled with 3.1, since the kernel
 and it's modules are now compiled with 3.1?  For now, i can just keep 
 this unloaded.. but there IS a problem here.
 
 V.
 
 On Tuesday 14 May 2002 07:11 pm, Murray J. Root wrote:
  On 14 May 2002 10:11:18 +0200 Guillaume Cottenceau [EMAIL PROTECTED] 
 wrote:
   Vincent Meyer, MD [EMAIL PROTECTED] writes:
I think xmms is unhappy - it bombs with the following:
   
[meyerv@localhost meyerv]$ xmms
/usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id'
failed. Aborted
  
   Latest Cooker situation - works for me.
  
  
   --
   Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
 
  Latest cooker situation. It works for alsa. Does not work for OSS.
  Since ALSA doesn't work correctly for my SBLive! Value card since 0.9 was
  used I use OSS. AlsaPlayer works correctly, emu10k1-tools work correctly,
  aumix works correctly. xmms does NOT work correctly.
 
  [grimau@Master RSync]$ xmms
  /usr/X11R6/lib/libGLU.so.1: undefined symbol: _Unwind_GetIP
  xmms: simple.c:1070: snd_mixer_selem_get_id: Assertion `elem  id' failed.
  Aborted
 
  (ALSA problem - front speakers do not play and alsamixergui has no setting
  that fixes it. aconnectgui just segfaults)
 
 
 

urpme xmms-alsa fixed it for me. Thanks, Vincent.

-- 
Murray J. Root

DISCLAIMER: http://www.goldmark.org/jeff/stupid-disclaimers/

Mandrake on irc.openprojects.net:
  #mandrake  #mandrake-linux = help for newbies
  #mandrakeguru = advanced discussions  #mdk-cooker = Mandrake Cooker




Re: [Cooker] mod_php needs rebuilding?

2002-05-14 Thread Steve Fox

On Tue, 2002-05-14 at 15:19, Steve Fox wrote:
 Syntax error on line 55 of /etc/httpd/conf/httpd.conf:
 Cannot load /etc/httpd/extramodules/libphp4.so into server:
 libphp_common-4.0.6.so.0: cannot open shared object file: No such file
 or directory

It turns out that was an old message from during the upgrade. Trying to
start Apache generates no new logs. I will dig around some more. Sorry
for my silliness. :)

-- 

Steve Fox
http://k-lug.org




[Cooker] mail support not in the current PHP build

2002-05-14 Thread Jeremy Salch

I am using post nuke and it gives me the error of 

mail() function not supported in current php build

what can be done about this ?

it worked with mdk8.2


-- 
Mr. Jeremy Salch - Data Services
Granbury.Com, Inc. 
[EMAIL PROTECTED] - email
www.granbury.com - Business Website
www.tblx.net - Personal Website






Re: [Cooker] mozilla-1.0-0.rc2.1mdk

2002-05-14 Thread Gary Lawrence Murphy

 s == skidley  [EMAIL PROTECTED] writes:

s My only question is if the src.rpm might be compiled with
s 2.96. Im on dialup and I wouldn't want to waste a 30 MB d/l for
s nothing, I need the java support.

I will second that request for the same reason :)

-- 
Gary Lawrence Murphy [EMAIL PROTECTED] TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
Computers are useless.  They can only give you answers.(Pablo Picasso)





[Cooker] FW: [PATCH] devfs v199.14 available

2002-05-14 Thread Borsenkow Andrej

 
 This is against 2.4.19-pre8. Highlights of this release:
 
 - Copied macro for error messages from fs/devfs/base.c to
   fs/devfs/util.c and made use of this macro
 
 - Added BKL to devfs_open because drivers still need it
 
 - Protected scan_dir_for_removable and get_removable_partition
   from changing directory contents
 

the last one is particularly interesting in view of kernel oopses people
had.

The second could also be of some importance.

-andrej




Re: rpmdrake fix

2002-05-14 Thread Michael Marcucio

works great.. thanks
the new pbbuttons works great also!

one quick question, i have read that cooker is suposed to be unstable. i 
guess my question is, is cooker used for development or for incremental 
upgrades of packages?

thanks
mike


From: Stew Benedict [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: rpmdrake fix
Date: Mon, 13 May 2002 21:32:36 -0400 (EDT)


I believe this update for grpmi, in combination with the website fixes
that are now in place, will correct the issue with rpmdrake not working
for updates:

http://people.mandrakesoft.com/~sbenedict/grpmi-8.2-3.1mdk.ppc.rpm

As always - feedback welcome.

Thx,
Stew Benedict

--
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3







_
Chat with friends online, try MSN Messenger: http://messenger.msn.com





Re: rpmdrake fix

2002-05-14 Thread Stew Benedict


On Tue, 14 May 2002, Michael Marcucio wrote:

 works great.. thanks
 the new pbbuttons works great also!
 
 one quick question, i have read that cooker is suposed to be unstable. i 
 guess my question is, is cooker used for development or for incremental 
 upgrades of packages?
 

development, with the exception of the kde3 packages I posted, which were
built on stable 8.2 - the grpmi update will be issued as an 8.2 update

everything new that's showing up now on cooker is being built on a cooker
system with gcc3.0 and now 3.1
 
 thanks
 mike
 
 
 From: Stew Benedict [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: rpmdrake fix
 Date: Mon, 13 May 2002 21:32:36 -0400 (EDT)
 
 
 I believe this update for grpmi, in combination with the website fixes
 that are now in place, will correct the issue with rpmdrake not working
 for updates:
 
 http://people.mandrakesoft.com/~sbenedict/grpmi-8.2-3.1mdk.ppc.rpm
 
 As always - feedback welcome.
 
 Thx,
 Stew Benedict
 
 --
 MandrakeSoft
 PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
 
 
 
 
 
 
 
 _
 Chat with friends online, try MSN Messenger: http://messenger.msn.com
 
 

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





Re: New Apple 1U server

2002-05-14 Thread Henrik Edlund

On Tue, 14 May 2002, Stew Benedict wrote:

SB http://www.apple.com/xserve/

Pricey...

-- 
http://www.edlund.org/





Re: New Apple 1U server

2002-05-14 Thread Michael Marcucio


On Tue, 14 May 2002, Stew Benedict wrote:

SB http://www.apple.com/xserve/

Pricey...


Stew is just happy because MandrakeSoft if going to buy him one so that he 
can test on it

;)


_
Send and receive Hotmail on your mobile device: http://mobile.msn.com





Re: New Apple 1U server

2002-05-14 Thread Stew Benedict


On Tue, 14 May 2002, Michael Marcucio wrote:

 
 On Tue, 14 May 2002, Stew Benedict wrote:
 
 SB http://www.apple.com/xserve/
 
 Pricey...
 
 
 Stew is just happy because MandrakeSoft if going to buy him one so that he 
 can test on it
 
 ;)
 

woohoo!! - keep those donations coming ;^) (I can dream can't I?) 

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





Re: New Apple 1U server

2002-05-14 Thread Ben Reser

On Tue, May 14, 2002 at 03:19:32PM -0400, Stew Benedict wrote:
 woohoo!! - keep those donations coming ;^) (I can dream can't I?) 

Well if Apple wants to sell these bad enough it can't hurt them to
*GIVE* you one.  A certified to work with Mandrake Linux PPC wouldn't
hurt their sales.  Of course we all know they aren't going to do that.
Oh Well...

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

We tend to see all wars through the lens of the current conflict, and we
mine history for lessons convenient to the present purpose.
- Brian Hayes