Re: [Cooker] Drakconf embedded

2002-02-14 Thread Justin T. Broste

Just thought I would reply to my own message... :)  It's working correctly 
again in the latest version:

drakconf-0.92-4mdk

Thanks :)

Justin T

On Thursday 14 February 2002 19:36, Justin T. Broste wrote:
> Heya,
>
> Drakconf (drakconf-0.92-2mdk) is having a problem for me whenever I set it
> up to use the embedded views (error from console run follows.)  It works
> fine with logs enabled and when embedded is turned off.
>
> Most of the times it appears to stop on a line similar to:
>
> Gtk->main;
>
> Here is some information on one of the embeds:
>
> # drakconf
> # Thu Feb 14 19:21:40 2002 Gdk-WARNING **: GdkWindow 0x38b unexpectedly
> destroyed at /usr/lib/libDrakX/services.pm line 247.
> Gdk-ERROR **: BadWindow (invalid Window parameter)
>   serial 134 error_code 3 request_code 1 minor_code 0
>
> Lines from /usr/lib/libDrakX/services.pm:
>
> 246:$b->signal_connect( button_press_event => sub { $nopop->()});
> 247:$::isEmbedded and Gtk->main_iteration while Gtk->events_pending;
> 248:$::isEmbedded and kill (12, $::CCPID);
> 249:$W->main or return;
> 250:($l, $on_services);
>
> # rpm -q perl
> perl-5.601-7mdk
>
> # rpm -qa | grep -i gtk | sort
> gtk+2-1.3.13-1mdk
> gtkdialogs-1.2-2mdk
> libgtk+1.2-1.2.10-22mdk
> libgtk+1.2-devel-1.2.10-22mdk
> libgtk+2-1.3.13-1mdk
> libgtk+2-devel-1.3.13-1mdk
> libgtk+extra0-0.99.17-2mdk
> libgtk+extra0-devel-0.99.17-2mdk
> libgtk+mdk0.1_6-0.1.6-7mdk
> libgtk+mdk0.1_6-devel-0.1.6-7mdk
> libgtkxmhtml1-1.4.1.4-1mdk
> perl-GTK-0.7008-15mdk
> perl-GTK-GdkImlib-0.7008-15mdk
> pygtk-0.6.9-1mdk
>
> Thanks,
>
> Justin T :)





Re: [Cooker] pcmcia not successfully ifup eth0 when card removedthen reinserted

2002-02-14 Thread Chmouel Boudjnah

SI Reasoning <[EMAIL PROTECTED]> writes:

> Just installed latest pcmcia and kernel but it still
> does not bring eth0 back up if I:
> service pcmcia restart
> or
> I remove and then reinsert the lan card

Quite strange i assume you have hotplug installed ? Can you modify the
/etc/hotplug/net.agent at line 56 replace the line :

exec /sbin/ifup $INTERFACE

By :

exec /sbin/ifup $INTERFACE 2>/tmp/LOG

And tell me what do you have after a pcmcia restart in the /tmp/LOG 

-- 
http://www.chmouel.org/




Re: [Cooker] interesting message - user nobody does not exist - using root

2002-02-14 Thread Vincent Meyer

Was displayed when Kpackage installed part of KDE3.. 

On Friday 15 February 2002 00:18, you wrote:
> > Subject says it all, almost..
> >
> > is there now supposed to be a user nobody?
>
> It has always been. What program gives it? I vaguely remember having
> seen this message.
>
> -andrej





[Cooker] Has anyone tried to use a supermounted DVD with Ogle or VideoLan?

2002-02-14 Thread Frank C.Earl

It didn't seem to work for me and I had to unmount the drive and re-mount as 
a straight-up CDROM drive before I got Ogle to play DVDs.  Too clumsy for 
general consumer use in that context, I think.

-- 
Frank Earl




RE: [Cooker] interesting message - user nobody does not exist - using root

2002-02-14 Thread Borsenkow Andrej


> 
> Subject says it all, almost..
> 
> is there now supposed to be a user nobody?
> 

It has always been. What program gives it? I vaguely remember having
seen this message.

-andrej




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Vincent Danen

On Fri Feb 15, 2002 at 12:20:30PM +1100, Geoffrey Lee wrote:

> > > Vadim Plessky ([EMAIL PROTECTED]) wrote:
> > >> Reason why you may want to use rar, instead of zip: zip can't cut
> > >> archive into multiple pcs, say, of 1.5MB
> > 
> > > tar -M
> > 
> > ...with the added advantage of working on practically anything Unixish, and 
> > Windows (e.g. PKzip will untar). What licence does RAR have?
> 
> Essentially shareware. Or some such, I don't remember the exact wording but
> I remember some source was available ..

RAR has and probably always will be shareware.  The source for unrar
was released as freeware (not GPL, not BSD, not any other open source
license).

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx -source http://www.freezer-burn.org/bios/vdanen.gpg | gpg --import"
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.8-34.1mdk uptime: 23 days 3 hours 24 minutes.



msg54901/pgp0.pgp
Description: PGP signature


RE: [Cooker] Re: Mandrake 8.2 and ext3

2002-02-14 Thread Borsenkow Andrej

> Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> 
> > On þÔ×, 2002-02-14 at 21:16, Peter Ruskin wrote:
> >> Partition Magic can't handle ext3 or reiserfs.  Acronis OS Selector
can
> >> and does it beautifully - it's much cheaper than PM as well.
> >> http://www.acronis.com
> >
> > OS Selector != PartitionMagic. BootMagic can boot from any
partition. Do
> > not compare apples with oranges.
> 
> If you had follewed the link, you would have seen that Acronis OS
> Selector is not just another boot manager, it includes a partition
> manager as well.
> 

Really. I could not follow link at the time of replying and was confused
by name "OS Selector". Thank you.

-andrej




[Cooker] Re: Re: Am I wasting my time reporting bugs and sending patches to fix bugs?

2002-02-14 Thread Brian J. Murrell

On Thu, Feb 14, 2002 at 07:27:45PM +0100, Chmouel Boudjnah wrote:
> "Brian J. Murrell" <[EMAIL PROTECTED]> writes:
> 
> > Take for example that perhaps one or two people on the list see the
> > bug report and say to theselved "Hey I can fix that" and start hacking
> > on it, and since I don't hear anything back from the list I decide to
> > start hacking away on it to.
> 
> That's unfortunately never happen.

Well maybe (OK, likely) the first scenario, but the second scenario
most certainly has happened.  Fixing xinetd was the next item on my
todo list.  I was actually waiting to see what happened with my
gnome-vfs patch and decide from there.

b.


-- 
Brian J. Murrell




Re: [Cooker] BUGREPORT: via-rhine still broken in latest kernel

2002-02-14 Thread guran

On Friday 15 February 2002 4:26 am, Bill Greenwood wrote:
> SO.. what are you trying to say??
I wanted to say that it is not necessarily the driver that is at fault, I 
have had cards that I had to change from one position to another &c to test 
for possible clues.
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.16mdk-1-1mdk version:2002-02-13-15:29




[Cooker] interesting message - user nobody does not exist - using root

2002-02-14 Thread Vincent Meyer, MD

Subject says it all, almost..

is there now supposed to be a user nobody?

v.




[Cooker] Re: msec patch (syslog fix)

2002-02-14 Thread Frederic Lepied

Levi Ramsey <[EMAIL PROTECTED]> writes:

> Since installing 8.2 beta 2 (I never installed beta 1), I have been
> annoyed at having to rewrite my /etc/syslog.conf file daily, so I hacked
> this patch together.
> 
> It enables a standard rule to be defined for the tty12 syslog.
> 
> I have tested it only against msec-0.18-3mdk, but I can't find anything
> in the changelogs to indicate that it will break in later versions...
> 
> P.S., this is the first patch I've submitted anywhere... don't be too
> hard on me if it sucks ass...

The patch is ok but I don't want to change the default. So I have done the
following to allow you to change the default in /etc/security/msec/level.local.

diff -u -u -r1.8 libmsec.py
--- libmsec.py  2002/02/14 01:50:08 1.8
+++ libmsec.py  2002/02/15 04:57:56
@@ -351,16 +351,17 @@
 menulst = ConfigFile.get_config_file(MENULST)
 menulst.exists() and menulst.remove_line_matching('^password\s')

-def enable_console_log(arg):
-'''  Enable/Disable syslog reports to console 12.'''
+def enable_console_log(arg, expr='*.*'):
+'''  Enable/Disable syslog reports to console 12. \\fIexpr\\fP is the
+expression describing what to log (see syslog.conf(5) for more details).'''
 syslogconf = ConfigFile.get_config_file(SYSLOGCONF)

 if arg:
 _interactive and log(_('Enabling log on console 12'))
-syslogconf.exists() and 
syslogconf.replace_line_matching('\s*[^#]+/dev/tty12', '*.* /dev/tty12', 1)
+syslogconf.exists() and 
+syslogconf.replace_line_matching('\s*[^#]+/dev/tty12', expr + ' /dev/tty12', 1)
 else:
 _interactive and log(_('Disabling log on console 12'))
-syslogconf.exists() and syslogconf.remove_line_matching('\*\.\*\s*/dev/tty12')
+syslogconf.exists() and syslogconf.remove_line_matching('\s*[^#]+/dev/tty12')

 def enable_promisc_check(arg):
 '''  Activate/Disable ethernet cards promiscuity check.'''


-- 
Fred - May the source be with you




[Cooker] MySQL-devel?

2002-02-14 Thread Vincent Meyer, MD

Hi, 

qt3 wants MySQL-devel as a dependency to install, and as far
as I can tell, it isn't on any of my favorite mirrors...

V.




Re: [Cooker] Fwd: Cron /usr/share/msec/promisc_check.sh

2002-02-14 Thread Frederic Lepied

Guillaume Rousse <[EMAIL PROTECTED]> writes:

> Ainsi parlait Guillaume Rousse :
> > Seems there is a "requires iproute2" missing in msec package...
> Actually not, sorry.
> It is a path problem when executing the script from cron.
> line 55 of /usr/share/promisc_check sh should be
> for INTERFACE in `/sbin/ip link list | grep PROMISC | cut -f 2 -d 
> ':';/usr/bin/promisc_check -q`; do
> instead

exact (already changed in cvs ;-). Thx.
-- 
Fred - May the source be with you




Re: [Cooker] Re: Missing dependency of rpmbuild

2002-02-14 Thread Stefan van der Eijk

Alexander Skwar wrote:

>»Stefan van der Eijk« sagte am 2002-02-14 um 23:20:40 +0800 :
>
>>Is that based on any technical fact, or is it just "convenience" "lazyness"?
>>
>
>Depends, both is true I'd say.  For one, it's lazyness.  But on the
>other hand I don't think it's right that every gettext'able program
>(~70%?) should explicitly require such a base package.  You may very
>well disagree with me on this one, but then I wonder why it would be
>wrong to also BuildRequires: gcc, bash, filesystem, rpm, rpm-build,
>perl  IMO gettext is so basic, that it really fits in the above
>list, no?
>
>The same also applies to Requires:.  Let's take the
>multi-gnome-terminal.  Should I really add all these packages to the
>Requires?
>
>>for r in $(rpm -qR multi-gnome-terminal|grep -v =) ; do rpm -q --whatprovides $r ; 
>done | sort | uniq
>>
>bash-2.05-15mdk
>common-licenses-1.0-5mdk
>db1-1.85-7mdk
>glibc-2.2.4-20mdk
>libaudiofile0-0.2.3-2mdk
>libesound0-0.2.23-1mdk
>libglade0-0.17-2mdk
>libglade-gnome0-0.17-2mdk
>libglib1.2-1.2.10-4mdk
>libgnome32-1.4.1.2-11mdk
>libgtk+1.2-1.2.10-18mdk
>libimlib1-1.9.11-8mdk
>libORBit0-0.5.13-1mdk
>libxml-1.8.16-1mdk
>XFree86-libs-4.1.0-22mdk
>zlib1-1.1.3-18mdk
>
>If not - which packages should *not* be added to the Requires: and why?
>
The BuildRequires should be:

BuildRequires:  flex
BuildRequires:  gcc
BuildRequires:  gdk-pixbuf-devel
BuildRequires:  ImageMagick
BuildRequires:  libglade-devel
BuildRequires:  scrollkeeper

For the Requires, why not let rpm do it by itself?

This Requires list that rpm comes up with makes sense to me:

Requires: common-licenses ld-linux.so.2 libICE.so.6 libIIOP.so.0 
libORBit.so.0 libORBitCosNaming.so.0 libORBitutil.so.0 libSM.so.6 
libX11.so.6 libXext.so.6 libXi.so.6 libart_lgpl.so.2 libaudiofile.so.0 
libc.so.6 libdb.so.2 libdl.so.2 libesd.so.0 libgdk-1.2.so.0 
libgdk_imlib.so.1 libglade-gnome.so.0 libglade.so.0 libglib-1.2.so.0 
libgmodule-1.2.so.0 libgnome.so.32 libgnomesupport.so.0 libgnomeui.so.32 
libgnorba.so.27 libgtk-1.2.so.0 libm.so.6 libutil.so.1 libxml.so.1 
libz.so.1 libzvt.so.2 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3)

Stefan





Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Geoffrey Lee

On Fri, Feb 15, 2002 at 07:27:34AM +0800, Leon Brooks wrote:
> On Friday 15 February 2002 00:34, Han wrote:
> > Vadim Plessky ([EMAIL PROTECTED]) wrote:
> >> Reason why you may want to use rar, instead of zip: zip can't cut
> >> archive into multiple pcs, say, of 1.5MB
> 
> > tar -M
> 
> ...with the added advantage of working on practically anything Unixish, and 
> Windows (e.g. PKzip will untar). What licence does RAR have?
> 


Essentially shareware. Or some such, I don't remember the exact wording but
I remember some source was available ..

 - G.




Re: [Cooker] qt designer in beta 2?

2002-02-14 Thread Joseph Davidson

I installed qt2-designer 2.3.1-24mdk from cooker, however, kdevelop
2.0.2-7mdk expects qt-designer to be named "designer", and not
designer-qt2. A simple symlink fixes this, but shouldn't qt designer be
installed with this name (or at least a symlink?), or should kdevelop
look for qt2-designer?

Joe


On Thu, 2002-02-14 at 22:22, Till Kamppeter wrote:
> Then it probably goes onto the third CD which is partially the rest of 
> the core distro and the contribs. An ISO for this CD will probably only 
> be made for the release candidate or perhaps even only for the final. 
> Install the package from the Cooker to test this program.
> 
> Till
> 
> 
> Joseph Davidson wrote:
> 
> > Is qt-designer is beta 2?  I can get it from cooker, however, it doesn't
> > appear to be on any of the CD's.
> > 
> > -Joe
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 






[Cooker] KDE3 question

2002-02-14 Thread Jeremy Salch

I am wondering about the naming of the the kde3 RPMS 
Is the naming of them that is currently in use in contrib going to be the 
official naming of them when they are eventually moved over into cooker?  Or 
are they going to change how they are names.  I see that right now everything 
has a 3 after it to make it possible ot install it along side of kde2, that 
is why i am wondering.





Re: [Cooker] BUGREPORT: via-rhine still broken in latest kernel

2002-02-14 Thread Bill Greenwood




SO.. what are you trying to say??

My 2.4.13-12 kernel works perfectly as well, but as you can see, the last
6 or 8 of them are broken.

If they don't want my input, they will tell me!

-Bill

guran wrote:
[EMAIL PROTECTED]">
  On Friday 15 February 2002 3:01 am, Bill Greenwood wrote:
  
# insmod via-rhine

I have been using via-rhine for one year and have had no problems whatsoever.[root@One09 guran]# modprobe via-rhine[root@One09 guran]#regardsguran






Re: [Cooker] qt designer in beta 2?

2002-02-14 Thread Laurent Culioli

le ven 15-02-2002 à 09:03, Joseph Davidson a écrit :
> Is qt-designer is beta 2?  I can get it from cooker, however, it doesn't
> appear to be on any of the CD's.

Hi
You need to install libqt3-devel
then launch designer-qt3


-- 
Laurent Culioli:: <[EMAIL PROTECTED]>
MandrakeSoft Paris :: http://www.mandrakesoft.com





Re: [Cooker] Email change

2002-02-14 Thread Ryan Little

On Thu, 2002-02-14 at 19:26, mike morse wrote:
> I would like to make an email change to the following:
> 
>[EMAIL PROTECTED]
> 
> My current email with @home.com will most likely end soon. I am not sure 
> where to send this  email to for change in email address.
> 
> Thanks
> Mike Morse
> [EMAIL PROTECTED]
>

just send a message with subject SUB COOKER from your new address :)
 
-- 
Ryan
-BEGIN GEEK CODE BLOCK-
  Version: 3.12
GCC$/CS d+(d-) s: a? C> UL+++> P>+++ L+++ E+ W+ N+++ o! ?K w
O- M(M+)  V- PS(+++) PE@ Y+ PGP++ t 5 X+ R* tv+ b+>++ DI++ D+ G e h---
r+++ y(+)
--END GEEK CODE BLOCK--





[Cooker] qt designer in beta 2?

2002-02-14 Thread Joseph Davidson

Is qt-designer is beta 2?  I can get it from cooker, however, it doesn't
appear to be on any of the CD's.

-Joe










[Cooker] SUB cooker

2002-02-14 Thread Keven Marin







Re: [Cooker] mergemaster for mandrake

2002-02-14 Thread Michael Golden


> How can I open a .tbz file in mandrake?

tar -xjvf some_file

-- 
Michael Golden <[EMAIL PROTECTED]>
GnuPG Public Key: 1F8BDBDE



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


[Cooker] 8.2BETA2: can not install via network, because missing modules (pcmcia.img)

2002-02-14 Thread Juergen Krause

Hi !

I tried to install Mandrake 8.2BETA2 on my notebook today.
But I can not start the installation via ftp, nfs, etc because some modules 
are missing (using pcmcia.img).

here the log:

[cut]
* CM: cardmgr/hacked starting, version is 3.1.29
* CM: watching 2 sockets
* CM: warning, Card Services release does not match kernel (generally 
harmless)
* CM: initializing socket 1
* CM: socket 1: CardBus hotplug device
* CM: socket 1: Linksys EtherFast 10/100
* have to insmod cb_enabler
* needs cb_enabler
* file-not-found-in-archive cb_enabler.o (maybe  .)
* warning, insmod failed (cb_enabler (null)) (2)
* have to insmod tulip
* needs tulip
* file-not-found-in-archive tulip.o (maybe .)
* warning, insmod failed (tulip.o (null)) (2)
* CM: get dev info on socket 1 failed:
* cardmgr rc: 0
[cut]

Mandrake 8.1 have the support for these cards !

So, can you please add again the support for those cards ?

some additional infos:
Mandrake version: Cooker-i586 20020213 15:29
network card: DLink DFE-660TX
needed modules: cb_enabler.o, tulip.o (the tulip.o module is in the kernel 
source (CONFIG_TULIP=m, CONFIG_TULIP_MMIO=y))

Thanks !

Regards.
J. Krause

-- 
Juergen Krause
Mainz (Germany)

Linux Registered User #225714
(http://counter.li.org)




Re: [Cooker] BUGREPORT: via-rhine still broken in latest kernel

2002-02-14 Thread guran

On Friday 15 February 2002 3:01 am, Bill Greenwood wrote:
> # insmod via-rhine
I have been using via-rhine for one year and have had no problems whatsoever.
[root@One09 guran]# modprobe via-rhine
[root@One09 guran]#

regards
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.16mdk-1-1mdk version:2002-02-13-15:29




[Cooker] make modules_install error

2002-02-14 Thread SI Reasoning

make[1]: Leaving directory
`/usr/src/linux-2.4.17-17mdk/arch/i38
6/lib'
cd /lib/modules/2.4.17-17mdk; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i
-r ln -sf
../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F
System.map  2.4.1
7-17mdk; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.17-17mdk/kern
el/drivers/message/fusion/mptlan.o
depmod: unregister_fcdev
depmod: init_fcdev
make: *** [_modinst_post] Error 1

=
SI Reasoning
[EMAIL PROTECTED]

"To announce that there must be no criticism of the president or that we are to stand 
by the president, right or wrong, is not only unpatriotic and servile, but is morally 
treasonable to the American public."
Theodore Roosevelt

__
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail 
http://mail.yahoo.com




Re: [Cooker] cmi 8338A support

2002-02-14 Thread Vernie T. Gloria



I have tested the cmpci-5.68.1LK-SMP.tar.gz last night and still have that hiss noise.
I believed this has something to do with some part of the kernel.


On Thursday 14 February 2002 01:10, Carlos E Gorges wrote:
> On Wed 13 Feb 2002 23:50, [EMAIL PROTECTED] wrote:
> > On Tuesday 12 February 2002 09:39, Thierry Vignaud wrote:
> > > [EMAIL PROTECTED] writes:
>
> Try it :
> http://sourceforge.net/projects/cmedia/
>
> > > > I have tested Mandrake 8.2 Beta1 and still have the same problem with
> > > > Mandrake 8.1 on C-Media 8338A sound card support, there's hiss noise
> > > > when playing .mp3, .ogg files using xmms and mpg123.  This problem
> > > > have been posted already on the kernel mailing list but no solution
> > > > yet to be found.  The C-Media sound chip 8338A have been supported
> > > > well since it was included on the kernel but broken sometime 2.4.6
> > > > and up.  Does anyone using Mandrake above version 7.2 have an
> > > > alternative solution to this aside from buying another sound card?




[Cooker] BUGREPORT: via-rhine still broken in latest kernel

2002-02-14 Thread Bill Greenwood




# insmod via-rhine

Using /lib/modules/2.4.17-17mdksecure/kernel/drivers/net/via-rhine.o.gz

/lib/modules/2.4.17-17mdksecure/kernel/drivers/net/via-rhine.o.gz: 
unresolved symbol mii_link_ok_Rsmp_ba4049b4
/lib/modules/2.4.17-17mdksecure/kernel/drivers/net/via-rhine.o.gz: 
unresolved symbol mii_nway_restart_Rsmp_dceb1f73
/lib/modules/2.4.17-17mdksecure/kernel/drivers/net/via-rhine.o.gz: 
unresolved symbol mii_ethtool_sset_Rsmp_6d966584
/lib/modules/2.4.17-17mdksecure/kernel/drivers/net/via-rhine.o.gz: 
unresolved symbol mii_ethtool_gset_Rsmp_a986f194





Re: [Cooker] Re: Re: Re: Am I wasting my time reporting bugs andsending patches to fix bugs?

2002-02-14 Thread Anthony Symons

I found it. It took a while though. 

www.linux-mandrake.com then under "developers" on left menu, go to
cooker, then half way down the page it reads:

"How to contribute to the debugging?
Subscribe to the ' Cooker ' mailing list (see above). When you encounter
a problem, go to our problem tracking system."

There is a link from "our problem tracking system" to
qa.mandrakesoft.com which if of course is much easyer to just start at. 

It could be easer to find with a link under developers to "bugzilla" or
something like that from the main linux-mandrake page.

Ant


On Fri, 2002-02-15 at 11:03, Brian J. Murrell wrote:
> On Thu, Feb 14, 2002 at 04:07:19PM -0800, Eugenio Diaz wrote:
> > 
> > A better solution would be for we *all* (including mdk people) to *actually
> > start* using the bug tracking system
> 
> ~giggles~  What bug tracking system?  I (think I) scoured the
> Mandrake-Linux home page and could not see anything about a bug
> tracking system.  It is a fairly busy page though.
> 
> I have heard something about Mandrake using bugzilla but I couldn't
> find it.
> 
> b.
> 
> 
> -- 
> Brian J. Murrell
> 
-- 
Systems Administrator   
Pracom Ltd. 
+61 8 82029074 -=- +61 402 100 671 
[EMAIL PROTECTED]

PRIVILEGED - PRIVATE AND CONFIDENTIAL
This electronic mail is solely for the use of the addressee and may
contain information which is confidential or privileged.
If you receive this electronic mail in error, please delete it from
your system immediately and notify the sender by electronic mail or
using any of the above contact details.





Re: [Cooker] Re: Re: Re: Am I wasting my time reporting bugs and sending patches to fix bugs?

2002-02-14 Thread Levi Ramsey

On Thu, Feb 14, 2002 at 07:33:44PM -0500, Brian J. Murrell wrote:
> ~giggles~  What bug tracking system?  I (think I) scoured the
> Mandrake-Linux home page and could not see anything about a bug
> tracking system.  It is a fairly busy page though.
> 
> I have heard something about Mandrake using bugzilla but I couldn't
> find it.

Mandrake does use bugzilla, afaik.  However, they got so any bad reports
a while back that they closed off accounts.  You can, iirc, email
[EMAIL PROTECTED] and get an account.

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

Boy, that crayon sure did hurt!
Linux 2.4.17-16mdk
  8:01pm  up 1 day, 17:58,  8 users,  load average: 0.00, 0.00, 0.00




[Cooker] 1.649 - Connection refused in Kmail from localhost.

2002-02-14 Thread guran

Hi

Version:(fmirror ftp.uninett.no)
Mandrake Linux Cooker-i586 20020214 23:21
/ChangeLog/1.649/Thu Feb 14 20:53:47 2002//

Subject + medium security + modest security via BastilleChooser.
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.16mdk-1-1mdk version:2002-02-13-15:29




[Cooker] Email change

2002-02-14 Thread mike morse

I would like to make an email change to the following:

   [EMAIL PROTECTED]

My current email with @home.com will most likely end soon. I am not sure 
where to send this  email to for change in email address.

Thanks
Mike Morse





[Cooker] Re: Re: Re: Am I wasting my time reporting bugs and sending patches to fix bugs?

2002-02-14 Thread Brian J. Murrell

On Thu, Feb 14, 2002 at 04:07:19PM -0800, Eugenio Diaz wrote:
> 
> A better solution would be for we *all* (including mdk people) to *actually
> start* using the bug tracking system

~giggles~  What bug tracking system?  I (think I) scoured the
Mandrake-Linux home page and could not see anything about a bug
tracking system.  It is a fairly busy page though.

I have heard something about Mandrake using bugzilla but I couldn't
find it.

b.


-- 
Brian J. Murrell




Re: [Cooker] mount: could not find any device /dev/loop# /kernel-2.4.17.17mdk-1-1mdk.i586.rpm

2002-02-14 Thread Salane King

Sorry should have seen the post earlier
>
installing
/home/Mandrake/cooker/i586/Mandrake/RPMS/kernel-2.4.17.17mdk-1-1mdk.i586.rpm
mke2fs 1.26 (3-Feb-2002)
mount: could not find any device /dev/loop#
There was an error when generating initrd try to do a :
/sbin/mkinitrd /boot/initrd-2.4.17-17mdk.img 2.4.17-17mdk
and see the errors
-- 
"When the only tool you have is a hammer, you tend to treat everything as if
it were a nail."
-- Abraham Maslow





Re: [Cooker] New troels.rsync6.2.pl

2002-02-14 Thread Ron Stodden

Peter Ruskin wrote:
> 
> On Wednesday 13 Feb 2002 21:55, Ron Stodden wrote:
> > NOTICE:
> >
> > A new version of the automated Mandrake fast downloader (English only)
> > is now available for free download from my web site:
> >
> > http://www.ains.net.au/~ronst/
> >

> BTW...
> in rsync-exclude...
> + aspell-br*is breton
> + locales-br-*  is breton

Thanks, Peter.  The web site (rsync_exclude and readme.html) has been
updated.

-- 
Ron. [au]




Re: [Cooker] Re: Re: Am I wasting my time reporting bugs and sending patches to fix bugs?

2002-02-14 Thread Eugenio Diaz

--- "Brian J. Murrell" <[EMAIL PROTECTED]> wrote:
> On Thu, Feb 14, 2002 at 04:06:13PM +0100, Robert Fox wrote:
> > What might be a good idea is have someone from Mandrake who monitors
> > this list acknowledge when there is a "known" issue or that it is being
> > investigated (or a recently updated package is on its way)
> 
> I think that is a waste of time too.  All it takes is for the person
> who actually takes up the issue to just send a simple "I will check it
> out", or "Yeah, saw that myself, working on it" back to the list.

A better solution would be for we *all* (including mdk people) to *actually
start* using the bug tracking system to report, track, and document bugs; and
leave the mailing list for a more indepth discussion of said bugs or problems
... just my $0.02

=

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

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




[Cooker] mount: could not find any device /dev/loop# /kernel-2.4.17.17mdk-1-1mdk.i586.rpm

2002-02-14 Thread Salane King

installing 
/home/Mandrake/cooker/i586/Mandrake/RPMS/kernel-2.4.17.17mdk-1-1mdk.i586.rpm
mke2fs 1.26 (3-Feb-2002)
mount: could not find any device /dev/loop#
There was an error when generating initrd try to do a :
/sbin/mkinitrd /boot/initrd-2.4.17-17mdk.img 2.4.17-17mdk
and see the errors

-- 
I put up my thumb... and it blotted out the planet Earth.
-- Neil Armstrong





[Cooker] bind.spec (html cp(s))

2002-02-14 Thread Bryan Paxton

The following causes build to exit 1..

--- bind-9.2.0.spec Thu Feb 14 18:02:36 2002
+++ bind.spec   Thu Feb 14 18:02:17 2002
@@ -125,8 +125,6 @@
 cp %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/named

 cd $RPM_BUILD_DIR/%{name}-%{their_version}
-mkdir -p doc/html
-cp -a `find . -type f |grep html |sed -e 's#\/bind-9.2.0rc10##'`
${RPM_BUILD_DIR}/%{name}-%{their_version}/doc/html

 %post
 %_post_service named


-- 
Bryan Paxton
Public PGP key: http://www.deadhorse.net/bpaxton.gpg

"Winning gives birth to hostility. Losing, one lies down in pain. The
calmed 
lie down with ease, having set winning & losing aside."
Dhp. 201





[Cooker] Re: 8.2beta2 feedback

2002-02-14 Thread mandrake

Doh!  Another thing I just found is when in the Gnome Control Center ->
Main -> Screensaver window, there aren't any "OK" or "Close" buttons at
the bottom to close it out.  You have to go up to the top and use the
File/Exit method.
-- 
GPG Key fingerprint = 4F36 EC4F 2F2C 5F59 9690  09E5 4C0F 9DB0 8623 53CE
If the master dies and the disciple grieves, the lives of both have
been wasted.




Re: [Cooker] pcmcia not successfully ifup eth0 when card removed then reinserted

2002-02-14 Thread SI Reasoning


--- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> 
> Humm i'll apply that patch :
> 
> --- ifup.~1.28.~  Tue Jan 29 11:01:42 2002
> +++ ifup  Wed Feb 13 19:38:49 2002
> @@ -226,6 +226,14 @@
>  [ "X${DOMAINNAME}" = "X" ] &&
> DHCP_ARGS="$DHCP_ARGS -D"
>  [ -n "$DHCP_TIMEOUT" ] && DHCP_ARGS="$DHCP_ARGS
> -t ${DHCP_TIMEOUT}"
>  DHCP_ARGS="$DHCP_ARGS $DEVICE"
> +PIDF=/etc/dhcpc/dhcpcd-$DEVICE.pid
> +if [[ -f $PIDF ]];then
> + if kill -0 `cat $PIDF`;then
> + true; #running
> + else
> + /bin/rm -f $PIDF; #clear it
> + fi
> +fi
>  ;;
>  pump)
>  [ -n "$DHCP_HOSTNAME" ] && DHCP_ARGS="-h
> $DHCP_HOSTNAME"
> 

:-}

> I think with latest pcmcia i fixed all the knows
> problems..
> 
Just installed latest pcmcia and kernel but it still
does not bring eth0 back up if I:
service pcmcia restart
or
I remove and then reinsert the lan card


=
SI Reasoning
[EMAIL PROTECTED]

"To announce that there must be no criticism of the president or that we are to stand 
by the president, right or wrong, is not only unpatriotic and servile, but is morally 
treasonable to the American public."
Theodore Roosevelt

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Leon Brooks

On Thursday 14 February 2002 22:18, Geoffrey Lee wrote:
> Anyway, there are other ways to split files up -- but it does result in a
> bit of inconvenience if you don't know how to join them back up with a bit
> of shell scripting.

Instructions are your friend. Presuming the attachments arrived in order,

cat complete.tar.gz.part* complete.tar.gz

...or on Windoze/DOS...

copy /b complete.tar.gz.part01+complete.tar.gz.part02 complete.tar.gz

Cheers; Leon




Re: [Cooker] Mandrake Control Center / Hardware /Printers, crashes

2002-02-14 Thread Charles A Edwards

On Thu, 14 Feb 2002 18:13:01 -0500
Liam Quin <[EMAIL PROTECTED]> wrote:

> [root@blacksock lee]# /usr/X11R6/bin/drakconf
> Subroutine _ redefined at /usr/sbin/print.pm line 19.
> [root@blacksock lee]# rpm -qf /usr/sbin/print.pm
> drakconf-0.92-2mdk
> 
 


Update to drakconf-0.92-4


Charles




Re: [Cooker] Frozen Bubble == holiday? (was: reporting bugs/sending patches)

2002-02-14 Thread Leon Brooks

On Thursday 14 February 2002 23:21, Chmouel Boudjnah wrote:
> [EMAIL PROTECTED] (Robert Fox) writes:
>> What might be a good idea is have someone from Mandrake who monitors
>> this list acknowledge when there is a "known" issue or that it is being
>> investigated (or a recently updated package is on its way)

> Yep this is a hard job, gc is usually doing this but he is in vacation now.

Frozen Bubble == vacation? Geek! Geek! (-:

Guiallame, why not come and spend a week tanning on Eighty Mile Beach near 
Broome, or climbing hills at Paraburdoo, or caving at Augusta, windsurfing 
almost anywhere on the WA coast, or maybe just wandering along Busselton 
Jetty?

If you have a holiday near the end of January 2003, you may be able to 
feature as a speaker at LCA2003.

Cheers; Leon




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Leon Brooks

On Friday 15 February 2002 00:34, Han wrote:
> Vadim Plessky ([EMAIL PROTECTED]) wrote:
>> Reason why you may want to use rar, instead of zip: zip can't cut
>> archive into multiple pcs, say, of 1.5MB

> tar -M

...with the added advantage of working on practically anything Unixish, and 
Windows (e.g. PKzip will untar). What licence does RAR have?

Cheers; Leon




[Cooker] 8.2beta2 feedback

2002-02-14 Thread mandrake

Greetings,

Looks good, but here's a few things that I noticed when installing beta2
on my Sony VAIO 505 (one of the thin little fellas):

In the description the Paranoid level in "Choose security level", it
reads "Paranoid:  We base on the previous level, yet now the system is
entirely closed.  Security features are at their maximum."  The first
couple of words are a little awkward -- perhaps, "Based on the previous
level, but the system is entirely closed..."   I don't know -- what do
you think?

And in the Help menu below, the "expenses of easiness of use" might
want to be changed to "expense of ease of use", as it currently reads
as ..."However, a higher security level is generally obtained at the
expenses of easiness of use."...

It might be too late for this, but I was initially doing an install over
NFS.  On the NFS server, I had the isos mounted via loopback on
/mnt/tmp1 and /mnt/tmp2 (the first disc being on tmp1 and the second on
the latter).  Everything was going perfectly fine until it reached the
point in time where it was trying to install the packages on the second
disc.  Could there be an option when installing over NFS to enable more
than one install source?

When setting up a network printer, selecting the postscript driver
for the HP 2100M, and having it print out a standard test page, not only
did it print out that test page, but spooled eight *more* pages with
random chars on it.  It would have spooled more, but I didn't see the
need to let it keep on keeping on for the sake of testing purposes.

And finally, when logging into X for the first time, the default icons
were a bit disorganised (I don't know if they are on anyone else's
display, but this is running 4.2.0 at 1024x768 and 16bit on a generic LCD.
And I know it's not the fault of Mandrake, but that battery monitor on
the gnome panel sure is ugly when there's more than one battery in the
laptop (see attached screenshot).

Anyway, those are my observations with a quick 8.2beta2 install.  If
there's anything on which I can provide more information, please just
drop me a line.

Cheers,

-Charlie
-- 
GPG Key fingerprint = 4F36 EC4F 2F2C 5F59 9690  09E5 4C0F 9DB0 8623 53CE
"What shall we do?" said Twoflower.
"Panic?" said Rincewind hopefully.  He always held that panic was
the best means of survival; back in the olden days, his theory went, people
faced with hungry sabretoothed tigers could be divided very simply into
those who panicked and those who stood there saying "What a magnificent
brute!" and "Here, pussy."
-- Terry Pratchett, "The Light Fantastic"

<>


Re: [Cooker] REPOST: Copying/licen[cs]e problem with Mandrake

2002-02-14 Thread Leon Brooks

On Thursday 14 February 2002 18:12, Warly wrote:
> Leon Brooks <[EMAIL PROTECTED]> writes:
>> Looking at the Mandrake 8.1 ISOs, there are two text files in the root of
>> the first CD, named LICENSE.txt and LICENSE-APPS.txt; they were
>> apparently written with a 2 CD set in mind since -APPS refers to ``the
>> next CD''. This may cause our LUG a problem.

>> Can the 8.2 CD set please *not* have a LICENSE-APPS.txt file except maybe
>> on the last CD, and can that file please at least list the specific
>> non-GPL licences involved and the specific packages impacted?

> I can just remove this file for downloadable version, it only refers to
> commercial apps in boxed version anyway.

Perfect; thankee! (-:

Cheers; Leon




[Cooker] Mandrake Control Center / Hardware /Printers, crashes

2002-02-14 Thread Liam Quin

[root@blacksock lee]# /usr/X11R6/bin/drakconf
Subroutine _ redefined at /usr/sbin/print.pm line 19.
[root@blacksock lee]# rpm -qf /usr/sbin/print.pm
drakconf-0.92-2mdk

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Ankh: irc.sorcery.net www.valinor.sorcery.net irc.gnome.org www.advogato.org
Author, Open Source XML Database Toolkit, Wiley August 2000
Co-author: The XML Specification Guide, Wiley 1999; Mastering XML, Sybex 2001




Re: [Cooker] Regenerating hdlist.cz files

2002-02-14 Thread Kelley Terry

On Thu, 14 Feb 2002 19:57:50 +0100
Paolo Pedroni <[EMAIL PROTECTED]> wrote:

> I keep my local mirror of the cooker distribution and contribs, but
i exclude > several packages (foreign locales, eastern languages
applications, Aurora, > known broken applications, and so on). Is
there a way to regenerate hdlist.cz > and hdlist2.cz files so that
they only contain informations about the > packages I mirror?
> 
> Thanks in advance.
> -- 
> Paolo Pedroni
> paolo.pedroniiol.it
> 
>
 
This is the command on my system - of course your path to the
distribution will be different:

/mnt/7/cooker/i586/misc/gendistrib --noclean --distrib
/mnt/7/cooker/i586/

(That's all one line)

lol


-- 
It said use windows 95 or better so I loaded linux!
In a world without walls and fences who needs windows and gates?
Kelley Terry <[EMAIL PROTECTED]>




[Cooker] cannot make xconfig with 2.4.27-17

2002-02-14 Thread SI Reasoning

I copied /boot/config to /usr/src/linux
then I make mrproper
then I tried below and it kicked out

[root@sidell linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
(cd 3rdparty ; perl ./search_modules.pl)
Updating from directory dc395x_trm.
No database found, creating new one.
Updating from directory e100.
Updating from directory e1000.
Updating from directory mod_quickcam.
Updating from directory mtok.
Updating from directory paep.
Updating from directory sam9407.
make -C scripts kconfig.tk
make[1]: Entering directory `
/usr/src/linux-2.4.17-17mdk/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-c -o tkparse.o tkparse.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-c -o tkcond.o tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-c -o tkgen.o tkgen.c
gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
3rdparty/paep/Config.in: 5: Too many variables
defined.
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory
`/usr/src/linux-2.4.17-17mdk/scripts'
make: *** [xconfig] Error 2

=
SI Reasoning
[EMAIL PROTECTED]

"To announce that there must be no criticism of the president or that we are to stand 
by the president, right or wrong, is not only unpatriotic and servile, but is morally 
treasonable to the American public."
Theodore Roosevelt

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




Re: [Cooker] Where have PCMCIA IDE devices gone ?

2002-02-14 Thread OS

I upgraded to pcmcia-cs-3.1.31-2mdk but the same thing happens.

> Do you see a modprobe of ide_cs module ?
No, except when booting ! I discovered today that if I boot the box with the 
drive in the PCMCIA socket it is detected and ide-cs is modprobe'd. When the 
system has booted the device can be mounted and accessed completely normally. 
However, if the drive is inserted after the system has booted no modprobe'ing 
takes place, although as my previous response indicated the device has been 
detected and correctly identified. 

Owen

>> I have just plugged in my PCMCIA IDE Hard Disc and nothing happened !
>> There was a beep when I removed it, but absolute silence when I inserted 
>> it. Is there something I need to do with the newer PCMCIA stuff ? The last 
>> time I used this device we were still on kernel-pcmcia-cs.

>> -- 
>> http://www.chmouel.org/




[Cooker] cannot make xconfig with 2.4.17-17

2002-02-14 Thread SI Reasoning

I copied /boot/config to /usr/src/linux
then I make mrproper
then I tried below and it kicked out

[root@sidell linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
(cd 3rdparty ; perl ./search_modules.pl)
Updating from directory dc395x_trm.
No database found, creating new one.
Updating from directory e100.
Updating from directory e1000.
Updating from directory mod_quickcam.
Updating from directory mtok.
Updating from directory paep.
Updating from directory sam9407.
make -C scripts kconfig.tk
make[1]: Entering directory `
/usr/src/linux-2.4.17-17mdk/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-c -o tkparse.o tkparse.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-c -o tkcond.o tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-c -o tkgen.o tkgen.c
gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
3rdparty/paep/Config.in: 5: Too many variables
defined.
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory
`/usr/src/linux-2.4.17-17mdk/scripts'
make: *** [xconfig] Error 2

=
SI Reasoning
[EMAIL PROTECTED]

"To announce that there must be no criticism of the president or that we are to stand 
by the president, right or wrong, is not only unpatriotic and servile, but is morally 
treasonable to the American public."
Theodore Roosevelt

__
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com




[Cooker] Re: [CHRPM] urpmi-3.3-6mdk

2002-02-14 Thread Charles A Edwards

On Thu, 14 Feb 2002 19:26:47 +0100 (CET)
François Pons <[EMAIL PROTECTED]> wrote:

> --=-=-=
> Name: urpmiRelocations: (not relocateable)
> Version : 3.3   Vendor: MandrakeSoft
> Release : 6mdk  Build Date: Thu Feb 14 17:54:13 2002
> Install date: (not installed)   Build Host: bi.mandrakesoft.com
> Group   : System/Configuration/Packaging   Source RPM: (none)
> Size: 230954   License: GPL
> Packager: François Pons <[EMAIL PROTECTED]>
> Summary : User mode rpm install
> Description :
> urpmi takes care of dependencies between rpms, using a pool (or pools) of rpms.
> 
> You can compare rpm vs. urpmi  with  insmod vs. modprobe
> 
> --=-=-=
> 
> * Thu Feb 14 2002 François Pons <[EMAIL PROTECTED]> 3.3-6mdk
> 
> - use reduce_pathname even for downloading distant file.
> - fixed typo.
> 
 
After updating attempt to reload source 

retrieve of source hdlist (or synthesis) failed
no hdlist file found for medium "ftp.sunsite"
retrieving description file of "ftp.contrib1"...
curl: (6) Couldn't resolve host 'ftp'
retrieving source hdlist (or synthesis) of "ftp.contrib1"...
curl: (6) Couldn't resolve host 'ftp'
...retrieving failed: curl failed: exited with 6 or signal 0

retrieve of source hdlist (or synthesis) failed
no hdlist file found for medium "ftp.contrib1"
removing medium "ftp.sunsite"
added medium ftp.sunsite
retrieving description file of "ftp.sunsite"...
curl: (6) Couldn't resolve host 'ftp'
retrieving source hdlist (or synthesis) of "ftp.sunsite"...
curl: (6) Couldn't resolve host 'ftp'
...retrieving failed: curl failed: exited with 6 or signal 0

Trying to add a New cooker source from the drop-down menu  

* Connected to www.linux-mandrake.com (63.209.80.235)
> GET /mirrorsfull.list HTTP/1.1
Host: www.linux-mandrake.com
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

* Connection #0 left intact
* Closing connection #0
added medium ftp.ciril.fr
retrieving description file of "ftp.ciril.fr"...
curl: (6) Couldn't resolve host 'ftp'
retrieving source hdlist (or synthesis) of "ftp.ciril.fr"...
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
curl: (6) Couldn't resolve host 'ftp'
retrieve of source hdlist (or synthesis) failed
no hdlist file found for medium "ftp.ciril.fr"
unable to update medium "ftp.ciril.fr"


 Charles





[Cooker] Re: [CHRPM] drakconf-0.92-4mdk

2002-02-14 Thread Charles A Edwards

On Thu, 14 Feb 2002 20:40:27 +0100 (CET)
"dam's" <[EMAIL PROTECTED]> wrote:

> --=-=-=
> Name: drakconf Relocations: (not relocateable)
> Version : 0.92  Vendor: MandrakeSoft
> Release : 4mdk  Build Date: Thu Feb 14 18:50:33 2002
> Install date: (not installed)   Build Host: bi.mandrakesoft.com
> Group   : System/Configuration/OtherSource RPM: (none)
> Size: 360804   License: GPL
> Packager: dam's <[EMAIL PROTECTED]>
> URL : http://www.mandrakelinux.com/en/cvs.php3
> Summary : The Mandrake Control Center
> Description :
> drakconf includes the Mandrake Control Center which is an interface to
> multiple utilities from DrakXtools. It allows you to launch :
> 
 

 
Did not get to try -3 but in this version mcc and all its component services appear to 
run smoothly including Boot disk with no Gdk error
or crashes.


   Charles




Re: [Cooker] ucd-snmp RedHat security advisory

2002-02-14 Thread Vincent Danen

On Wed Feb 13, 2002 at 05:25:33PM +0300, Borsenkow Andrej wrote:

> Usually when I get them relevant fix is already in Mandrake. This time
> it does not look like this, at least they release 4.2.3 while we still
> have 4.2.2.

4.2.3 is in cooker now; updates for older distribs should be out
tomorrow pending some more testing.

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx -source http://www.freezer-burn.org/bios/vdanen.gpg | gpg --import"
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.8-34.1mdk uptime: 22 days 18 hours 17 minutes.



msg54853/pgp0.pgp
Description: PGP signature


Re: [Cooker] openldap

2002-02-14 Thread Vincent Danen

On Thu Feb 14, 2002 at 07:33:59PM +0100, Rainer Koschnick wrote:

> I just installed the openldap packages (openldap & openldap servers), and I 
> got an error message when I tried to start the service:
> 
> ldaps
> 
>  To generate a self-signed certificate, you can use the utility 
> /usr/share/openldap/gencert.sh ... To convert a gdbm DB to a ldif file, you 
> can use
>  the utility /usr/sbin/slapcat-gdbm (actually openldap use
>  Berkeley DB 3.x)...Starting slapd (ldap + ldaps): 
> /usr/share/openldap/schema/misc.schema: line 72: AttributeType not found: 
> "mailRoutingAddresss"
>[FAILED]
> 
> I executed that /usr/share/openldap/gencert.sh but there seems to be another
> problem.

Fixing in -3mdk.

-- 
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx -source http://www.freezer-burn.org/bios/vdanen.gpg | gpg --import"
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.8-34.1mdk uptime: 22 days 18 hours 12 minutes.



msg54852/pgp0.pgp
Description: PGP signature


Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Levi Ramsey

On Fri, Feb 15, 2002 at 01:51:33AM +1100, Geoffrey Lee wrote:
> yes, I am sure that many are aware here that in the windows world (in the
> power users category) people are aware that RAR is a very good
> compression algorithm. We also know that in windows people distribute stuff
> using RAR, pr0nz and w4r3z most noticeably ... ;)

Not sure who wants Windows w4r3z, but if Mandrake is to compete with
Windows on the desktop:

It must be pr0n-capable!

;o)

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

Boy, that crayon sure did hurt!
Linux 2.4.17-16mdk
  3:01pm  up 1 day, 12:58,  9 users,  load average: 1.28, 1.52, 0.97




RE: [Cooker] XFS problem PLEASE someone with last cooker install (xfree...)can try 'netstat -l' or 'lsof -i' to see ....

2002-02-14 Thread Silvestro Franco

Mandrake Linux Cooker-i586 20020214 16:37  rsynched from ftp.uninett.no new
expert install

I'm the the only with problems in X11 forwarding with cooker these last two
days ???

May be I'm crazy but service xfs is started and no listening X11 port...;o\
May something about '-port -1' xfs parameter??
Please can a GOOD man tell me if I need go to sleep or there is really a
problem ??? ...;o)

Cu...and good work!!!...;o)

-
Franco Silvestro
c/o CeSIA - Reparto Servizi di Rete



-Original Message-
From: Silvestro Franco [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 14, 2002 16:27
To: '[EMAIL PROTECTED]'
Subject: [Cooker] XFS problem PLEASE someone with last cooker install
(xfree...)can try 'netstat -l' or 'lsof -i' to see 


...if there are X11 listening port active
I've xfs process active but no listening X11 ports on two test-PC now
upgraded with last cooker(20020214 11:36)...;o/
THANKS...;o)
-
Franco Silvestro
c/o CeSIA - Reparto Servizi di Rete







[Cooker] msec patch (syslog fix)

2002-02-14 Thread Levi Ramsey

Since installing 8.2 beta 2 (I never installed beta 1), I have been
annoyed at having to rewrite my /etc/syslog.conf file daily, so I hacked
this patch together.

It enables a standard rule to be defined for the tty12 syslog.

I have tested it only against msec-0.18-3mdk, but I can't find anything
in the changelogs to indicate that it will break in later versions...

P.S., this is the first patch I've submitted anywhere... don't be too
hard on me if it sucks ass...
-- 
Levi Ramsey
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Boy, that crayon sure did hurt!
Linux 2.4.17-16mdk
  3:01pm  up 1 day, 12:58,  9 users,  load average: 1.28, 1.52, 0.97


--- libmsec.py  Thu Feb 14 15:21:35 2002
+++ libmsec.py  Thu Feb 14 15:33:42 2002
@@ -71,6 +71,14 @@
 SU = '/etc/pam.d/su'
 SYSCTLCONF = '/etc/sysctl.conf'
 SYSLOGCONF = '/etc/syslog.conf'
+#Added by Levi Ramsey on 14 Feb 2002
+#Since the earlier version of this script took out my exclusion of mail.*
+#   messages from tty12 (I log them to tty10 instead...), here is a variable
+#   that can be set to whatever rule you want for tty12 syslog...
+SYSLOGTTY12RULE = '*.*;mail.none   /dev/tty12'
+#Default SYSLOGTTY12RULE
+#SYSLOGTTY12RULE = '*.*/dev/tty12'
+#End added by Levi Ramsey
 XDM = '/etc/pam.d/xdm'
 XSERVERS = '/etc/X11/xdm/Xservers'
 
@@ -357,7 +365,8 @@
 
 if arg:
 _interactive and log(_('Enabling log on console 12'))
-syslogconf.exists() and 
syslogconf.replace_line_matching('\s*[^#]+/dev/tty12', '*.* /dev/tty12', 1)
+   #   Next line modified by Levi Ramsey 14 Feb 2002
+syslogconf.exists() and 
+syslogconf.replace_line_matching('\s*[^#]+/dev/tty12', SYSLOGTTY12RULE, 1)
 else:
 _interactive and log(_('Disabling log on console 12'))
 syslogconf.exists() and syslogconf.remove_line_matching('\*\.\*\s*/dev/tty12')



Re: [Cooker] Missing dependency of rpmbuild

2002-02-14 Thread R.I.P. Deaddog

On Thu, 14 Feb 2002, R P Herrold wrote:

> > checking for flex... no
> > checking for lex... no
> > checking for flex... ${SHELL} 
>/home/skwar/RPM/BUILD/multi-gnome-terminal-1.3.11/missing --run flex
> > checking for yywrap in -lfl... no
> > checking for yywrap in -ll... no
> > checking lex output file root... ./configure: ${SHELL}: command not found
> > configure: error: cannot find output from ${SHELL} 
>/home/skwar/RPM/BUILD/multi-gnome-terminal-1.3.11/missing --run flex; giving up
> > Fehler: Bad exit status from /home/skwar/RPM/tmp/rpm-tmp.23810 (%build)
> > 
> > IMO, rpm-build should require flex.
> 
> Think this through -- which package has the requirement -- the 
> target to be built, or rpm?
> 
> It is the package which you are building, and not rpm package
> (which emits rpm-build package, which contains rpmbuild
> binary) which BuildRequires it -- not rpm-build itself.  
> 
> RPM will happily rebuild from sources without flex; seemingly 
> the target package will not.

Yes. This should read:

  multi-gnome-terminal BuildRequires flex

instead of

  rpm-build Requires flex

The latter one means virtually all package building would require flex.

Abel






[Cooker] devfsd & linuxconf.

2002-02-14 Thread guran

Hi

Version:(fmirror ftp.uninett.no)
Mandrake Linux Cooker-i586 20020214 16:37
/ChangeLog/1.648/Tue Feb 12 20:48:18 2002//

I am looking for sound in alsa and was using linuxconf, when I was leaving i 
got this:
"Missing configuration file /etc/devsfsd.config for service devfsd"
 ^  ^^
This should be devfsd.conf

regards
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.17mdk-1-1mdk version:2002-02-14-16:37




Re: [Cooker] Buildrequires

2002-02-14 Thread R.I.P. Deaddog

On Thu, 14 Feb 2002, R P Herrold wrote:

> There is a script which walks the rebuild process 
> (forget the name at the moment) and does essentially:
> 
> 1. Build in a chrooted environment from a known base; 
>   Pre-install any 'BuildRequires hints' in existing 
>   .spec file
> 2. Auto detect a failed build and install the needed 
>   BuildDependency
> 3. Repeat until it builds
> 4. Using file, check every changed file access time, 
>   generating a list
> 5. Using   rpm -qf --qf '%{name}\n'   build a list of all 
>   owning packages called.
> 6. Sort | uniq | grep -v anything in the absolute minimum base 
>   install | grep -v 'existing hints'
> 
> What is left is all of the new BuildRequires: of that package
> -- add to .spec file -- restore base build environment to a
> pristine state -- go to next package
> 
> I am working on a variant of of this for the LvR project.

This looks nice, and can be the way to go. But one flaw yet to be
plugged: it has no idea of "optional dependencies". pango is a good
example -- it can build with only glib 1.3.x, yet it can optionally
include external fribidi library. In this way, fribidi library won't be
listed as BuildRequires, since pango can build without it.

Abel






[Cooker] mcc - fails

2002-02-14 Thread guran

Hi

Version:(fmirror ftp.uninett.no)
Mandrake Linux Cooker-i586 20020214 16:37
/ChangeLog/1.648/Tue Feb 12 20:48:18 2002//

I launched mcc from icon and from within a konsole and it got up but when I 
clicked for services it died -> I got:
Gdk-ERROR **: BadDrawable (invalid Pixmap or Window parameter)
serial 95 error_code 9 request_code 70 minor_code 0

regards
guran


-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.17mdk-1-1mdk version:2002-02-14-16:37




[Cooker] Regenerating hdlist.cz files

2002-02-14 Thread Paolo Pedroni

I keep my local mirror of the cooker distribution and contribs, but i exclude 
several packages (foreign locales, eastern languages applications, Aurora, 
known broken applications, and so on). Is there a way to regenerate hdlist.cz 
and hdlist2.cz files so that they only contain informations about the 
packages I mirror?

Thanks in advance.
-- 
Paolo Pedroni
paolo.pedroniiol.it




Re: [Cooker] Re: Am I wasting my time reporting bugs and sendingpatches to fix bugs?

2002-02-14 Thread Borsenkow Andrej

On þÔ×, 2002-02-14 at 21:27, Chmouel Boudjnah wrote:
> "Brian J. Murrell" <[EMAIL PROTECTED]> writes:
> 
> > Take for example that perhaps one or two people on the list see the
> > bug report and say to theselved "Hey I can fix that" and start hacking
> > on it, and since I don't hear anything back from the list I decide to
> > start hacking away on it to.
> 
> That's unfortunately never happen.
> 

Now you start to be unfair.

-andrej




Re: [Cooker] Missing dependency of rpmbuild

2002-02-14 Thread R P Herrold

On Thu, 14 Feb 2002, Alexander Skwar wrote:

> I was just trying to compile a package, and configure failed with this
> error:
> 
> checking for flex... no
> checking for lex... no
> checking for flex... ${SHELL} 
>/home/skwar/RPM/BUILD/multi-gnome-terminal-1.3.11/missing --run flex
> checking for yywrap in -lfl... no
> checking for yywrap in -ll... no
> checking lex output file root... ./configure: ${SHELL}: command not found
> configure: error: cannot find output from ${SHELL} 
>/home/skwar/RPM/BUILD/multi-gnome-terminal-1.3.11/missing --run flex; giving up
> Fehler: Bad exit status from /home/skwar/RPM/tmp/rpm-tmp.23810 (%build)
> 
> IMO, rpm-build should require flex.

Think this through -- which package has the requirement -- the 
target to be built, or rpm?

It is the package which you are building, and not rpm package
(which emits rpm-build package, which contains rpmbuild
binary) which BuildRequires it -- not rpm-build itself.  

RPM will happily rebuild from sources without flex; seemingly 
the target package will not.

-- Russ Herrold





Re: [Cooker] Re: Am I wasting my time reporting bugs and sendingpatches to fix bugs?

2002-02-14 Thread Chmouel Boudjnah

"Brian J. Murrell" <[EMAIL PROTECTED]> writes:

> Take for example that perhaps one or two people on the list see the
> bug report and say to theselved "Hey I can fix that" and start hacking
> on it, and since I don't hear anything back from the list I decide to
> start hacking away on it to.

That's unfortunately never happen.

> Now we have 4 or 5 people all working on the same thing.  That is a
> duplication of effort that should be avoided if we can.

-- 
http://www.chmouel.org/




[Cooker] Drakconf embedded

2002-02-14 Thread Justin T. Broste

Heya,

Drakconf (drakconf-0.92-2mdk) is having a problem for me whenever I set it up 
to use the embedded views (error from console run follows.)  It works fine 
with logs enabled and when embedded is turned off.  

Most of the times it appears to stop on a line similar to:

Gtk->main;

Here is some information on one of the embeds:

# drakconf
# Thu Feb 14 19:21:40 2002 Gdk-WARNING **: GdkWindow 0x38b unexpectedly 
destroyed at /usr/lib/libDrakX/services.pm line 247.
Gdk-ERROR **: BadWindow (invalid Window parameter)
  serial 134 error_code 3 request_code 1 minor_code 0

Lines from /usr/lib/libDrakX/services.pm:

246:$b->signal_connect( button_press_event => sub { $nopop->()});
247:$::isEmbedded and Gtk->main_iteration while Gtk->events_pending;
248:$::isEmbedded and kill (12, $::CCPID);
249:$W->main or return;
250:($l, $on_services);

# rpm -q perl
perl-5.601-7mdk

# rpm -qa | grep -i gtk | sort
gtk+2-1.3.13-1mdk
gtkdialogs-1.2-2mdk
libgtk+1.2-1.2.10-22mdk
libgtk+1.2-devel-1.2.10-22mdk
libgtk+2-1.3.13-1mdk
libgtk+2-devel-1.3.13-1mdk
libgtk+extra0-0.99.17-2mdk
libgtk+extra0-devel-0.99.17-2mdk
libgtk+mdk0.1_6-0.1.6-7mdk
libgtk+mdk0.1_6-devel-0.1.6-7mdk
libgtkxmhtml1-1.4.1.4-1mdk
perl-GTK-0.7008-15mdk
perl-GTK-GdkImlib-0.7008-15mdk
pygtk-0.6.9-1mdk

Thanks,

Justin T :)




[Cooker] openldap

2002-02-14 Thread Rainer Koschnick

Hello,

I just installed the openldap packages (openldap & openldap servers), and I 
got an error message when I tried to start the service:

--
ldaps

 To generate a self-signed certificate, you can use the utility 
/usr/share/openldap/gencert.sh ... To convert a gdbm DB to a ldif file, you 
can use
 the utility /usr/sbin/slapcat-gdbm (actually openldap use
 Berkeley DB 3.x)...Starting slapd (ldap + ldaps): 
/usr/share/openldap/schema/misc.schema: line 72: AttributeType not found: 
"mailRoutingAddresss"
   [FAILED]
--

I executed that /usr/share/openldap/gencert.sh but there seems to be another
problem.

Rgds,
Rainer




Re: [Cooker] Fwd: Cron /usr/share/msec/promisc_check.sh

2002-02-14 Thread Guillaume Rousse

Ainsi parlait Guillaume Rousse :
> Seems there is a "requires iproute2" missing in msec package...
Actually not, sorry.
It is a path problem when executing the script from cron.
line 55 of /usr/share/promisc_check sh should be
for INTERFACE in `/sbin/ip link list | grep PROMISC | cut -f 2 -d 
':';/usr/bin/promisc_check -q`; do
instead
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] Re: Mandrake 8.2 and ext3

2002-02-14 Thread Peter Ruskin

On Thursday 14 Feb 2002 06:07, Bernard Varaine wrote:
> on this subjects is there any tool to chnage a partition from ext2 to
> ext3 without losing the data on it.
> and may be to chnage partition size also (like partition magic)
>
> Bernard
>
Partition Magic can't handle ext3 or reiserfs.  Acronis OS Selector can 
and does it beautifully - it's much cheaper than PM as well.
http://www.acronis.com
-- 
Peter Ruskin, Wrexham, Wales.  AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434.  Mandrake Linux release 8.1 (Vitamin) 
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Up 19 minutes.




[Cooker] Re: Fwd: Cron /usr/share/msec/promisc_check.sh

2002-02-14 Thread Frederic Lepied

Guillaume Rousse <[EMAIL PROTECTED]> writes:

> Seems there is a "requires iproute2" missing in msec package...
> 
> --  Message transmis  --
> 
> Subject: Cron /usr/share/msec/promisc_check.sh
> Date: Thu, 14 Feb 2002 19:02:00 +0100 (CET)
> From: [EMAIL PROTECTED] (Cron Daemon)
> To: [EMAIL PROTECTED]
> 
> /usr/share/msec/promisc_check.sh: ip: command not found
> 
> ---

Have you installed msec with --nodeps ?

# rpm -qpR /RPMS/msec-0.18-5mdk.i586.rpm | grep iproute
iproute2  

-- 
Fred - May the source be with you




[Cooker] Fwd: Cron /usr/share/msec/promisc_check.sh

2002-02-14 Thread Guillaume Rousse

Seems there is a "requires iproute2" missing in msec package...

--  Message transmis  --

Subject: Cron /usr/share/msec/promisc_check.sh
Date: Thu, 14 Feb 2002 19:02:00 +0100 (CET)
From: [EMAIL PROTECTED] (Cron Daemon)
To: [EMAIL PROTECTED]

/usr/share/msec/promisc_check.sh: ip: command not found

---

-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] Re: Re: Am I wasting my time reporting bugs andsending patches to fix bugs?

2002-02-14 Thread Robert Fox

That's kinda what I meant anyway - feedback is always helpful and
appreciated.

R.Fox


On Thu, 2002-02-14 at 18:44, Brian J. Murrell wrote:
> On Thu, Feb 14, 2002 at 04:06:13PM +0100, Robert Fox wrote:
> > What might be a good idea is have someone from Mandrake who monitors
> > this list acknowledge when there is a "known" issue or that it is being
> > investigated (or a recently updated package is on its way)
> 
> I think that is a waste of time too.  All it takes is for the person
> who actually takes up the issue to just send a simple "I will check it
> out", or "Yeah, saw that myself, working on it" back to the list.
> 
> b.
> 
> 
> -- 
> Brian J. Murrell
> 






Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Guillaume Rousse

Ainsi parlait Geoffrey Lee :
[..]
> > BTW: does it mean that PLD Linux is not so distinctive with licensing
> > issues?
>
> PLD is not any different -- a license is a license. Unless they have
> special permission, in which case probably a new license would be in force,
> under some special provisions.
Their package is tagged as shareware license, meaning they are effectively 
different about inclusion policy.
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




[Cooker] Re: Am I wasting my time reporting bugs and sending patches to fix bugs?

2002-02-14 Thread Brian J. Murrell

On Thu, Feb 14, 2002 at 03:14:27PM +0100, Chmouel Boudjnah wrote:
> "Brian J. Murrell" <[EMAIL PROTECTED]> writes:
> 
> > I also just recently identified, and sent a detailed bug report to
> > both the cooker list and chmouel regarding xinetd.
> 
> No answer doen't mean i'm not working on it.

But it leaves everyone wondering if *anyone* is working on it.  Just a
simple ack of the message is all that is needed.

Take for example that perhaps one or two people on the list see the
bug report and say to theselved "Hey I can fix that" and start hacking
on it, and since I don't hear anything back from the list I decide to
start hacking away on it to.  Now we have 4 or 5 people all working on
the same thing.  That is a duplication of effort that should be
avoided if we can.

b.


-- 
Brian J. Murrell




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Geoffrey Lee

On Thu, Feb 14, 2002 at 08:17:45PM +, Vadim Plessky wrote:
> |   > absolutely necessary to have!
> |
> |   IIRC, It is non-free, unfortunately.
> |
> |   We all know that RAR is good but because of licensing issues we cannot do
> |   that.
> |
> 
> ahh, I forgot to take a look at its license... sorry.
> Obviously, Windows users treat all shareware softtware as *free* - but of 
> course you can't include most of it inlo LM.
> 


yes, I am sure that many are aware here that in the windows world (in the
power users category) people are aware that RAR is a very good
compression algorithm. We also know that in windows people distribute stuff
using RAR, pr0nz and w4r3z most noticeably ... ;)

> [vadim@VPlessky windows]$ rar
> 
> RAR 2.90Copyright (c) 1993-2001 Eugene Roshal7 Sep 2001
> Shareware version Type RAR -? for help
> 
> BTW: does it mean that PLD Linux is not so distinctive with licensing issues?


PLD is not any different -- a license is a license. Unless they have special 
permission, in which case probably a new license would be in force, under
some special provisions.


- G.




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Geoffrey Lee

On Thu, Feb 14, 2002 at 06:48:15PM +0100, Guillaume Rousse wrote:
> Ainsi parlait Geoffrey Lee :
> [..]
> > > BTW: does it mean that PLD Linux is not so distinctive with licensing
> > > issues?
> >
> > PLD is not any different -- a license is a license. Unless they have
> > special permission, in which case probably a new license would be in force,
> > under some special provisions.
> Their package is tagged as shareware license, meaning they are effectively 
> different about inclusion policy.

I wasn't talking about inclusion policy but licensing issues itself :)

- G.





[Cooker] KONCD can't access /dev/pg*

2002-02-14 Thread Tech At Mathco Dot Com

KONCD has problem accessing /dev/pg* and i searched /dev
and there is no pg entry.

I did upgrade to the latest devfsd

Any ideas what i can try?

/MattB







Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread svetljo

>
>
>IIRC, It is non-free, unfortunately.
>
>We all know that RAR is good but because of licensing issues we cannot do 
>that.
>
>Anyway, there are other ways to split files up -- but it does result in a
>bit of inconvenience if you don't know how to join them back up with a bit
>of shell scripting
>

split -c 2m linux-2.4.17.tar.bz2 linux-2.4.17.tar.bz2 ( spliting )
cat linux-2.4.17.tar.bz2a[a-z] > linux-2.4.17.tar.bz2 (getting it together )
that's not shell scripting i think





[Cooker] Re: Re: Am I wasting my time reporting bugs and sending patches to fix bugs?

2002-02-14 Thread Brian J. Murrell

On Thu, Feb 14, 2002 at 04:06:13PM +0100, Robert Fox wrote:
> What might be a good idea is have someone from Mandrake who monitors
> this list acknowledge when there is a "known" issue or that it is being
> investigated (or a recently updated package is on its way)

I think that is a waste of time too.  All it takes is for the person
who actually takes up the issue to just send a simple "I will check it
out", or "Yeah, saw that myself, working on it" back to the list.

b.


-- 
Brian J. Murrell




Re: [Fwd: Re: [Cooker] MDK8.2 beta2 usbmouse and sound issues]

2002-02-14 Thread Rene Schumann

I did attach a file names amixer.settings where you can see, that this
was be done.

Am Mit, 2002-02-13 um 09.45 schrieb Michal 'hramrach' Suchanek:
> 
> 
> On Út, 2002-02-12 at 21:32, Rene Schumann wrote:
> 
> > Sound:
> > 
> > I dont have any Sound on my Laptop.
> > It seems that alsa is right configured but it dosnt work (with windows
> > sound works).
> I dont have alsa on this computer but at home I had to increase volume
> with gmix first to hear anything. Alsa sets volume to zero by default. 
> -- 
>   Michal Suchanek
>   [EMAIL PROTECTED]
> 




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Geoffrey Lee

> and rebuild it without any problem (except rpm wanted , for some reason, to 
> be built as root)
>  
> resulting binary (i586) rar works fine.
> 
> Reason why you may want to use rar, instead of zip:
> zip can't cut archive into multiple pcs, say, of 1.5MB
> You may need to send files as an attachment by mail, and as many mail servers 
> reject all mails with attachements >2MB, tool like rar is absolutely 
> necessary to have!
>  


IIRC, It is non-free, unfortunately.

We all know that RAR is good but because of licensing issues we cannot do 
that.

Anyway, there are other ways to split files up -- but it does result in a
bit of inconvenience if you don't know how to join them back up with a bit
of shell scripting.

- G.




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Vadim Plessky

On Thursday 14 February 2002 16:34, Han wrote:
|   Vadim Plessky ([EMAIL PROTECTED]) wrote:
|   > Reason why you may want to use rar, instead of zip: zip can't cut
|   > archive into multiple pcs, say, of 1.5MB
|   >
|   > You may need to send files as an attachment by mail, and as many mail
|   > servers reject all mails with attachements >2MB, tool like rar is
|   > absolutely necessary to have!
|
|   tar -M
|
|   Groetjes, Han.

That's right, but:
 I forgot to add that sometimes (and this was my case) you need to exchange 
files with Windows users, in particular with Windoze users using MS Outlook 
and MS Exchange server, which has exact limit of 2MB in setup.

And, those Windoze users do not have tar, and in most cases haven't heard 
about it!..
I know that most Cookers tend to ignore such *dumb* users, but as I said, I 
still need to communicate with them...

-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
33 Window Decorations and 6 Widget Styles for KDE
http://kde2.newmail.ru/kde_themes.html
KDE mini-Themes
http://kde2.newmail.ru/themes/




Re: [Cooker] Re: Missing dependency of rpmbuild

2002-02-14 Thread Alexander Skwar

»Stefan van der Eijk« sagte am 2002-02-14 um 23:20:40 +0800 :
> Is that based on any technical fact, or is it just "convenience" "lazyness"?

Depends, both is true I'd say.  For one, it's lazyness.  But on the
other hand I don't think it's right that every gettext'able program
(~70%?) should explicitly require such a base package.  You may very
well disagree with me on this one, but then I wonder why it would be
wrong to also BuildRequires: gcc, bash, filesystem, rpm, rpm-build,
perl  IMO gettext is so basic, that it really fits in the above
list, no?

The same also applies to Requires:.  Let's take the
multi-gnome-terminal.  Should I really add all these packages to the
Requires?

> for r in $(rpm -qR multi-gnome-terminal|grep -v =) ; do rpm -q --whatprovides $r ; 
>done | sort | uniq
bash-2.05-15mdk
common-licenses-1.0-5mdk
db1-1.85-7mdk
glibc-2.2.4-20mdk
libaudiofile0-0.2.3-2mdk
libesound0-0.2.23-1mdk
libglade0-0.17-2mdk
libglade-gnome0-0.17-2mdk
libglib1.2-1.2.10-4mdk
libgnome32-1.4.1.2-11mdk
libgtk+1.2-1.2.10-18mdk
libimlib1-1.9.11-8mdk
libORBit0-0.5.13-1mdk
libxml-1.8.16-1mdk
XFree86-libs-4.1.0-22mdk
zlib1-1.1.3-18mdk

If not - which packages should *not* be added to the Requires: and why?

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: 1 day 9 hours 42 minutes




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Vadim Plessky

On Thursday 14 February 2002 14:18, Geoffrey Lee wrote:
|   >
|   > Reason why you may want to use rar, instead of zip:
|   > zip can't cut archive into multiple pcs, say, of 1.5MB
|   > You may need to send files as an attachment by mail, and as many mail
|   > servers reject all mails with attachements >2MB, tool like rar is
|   > absolutely necessary to have!
|
|   IIRC, It is non-free, unfortunately.
|
|   We all know that RAR is good but because of licensing issues we cannot do
|   that.
|

ahh, I forgot to take a look at its license... sorry.
Obviously, Windows users treat all shareware softtware as *free* - but of 
course you can't include most of it inlo LM.

[vadim@VPlessky windows]$ rar

RAR 2.90Copyright (c) 1993-2001 Eugene Roshal7 Sep 2001
Shareware version Type RAR -? for help

BTW: does it mean that PLD Linux is not so distinctive with licensing issues?

|   Anyway, there are other ways to split files up -- but it does result in a
|   bit of inconvenience if you don't know how to join them back up with a
| bit of shell scripting.
|
|   - G.

-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
33 Window Decorations and 6 Widget Styles for KDE
http://kde2.newmail.ru/kde_themes.html
KDE mini-Themes
http://kde2.newmail.ru/themes/




Re: [Cooker] rpmdrake-1.4-12mdk & curl problem

2002-02-14 Thread François Pons

[EMAIL PROTECTED] (François Pons) writes:

> "Justin T. Broste" <[EMAIL PROTECTED]> writes:
> 
> > Heya,
> > 
> > I just had a problem adding a new resource with rpmdrake.  It would go 
> > through and add the resource, but would only use the Synthetic.  I'm on a 
> > fast enough connection and prefer the full list.
> > 
> > This had started happening earlier... narrowed it down to curl:
> > ---
> > [root@luna justus]# urpmi.addmedia "Contrib" 
> > 
>ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/Mandrake-devel/cooker/i586/Mandrake/RPMS2 
> > with ../base/hdlist2.cz
> > added medium Contrib
> > retrieving description file of "Contrib"...
> > curl: (19) Failed to open file.
> > retrieving source hdlist (or synthesis) of "Contrib"...
> > curl: (9) Couldn't cd to 
> > pub/Mirrors/Mandrake-devel/cooker/i586/Mandrake/RPMS2/../base
> > ...retrieving failed: curl failed: exited with 9 or signal 0
> 
> I can fix such things, this is not really a problem of curl in fact, but much
> more a problem of invocation of it.

fixed in urpmi-3.3-6mdk.

François.




Re: [Cooker] Buildrequires

2002-02-14 Thread R P Herrold

On Thu, 14 Feb 2002, R.I.P. Deaddog wrote:

> On Thu, 14 Feb 2002, Alexander Skwar wrote:

> Definitely. Most of the extra BuildRequires results from missing
> Requires in devel packages. Fixing this is possible, but requires
> human eyes instead of any sort of automagic scripts, since there's
> some black magic not detectable such as
> 
> #if 0
> #include 
> #endif

... Actually, this turns out not to be the case;  

There is a script which walks the rebuild process 
(forget the name at the moment) and does essentially:

1. Build in a chrooted environment from a known base; 
Pre-install any 'BuildRequires hints' in existing 
.spec file
2. Auto detect a failed build and install the needed 
BuildDependency
3. Repeat until it builds
4. Using file, check every changed file access time, 
generating a list
5. Using   rpm -qf --qf '%{name}\n'   build a list of all 
owning packages called.
6. Sort | uniq | grep -v anything in the absolute minimum base 
install | grep -v 'existing hints'

What is left is all of the new BuildRequires: of that package
-- add to .spec file -- restore base build environment to a
pristine state -- go to next package

I am working on a variant of of this for the LvR project.

- Russ Herrold






Re: [Cooker] xmms doesn't seem to work anymore

2002-02-14 Thread Tech At Mathco Dot Com

Oh nevermind, must have been something temporary.
I was trying a RealAudio plugin for xmms and it must have
caused xmms not to work peroperly. A reboot and it works
again.

On Thu, 2002-02-14 at 10:17, Tech At Mathco Dot Com wrote:
> i updated my system with the latest kde updates
> from cooker and now xmms doesn't seem to want to work
> anymore as a non root user. Running it as root works
> fine.
> 
> When executing xmms from a xterm as a non root user it
> just hangs and has to be terminated. Root can run this
> program just fine.
> 
> I don't get any error messages on either the xterm nor
> in .xsession=errors or in /var/log/messages .
> 
> I have the latest version of xmms installed and the following
> xmms packages are installed.
> 
> libxmms1  1.2.6-2mdk
> xmms  1.2.6-2mdk
> xmms-arts 0.4-7mdk
> xmms-readcd   0.14a-1mdk
> xmms-kde  0.6.5-5mdk
> xmms-skins1.0.0-12mdk
> 
> Oh btw i did delete the .xmms directoy in my user directory to see
> if it would fix it. which it doesn't.
> 
> /MattB
> 
> 






Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Guillaume Rousse

Ainsi parlait Vadim Plessky :
> Can someone from MDK add rar archiver to Cooker/LM 8.2, please?
>
> It's available for several Linux distros, and I am wondering why MDK
> doesn't have it. 
License problems. Check list archive for details.
If you find a rar archiver with a clear free/os license, you're welcome
-- 
Guillaume Rousse <[EMAIL PROTECTED]>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html




Re: [Cooker] rpmdrake-1.4-12mdk & curl problem

2002-02-14 Thread François Pons

"Justin T. Broste" <[EMAIL PROTECTED]> writes:

> Heya,
> 
> I just had a problem adding a new resource with rpmdrake.  It would go 
> through and add the resource, but would only use the Synthetic.  I'm on a 
> fast enough connection and prefer the full list.
> 
> This had started happening earlier... narrowed it down to curl:
> ---
> [root@luna justus]# urpmi.addmedia "Contrib" 
> 
>ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/Mandrake-devel/cooker/i586/Mandrake/RPMS2 
> with ../base/hdlist2.cz
> added medium Contrib
> retrieving description file of "Contrib"...
> curl: (19) Failed to open file.
> retrieving source hdlist (or synthesis) of "Contrib"...
> curl: (9) Couldn't cd to 
> pub/Mirrors/Mandrake-devel/cooker/i586/Mandrake/RPMS2/../base
> ...retrieving failed: curl failed: exited with 9 or signal 0

I can fix such things, this is not really a problem of curl in fact, but much
more a problem of invocation of it.

François.




Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread svetljo

>
>
>>Reason why you may want to use rar, instead of zip: zip can't cut
>>archive into multiple pcs, say, of 1.5MB
>>
>>You may need to send files as an attachment by mail, and as many mail
>>servers reject all mails with attachements >2MB, tool like rar is
>>absolutely necessary to have!
>>
>
>tar -M
>
man split






Re: [Cooker] bootsplash themes are good! Small problem with rc scripts messages

2002-02-14 Thread François Pons

Chmouel Boudjnah <[EMAIL PROTECTED]> writes:

> Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> 
> > I tried Ayo theme. Good! Folks you make terrific job, thank you!
> > Ayo theme itself - text color in lilo is bad. Unselected items are
> > almost invisible and selected items have very bad contrasting look, the
> > same problem actually as in Mandrake theme.
> 
> Humm Francois ?

Year, I'am not graphist, if someone can say me what is good or what is bad, I
can help else for it somewhat hard to decide. Andrej, can you try with bmp2mdk
in lilo documentation directory to select right color (input source is
currently limited to 128 colors in BMP file uncompressed).

François.




[Cooker] Re: bootsplash themes are good! Small problem with rc scripts messages

2002-02-14 Thread Pablo Saratxaga

Kaixo!

On Thu, Feb 14, 2002 at 03:24:29PM +0300, Borsenkow Andrej wrote:

> I tried Ayo theme. Good! Folks you make terrific job, thank you!
...
> Pablo, it may be used as occasion to make status messages offset
> variable (you remember, in Russian translation many messages are too
> long and status overwrites part of message). It can be made depending on
> image width that is defined in cfg.

and screen size/resolution.


The variable is RES_COL in /etc/sysconfig/init

I don't know if it's used for graphical boots (eg: aurora and the like).

Maybe it could also be increased a bit. A typical text screen is 80 columns
wide, and the widest of all the status strings is the Swedish translation,
that makes, the [ ] included, 14 chars.
So, setting RES_COL to 65 would still be ok and allow a bit more space
for text messages.

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.srtxg.easynet.be/PGP Key available, key ID: 0x8F0E4975





Re: [Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Han

Vadim Plessky ([EMAIL PROTECTED]) wrote:
> 
> Reason why you may want to use rar, instead of zip: zip can't cut
> archive into multiple pcs, say, of 1.5MB
> 
> You may need to send files as an attachment by mail, and as many mail
> servers reject all mails with attachements >2MB, tool like rar is
> absolutely necessary to have!

tar -M


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




[Cooker] xmms doesn't seem to work anymore

2002-02-14 Thread Tech At Mathco Dot Com

i updated my system with the latest kde updates
from cooker and now xmms doesn't seem to want to work
anymore as a non root user. Running it as root works
fine.

When executing xmms from a xterm as a non root user it
just hangs and has to be terminated. Root can run this
program just fine.

I don't get any error messages on either the xterm nor
in .xsession=errors or in /var/log/messages .

I have the latest version of xmms installed and the following
xmms packages are installed.

libxmms11.2.6-2mdk
xmms1.2.6-2mdk
xmms-arts   0.4-7mdk
xmms-readcd 0.14a-1mdk
xmms-kde0.6.5-5mdk
xmms-skins  1.0.0-12mdk

Oh btw i did delete the .xmms directoy in my user directory to see
if it would fix it. which it doesn't.

/MattB





[Cooker] RAR archiver - pls add to LM / Cooker

2002-02-14 Thread Vadim Plessky


Can someone from MDK add rar archiver to Cooker/LM 8.2, please?

It's available for several Linux distros, and I am wondering why MDK doesn't 
have it. Check
http://rpmfind.net/linux/rpm2html/search.php?query=rar&submit=Search+...

I have taken this source
ftp://rpmfind.net/linux/PLD/current/dists/ra/PLD/SRPMS/SRPMS/rar-2.90-2.src.rpm
and rebuild it without any problem (except rpm wanted , for some reason, to 
be built as root)
 
resulting binary (i586) rar works fine.

Reason why you may want to use rar, instead of zip:
zip can't cut archive into multiple pcs, say, of 1.5MB
You may need to send files as an attachment by mail, and as many mail servers 
reject all mails with attachements >2MB, tool like rar is absolutely 
necessary to have!
 
-- 

Vadim Plessky
http://kde2.newmail.ru  (English)
33 Window Decorations and 6 Widget Styles for KDE
http://kde2.newmail.ru/kde_themes.html
KDE mini-Themes
http://kde2.newmail.ru/themes/




[Cooker] rpmdrake-1.4-12mdk & curl problem

2002-02-14 Thread Justin T. Broste

Heya,

I just had a problem adding a new resource with rpmdrake.  It would go 
through and add the resource, but would only use the Synthetic.  I'm on a 
fast enough connection and prefer the full list.

This had started happening earlier... narrowed it down to curl:
---
[root@luna justus]# urpmi.addmedia "Contrib" 
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/Mandrake-devel/cooker/i586/Mandrake/RPMS2 
with ../base/hdlist2.cz
added medium Contrib
retrieving description file of "Contrib"...
curl: (19) Failed to open file.
retrieving source hdlist (or synthesis) of "Contrib"...
curl: (9) Couldn't cd to 
pub/Mirrors/Mandrake-devel/cooker/i586/Mandrake/RPMS2/../base
...retrieving failed: curl failed: exited with 9 or signal 0

retrieve of source hdlist (or synthesis) failed
no hdlist file found for medium "Contrib"
unable to update medium "Contrib"
---
Usually this would go through and search and eventually find the Synthetic.

Anyway, to get to the point.  I removed curl (curl2-7.9.4-3mdk) and it worked 
without any problems.

Not sure if this comes directly from curl or the way that it is called by 
urpmi.

Hope this helps :)

Justin T




Re: [Cooker] Re: Missing dependency of rpmbuild

2002-02-14 Thread Stefan van der Eijk

>
>
>>> IMO, rpm-build should require flex.
>>
> no.
>
>> Also it should require gettext-devel.
>
> and no.
>
> Is that based on any technical fact, or is it just "convenience" 
> "lazyness"? 

too bad the strikethough text style doesn't come through on e-mail...





Re: [Cooker] 2002-02-14 Cooker Bug Report

2002-02-14 Thread H.McM

But doing this can trip you up too, cause restarting the daemon often causes the 
cupsd.conf to be reverted to the generic one (with browsing on).

You either need to add the line 
CUPS_CONFIG=manual to the /ustc/sysconfig/printing file
OR
do a chmod a-x to /usr/sbin/setcupsconfig.

Maybe a tweak of the cups daemon script?

This is compulsory if you dont use printerdrake to setup printing. (Which I dont - 
cause I cant get it to work unless I setup printing during the actual install process).


Hamster



>Can you check the permissions of /etc/cups/cupsd.conf? To turn of 
>browsing manually add the line "Browsing Off" to /etc/cups/cupsd.conf 
>and restart the CUPS daemon ("service cups restart").

>Till


>Claudio wrote:

>> *) KUPS / "PRINTING MANAGER" IN KCONTROL
>> "Configure Cups server" always produce an error: "error while loading 
>> configuration file". So no way to disable the fucking cups browsing...
 









[Cooker] XFS problem PLEASE someone with last cooker install (xfree...)can try 'netstat -l' or 'lsof -i' to see ....

2002-02-14 Thread Silvestro Franco

...if there are X11 listening port active
I've xfs process active but no listening X11 ports on two test-PC now
upgraded with last cooker(20020214 11:36)...;o/
THANKS...;o)
-
Franco Silvestro
c/o CeSIA - Reparto Servizi di Rete







  1   2   >