Re: [Cooker] H+/dxr3 in overlay mode

2002-06-25 Thread Brice Figureau

On Sun, 2002-06-23 at 13:01, Borsenkow Andrej wrote:
> Anybody had success using them in overlay? In which case I am interested
> in details (video card, resolution, color depth etc). I vaguely recall
> that not every possible resolution/color depth works but am too lazy to
> try 'em all :-)
I got it to work, my video card is an old AGP ATI Expert@Work in
1152x864 16bits, the sound was not working at all.
It took me a couple of hours to get it working fine, because I had to
reload the microcode a lot of time (before running xine, sometimes
after, don't know why?).
Have a look at the FAQ/HOWTO on dxr3.sourceforge.net, and if you follow 
carefully all the directives you'll have it to work (if your system
supports it).
Here is what I had to do:

* Load the modules (with activate_loopback=1)
* Install the microcode (em8300init)
* Launch xine with no video window (or whatever supports dxr3 for
playing)
* run autocal
* run dxr3view
* play your movie.

I hope this will help you.

Brice 

> 
> -andrej
> 
> 
> 






Re: [Cooker] gstreamer and gst-plugins to incomig

2002-06-25 Thread Marcel Pol

On Tue, 25 Jun 2002 20:27:04 -0400
Charles A Edwards <[EMAIL PROTECTED]> wrote:

> I have uploaded to incoming gstreamer-0.3.4-1mdk and
> gst-plugins-0.3.4-1mdk.

Nice.
 
> gst-plugins currently consists of 30 that were successful builds.
> gstreamer-{plugins, a52dec, alsa, audio-effects, cdparanoia, colorspace,
> deinterlace, esd, gnomevfs, gsm, jpeg, ladspa, lame, lavencode, misc,
> oss, audiofile, audio-formats, flx, icecast, mad, qcam, sdl, udp, v4l,
> vcd, videosink, visualisation, and vorbis} 
> There will be additional as I am able to trace build errors.
> 
> Also build-able are plugins which because of license or other issues can
> not be distributed as mdk but I hope to be able to offer them possibly
> through PLF.

That would also be the lame plugin I assume.


--
Marcel Pol

Linux 2.4.18-6mdksmp, up 31 days, 8:21





Re: [Cooker] Problem with LD_ASSUME_KERNEL=2.2.5

2002-06-25 Thread Brad Felmey

On Tue, 2002-06-25 at 13:54, Andrew Bielecki wrote:

> Gwenole Beauchesne wrote:
> > On Tue, 25 Jun 2002, Andrew Bielecki wrote:
> > 
> > 
> >>Does anybody know how to make LD_ASSUME_KERNEL=2.2.5 work. If the 
> >>install program set this variable
> > 
> > 
> > Which program?
> > 
> > 
> > 
> 
> ZEND Studio 2.5 using Zero G installanywhere is setting 
> LD_ASSUME_KERNEL=2.2.5 if detects linux kernel above 2.2.x.
> Since you can't edit install script by simply disabling setting this 
> variable I had to downgrade glibc to 2.2.4-25. It looks like that glibc 
> 2.2.4 doesn't have this problem.

You'll find this true of any software using InstallAnywhere. Either
gcc3.1, glibc 2.2.5, or both will cause it to fail. JBuilder,
TogetherSoft, DbVisualizer, and so forth all bomb, as do the IBM
installers like the one for WebSphere.
-- 
Brad Felmey





Re: [Cooker] Re: [CHRPM] xine-lib-0.9.12-1mdk

2002-06-25 Thread David Walser

Hi, just wanted to let everybody know that with Mr.
Waschk's help, I got most of them to build just by
upgrading my libtool package.  The opengl output
plugin still doesn't build, but I think it's a bug in
xine's configure script's GL detection, everything
else finds and links to it just fine.

--- tom brinkman <[EMAIL PROTECTED]> wrote:
> On Tuesday 25 June 2002 02:06 am, Goetz Waschk
> wrote:
> > Am Montag, 24. Juni 2002, 08:41:03 Uhr MET,
> schrieb David Walser:
> > > When I try to build it, a lot of stuff doesn't
> build:
> > > RPM build errors:
> > > File not found by glob:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_inp_*so
> > > File not found by glob:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_dmx_*so
> > > File not found:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_decode_
> > >mpeg2.so File not found:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> > >fb.so File not found:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> > >opengl.so File not found:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> > >syncfb.so File not found:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> > >xshm.so File not found:
> > >
>
/var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> > >xv.so
> >
> > It's working fine on Cooker and I even managed to
> build most of it
> > on 8.2.
> 
>   IIRC, I got the same errors tryin to compile
> xine-lib src.rpm. I 
> installed the binary libxine* rpms and compiled 
> xine-ui-0.9.12-1mdk.src.rpm, then xine-lib src.rpm
> would build 
> successfully. Installed 'em all at once with rpm
> -Uvh *xine* after 
> removing the ready made libxine* rpms.  
>  xine does a great job of playin quicktime movies,
> just no sound.
>  (june cooker iso's + a few updates)
> -- 
> Tom Brinkman  Corpus
> Christi, Texas
> 

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com




Re: [Cooker] Problem with LD_ASSUME_KERNEL=2.2.5

2002-06-25 Thread Andrew Bielecki

Gwenole Beauchesne wrote:
> On Tue, 25 Jun 2002, Andrew Bielecki wrote:
> 
> 
>>Does anybody know how to make LD_ASSUME_KERNEL=2.2.5 work. If the 
>>install program set this variable
> 
> 
> Which program?
> 
> 
> 

ZEND Studio 2.5 using Zero G installanywhere is setting 
LD_ASSUME_KERNEL=2.2.5 if detects linux kernel above 2.2.x.
Since you can't edit install script by simply disabling setting this 
variable I had to downgrade glibc to 2.2.4-25. It looks like that glibc 
2.2.4 doesn't have this problem.

Andrew Bielecki





[Cooker] try to do some RPMS...

2002-06-25 Thread Florent BERANGER

   Hi,

I try to do a RPM from a nice little project (cdplay).

here the spec file :

=
%define namecdplay
%define
version 0.8
%define release 0mdk

Summary:command line CD player
Name:   %{name}
Version:%{version}
Release:
%{release}
Group:  Sound
License:GPL
Source: %{name}-%{version}.tar.bz2
URL:http://www.x-paste.de/projects/index.php?cont=cdplay
BuildRoot:  %_tmppath/%name-buildroot
Prefix: %{_prefix}

BuildRequires: gcc

%description
Nice command line CD Player

%prep
rm -rf $RPM_BUILD_ROOT
%setup -q

%build
%make

%install
install cdplay %{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc COPYING README
%{_bindir}/cdplay

%changelog
* Tue Jun 25 2002 Florent BERANGER
<[EMAIL PROTECTED]> 0.8-0mdk
- initial Mandrake package

=


Here the output at command line :

bash-2.05a$ rpm -ba cdplay-0.8.spec
Executing(%prep): /bin/sh -e
/home/cosmicflo/rpm/tmp/rpm-tmp.3541
+ umask 022
+ cd /home/cosmicflo/rpm/BUILD
+ rm -rf /home/cosmicflo/rpm/tmp/cdplay-buildroot
+ cd /home/cosmicflo/rpm/BUILD
+ rm -rf cdplay-0.8
+ /usr/bin/bzip2 -dc
/home/cosmicflo/rpm/SOURCES/cdplay-0.8.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd cdplay-0.8
+ exit 0
Executing(%build): /bin/sh -e
/home/cosmicflo/rpm/tmp/rpm-tmp.3541
+ umask 022
+ cd /home/cosmicflo/rpm/BUILD
+ cd cdplay-0.8
+ make
gcc -O3 -W -Wall -g   -c -o cdplay.o cdplay.c
gcc -O3 -W -Wall -g   -c -o utils.o utils.c
utils.c: In function `strip_spaces':
utils.c:29: warning: implicit declaration of function `strlen'
gcc -O3   cdplay.o utils.o   -o cdplay
+ exit 0
Executing(%install): /bin/sh -e
/home/cosmicflo/rpm/tmp/rpm-tmp.62416
+ umask 022
+ cd /home/cosmicflo/rpm/BUILD
+ cd cdplay-0.8
+ install cdplay /usr/bin
install: Ne peut créer un fichier de type régulier
`/usr/bin/cdplay': Permission non accordée
error: Bad exit status from
/home/cosmicflo/rpm/tmp/rpm-tmp.62416 (%install)


RPM build errors:
Bad exit status from
/home/cosmicflo/rpm/tmp/rpm-tmp.62416 (%install)
bash-2.05a$


What's wrong (it seem to be at install) ?

  Thanks
--
Profitez de l'offre exceptionnelle Tiscali !
"Internet Gratuit le Jour"
Cliquez ici, http://register.tiscali.fr/forfaits_ls/
Offre soumise à conditions.






Re: [Cooker] Why do samba-PKG and samba-PKG-ldap conflict?

2002-06-25 Thread Buchan Milne

Alexander Skwar wrote:
> So sprach Buchan Milne am 2002-06-23 um 01:21:23 + :
> 
>>If there is a valid reason why a normal user (the rpmdrake-only-kind) needs this,
>>fine, but if this is for some application which uses --nodeps or --force or
>>relocates, I see no reason.
> 
> 
> The reason is, that it's not possible to upgrade to the -ldap (or the
> normal) releases by doing rpm -Uvh * / urpmi *.  I just did a urpmi
> --auto-select which installed the non-ldap packages for me.  Since I use
> LDAP, I need LDAP aware samba.  So I rebuild it, and tried to upgrade to
> the -ldap packages.
> 

Just want to let you know that I am still working on this. On 8.2, your 
patch helps, but doesn't yet do what I want, which is allowing the user 
  to select samba-server or samba-server-ldap (like with apache and 
apache-perl). This is for when we have the samba rpm building both 
normal and ldap RPMs simultaneously (hopefully). I have yet to test this 
on cooker, which is why I haven't got any further.

Unfortunately all this work for ldap in samba-2.2.5 will be wasted once 
3.0 comes out (with run-time configuration of passdb backends).

There is also a patch to samba-2.2.5 that was announced today, which 
must go in, so we need a newer RPM anyway.

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





Re: [Cooker] problem installing gnome-user-docs

2002-06-25 Thread Buchan Milne

Steve Fox wrote:
> On Tue, 2002-06-25 at 06:55, Luis Alves wrote:
> 
>>anyone have a clue for this problem
> 
> 
> These are warning messages and safe to ignore.
> 

But, at the moment (or at least last week), unless you know to ALT-F2, 
and kill scroll-keeper, it prevents you from installing a default cooker 
install. It seems Drakx doesn't wait for it to timeout. We don't need to 
get the beta1 and find this issue!

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





Re: [Cooker] voice interesting projects

2002-06-25 Thread Cosmic Flo

Ok.
I request RPMS because I have never do one and I haven't many time to this 
(I'm working on TV-out support and OSD library).
I'll try to do one.

>From: Buchan Milne <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [Cooker] voice interesting projects
>Date: Tue, 25 Jun 2002 17:55:32 +0200
>
>Florent BERANGER wrote:
>>Interesting projects :
>>
>>voice :
>>http://www.kiecza.de/daniel/linux/index.html
>>http://www.speechio.org/
>>http://www.gear21.com/speech/html/
>>http://www.cstr.ed.ac.uk/projects/festival/download.html
>>(non GPL but free)
>
>free is not good enough. Is Acrobat in the distro? Find out if it is an 
>OSI- or FSF-approved license, otherwise you will have to settle for PLF.
>
>>http://freshmeat.net/projects/gaimfestival/ (gaim
>>festival plugin)
>
>Since it depends on festival (I assume), it depends on festival ;-).
>
>>http://plaza.ufl.edu/fusterjj/speechplugin/ (gaim via-
>>voice plugin)
>>http://www.speech.cs.cmu.edu/sphinx/
>>http://freespeech.sourceforge.net/
>>
>>Braille :
>>http://mielke.cc/brltty/
>>
>>Are some of these projects in contribs ?
>
>Why don't you look? You can find all the contribs in the cooker ftp 
>mirrors, which I am sure you can find. You may also find the packaging 
>stuff at http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/contrib-SPECS, 
>although be warned that some of the packaging there is for packages no 
>longer in contrib (either in main or disappeared).
>
>Btw, have you tried any of these yourself? I don't see why people working 
>on the software which many many many people use should spend time working 
>on software which may not be of any use. You will find people much more 
>willing to package software if you can give hints on how good it is, how 
>easy it is to package, what it depends on etc.
>
>Of course, then you are half way to making an RPM anyway, so why not make 
>an SRPM and have it put in contrib.
>
>No criticism, just an obervation on how best you can get what you want, as 
>I am quite sure you don't want a distro with many non-working or 
>beta-quality games and utilities, but no stable desktop or configuration 
>tools.
>
>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



=

_
MSN Photos est le moyen le plus simple de partager et d'imprimer vos photos 
: http://photos.msn.com/support/worldwide.aspx





Re: [Cooker] RPMS request

2002-06-25 Thread Guillaume Rousse

Le Lundi 24 Juin 2002 11:49, Florent BERANGER a écrit :
> Thanks.
> missing urpmi file ;)
Should be fixed now.
Caution, tomcat3 is quite old, and you'll have to use --nodeps to install it. 
BTW, please join jpackage-devel to discuss further issues :-)
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] voice interesting projects

2002-06-25 Thread Buchan Milne

Florent BERANGER wrote:
> Interesting projects :
> 
> voice :
> http://www.kiecza.de/daniel/linux/index.html
> http://www.speechio.org/
> http://www.gear21.com/speech/html/
> http://www.cstr.ed.ac.uk/projects/festival/download.html
> (non GPL but free)

free is not good enough. Is Acrobat in the distro? Find out if it is an 
OSI- or FSF-approved license, otherwise you will have to settle for PLF.

> http://freshmeat.net/projects/gaimfestival/ (gaim
> festival plugin)

Since it depends on festival (I assume), it depends on festival ;-).

> http://plaza.ufl.edu/fusterjj/speechplugin/ (gaim via-
> voice plugin)
> http://www.speech.cs.cmu.edu/sphinx/
> http://freespeech.sourceforge.net/
> 
> Braille :
> http://mielke.cc/brltty/
> 
> Are some of these projects in contribs ?

Why don't you look? You can find all the contribs in the cooker ftp 
mirrors, which I am sure you can find. You may also find the packaging 
stuff at http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/contrib-SPECS, 
although be warned that some of the packaging there is for packages no 
longer in contrib (either in main or disappeared).

Btw, have you tried any of these yourself? I don't see why people 
working on the software which many many many people use should spend 
time working on software which may not be of any use. You will find 
people much more willing to package software if you can give hints on 
how good it is, how easy it is to package, what it depends on etc.

Of course, then you are half way to making an RPM anyway, so why not 
make an SRPM and have it put in contrib.

No criticism, just an obervation on how best you can get what you want, 
as I am quite sure you don't want a distro with many non-working or 
beta-quality games and utilities, but no stable desktop or configuration 
tools.

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





[Cooker] Knote Crashes upon exit

2002-06-25 Thread Jeremy Salch


Here is the backtrace

[New Thread 1024 (LWP 2314)]
0x41228b49 in wait4 () from /lib/i686/libc.so.6
#0  0x41228b49 in wait4 () from /lib/i686/libc.so.6
#1  0x412a57d8 in sys_sigabbrev () from /lib/i686/libc.so.6
#2  0x410519e3 in waitpid () from /lib/i686/libpthread.so.0
#3  0x407b33f5 in KCrash::defaultCrashHandler(int) (sig=11) at kcrash.cpp:224
#4  0x4104f40b in pthread_sighandler () from /lib/i686/libpthread.so.0
#5  0x411b3348 in sigaction () from /lib/i686/libc.so.6
#6  0x405d4d0b in KXMLGUI::ActionList::plug(QWidget*, int) const (
this=0xfe00, container=0x8126a30, index=2)
at /usr/lib/qt3/include/qptrlist.h:151
#7  0x405d5a20 in KXMLGUI::ContainerNode::plugActionList(KXMLGUI::BuildState&, 
QValueListIterator const&) (this=0x8125d98, 
state=@0x8101a98, mergingIdxIt=@0xb320) at kxmlguifactory_p.cpp:246
#8  0x405d5713 in KXMLGUI::ContainerNode::plugActionList(KXMLGUI::BuildState&)
(this=0x8125d98, state=@0x8101a98) at kxmlguifactory_p.cpp:214
#9  0x405d5766 in KXMLGUI::ContainerNode::plugActionList(KXMLGUI::BuildState&)
(this=0x8106c68, state=@0x8101a98) at /usr/lib/qt3/include/qptrlist.h:151
#10 0x405cf424 in KXMLGUIClient::plugActionList(QString const&, 
QPtrList const&) (this=0x80f9f54, name=@0xfe00, 
actionList=@0xfe00)
at kxmlguifactory.cpp:423
#11 0x08060750 in KNotesApp::updateNoteActions() (this=0x80f9e28)
at knotesapp.cpp:517
#12 0x08060bcd in KNotesApp::qt_invoke(int, QUObject*) (this=0x80f9f54, 
_id=56, _o=0xb660) at knotesapp.moc:107
#13 0x40ad8a25 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x40008e7e in fixup (l=0x38, reloc_offset=0) at dl-runtime.c:53



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




Re: [Cooker] problem installing gnome-user-docs

2002-06-25 Thread Steve Fox

On Tue, 2002-06-25 at 06:55, Luis Alves wrote:
> anyone have a clue for this problem

These are warning messages and safe to ignore.

-- 

Steve Fox
http://k-lug.org




[Cooker] voice interesting projects

2002-06-25 Thread Florent BERANGER

Interesting projects :

voice :
http://www.kiecza.de/daniel/linux/index.html
http://www.speechio.org/
http://www.gear21.com/speech/html/
http://www.cstr.ed.ac.uk/projects/festival/download.html
(non GPL but free)
http://freshmeat.net/projects/gaimfestival/ (gaim
festival plugin)
http://plaza.ufl.edu/fusterjj/speechplugin/ (gaim via-
voice plugin)
http://www.speech.cs.cmu.edu/sphinx/
http://freespeech.sourceforge.net/

Braille :
http://mielke.cc/brltty/

Are some of these projects in contribs ?
Thanks
--
Profitez de l'offre exceptionnelle Tiscali !
"Internet Gratuit le Jour"
Cliquez ici, http://register.tiscali.fr/forfaits_ls/
Offre soumise à conditions.






Re: [Cooker] Re: [CHRPM] xine-lib-0.9.12-1mdk

2002-06-25 Thread Goetz Waschk

Am Dienstag, 25. Juni 2002, 07:42:51 Uhr MET, schrieb tom brinkman:
> > It's working fine on Cooker and I even managed to build most of it
> > on 8.2.
>   IIRC, I got the same errors tryin to compile xine-lib src.rpm. I 
> installed the binary libxine* rpms and compiled 
> xine-ui-0.9.12-1mdk.src.rpm, then xine-lib src.rpm would build 
> successfully. Installed 'em all at once with rpm -Uvh *xine* after 
> removing the ready made libxine* rpms.  
>  xine does a great job of playin quicktime movies, just no sound.
>  (june cooker iso's + a few updates)
This must be a problem with your build environment: I've just tried to
--rebuild the xine-lib on latest Cooker without any libxine packages
installed. It was working fine.
 
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwstud.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




Re: [Cooker] Re: [CHRPM] xine-lib-0.9.12-1mdk

2002-06-25 Thread tom brinkman

On Tuesday 25 June 2002 02:06 am, Goetz Waschk wrote:
> Am Montag, 24. Juni 2002, 08:41:03 Uhr MET, schrieb David Walser:
> > When I try to build it, a lot of stuff doesn't build:
> > RPM build errors:
> > File not found by glob:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_inp_*so
> > File not found by glob:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_dmx_*so
> > File not found:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_decode_
> >mpeg2.so File not found:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> >fb.so File not found:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> >opengl.so File not found:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> >syncfb.so File not found:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> >xshm.so File not found:
> > /var/tmp/xine-lib-buildroot/usr/lib/xine/plugins/xineplug_vo_out_
> >xv.so
>
> It's working fine on Cooker and I even managed to build most of it
> on 8.2.

  IIRC, I got the same errors tryin to compile xine-lib src.rpm. I 
installed the binary libxine* rpms and compiled 
xine-ui-0.9.12-1mdk.src.rpm, then xine-lib src.rpm would build 
successfully. Installed 'em all at once with rpm -Uvh *xine* after 
removing the ready made libxine* rpms.  
 xine does a great job of playin quicktime movies, just no sound.
 (june cooker iso's + a few updates)
-- 
Tom Brinkman  Corpus Christi, Texas




Re: [Cooker] openssh-3.3p1-3mdk

2002-06-25 Thread Oden Eriksson

On Tuesday 25 June 2002 06.17, Ben Reser wrote:
> On Tue, Jun 25, 2002 at 05:14:19AM +0200, Oden Eriksson wrote:
> > Hi.
> >
> > I modified the spec file for redhat 6.2, for a mail server I maintain,
> > but with "UsePrivilegeSeparation yes" I could not login, I got:
> >
> > Jun 25 03:54:23 hostname sshd[978]: fatal: mmap(65536): Invalid argument
> >
> > Anyone have a clue?
>
> Take a look at README.privsep it talks about the mmap requirements.
> Your mmap in Redhat 6.2 might not be up to snuff.

Thanks Ben, I fixed it as in the openssh update.

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




[Cooker] problem installing gnome-user-docs

2002-06-25 Thread Luis Alves

anyone have a clue for this problem

   1:gnome-user-docs### 
[ 12%]
/usr/bin/scrollkeeper-update: warning: 
/usr/share/omf/glade/user-guide-C.omf overrides 
/usr/share/omf/user-guide/user-guide-C.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-pt_BR.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-db/gnome-db-pt_BR.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-db/gnome-db-C.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-es.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-db/gnome-db-es.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-it.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-db/gnome-db-it.omf
OMF file [/usr/share/omf/mgt/multi-gnome-terminal-C.omf] does not 
validate against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/mgt/multi-gnome-terminal-C.omf
OMF file [/usr/share/omf/evolution/evolution-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/evolution/evolution-C.omf
OMF file [/usr/share/omf/gnome-chess/gnome-chess-manual-C.omf] does not 
validate against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-chess/gnome-chess-manual-C.omf
OMF file [/usr/share/omf/gabber/gabber-C.omf] does not validate against 
ScrollKeeper-OMF DTD: /usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gabber/gabber-C.omf
OMF file [/usr/share/omf/glade/turbo-start-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/glade/turbo-start-C.omf
OMF file [/usr/share/omf/glade/faq-C.omf] does not validate against 
ScrollKeeper-OMF DTD: /usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/glade/faq-C.omf
OMF file [/usr/share/omf/glade/user-guide-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/glade/user-guide-C.omf
OMF file [/usr/share/omf/glade/faq-it.omf] does not validate against 
ScrollKeeper-OMF DTD: /usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/glade/faq-it.omf
OMF file [/usr/share/omf/glade/turbo-start-it.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/glade/turbo-start-it.omf
OMF file [/usr/share/omf/glade/user-guide-it.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/glade/user-guide-it.omf
OMF file [/usr/share/omf/gnomecal/gnomecal-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnomecal/gnomecal-C.omf
OMF file [/usr/share/omf/gnomecard/gnomecard-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnomecard/gnomecard-C.omf
OMF file [/usr/share/omf/gnome-applets/battstat-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-applets/battstat-C.omf
Registering /usr/share/omf/user-guide/goscustaccess-C.omf
Registering /usr/share/omf/user-guide/gosbasic-C.omf
Registering /usr/share/omf/user-guide/goscustlookandfeel-C.omf
Registering /usr/share/omf/user-guide/goscustdesk-C.omf
Registering /usr/share/omf/user-guide/goseditmainmenu-C.omf
Registering /usr/share/omf/user-guide/gosdeskback-C.omf
Registering /usr/share/omf/user-guide/gosstartsession-C.omf
Registering /usr/share/omf/user-guide/gosmetacity-C.omf
Registering /usr/share/omf/user-guide/gosnautilus-C.omf
Registering /usr/share/omf/user-guide/gosoverview-C.omf
Registering /usr/share/omf/user-guide/gospanel-C.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-pt_BR.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-db/gnome-db-pt_BR.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-C.omf] does not validate 
against ScrollKeeper-OMF DTD: 
/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /usr/share/omf/gnome-db/gnome-db-C.omf
OMF file [/usr/share/omf/gnome-db/gnome-db-es.omf] does n

Re: [Cooker] Re: e

2002-06-25 Thread freeserve

Sorry, I was rude, but Ive spent hours trying to get epplets running
properly with no long term success.
My point is that there seems little point in including epplets in MDK if
they dont install in the correct path.
Baz


- Original Message -
From: "civileme" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 25, 2002 1:25 AM
Subject: Re: [Cooker] Re: e


> freeserve wrote:
>
> >Have you guys bothered to get e working on Mandrake yet?
> >Or do you still only pretend to!
> >Baz
> >
> >
> Well, I use E on Mandrake 8.2 and I have no problem.
>
> Your post is misplaced.  If you have some configuration you really want
> E to have out of the box or some special functionality, then go to
>
> http://www.mandrakelinux.com/en/frpmapps.php3
>
> and follow the procedures.  Surprisingly, if you run into snags in that
> process, help will usually be available from someone on this list.
>
> Posts like this which can be construed as rude, and/or flamebait are
> unlikely to further your desires.
>
>
> Civileme
>
>
>
>





[Cooker] kde problems with cooker

2002-06-25 Thread Crispin Boylan

hi
i'm experiencing disappearing menu's with the latest cooker kde3 
packages from cooker - it seems to occur after a reboot, not just when 
reloading X.

I removed my old .kde and .kde3 directories from the home directory, 
then started kde 3.01 it works fine, the menu's are there, everything works.

Then I turned my machine off, came back 3 hours later, retstarted and 
the menu's were there still, however, about a minute later i click on 
the K button and the menu is empty!!!  WHat is wrong It's annoying 
because i keep having to delete the profile and do all my settings again!

Also KPersonalizer seems to come up every time KDE 3 is started, i had 
to fix it by manually copying /usr/share/config/kpersonalizerrc into my 
home directory

Cheers
cris





Re: [Cooker] openssh-3.3p1-3mdk

2002-06-25 Thread Oden Eriksson

On Tuesday 25 June 2002 07.24, Vincent Danen wrote:
> On Tue Jun 25, 2002 at 05:14:19AM +0200, Oden Eriksson wrote:
> > I modified the spec file for redhat 6.2, for a mail server I maintain,
> > but with "UsePrivilegeSeparation yes" I could not login, I got:
> >
> > Jun 25 03:54:23 hostname sshd[978]: fatal: mmap(65536): Invalid argument
> >
> > Anyone have a clue?
>
> You're running a 2.2 kernel, right?  It doesn't have the MAP_ANON
> capability.  What you need to do is grab an openssh package from
> updates and rebuild it on your redhat machine; it has the 2.2 kernel
> patch applied.

I snitched the patch and now it works.

Great thanks Vincent, you're the best!

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




[Cooker] kernel

2002-06-25 Thread Sebastian Dransfeld



>From kernel 2.4.18.20mdk:
^^
* Fri Jun 14 2002 Juan Quintela <[EMAIL PROTECTED]> 1-1mdk

- disabling P241 (-Os), as actual gcc is not very good about that.
- make this things IDECD & IDEFLOPPY & FLOPPY modules.
- rediff P1302 (agp_uninornth), stew.
- remove P1300 (riva fixes for ppc), patch included upstream (stew).
- 2.4.19.20mdk.
  ^^






Re: [Cooker] depslist mismatch

2002-06-25 Thread guran

On Monday 24 June 2002 6:05 am, aleX Kiausch wrote:
> Am Son, 2002-06-23 um 17.00 schrieb Robert Fox:
> > On Sat, 2002-06-22 at 21:05, aleX Kiausch wrote:
> > > Am Sam, 2002-06-22 um 20.17 schrieb Robert Fox:
> > > > On Sat, 2002-06-22 at 19:56, aleX Kiausch wrote:
> > > > > Hi everybody
> > > > >
> > > > > When I try to make a fresh install from the rsynced cooker i get
> > > > > the following errormessage:
> > > > > depslist.ordered mismatch against hdlist files
> > > > > What's up?
> > > > > Am I wrong or the mirror I get it from?
> > > > >
> > > > > please help
> > > >
> > > > Check the following link for details - you need to run gendistrib:
> > > >
> > > > http://www.mandrakeforum.com/article.php?sid=1577&lang=en
> > > >
> > > > Hope this helps.
> > > >
> > > > R.Fox
> > >
> > > I did this: gendistrib --distrib cooker/cooker/i586
> > > and it gives me this: bad rpm
> > > cooker/cooker/i586/Mandrake/RPMS/gnome-vfs-extras-0.99.0-2mdk.i586.rpm
> > > ... something seems to be wrong
> >
> > Delete that file - it presently has 0 bytes on the mirrors.  After you
> > delete it - run gendistrib again and all should be fine!
> >
> > Cheers,
> > R.Fox
>
> I have another problem, after I found out that the cooker files on ftp
> servers are "more complete" I changed back to wget ... but now I get
> lot's of duplicates of the newer rpms ... is there a way to avoid this?
> Maybe the "delete after" option?

This is from a 8.2:
[root@One09 misc]# ./gendistrib --distrib /mnt/attic/manne/cooker/i586
Can't locate URPM.pm in @INC (@INC contains: /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 ./gendistrib 
line 20.
BEGIN failed--compilation aborted at ./gendistrib line 20.
[root@One09 misc]#

The same box:
[root@One09 misc]# ./gendistrib --noclean --distrib 
/mnt/attic/manne/cooker/i586
Can't locate URPM.pm in @INC (@INC contains: /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 ./gendistrib 
line 20.
BEGIN failed--compilation aborted at ./gendistrib line 20.
[root@One09 misc]#
root@One09 misc]# rpm -qa rpmtools
rpmtools-4.2-8mdk

When I do this later command, i.e. noclean, from within a one week old Cooker 
I get the 'gnome-vfs-extras' shit. When I delete that file, the command run 
allright. But the installation still say: 'deplist.ordered mismatch against 
hdlist.

So I am unable to install it.
regards
guran
-- 
Mandrake Linux 8.2




Re: [Cooker] Systrace: a new way of enforcing security.

2002-06-25 Thread Fabrice MARIE

On Tuesday 25 June 2002 15:24, Han wrote:
> Hi,
> I am following this project at the moment:
>   http://www.citi.umich.edu/u/provos/systrace/
> If you spend a few minutes reading what it is all  about  you  will  see
> that this is a going to be a killer securitty app. It's not yet finished
> but people who have OpenBSD installed can have a much  closer  look.  At
> the moment the OpenBSD team is preparing  to  include  it  in  the  next
> OpenBSD-release.
> A linux version is also in the making so within a few  month  we  should
> have something working. In the mean while we can  start  thinking  about
> what to do with this app.

Hello,

For linux, you already have RSBAC http://www.rsbac.org/
It can do the same things, except that it's maybe not so interactive.
There are two mode (and a half ?) in rsbac :
1- normal
2- maintenance
 - soft mode

The normal mode enforce a policy, that you can fine tune before hand,
or while the system is running (provided that you didn't deny access
to yourself, which is trivial to achieve with RSBAC).

>From normal mode, you can pass into soft mode, where you will just be notified
of access denied, without actually denying.

Maitenance mode is the same as soft mode, except that you have to reboot
with a "maintenance" kernel. Basically, when you create your policy,
you use a lot softmode or maintenance mode. However, on the production
system, you remove these features as to obtain maximum security.

RSBAC comes with a suite of tools, text-menu based, or command line based
so you can use them from scripts (%pre, %post...). Unlike selinux,
you don't need to patch all the userspace system tools to work with it.
You just need to patch the kernel, compile and install their
userland tools, and there you go. Amon said he would make it use
lsm when lsm will be part of the stable branch of kernel.

There is a mandrake distro deriviates that uses RSBAC :
http://castle.altlinux.ru/

Have a nice day,

Fabrice.
--
Fabrice MARIE
Senior R&D Engineer
Celestix Networks
http://www.celestix.com/

"Silly hacker, root is for administrators"
   -Unknown




Re: [Cooker] Problem with LD_ASSUME_KERNEL=2.2.5

2002-06-25 Thread Gwenole Beauchesne

On Tue, 25 Jun 2002, Andrew Bielecki wrote:

> Does anybody know how to make LD_ASSUME_KERNEL=2.2.5 work. If the 
> install program set this variable

Which program?






[Cooker] Systrace: a new way of enforcing securitty.

2002-06-25 Thread Han

Hi,

I am following this project at the moment:

  http://www.citi.umich.edu/u/provos/systrace/

If you spend a few minutes reading what it is all  about  you  will  see
that this is a going to be a killer securitty app. It's not yet finished
but people who have OpenBSD installed can have a much  closer  look.  At
the moment the OpenBSD team is preparing  to  include  it  in  the  next
OpenBSD-release.

A linux version is also in the making so within a few  month  we  should
have something working. In the mean while we can  start  thinking  about
what to do with this app.



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