Re: [Cooker-firewall] SNF 7.2 and Port-Forwarding

2002-07-31 Thread Hernan Vidoni

Hi there
The SNF doesn't use the port forwarding with the ipchains command, it use 
the ipvsadm command, that's why you don't see it in the ipchain's list.
Use man ipvsadm to see how it works.
Saludos.
Hernán Vidoni.

Hi!

I'm using SNF 7.2 with NAT and I want to use also Port-Forwarding for a 
Web-Server and smtp.

I put the rules in  NAAT - Restricted Access - Internet Access

The Rules are in the input-chain, but not in the output-Chain. Waht can I 
do???




[root@router /root]# ipchains -L
Chain input (policy DENY):
target prot opt sourcedestination   ports
ACCEPT icmp --  anywhere anywhere fragmentation-needed
DENY   all  l-  224.0.0.0/4  anywhere  n/a
DENY   all  l-  anywhere 192.168.98.0/24   n/a
DENY   all  l-  192.168.98.0/24  anywhere  n/a
DENY   all  l-  anywhere 192.168.98.0/24   n/a
DENY   all  l-  192.168.98.0/24  anywhere  n/a
ACCEPT all  --  anywhere anywhere  n/a
ACCEPT all  --  anywhere anywhere  n/a
ACCEPT tcp  --  anywhere router.avalon-net.net  any -  
  ssh
ACCEPT tcp  --  anywhere router.avalon-net.net  any -  
  1
ACCEPT tcp  --  anywhere router.avalon-net.net  any -  
  ntp
ACCEPT tcp  --  anywhere router.avalon-net.net  any -  
  domain
ACCEPT tcp  --  anywhere router.avalon-net.net  any -  
  8443
ACCEPT udp  --  anywhere router.avalon-net.net  any -  
  ntp
ACCEPT udp  --  anywhere router.avalon-net.net  any -  
  domain
ACCEPT icmp --  anywhere anywhere  any -   
any
ACCEPT tcp  --  anywhere anywhere  any -   
domain
ACCEPT tcp  --  anywhere anywhere  any -   
mysql
ACCEPT tcp  --  anywhere anywhere  any -   
www
ACCEPT tcp  --  anywhere anywhere  any -   
6346
ACCEPT tcp  --  anywhere anywhere  any -   
ntp
ACCEPT tcp  !y  anywhere anywhere  any -   
any
ACCEPT icmp --  anywhere anywhere 
destination-unreachable
ACCEPT icmp --  anywhere anywhere echo-reply
ACCEPT icmp --  anywhere anywhere time-exceeded
DENY   icmp l-  anywhere anywhere  any -   
any
ACCEPT udp  --  anywhere anywhere  any -   
domain
ACCEPT udp  --  anywhere anywhere  any -   
ntp
DENY   udp  l-  anywhere anywhere  any -   
2049
ACCEPT udp  --  62.225.244.197   anywhere domain -   
1024:65535
ACCEPT udp  --  194.25.2.129 anywhere domain -   
1024:65535
DENY   all  l-  anywhere router.avalon-net.net  n/a
DENY   tcp  --  anywhere router.avalon-net.net  any -  
  any
DENY   udp  --  anywhere router.avalon-net.net  any -  
  any
ACCEPT tcp  --  192.168.98.0/24  anywhere  any -   
any
ACCEPT tcp  --  192.168.98.0/24  anywhere  any -   
domain
ACCEPT udp  --  192.168.98.0/24  anywhere  any -   
any
ACCEPT udp  --  192.168.98.0/24  anywhere  any -   
domain
DENY   all  l-  192.168.98.0/24  anywhere  n/a
DENY   all  l-  anywhere anywhere  n/a
Chain forward (policy DENY):
target prot opt sourcedestination   ports
DENY   tcp  l-  anywhere anywhere 
netbios-ns:netbios-ssn -   any
DENY   udp  l-  anywhere anywhere 
netbios-ns:netbios-ssn -   any
MASQ   all  --  192.168.98.0/24  anywhere  n/a
DENY   all  l-  anywhere anywhere  n/a
Chain output (policy ACCEPT):
target prot opt sourcedestination   ports
ACCEPT icmp --  anywhere anywhere fragmentation-needed
ACCEPT icmp --  anywhere anywhere  any -   
any
[root@router /root]#


--
mfg

Andre




Hernán Vidoni
ICQ: 4765459
[EMAIL PROTECTED]
[EMAIL PROTECTED]


_
Únase al mayor servicio mundial de correo electrónico: 
http://www.hotmail.com/es





Re: [Cooker-firewall] SNF 7.2 and Port-Forwarding

2002-07-31 Thread Andre Krajnik

Hi Hernan,

you're right. They are in the ipvsadm table. But it does not forward the 
incomming traffic to the web server.

What goes wrong?

Hernan Vidoni schrieb:
 Hi there
 The SNF doesn't use the port forwarding with the ipchains command, it 
 use the ipvsadm command, that's why you don't see it in the ipchain's list.
 Use man ipvsadm to see how it works.
 Saludos.
 Hernán Vidoni.
 
 Hi!

 I'm using SNF 7.2 with NAT and I want to use also Port-Forwarding for 
 a Web-Server and smtp.

 I put the rules in  NAAT - Restricted Access - Internet Access

 The Rules are in the input-chain, but not in the output-Chain. Waht 
 can I do???




 [root@router /root]# ipchains -L
 Chain input (policy DENY):
 target prot opt sourcedestination   ports
 ACCEPT icmp --  anywhere anywhere 
 fragmentation-needed
 DENY   all  l-  224.0.0.0/4  anywhere  n/a
 DENY   all  l-  anywhere 192.168.98.0/24   n/a
 DENY   all  l-  192.168.98.0/24  anywhere  n/a
 DENY   all  l-  anywhere 192.168.98.0/24   n/a
 DENY   all  l-  192.168.98.0/24  anywhere  n/a
 ACCEPT all  --  anywhere anywhere  n/a
 ACCEPT all  --  anywhere anywhere  n/a
 ACCEPT tcp  --  anywhere router.avalon-net.net  
 any -   ssh
 ACCEPT tcp  --  anywhere router.avalon-net.net  
 any -   1
 ACCEPT tcp  --  anywhere router.avalon-net.net  
 any -   ntp
 ACCEPT tcp  --  anywhere router.avalon-net.net  
 any -   domain
 ACCEPT tcp  --  anywhere router.avalon-net.net  
 any -   8443
 ACCEPT udp  --  anywhere router.avalon-net.net  
 any -   ntp
 ACCEPT udp  --  anywhere router.avalon-net.net  
 any -   domain
 ACCEPT icmp --  anywhere anywhere  any 
 -   any
 ACCEPT tcp  --  anywhere anywhere  any 
 -   domain
 ACCEPT tcp  --  anywhere anywhere  any 
 -   mysql
 ACCEPT tcp  --  anywhere anywhere  any 
 -   www
 ACCEPT tcp  --  anywhere anywhere  any 
 -   6346
 ACCEPT tcp  --  anywhere anywhere  any 
 -   ntp
 ACCEPT tcp  !y  anywhere anywhere  any 
 -   any
 ACCEPT icmp --  anywhere anywhere 
 destination-unreachable
 ACCEPT icmp --  anywhere anywhere echo-reply
 ACCEPT icmp --  anywhere anywhere time-exceeded
 DENY   icmp l-  anywhere anywhere  any 
 -   any
 ACCEPT udp  --  anywhere anywhere  any 
 -   domain
 ACCEPT udp  --  anywhere anywhere  any 
 -   ntp
 DENY   udp  l-  anywhere anywhere  any 
 -   2049
 ACCEPT udp  --  62.225.244.197   anywhere domain -   
 1024:65535
 ACCEPT udp  --  194.25.2.129 anywhere domain -   
 1024:65535
 DENY   all  l-  anywhere router.avalon-net.net  n/a
 DENY   tcp  --  anywhere router.avalon-net.net  
 any -   any
 DENY   udp  --  anywhere router.avalon-net.net  
 any -   any
 ACCEPT tcp  --  192.168.98.0/24  anywhere  any 
 -   any
 ACCEPT tcp  --  192.168.98.0/24  anywhere  any 
 -   domain
 ACCEPT udp  --  192.168.98.0/24  anywhere  any 
 -   any
 ACCEPT udp  --  192.168.98.0/24  anywhere  any 
 -   domain
 DENY   all  l-  192.168.98.0/24  anywhere  n/a
 DENY   all  l-  anywhere anywhere  n/a
 Chain forward (policy DENY):
 target prot opt sourcedestination   ports
 DENY   tcp  l-  anywhere anywhere 
 netbios-ns:netbios-ssn -   any
 DENY   udp  l-  anywhere anywhere 
 netbios-ns:netbios-ssn -   any
 MASQ   all  --  192.168.98.0/24  anywhere  n/a
 DENY   all  l-  anywhere anywhere  n/a
 Chain output (policy ACCEPT):
 target prot opt sourcedestination   ports
 ACCEPT icmp --  anywhere anywhere 
 fragmentation-needed
 ACCEPT icmp --  anywhere anywhere  any 
 -   any
 [root@router /root]#


 -- 
 mfg

 Andre
 
 
 
 
 
 Hernán Vidoni
 ICQ: 4765459
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 
 _
 Únase al mayor servicio mundial de correo electrónico: 
 http://www.hotmail.com/es
 
 
 






[Cooker] mpich and povray-pvm

2002-07-31 Thread Philippe Coulonges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Users mpi and pvm added by these packages don't have any password, causing 
msec to complain.

CU
CPHIL

- -- 
Mais si, linux est user-friendly. Mais Linux il choisit ses amis, lui.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9R4LRYJwqltj/jHgRAimqAKDMX9J8v6cGyrMdHP5dDw7WQss7yACdFXBR
W89YNhyUmbQSawEfHUD2sDM=
=PsWv
-END PGP SIGNATURE-





[Cooker] 9.0 Beta1 comments.

2002-07-31 Thread Randy Welch

Actually very nice.

Have installed on a ThinkPad a22p and on my dual PIV system. 
Both installs went cleanly.  This release is looking good.

My only complaints lie in some long standing quirks:

1.  I have a Matrox G450 with a ViewSonic PS790.  With KDE ( 
haven't tried GNOME ) the fonts on the 
titlebars/menus/desktop are really big and bold.)  In the 
past I've tweaked the display geometry to match what X 
showed on my old system ).  I can tweak KDE so the fonts
aren't so out of sync with the rest of the display ( which 
the fonts are fine, xterms are fine, mozilla is fine, as 
well as emacs )

2.  Printer selection.
 If you have a CUPS server running it would be nice if
 that was shown immediately as a default printer.  ( You
 don't really see it until after you exit out of the
 other printer choices)


-randy









[Cooker] /usr/share/rpm-helper/add-group

2002-07-31 Thread Sebastian Dransfeld


There is a line like:

users=$4
...
set $users

If users is empty, set will print the environment.

Sebastian






Re: [Cooker] Mozilla Spell Checker Dependency Omission Error

2002-07-31 Thread Gwenole Beauchesne

On Tue, 30 Jul 2002, Buchan Milne wrote:

 Apparently lang and location get picked up if they are for example
 en-GB.dic instead of en_GB.dic. If they didn't do this, we could just
 link /usr/lib/mozilla/components/myspell to /usr/lib/myspell (although
 that might still be the best option).

Please, it is planned that myspell dictionaries go to 
/usr/share/dict/ooo/.

OOo is currently not aware of it but this will have to be addressed in 
next release.





[Cooker] latex2html bugs

2002-07-31 Thread Oliver Lemke

/usr/bin/latex2html Line 78:
$ENV{'LATEX2HTMLDIR'} = $LATEX2HTMLDIR = '/usr/share/lib/latex2html';

It is located in /usr/lib/latex2html.

Also, the online documentation seems to be missing. There are no man or
info pages and latex2html -h|--help|-help are also not giving any
information.

-- 
Oliver Lemke
University of Bremen - Institute of Environmental Physics
Satellite Microwave Atmospheric Sounding Group





Re: [Cooker] latex2html bugs

2002-07-31 Thread Giuseppe Ghibò

Oliver Lemke wrote:
 /usr/bin/latex2html Line 78:
 $ENV{'LATEX2HTMLDIR'} = $LATEX2HTMLDIR = '/usr/share/lib/latex2html';
 
 It is located in /usr/lib/latex2html.
 
 Also, the online documentation seems to be missing. There are no man or
 info pages and latex2html -h|--help|-help are also not giving any
 information.
 

I'll fix.

Bye.
Giuseppe.







Re: [Cooker] 9.0B1 Packages missing

2002-07-31 Thread Thierry Vignaud

[EMAIL PROTECTED] writes:

 Why in 9.0B1 are things like Open Office (also Abi word if I recall)
 missing?? 

they're in contribs, on all mirrors





Re: [Cooker] braille terminals driver RPM

2002-07-31 Thread Thierry Vignaud

Florent BERANGER [EMAIL PROTECTED] writes:

 gcc -Wall -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -O2
 '-DLIB_PATH=/lib/brltty'  -c s
  pk_load.c
 In file included from spk_load.c:31:
 spk_driver.h:56: conflicting types for `noSpeech'
 spk.h:42: previous declaration of `noSpeech'

patch it to prevent it to redefine noSpeech





Re: [Cooker] harddrake/ldetect (sblive)

2002-07-31 Thread Thierry Vignaud

Danny Tholen [EMAIL PROTECTED] writes:

 Before 8.2 I argued for using the emu10k1 driver instead of
 ALSA. Now with the new alsa 0.9.x in cooker, it might be best to
 switch back to ALSA since it seems to have a much better support for
 this card?

i can switch for your entry in pcitable (safer than doing the whole
switch) if you send me your pci ids (and subids if needed)

 The best thing would ofcourse a dialog in harddrake to select the
 driver of choice.

easy way: greping pcitable for all known oss modules and alsa' snd-*
ones, then build a hand hash (oss-alsa modules names) that enable to
get alsa or (respectively oss) module from oss (respectively alsa)
module.
then offering a window to switch from alsa to oss.





Re: [Cooker] SCSI in harddrake2

2002-07-31 Thread Thierry Vignaud

Pascal Terjan [EMAIL PROTECTED] writes:

 Another stange thing, title and about tells 1.1.6 while package is 1.1.8-13

1.1.8 is drakxtools package version whereas 1.1.6 is internal
harddrake version.
not much to worried about





Re: [Cooker] Irq for eth0 ?

2002-07-31 Thread Thierry Vignaud

Mustafa Celik [EMAIL PROTECTED] writes:

 I think I've got some IRQ issues with 3com 3c509TP ISA ethernet card
 on Mandrake 9.0 beta.

 1.) HardDrake (a h/w probing tool at Mandrake) 

really ? i didn't know :-)

 can not detect my ethernet device!?

harddrake doesn't probe isa cards for the moment. isapnp support may
reasonnably easily added.





Re: [Cooker] SCSI in harddrake2

2002-07-31 Thread Thierry Vignaud

Terjan Pascal [EMAIL PROTECTED] writes:

 Both my CD drives appear under CDROM, but they also appear under
 SCSI Controllers while my SCSI Card appears under Unknown/Others
 but is recognized as STORAGE_SCSI.

please, send me your /etc/sysconfig/harddrake/prev*, /proc/scsi/scsi,
/proc/bus/pci{usb,pci}/devices.

how things become clear when you look at them. how stupid was i ...

i wrongly used detect_devices::getSCSI to get scsi controllers whereas
i should have checked if media_type is STORAGE_SCSI to get them.

as i do nothing with STORAGE_SCSI, they go in Unknown/Others,
whereas i explicitily put all scsi devices in scsi controllers
category.

ok, let's go commit suicide :-(





Re: [Cooker] SCSI in harddrake2

2002-07-31 Thread Thierry Vignaud

Terjan Pascal [EMAIL PROTECTED] writes:

 Both my CD drives appear under CDROM, but they also appear under
 SCSI Controllers

i forget to say that if they appear in both, it's because, i called
detect_devices::getSCSI() whereas it was already called by probeall().

please, can you test this patch (apply it as root in
/usr/lib/libDrakx/) ?



Index: harddrake/data.pm
===
RCS file: /cooker/gi/perl-install/harddrake/data.pm,v
retrieving revision 1.14
diff -u -3 -p -u -r1.14 data.pm
--- harddrake/data.pm	2002/07/25 20:07:48	1.14
+++ harddrake/data.pm	2002/07/31 08:04:47
@@ -12,7 +12,7 @@ my @devices = detect_devices::probeall(1
 
 # Update me each time you handle one more devices class (aka configurator)
 sub unknown {
-grep { ($_-{media_type} !~ /tape|SERIAL_(USB|SMBUS)|Printer|DISPLAY|MULTIMEDIA_(VIDEO|AUDIO|OTHER)|STORAGE_IDE|BRIDGE|NETWORK/)  ($_-{driver} ne 'scanner') } @devices;
+grep { ($_-{media_type} !~ /tape|SERIAL_(USB|SMBUS)|Printer|DISPLAY|MULTIMEDIA_(VIDEO|AUDIO|OTHER)|STORAGE_(IDE|SCSI)|BRIDGE|NETWORK/)  ($_-{driver} ne 'scanner') } @devices;
 }
 
 
@@ -66,7 +66,7 @@ our @tree =
 	[JOYSTICK,Joystick, joystick.png, , sub {}],
 
 	[ATA_STORAGE,(E)IDE/ATA controllers, ide_hd.png, , sub {grep { $_-{media_type} =~ 'STORAGE_IDE' } @devices}],
-	[SCSI_CONTROLLER,SCSI controllers, scsi.png, , \detect_devices::getSCSI],
+	[SCSI_CONTROLLER,SCSI controllers, scsi.png, , sub {grep { $_-{media_type} =~ 'STORAGE_SCSI' } @devices}],
 	[USB_CONTROLLER,USB controllers, usb.png, , sub {grep { $_-{media_type} =~ 'SERIAL_USB' } @devices}],
 	[SMB_CONTROLLER,SMBus controllers, usb.png, , sub {grep { $_-{media_type} =~ 'SERIAL_SMBUS' } @devices}],
 	);



stew, can you also check it fix your scsi problem ?

-- 
thierry which is wearing a brown paper bag ...



Re: [Cooker] Off Topic

2002-07-31 Thread Guy.Bormann

On Tue, 30 Jul 2002, Marcelo Gigirey wrote:

 http://techupdate.zdnet.com/techupdate/stories/main/0,14179,2871663,00.html
 A must read article

Must read article? There's not even a decent comparison. Call me
paranoid but this is a blatant plug bought for by Red Hat (Afficianados,
Investors, ...?). Large market share, fat bank account, ...
*tongue in cheek* Ffffinally a Linux company that is all-American and
has success : Party Time!!! Hehe, finally rid of that Commie-tag, phewww!
Gimme those dollars for a share! Oh well, NASDAQ can use a kick...

I don't mind Red Hat being successfull but yes, indeed, very off topic
on the ML of another distro trying to get ready...and a-waiste-of-time read.

Guy





Re: [Cooker] gnome-panel-2.0.3-1mdk

2002-07-31 Thread Frederic Crozat

On Wed, 31 Jul 2002 07:39:34 +0200, Thierry SAURA wrote:

 
When i start the Fish applet, i have an error dialog window
 with foo as message and this message on std ouput :
 (gnome-panel:14566): Gtk-WARNING **: Failed to set label from markup due to error 
parsing markup: Erreur  la ligne 3 caractre 9: Texte encod UTF-8 invalide
 
 Thierry Saura.

Thanks, fixing..

-- 
Frédéric Crozat
MandrakeSoft





Re: [Cooker] gnome-audio-extra...joke?

2002-07-31 Thread Frederic Crozat

On Wed, 31 Jul 2002 13:00:15 +0200, gabor wrote:

 hi,
 
 i've just browsed thru 'urmpq --fuzzy gnome and found gnome-audio-extra
 
 i installed it ( 600kb ) and rpm -q g-a-e --info said 
 
 
 This package contains extra sound files useful for customizing the
 sounds that the GNOME desktop environment makes.
 
 
 well, the package contains 2 wav files phone.wav and card_shuffle.wav
 
 that are the extra files for customizing? :-
 
 i think that package should be removed unless some other is depending on
 it :-)

This package is separate from gnome-audio because of its size (1.1Mb for
extra, 930Kb for gnome-audio..)
-- 
Frédéric Crozat
MandrakeSoft





[Cooker] bad/missing description in harddrake2 (1.1.6)

2002-07-31 Thread Olivier Thauvin

Hi, 
In Hardrake, this pcmcia is detect as Other/unknow device, maybe can you add 
it description to see it in ethernet card section:
If you want more information about it, replay me for what do you need.
Are you sure this device file is good ? It don't exist for network card...

Thanks.


Vendeur: Xircom CE3-10/100 Fast Ethernet

Description: 

Old device file: /dev/eth0

Module: xirc2ps_cs

type: network


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




[Cooker] gnome-audio-extra...joke?

2002-07-31 Thread gabor

hi,

i've just browsed thru 'urmpq --fuzzy gnome and found gnome-audio-extra

i installed it ( 600kb ) and rpm -q g-a-e --info said 


This package contains extra sound files useful for customizing the
sounds that the GNOME desktop environment makes.


well, the package contains 2 wav files phone.wav and card_shuffle.wav

that are the extra files for customizing? :-

i think that package should be removed unless some other is depending on
it :-)

thanks,
gabor

-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn





Re: [Cooker] /usr/share/rpm-helper/add-group

2002-07-31 Thread Frederic Lepied

Sebastian Dransfeld [EMAIL PROTECTED] writes:

 There is a line like:
 
 users=$4
 ...
 set $users
 
 If users is empty, set will print the environment.

Corrected in 0.4.1. Thx for the report.
-- 
Fred - May the source be with you




[Cooker] Re: bad/missing description in harddrake2 (1.1.6)

2002-07-31 Thread Thierry Vignaud

Olivier Thauvin [EMAIL PROTECTED] writes:

 In Hardrake, this pcmcia is detect as Other/unknow device, maybe
 can you add it description to see it in ethernet card section:

does this patch fix it :


diff -u harddrake/data.pm harddrake/data.pm
--- harddrake/data.pm	2002/07/31 08:04:47
+++ harddrake/data.pm	2002/07/31 09:14:46
@@ -12,7 +12,7 @@
 
 # Update me each time you handle one more devices class (aka configurator)
 sub unknown {
-grep { ($_-{media_type} !~ /tape|SERIAL_(USB|SMBUS)|Printer|DISPLAY|MULTIMEDIA_(VIDEO|AUDIO|OTHER)|STORAGE_(IDE|SCSI)|BRIDGE|NETWORK/)  ($_-{driver} ne 'scanner') } @devices;
+grep { ($_-{media_type} !~ /tape|SERIAL_(USB|SMBUS)|Printer|DISPLAY|MULTIMEDIA_(VIDEO|AUDIO|OTHER)|STORAGE_(IDE|SCSI)|BRIDGE|NETWORK/)  ($_-{driver} ne 'scanner')  $_-{type} ne 'network'} @devices;
 }
 
 
@@ -47,7 +47,7 @@
 	my @usbnet = qw/CDCEther catc kaweth pegasus usbnet/;
 	# should be taken from detect_devices.pm or modules.pm. it's identical
 	
-	grep { $_-{media_type} =~ /^NETWORK/ || member($_-{driver}, @usbnet) } @devices}],
+	grep { $_-{media_type} =~ /^NETWORK/ || member($_-{driver}, @usbnet) || $_-{type} eq 'network' } @devices}],
 #	[,Tokenring cards, Ethernetcard.png, , \detect_devices::getNet],
 #	[,FDDI cards, Ethernetcard.png, , \detect_devices::getNet],
 #	[,Modem, Modem.png, , \detect_devices::getNet],



apply it as root in /usr/lib/libDrakx/

 Are you sure this device file is good ? It don't exist for network
 card...

ignore it ...



[Cooker] libtinfo

2002-07-31 Thread Florent BERANGER

   Hello,

can we have libtinfo in libncurses package, I need it for
RPMS (cvoicecontrol for exemple).

Thanks,

  florent
--
Pendant tout l'été, le modem ADSL Tiscali est gratuit.
Profitez en pour passer au Haut Débit !
Cliquez ici, http://register.tiscali.fr/adsl/
Offre soumise à conditions.






Re: [Cooker] mdk9.0 DVD-R/RW ??

2002-07-31 Thread Warly

Bryan Whitehead [EMAIL PROTECTED] writes:


 Does the kernel in Mandrake 9.0 beta have the kernel patch that is
 needed for burning to work?

DVD-RW and DVD+RW are 2 different (incompatible) norms.

DVD-RW is to DVD-R what CD-RW is for CD-R.

To burn DVD-R or RW, you do not need kernel patch, only
cdrecord-dvdhack from cooker or cdrecord-ProDVD from Jorg Schilling
(proprietary but without any cost for non commercial use).

DVD+RW are a different media (however latest DVD burner are 
able to burn DVD-RW and DVD+RW IIRC). It can be use as block
devices and directly handled by the kernel as any removable
devices.

-- 
Warly




[Cooker] Changing mouse PS2 to USB - 9.0 Beta 1/mousedrake

2002-07-31 Thread Jaco Greeff

Hi,

Small comment on my 9.0 Beta 1 installation at home. (All the other 
potential problems I've picked up have been reported and dealt with on 
this list already.)

Over the weekend I've decided to scrap my old, really worn out Microsoft 
PS2 mouse for a brand new laser-thingy Microsoft USB mouse. For fun I 
plugged the old one out, plugged the new one in and switched on. 
Initially the mouse was not picked-up or configured (this might have 
happed if I had Kudzu enabled) as expected.

Easy task, just run mousedrake (drakmouse, I forget now). Which I did. 
Mousedrake came up fine with the USB scoll button mouse selected, and I 
accepted. Unfortionately, the /dev/mouse link still pointed to 
/dev/psaux. A reboot (?!!, allowing for the remount of the devfs 
filesystem) did nothing to rectify this. Re-running mousedrake did 
nothing either. The /dev link still pointed to the wrong device.

I ended up creating the link from /dev/mouse to /dev/usbmouse myself and 
it started working perfectly. Surely this should be handled by mousedrake?

Apart from this, great work - cannot wait for Beta 2 and the full blown 
release.

Greetings,
Jaco





Re: [Cooker] 8.2 kernel-sources kernel cannot read multisessionCD's?

2002-07-31 Thread Warly

Gary Lawrence Murphy [EMAIL PROTECTED] writes:

 This is curious; I had to recompile the 8.2 linux-2.4.18-6mdk kernel
 to install the linux-wlan pcmcia kit and I must have neglected to
 include something because I can no longer read only some parts of
 CDs -- I've never seen anything like this before: I can read all
 of the directories on the Mandrake distribution CDs _except_ the
 /Mandrake directories; on all three disks, this only gives the error

 ls: /mnt/cdrom/Mandrake: Invalid argument

 but I can read all other directories!  Is this a multisession thing?
 The default config for the kernel sets iso9660 as included in the kernel
 (instead of as a module like the distro binary kernel) -- the only other
 status message is the line

 ISO 9660 Extensions: RRIP_1991A

 repeated several times in the syslog.  What could I be missing?
 The CDs were fine using the binary kernel.

There is no multisession on Mandrake disk. 

The problem may be the options used to mount the disc.

What does isoinfo -i /dev/cdrom -l -R gives ?

-- 
Warly




Re: [Cooker] Tonights AutoInstall Testing (DrakX 1.714)

2002-07-31 Thread Pixel

David Eastcott [EMAIL PROTECTED] writes:

 1.  'excludedocs' = 1, does not inhibit doc installation; console 3 shows 
 message:  'setting excludedocs to 1'

i'll see and fix

 
 2.  ' users' = [ { ..., 'groups' = [ 'usb']. ... }], is present, but there 
 is no usb group defined in /etc/group.

did it work?

 
 3.  'interactive' = 'gtk' or 'newt' requires manual acceptance of the 
 licence agreement, all remaining steps complete without manual intervention.

hum, should i disable it in auto_install's ?

 
 Also, when 'newt' is used, the package installation shows 287634978% 
 complete. (more bang for the dollar (euro), eh?)

:)

 4.  adding a smbfs entry to the 'manualFstab' with a user and password no 
 loger halts the installation.  However, the /etc/samba/auth.server.user 
 credential file is not created, but the /etc/fstab entry is set correctly to 
 reference the credential file.

i'll see and fix

 
 Is it now possible to do an install via a serial port? (for 8.2, the install 
 kernel did not have serial port support built in)

i don't think it changed.




Re: [Cooker] wine optimization new version

2002-07-31 Thread Buchan Milne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Leon Brooks wrote:
| On Tue, 30 Jul 2002 22:42, [EMAIL PROTECTED] wrote:
|
|It is probably to late for 9.0, but I build a srpms for wine 20020710.
|
|
| That would be nice, it runs AutoCAD R14. The next snapshot will also
clean up
| some leaks which crash AutoCAD 2000.
|
| It would be very helpful for replaciong Windows throughout a site if Mdk9
| could have that snapshot of WINE in it.
|

Only if the RPM does work. This (autocad R14) was one of the reasons
(AFAIK) the Mandrakeclub user requested it, but he hasn't been able to
get it to run Autocad yet. I haven't had the time to try yet, but I
think it would be great if this could be done. Leon, could you also test
this?

Hint hint, HP will be supporting Pro/E on linux also, it would be great
if that was on Mandrake 9.0 with a working wine so Autocad would be
available. 10-15% of our desktops are cad stations 

Buchan


- --
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9R7ITrJK6UGDSBKcRAiXQAKCggp9eu1j6N3gte/uKAgytx3raNACgoD12
Z3RXqTuAFVSezeBHKgLYwdU=
=c/m5
-END PGP SIGNATURE-





Re: [Cooker] 9.0 Beta 1: Booting

2002-07-31 Thread Johan Ferner

Pixel wrote:

Jure Repinc [EMAIL PROTECTED] writes:

  

When Mandrake is booting up i get an error mesage that says:
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2


send me your /root/drakx/report.bug.gz

I'm getting the same errormessage. Here's my report.bug.gz, maybe you 
can use two to check for similiarities. Tell me if you want something else.

// Johan




report.bug.gz
Description: application/gzip


[Cooker] Re: -latest: kernel panic VFS

2002-07-31 Thread rcc

On Wed, 31 Jul 2002 01:26:42 +0200
rcc [EMAIL PROTECTED] wrote:

 cooker 30 Jul 2300 GMT

 kernel panic: VFS: unable to mount root fs on 03:08

seems to be a problem in mdkinst_stage2 since the one from by backup (26
Jul) works
 
 also, there's no bootsplash

more precisly, there is the initial splash for boot selection,
afterwards there's nothing graphical with the boot messages, though fb
is used (mandrake star at top of screen)

- Mark




Re: [Cooker] wine optimization new version

2002-07-31 Thread danny

On Wed, 31 Jul 2002, Leon Brooks wrote:
 That would be nice, it runs AutoCAD R14. The next snapshot will also clean up 
 some leaks which crash AutoCAD 2000.

Problem is, I have a report from a club-member that autocad still freezes. 
Ofcourse it could be his config file. If you have autocad please try it.

Danny






[Cooker] 9.0 Beta 1: konkeror+flash

2002-07-31 Thread networker

bjr,
j'utilise la version 9.0b1

j'ai qques soucis avec konkeror pr affichier le flash malgre la bonne ?? 
installation :

les 2 fichiers sont ds /usr/lib/netscape/plugins

kdebase-nsplugins est bien installe :

je verifie dedans si mon repertoire est pris en compte et oui je fe charger 
les plugins puis je relance x et ca marche pas je reboot pr voir marche tjr 
pas ... :(


je met alors kdebase  kdebase-nsplugins a jour avec urpmi  mais rien a faire 
pas de flash

me suis donc resolu a installer mozilla en attendant de trouver une solution 
:p

si kkun a une idee ou connait le probleme merci :)


jpense pas que ca joue mais mon modem est un speedtouchusb
CG : gf4ti4200 + drivers *.src.rpm recompiler ( marche tre bien )
CM : eagletec 810a (SiS) carte rezo+carte son integre





[Cooker] New Quanta (for KDE3)

2002-07-31 Thread David Walser

http://freshmeat.net/releases/92131/

Quanta Plus 3.0-PR1

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




[Cooker] newest dump/restore released yesterday

2002-07-31 Thread David Walser

http://freshmeat.net/releases/92400/

Dump/Restore 0.4b31

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




[Cooker] OpenSSL security update

2002-07-31 Thread David Walser

http://freshmeat.net/releases/92473/

OpenSSL 0.96e

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Tonights AutoInstall Testing (DrakX 1.714)

2002-07-31 Thread Nora Etukudo

On Wed, Jul 31, 2002 at 12:14:03PM +0200, Pixel wrote:

  licence agreement, all remaining steps complete without manual intervention.
 
 hum, should i disable it in auto_install's ?

Yes. Please :-)

Liebe Grüße, Nora.
-- 
[EMAIL PROTECTED]
 IM-NETZ Neue Medien, Berlin   http://www.im-netz.de/
 WWW von Frauen für Frauen, Hamburghttp://www.w4w.net/
 Lesbian Computer Networks, Helsinki   http://www.sappho.net/




Re: [Cooker] 9.0 Beta 1: Booting

2002-07-31 Thread Pixel

Johan Ferner [EMAIL PROTECTED] writes:

 Pixel wrote:
 
 Jure Repinc [EMAIL PROTECTED] writes:
 
 
 When Mandrake is booting up i get an error mesage that says:
 kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
 
 send me your /root/drakx/report.bug.gz
 
 I'm getting the same errormessage. Here's my report.bug.gz, maybe you can use
 two to check for similiarities. Tell me if you want something else.

nope, can't find out anything. Maybe i'll find a box having this pb.

Special things in your config: 
- bootloader installed on floppy
- you don't need the scsi_hostadapter in the initrd




Re: [Cooker] New Quanta (for KDE3)

2002-07-31 Thread Marcel Pol

On Wed, 31 Jul 2002 05:19:35 -0700 (PDT)
David Walser [EMAIL PROTECTED] wrote:

 http://freshmeat.net/releases/92131/
 
 Quanta Plus 3.0-PR1

I have uploaded a src.rpm to /incoming, and made it available at
http://chaosmongers.org/download/Mandrake/quanta
I haven't thoroughly tested the package, but it seems to work fine.
With packaging, the only thing that changed were the subdirs in
/usr/share/apps/quanta/tags/

There are additional packages with html, css, javascript and php
documentation.
Would it be worthwhile to try to make a package of that?

--
Marcel Pol

Linux 2.4.18-20mdksmp, up 5 days, 17:04
Registered User #163523





[Cooker] postfix upgrade

2002-07-31 Thread Michal 'hramrach' Suchanek

I experienced a few problems while upgrading postfix:
   - I had no /usr/sbin/sendmail 
  I amnually created a symlink but it should be probably handled as
  an alternative between sendmail.real, sendmail.postfix, and ssmtp
  automagically
   - when I linked it it failed because I had no group postdrop I
 created it manually
   - when I created the group it did not deliver and produced tons of
 error messages like
Jul 30 15:46:44 uvt407-5 postfix/pickup[12291]: fatal: fcntl: get
 flags: Bad file descriptor
Jul 30 15:46:53 uvt407-5 postfix/smtpd[12292]: fatal: accept
 connection: Socket operation on non-socket
Jul 30 15:49:26 uvt407-5 postfix/pickup[12410]: fatal: connect #11 to
 subsystem public/cleanup: No such file or directory

I solved my problems by deinstall and reinstall. 

To sum up:
-no /usr/sbin/sendmail (or wherever it should be)
-no postdrop group which is needed by the default setup
-- 
Michal Suchanek
[EMAIL PROTECTED]




[Cooker] timezone should depend on glibc version

2002-07-31 Thread Michal 'hramrach' Suchanek

Generally this package was split off glibc so it should need the glibc
version after the split. 
Otherwise it conflicts and cannot be installed automagically.
-- 
Michal Suchanek
[EMAIL PROTECTED]




Re: [Cooker] New Quanta (for KDE3)

2002-07-31 Thread David Walser


--- Marcel Pol [EMAIL PROTECTED] wrote:
 There are additional packages with html, css,
 javascript and php
 documentation.
 Would it be worthwhile to try to make a package of
 that?

If Laurent uploads your package, probably.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] 9.0 Beta 1: Booting

2002-07-31 Thread Igor Izyumin

On Wednesday 31 July 2002 07:22 am, Pixel wrote:
 nope, can't find out anything. Maybe i'll find a box having this pb.

 Special things in your config:
 - bootloader installed on floppy
 - you don't need the scsi_hostadapter in the initrd

By the way, my test box is also having this exact message when booting.  It 
also doesn't need the scsi_hostadapter in the initrd, because it boots off an 
IDE drive.  Bootloader is installed on another drive.  Is there something I 
can do to figure out why it's doing that?
-- 
-- Igor




Re: [Cooker] Tonights AutoInstall Testing (DrakX 1.714)

2002-07-31 Thread David Eastcott

On Wednesday 31 July 2002 04:14 am, you wrote:
[...]
 David Eastcott [EMAIL PROTECTED] writes:
  2.  ' users' = [ { ..., 'groups' = [ 'usb']. ... }], is present, but
  there is no usb group defined in /etc/group.

 did it work?

Yes the user was added OK, but the usb group was not added.  

Is there suppose to be a usb group?  If not, then the auto generated usb 
entry should be removed. My test machine does have a usb controller that is 
detected and the appropriate modules loaded.


  3.  'interactive' = 'gtk' or 'newt' requires manual acceptance of the
  licence agreement, all remaining steps complete without manual
  intervention.

 hum, should i disable it in auto_install's ?

Probably yes.

Dave




Re: [Cooker] newest dump/restore released yesterday

2002-07-31 Thread Buchan Milne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Walser wrote:
| http://freshmeat.net/releases/92400/
|
| Dump/Restore 0.4b31

But the question is whether dump/restore is of any use on a 2.4 kernel?
Apparently it is only xfsdump and xfsrestore that work.

- --
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9R+l+rJK6UGDSBKcRAuhsAKDHvsbqpcN0Qks2a3ZPL+mx8QCxgACfYD52
mzoyjdCPElx9QNZSWyKlS9s=
=DuKm
-END PGP SIGNATURE-





[Cooker] Errors reading CDROM

2002-07-31 Thread Richard Tango-Lowy

I recently installed the 9.0 beta in place of 8.2. Now I periodically
get the following error when I try to access my CDROM:

ls: .: Stale NFS file handle

It appears to mount and unmount ok. /var/log/messages shows

Jul 31 10:58:17 axon kernel: sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Jul 31 10:58:17 axon kernel: cdrom: open failed.
Jul 31 10:58:17 axon kernel: sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Jul 31 10:58:17 axon kernel: cdrom: open failed.
Jul 31 10:58:17 axon kernel: sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Jul 31 10:58:17 axon kernel: cdrom: open failed.
Jul 31 10:58:17 axon kernel: sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Jul 31 10:58:17 axon kernel: cdrom: open failed.
Jul 31 10:58:17 axon kernel: sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Jul 31 10:58:17 axon kernel: cdrom: open failed.
Jul 31 10:59:12 axon kernel: udf: bad mount option codepage=850
Jul 31 11:00:47 axon su(pam_unix)[11079]: session opened for user root
by richtl(uid=501)
Jul 31 11:01:00 axon CROND[11106]: (root) CMD (nice -n 19 run-parts
/etc/cron.hourly) 
Jul 31 11:01:16 axon kernel: udf: bad mount option codepage=850

Worked in 8.2.

Rich

-- 
ars Cognita   Richard Tango-Lowy
  -
  President
  [EMAIL PROTECTED]
  603 424-0713



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


Re: [Cooker] SCSI in harddrake2

2002-07-31 Thread Thierry Vignaud

Pascal Terjan [EMAIL PROTECTED] writes:

  please, can you test this patch (apply it as root in
  /usr/lib/libDrakx/) ?

 The patch is OK, thanks.

and is in -14mdk





Re: [Cooker] install problems

2002-07-31 Thread Adam Williamson

On Wed, 2002-07-31 at 04:10, Igor Izyumin wrote:

 I have several install nitpicks for 9.0beta1.  I'm sorry if these have already 
 been reported; they are not in bugzilla.
 
 1. The network.img reports that it's for 8.2 and exits abnormally after you 
 tell it the IP addresses or tell it to use DHCP.  Using 3c59x.

Hey, that's three of us having this problem now! Come on, we gotta be
able to figure out some kind of common feature between us...
-- 
adamw





[Cooker] 9.0b1 Install Comments

2002-07-31 Thread Richard Tango-Lowy

Installing on an IBM Thinkpad A22p that was running 8.2. The install
went smoothly with the following caveats:

1. On the Services Started at Boot screen, the apmd info pages spells
battery as batery.

2. My Nautilus doesn't display HTML. Should nautilus-gtkhtml or
nautilus-mozilla have gotten installed? (They didn't).

3. There isn't an RPM for gkrellm-plugins, as there was in 8.2. I d/l'ed
and installed it from rpmfind, but it should be included.

4. My HP Officejet D135 printer was detected, but won't print. In
/var/log/messages I see lpadmin: add-printer failed:
client-error-not-possible. The jobs appear to be processed properly,
but nothing actually goes to the printer. The installer also detected my
scanner and gave me a message saying I can scan by typing scanimage -d
hp:mic:usb:officejet_d_series. When I try it, nothing happens.

Rich
-- 
ars Cognita   Richard Tango-Lowy
  -
  President
  [EMAIL PROTECTED]
  603 424-0713



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


RE: [Cooker] install problems

2002-07-31 Thread Andy Neillans


  1. The network.img reports that it's for 8.2 and exits 
 abnormally after you 
  tell it the IP addresses or tell it to use DHCP.  Using 3c59x.
 
 Hey, that's three of us having this problem now! Come on, we gotta be
 able to figure out some kind of common feature between us...
 -- 
 adamw
 

Some info on my setup:
 - Local network, one running PDC Domain server running Samba 2.2.3a 
 - IP Address: 169.254.x.x   Subnet: 255.255.0.0  Gateway: 169.254.100.1
 - PDC running BIND 9.2.1rc1 and dhcpd v3.0.1rc8
 - Mixture of Win2k, 98, XP and Linux clients
 - Failed on a Realtek RT8139
 - Failed in a VMWare session
 - Tried both AMD and Intel CPU's

Failed when trying all three Network install options, aswell as failing
on CD-ROM install (see other mail thread).

Andy






Re: [Cooker] newest dump/restore released yesterday

2002-07-31 Thread David Walser


--- Buchan Milne [EMAIL PROTECTED] wrote:

Huh?  Not everybody has XFS filesystems.

 But the question is whether dump/restore is of any
 use on a 2.4 kernel?
 Apparently it is only xfsdump and xfsrestore that
 work.
 
 - --
 |Registered Linux User
 #182071-|
 Buchan MilneMechanical Engineer,
 Network Manager
 Cellphone * Work+27 82 472 2231 * +27 21
 8828820x121
 Stellenbosch Automotive Engineering
 http://www.cae.co.za
 GPG Key  
 http://ranger.dnsalias.com/bgmilne.asc
 1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92
 BA50 60D2 04A7
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.7 (GNU/Linux)
 Comment: Using GnuPG with Mozilla -
 http://enigmail.mozdev.org
 

iD8DBQE9R+l+rJK6UGDSBKcRAuhsAKDHvsbqpcN0Qks2a3ZPL+mx8QCxgACfYD52
 mzoyjdCPElx9QNZSWyKlS9s=
 =DuKm
 -END PGP SIGNATURE-
 
 

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Tonights AutoInstall Testing (DrakX 1.714)

2002-07-31 Thread Pixel

Nora Etukudo [EMAIL PROTECTED] writes:

 On Wed, Jul 31, 2002 at 12:14:03PM +0200, Pixel wrote:
 
   licence agreement, all remaining steps complete without manual intervention.
  
  hum, should i disable it in auto_install's ?
 
 Yes. Please :-)

ok, fixing.




Re: [Cooker] newest dump/restore released yesterday

2002-07-31 Thread Buchan Milne

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, then not everyone has working dump/restore. Last time I checked,
the opinion of lkml was that dump/restore (except on XFS using
xfsdump/xfsrestore) WILL NOT WORK in 2.4. Ever.

So that's why I am asking what the point is of updating non-xfs
dump/restore.

Maybe I am wrong, but that's my reason for asking.


David Walser wrote:

| Huh?  Not everybody has XFS filesystems.
|
|
|But the question is whether dump/restore is of any
|use on a 2.4 kernel?
|Apparently it is only xfsdump and xfsrestore that
|work.


- --
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9SAcErJK6UGDSBKcRAhdvAJ9sS5ScebeHhr1yIQ3U3DZxK1NNXACfUZ7V
b2qMxxdA8m1cCdxN7/eiMjo=
=opOC
-END PGP SIGNATURE-





[Cooker] Problem with Samba/Users can't open my shared folders without my root password.

2002-07-31 Thread root

I have installed Mandrake Linux 9.0 beta1.

I have tryed to share one of my folder and it appears the users of my
local network can't open my shared folder without my root password,
whereas security is set as Share in my smb.conf file.

I attach this file.

Thank you,
Roland

# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2002/07/30 17:55:24

# Global parameters
[global]
workgroup = REZID
netbios name = Roland
server string = Linux samba server
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = lpstat
os level = 64
dns proxy = No
guest account = ftp
hosts allow = 192.
printing = cups

[download]
comment = logiciels

[ROLAND_TMP]
   path = /home/roland/tmp
   comment = /home/roland/tmp
   public = yes
   guest ok = yes
   writable = no

[LOGICIELS]
   path = /home/roland/Logiciels
   comment = /home/roland/Logiciels
   public = yes
   guest ok = yes
   writable = no
   wide links = no



Re: [Cooker] mdk9.0 DVD-R/RW ??

2002-07-31 Thread FACORAT Fabrice

Le Mercredi 31 Juillet 2002 11:42, Warly a écrit :

 DVD+RW are a different media (however latest DVD burner are
 able to burn DVD-RW and DVD+RW IIRC). It can be use as block
 devices and directly handled by the kernel as any removable
 devices.

what does this mean ?
does this mean that if I put a DVD+RW in a DVD+RW recorder I will be able to 
write data as if it was a HD/zip/floppy/ with a single cp/mv ?

-- 
Use statement labels that mean something.
- The Elements of Programming Style (Kernighan  Plaugher)





Re: [Cooker] New Quanta (for KDE3)

2002-07-31 Thread FACORAT Fabrice

Le Mercredi 31 Juillet 2002 15:10, Marcel Pol a écrit :

 There are additional packages with html, css, javascript and php
 documentation.
 Would it be worthwhile to try to make a package of that?

oh weah !
I wonder why mdksofgt did not include the doc with quyanta package ... Is 
there licensing issues ?

-- 
Watch out for off-by-one errors.
- The Elements of Programming Style (Kernighan  Plaugher)





[Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread David Walser


--- Frederic Crozat [EMAIL PROTECTED] wrote:
 --=-=-=
 Name: mozilla 
 Relocations: (not relocateable)
 Version : 1.1  
 Vendor: MandrakeSoft
 Release : 0.beta.1mdk   Build
 Date: Wed Jul 31 18:04:11 2002
 Install date: (not installed)   Build
 Host: bi.mandrakesoft.com
 Group   : Networking/WWWSource
 RPM: (none)
 Size: 33077586
 License: MPL
 Packager: Mandrake Linux Team
 http://www.mandrakeexpert.com
 URL : http://www.mozilla.org
 Summary : Mozilla, open-source web browser
 Description :
 Mozilla is an open-source web browser, designed for
 standards
 compliance, performance and portability.
 
 --=-=-=
 
 * Wed Jul 31 2002 Frederic Crozat
 [EMAIL PROTECTED] 1.1-0.beta.1mdk
 
 - Release 1.1beta

Yeah, you're awesome!

 - Regenerate patches 7, 23
 - Update source8 since chrome registry has changed
 name
 - Remove patches 28, 30 (merged upstream)
 - Remove libc++mem hack (and update source10), it
 has been merged upstream
 - Clean triggers (Giuseppe)
 - Patches 0, 1  6 are back (remove Debug menu
 entries)
 - Patch42 (Giuseppe): set A4 as default format for
 printing

I don't understand this!  Could this be locale
dependent?

 - Patch43 (Giuseppe): Fix problem with time font and
 MathML
 - Patch44  45 (Giuseppe): enable freetype2 backend
 by default
 
 -- 
 http://www.linux-mandrake.com/en/cookerdevel.php3
 

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




[Cooker] [cooker] Problem with Samba/Users can't open my shared folders without my root password.]

2002-07-31 Thread root


 I have installed Mandrake Linux 9.0 beta1.
 
 I have tryed to share one of my folder and it appears the users of my
 local network can't open my shared folder without my root password,
 whereas security is set as Share in my smb.conf file.
 
I attach this file.
 
 Thank you,
  Roland

# Samba config file created using SWAT
# from localhost.localdomain (127.0.0.1)
# Date: 2002/07/30 17:55:24

# Global parameters
[global]
workgroup = REZID
netbios name = Roland
server string = Linux samba server
security = SHARE
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = lpstat
os level = 64
dns proxy = No
guest account = ftp
hosts allow = 192.
printing = cups

[download]
comment = logiciels

[ROLAND_TMP]
   path = /home/roland/tmp
   comment = /home/roland/tmp
   public = yes
   guest ok = yes
   writable = no

[LOGICIELS]
   path = /home/roland/Logiciels
   comment = /home/roland/Logiciels
   public = yes
   guest ok = yes
   writable = no
   wide links = no



[Cooker] drakfont problem

2002-07-31 Thread gabor

hi,

i'm trying to convert my windows ttf fonts into linux-usable fonts with
drakfont...

and i have problems with it because for example in openoffice i can't
use the special latin2 characters, all i get are small rectangles...

with some of the 'default' fonts, like times i get the latin2 characters
( like 's' with an inverted '^' ).

so i checked the conversion process again and found messages like:
Using language 'latin1' for Unicode fonts
so maybe this is my problem.. how can i change this behaviour to use
latin2?

thanks,
gabor
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn





Re: [Cooker] New Quanta (for KDE3)

2002-07-31 Thread Marcel Pol

On Wed, 31 Jul 2002 18:24:51 +0200
FACORAT Fabrice [EMAIL PROTECTED] wrote:

 Le Mercredi 31 Juillet 2002 15:10, Marcel Pol a écrit :
 
  There are additional packages with html, css, javascript and php
  documentation.
  Would it be worthwhile to try to make a package of that?
 
 oh weah !
 I wonder why mdksofgt did not include the doc with quyanta package ... Is 
 there licensing issues ?

There are 4 tar.bz2 packages.
The html and php packages are GPL.

The javascript package has a commercial netscape license, which I believe mdk
wants to get rid of.
Maybe that shouldn't be in the package then?

The css package has an OpenContent license.
http://www.opencontent.org/opl.shtml
It can be redistributed without restrictions. Modifying it is restricted
though.

--
Marcel Pol

Linux 2.4.18-20mdksmp, up 5 days, 20:04
Registered User #163523





Re: [Cooker] mpich and povray-pvm

2002-07-31 Thread Philippe Coulonges

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le Mercredi 31 Juillet 2002 08:48, Murray J. Root a écrit :
 On Wed, 31 Jul 2002 08:25:20 +0200

 Philippe Coulonges [EMAIL PROTECTED] wrote:
 
  Users mpi and pvm added by these packages don't have any password,
  causing msec to complain.

 povray shouldn't be there anyway - it violates the povray license

Why ? The licence restricts the commercial redistribution of povray without 
prior consent from the authors, it doesn't says Mandrake has not asked and 
obtained this consent.

Does it ?

CU
CPHIL

- -- 
California, n.:
From Latin calor, meaning heat (as in English calorie or
Spanish caliente); and fornia' for sexual intercourse or
fornication. Hence: Tierra de California, the land of hot sex.
-- Ed Moran
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9SBenYJwqltj/jHgRAkCAAJ91+c5PM/2Iyu4xo+jeuWOK8MiLugCgsoeB
EvGpj237BcYmX+O5uU6OC7U=
=asNR
-END PGP SIGNATURE-





[Cooker] CGIs don't work (apache or apache2)

2002-07-31 Thread David Walser

With apache trying to access any cgi you get:
Forbidden

 You don't have permission to access /cgi-bin/printenv
on this server.

and with apache2 you get:
Internal Server Error

The server encountered an internal error or
misconfiguration and was unable to complete your
request.

Please contact the server administrator,
root@localhost and inform them of the time the error
occurred, and anything you might have done that may
have caused the error.

More information about this error may be available in
the server error log.

[david@localhost david]$ rpm -qa apache* | sort
apache-1.3.26-5mdk
apache2-2.0.40-0.20020725.1mdk
apache2-common-modules-2.0.40-0.20020725.1mdk
apache2-devel-2.0.40-0.20020725.1mdk
apache2-icons-2.0.40-0.20020725.1mdk
apache2-mod_auth-2.0.40-0.20020725.1mdk
apache2-mod_autoindex-2.0.40-0.20020725.1mdk
apache2-mod_dav-2.0.40-0.20020725.1mdk
apache2-mod_deflate-2.0.40-0.20020725.1mdk
apache2-mod_dir-2.0.40-0.20020725.1mdk
apache2-mod_setenvif-2.0.40-0.20020725.1mdk
apache2-mod_ssl-2.0.40-0.20020725.1mdk
apache2-mod_userdir-2.0.40-0.20020725.1mdk
apache2-mod_vhost_alias-2.0.40-0.20020725.1mdk
apache2-suexec-2.0.40-0.20020725.1mdk
apache-common-1.3.26-5mdk
apache-conf-1.3.26-2mdk
apache-devel-1.3.26-5mdk
apache-modules-1.3.26-5mdk
apache-suexec-1.3.24-1mdk


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread David Walser


--- Frederic Crozat [EMAIL PROTECTED] wrote:
  - Patch42 (Giuseppe): set A4 as default format
 for
  printing
  
  I don't understand this!  Could this be locale
  dependent?
 
 No, sorry :((

So the default locale in Mandrake is United States,
where the default paper size is US Letter, yet the
default paper size in many places in Mandrake is A4.

Do you see that this makes no sense?

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread David Walser


--- Frederic Crozat [EMAIL PROTECTED] wrote:
  So the default locale in Mandrake is United
 States,
  where the default paper size is US Letter, yet the
  default paper size in many places in Mandrake is
 A4.
  
  Do you see that this makes no sense?
 
 Guiseppe, comments ? (this is his patch..)

Thanks for looking into it, although this isn't just
directed at mozilla.  A4 is the default in KDE and
OpenOffice.org also.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Thierry Vignaud

Frederic Crozat [EMAIL PROTECTED] writes:

 - Patch42 (Giuseppe): set A4 as default format for printing

I don't understand this!  Could this be locale dependent?
   
   No, sorry :((
  
  So the default locale in Mandrake is United States,

there's no default locale

  where the default paper size is US Letter, yet the default paper
  size in many places in Mandrake is A4.
  
  Do you see that this makes no sense?

 Guiseppe, comments ? (this is his patch..)

maybe it's time to include debian libpaper :-)





Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread David Walser


--- Thierry Vignaud [EMAIL PROTECTED] 
   So the default locale in Mandrake is United
 States,
 
 there's no default locale

So when you start the installation it just randomly
picks one?  I don't think so.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Frederic Crozat

On Wed, 31 Jul 2002 18:37:07 +0200, David Walser wrote:

 
 --- Frederic Crozat [EMAIL PROTECTED] wrote:
 --=-=-=
 Name: mozilla 
 Relocations: (not relocateable)
 Version : 1.1  
 Vendor: MandrakeSoft
 Release : 0.beta.1mdk   Build
 Date: Wed Jul 31 18:04:11 2002
 Install date: (not installed)   Build
 Host: bi.mandrakesoft.com
 Group   : Networking/WWWSource
 RPM: (none)
 Size: 33077586
 License: MPL
 Packager: Mandrake Linux Team
 http://www.mandrakeexpert.com
 URL : http://www.mozilla.org
 Summary : Mozilla, open-source web browser
 Description :
 Mozilla is an open-source web browser, designed for
 standards
 compliance, performance and portability.
 
 --=-=-=
 
 * Wed Jul 31 2002 Frederic Crozat
 [EMAIL PROTECTED] 1.1-0.beta.1mdk
 
 - Release 1.1beta
 
 Yeah, you're awesome!
 
 - Regenerate patches 7, 23
 - Update source8 since chrome registry has changed
 name
 - Remove patches 28, 30 (merged upstream)
 - Remove libc++mem hack (and update source10), it
 has been merged upstream
 - Clean triggers (Giuseppe)
 - Patches 0, 1  6 are back (remove Debug menu
 entries)
 - Patch42 (Giuseppe): set A4 as default format for
 printing
 
 I don't understand this!  Could this be locale
 dependent?

No, sorry :((

-- 
Frédéric Crozat
MandrakeSoft





Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Frederic Crozat

On Wed, 31 Jul 2002 19:09:42 +0200, David Walser wrote:

 
 --- Frederic Crozat [EMAIL PROTECTED] wrote:
  - Patch42 (Giuseppe): set A4 as default format
 for
  printing
  
  I don't understand this!  Could this be locale
  dependent?
 
 No, sorry :((
 
 So the default locale in Mandrake is United States,
 where the default paper size is US Letter, yet the
 default paper size in many places in Mandrake is A4.
 
 Do you see that this makes no sense?

Guiseppe, comments ? (this is his patch..)
-- 
Frédéric Crozat
MandrakeSoft





Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Thierry Vignaud

David Walser [EMAIL PROTECTED] writes:

 So when you start the installation it just randomly picks one?  I
 don't think so.

there's no real default in the sense one has to choose the locale.
you've at least clicked on ok, there was no default we imposed you.





[Cooker] system hangs at partition check

2002-07-31 Thread Leo Butler

Greetings.

There is an issue previously reported in at least
the 2.4.18 kernel that affects people with Promise
Ultra66 and Ultra100 IDE controllers; unsure about
Ultra33 or other types.  The issue is that when
drives are attached to these controllers during a
Linux install (Mandrake 8.2 in my case), the system
will hang during a partition check on the attached
drive.  The system isn't completely dead; the CPU
responds to things like numlock toggling.  But it
requires a reboot to get out of whatever loop the
system appears to be stuck in.

The issue was discussed in this linux-kernel thread;
follow the thread to see a reply by Alan Cox that at
least indicates it was being looked into.  I haven't
found any additional info in the list archives.

http://www.uwsg.iu.edu/hypermail/linux/kernel/0206.0/1264.html

In addition, something appears to have changed in the
version of the kernel in the cooker.  Up until recently,
I was able to use a 2.4.18 kernel on my file server when
the raidtab was already present; somehow, this avoided
the partition check on the drives in the raid set.  But
using this version of the kernel resulted in read data
corruption, so I have been using the 2.4.8-34.1mdk (I
think that's right) kernel.

But the cooker version of the kernel that I downloaded
over the weekend does NOT skip the partition check when
the raidtab is present; it hung at the usual place at
partition check.  Note that I also had to install the
cooker version of the modutils package, and I do not
know if this had anything to do with the difference in
operation of the previous 2.4.18 kernel I was using vs.
the one in cooker.

To me, this seems like a huge issue -- the data corruption
issue was bad enough, but there is no possible way for
me to use the version of the distro that's in cooker
now, and perhaps in the 9.0 beta as well.  I hope you
can track down the bug(s) responsible for this behavior.

I have full backups of my raid data set, so if there are
changes implemented that should address these issues, I
can test them out and report back the results.  I'm not
on the cooker mailing list, so feel free to email directly
if re-testing is desired.

Regards,

- Leo Butler




[Cooker] Re: [CHRPM] kdebase-3.0.2-27mdk

2002-07-31 Thread Brad Felmey

On Wed, 2002-07-31 at 12:01, Laurent MONTEL wrote:

 * Wed Jul 31 2002 Laurent MONTEL [EMAIL PROTECTED] 3.0.2-27mdk
 
 - Remove kdm-mdk-logo = move to mandrake_desk
 - Add requires on mandrake_desk.

Why? There's no legitimate reason for this other than to shove the
mandrake_desk package down our throats.
-- 
Brad Felmey





Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread David Walser


--- Thierry Vignaud [EMAIL PROTECTED] wrote:
 there's no real default in the sense one has to
 choose the locale.
 you've at least clicked on ok, there was no
 default we imposed you.

Splitting hairs, but ok.

Having a choice for paper size distribution-wide would
be nice too.  Maybe it could go in drakx/printerdrake
when configuing printers.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] kdebase-3.0.2-27mdk

2002-07-31 Thread David Walser


--- Brad Felmey [EMAIL PROTECTED] wrote:
 On Wed, 2002-07-31 at 12:01, Laurent MONTEL wrote:
 
  * Wed Jul 31 2002 Laurent MONTEL
 [EMAIL PROTECTED] 3.0.2-27mdk
  
  - Remove kdm-mdk-logo = move to mandrake_desk
  - Add requires on mandrake_desk.
 
 Why? There's no legitimate reason for this other
 than to shove the
 mandrake_desk package down our throats.

I wouldn't mind that so much if it would at least be
split into KDE-specific package, GNOME-specific
package, and not specific to anything package.  It's
quite a strange twist of BuildRequires dependencies to
build that thing.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Brad Felmey

On Wed, 2002-07-31 at 13:03, Thierry Vignaud wrote:

 David Walser [EMAIL PROTECTED] writes:
 
  So when you start the installation it just randomly picks one?  I
  don't think so.
 
 there's no real default in the sense one has to choose the locale.
 you've at least clicked on ok, there was no default we imposed you.

The argument is still valid. If I choose US, I expect US everywhere, not
just where it wasn't convenient to implement.
-- 
Brad Felmey





[Cooker] ide-scsi: odd behaviour

2002-07-31 Thread Marcel Pol


Hello,

Since some time I need to rmmod and modprobe ide-scsi to make it recognise
both cdroms.
When I first run cdrecord -scanbus it only recognises my second device. After
reloading ide-scsi it recognises them fine.
Running cat on /proc/scsi/scsi lists them both in both cases.

I'm running on an Intel 440 motherboard, and use /etc/sysconfig/harddiskhdb
and *hdd to turn off dma for both drives.
(USE_DMA=0 and EIDE_32BIT=3)
I also use devfs and have no other scsi devices or cards.
I haven't got a clue where this problem comes from.


# cdrecord -scanbus
Cdrecord 1.11a27 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg
Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) *
0,3,0 3) 'LITE-ON ' 'LTR-12101B  ' 'LS3G' Removable CD-ROM
 [snip] 
# rmmod ide-scsi
# modprobe ide-scsi
# cdrecord -scanbus
Cdrecord 1.11a27 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg
Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) *
0,1,0 1) 'LITEON  ' 'DVD-ROM LTD163D ' 'GHR3' Removable CD-ROM
0,2,0 2) *
0,3,0 3) 'LITE-ON ' 'LTR-12101B  ' 'LS3G' Removable CD-ROM
 

--
Marcel Pol

Linux 2.4.18-20mdksmp, up 5 days, 22:04
Registered User #163523





Re: [Cooker] install problems

2002-07-31 Thread Guillaume Cottenceau

Adam Williamson [EMAIL PROTECTED] writes:

  1. The network.img reports that it's for 8.2 and exits abnormally after you 
  tell it the IP addresses or tell it to use DHCP.  Using 3c59x.
 
 Hey, that's three of us having this problem now! Come on, we gotta be
 able to figure out some kind of common feature between us...

Yep, I'd really like we could fix it. I've posted a request for
testing to the developers of our office, maybe one of them can
reproduce and then it would be real easy for me to debug  fix.

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




Re: [Cooker] Install Exited Abnormally

2002-07-31 Thread Guillaume Cottenceau

Andy Neillans [EMAIL PROTECTED] writes:

   Anything special you're doing? Any special hardware?
 
 Network Adapter is a Pcnet/PCI II 79C970A in the VMWare session (worked
 since Mdk 7.2 AFAIK).
 Realtek 8139 (normally use 8139too module) in another.
 
 Both same error.

Ok, trying to see if I can get to a vmware here. Using a 3c59x on
my test machine I don't have the problem..
 
 Can't shutdown the DNS as its used on our network for a lot of routing,
 but I've checked its logs - there are no DNS requests being processed at
 the time the installer segfaults.

Ok.
 
 6pcnet32: 1 cards_found
 
 And that’s it.

Yep.

 I have tried two DNS / DHCP Servers - VMWare internal and whats running
 on my Mdk 8.2 server.
 I have also tried specifying a static IP.

Thanks for the debugging info! I still can't have a fix in short
time but we'll try.


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




Re: [Cooker] install problems

2002-07-31 Thread Guillaume Cottenceau

Igor Izyumin [EMAIL PROTECTED] writes:

 1. The network.img reports that it's for 8.2 and exits abnormally after you 
 tell it the IP addresses or tell it to use DHCP.  Using 3c59x.

Ouch, you too? What is your hardware?

 4. Also, I think the user should be able to choose between quiet and regular 
 startup.  It is hard to troubleshoot errors and track down booting slowdowns 
 when they don't show up!

Pixel, could sound nice, why not linux-noquiet instead of
linux-nonfb?


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




[Cooker] bcast-2000c-12mdk

2002-07-31 Thread Curtis H

]# urpmi bcast
installing
/mnt/downloads/mandrake-devel/cooker/i586//Mandrake/RPMS/bcast-2000c-12mdk.i586.rpm

Installation failed:
libguicast.so is needed by bcast-2000c-12mdk
Try installation without checking dependencies? (y/N)


-- 
/curtis  





Re: [Cooker] postfix upgrade

2002-07-31 Thread Guillaume Cottenceau

Michal 'hramrach' Suchanek [EMAIL PROTECTED] writes:

 I experienced a few problems while upgrading postfix:

From which version to which version? There has been a couple of
postfix packages with problems regarding upgrades, but it has
been fixed since several weeks now.


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




Re: [Cooker] Software Manager Bug

2002-07-31 Thread Guillaume Cottenceau

[EMAIL PROTECTED] writes:

 In the latest Software Manager/RPM Drake if you are adding a new
 source and you select local and then eneter the rest of the data
 it locks up when you say ok. If you stay with the default
 selection (ie. removable) it doesn't. Quite a pain if you want a
 source to be on your local drive.

The new simplified rpmdrake is coming. Coding is finished, I'll
make final tests tomorrow and the package will go to Cooker. It
already has nearly all the final features.

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




Re: [Cooker] install problems

2002-07-31 Thread Guillaume Cottenceau

Guillaume Cottenceau [EMAIL PROTECTED] writes:

 what is your network card? (lspcidrake -v)

Sorry, I didn't read your other mail at that time.

By the way, I'm beginning to ask myself if we're not trapped in a
gcc-3.2 miscompilation since the whole network code of stage1 has
not changed at all for the past months :-(.

If only I could have a machine at hands with the problem..

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




[Cooker] Re: Nautilus or galeon bug

2002-07-31 Thread Anne et Bertrand

  I've changed the mime actions of html files in order to have
  galeon-1.2.5 as default action (it was nautilus textview before...).
 
  But for any html file (say file.html) placed on the desktop, on
 click
  on the file, a dialog appear saying (translated from french...) :
« Galeon » can't open  file.html  because  Galeon cannot
  access files in the place « desktop ». No other available 
 application
 can view this file. If you copy this file on your computer, you may 
 open it.
 
  Has this bug been reported ?
 
  I tried with two other types of files (pdf and text .c file) placed
 on
  the desktop. I can open it with xpdf and gedit without that kind
 of dialog.
So it sounds like a galeon bug  to me, if it isn't html
 management
  specific code in nautilus.
 
 This is a Mandrake cooker specific bug :))
 
 Bertrand, please, report this kind of bugs on cooker mailing list :))
 
 Frédéric Crozat
 MandrakeSoft

Well, it's a little difficult to me to know what is or not Mdk specific 
:-/

Sorry.




Re: [Cooker] install problems

2002-07-31 Thread Guillaume Cottenceau

Andy Neillans [EMAIL PROTECTED] writes:

 Some info on my setup:
  - Local network, one running PDC Domain server running Samba 2.2.3a 
  - IP Address: 169.254.x.x   Subnet: 255.255.0.0  Gateway: 169.254.100.1
  - PDC running BIND 9.2.1rc1 and dhcpd v3.0.1rc8
  - Mixture of Win2k, 98, XP and Linux clients
  - Failed on a Realtek RT8139
  - Failed in a VMWare session

hmm, failed means that it segfaulted, right? (says received
signal 11)

what is your network card? (lspcidrake -v)


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




Re: [Cooker] balsa and gnome-moz-remote

2002-07-31 Thread Anne et Bertrand


 One of the reasons to upgrade balsa is that url-clicking is broken in
 1.2.4,
 but worked in 1.3.6.

I agree, balsa-1.2.4 is a real pain : if you click on an url in a mail, 
it hangs.
And you can't use it in a terminal after a su, because balsa loses 
the path of some of its pixmaps and then hangs again on multi-part 
messages...
I tried to upgrade to balsa-2.0, which is gtk2-based. It's a lot 
better, but there were too many i18n issues at this time to be usable 
for a french user (can't read french localized mails...).

Bertrand Dekoninck




RE: [Cooker] install problems

2002-07-31 Thread Andy Neillans

 
 Guillaume Cottenceau [EMAIL PROTECTED] writes:
 
  what is your network card? (lspcidrake -v)
 
 Sorry, I didn't read your other mail at that time.
 
 By the way, I'm beginning to ask myself if we're not trapped in a
 gcc-3.2 miscompilation since the whole network code of stage1 has
 not changed at all for the past months :-(.
 
 If only I could have a machine at hands with the problem..
 

Just to be sure ;)

Ok, can only do this in a non Mdk Cooker.
On the Realtek machine (It's a Shuttle SS40 micro computer, based on SiS
chipsets, with a builtin RTL8139 Network adapter), I'm running Mdk 8.1
(8.2 wouldn't install - Installer segfaulted at 2nd stage).

[root@shuttle root]# lspcidrake -v
[snip]
8139too : Realtek|RTL-8139 [NETWORK_ETHERNET] (vendor:10ec
device:8139)
[snip]
[root@shuttle root]#

VMWare session: Mdk 8.2
[root@laptopxp-linux root]# lspcidrake -v
[snip]
Pcnet32 : Advanced Micro Devices [AMD]|79c970 [Pcnet LANCE]
[NETWORK_ETHERNET} (vendor:1022 device:2000)
[snip]
[root@laptopxp-linux root]#

Download VMWare 3.1.1 - should do it. :)

Andy






[Cooker] AutoInstall: Where to ask?

2002-07-31 Thread Nora Etukudo

Hello.

Where is the correct place to ask wishes about Mandrake AutoInstall?

I would like to deselect some packages like 'vim-minimal' since I
allways install 'vim-enhanced'.

Liebe Grüße, Nora.
-- 
[EMAIL PROTECTED]
 IM-NETZ Neue Medien, Berlin   http://www.im-netz.de/
 WWW von Frauen für Frauen, Hamburghttp://www.w4w.net/
 Lesbian Computer Networks, Helsinki   http://www.sappho.net/




Re: [Cooker] newest dump/restore released yesterday

2002-07-31 Thread David Walser


--- Buchan Milne [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Well, then not everyone has working dump/restore.
 Last time I checked,
 the opinion of lkml was that dump/restore (except on
 XFS using
 xfsdump/xfsrestore) WILL NOT WORK in 2.4. Ever.
 
 So that's why I am asking what the point is of
 updating non-xfs
 dump/restore.
 
 Maybe I am wrong, but that's my reason for asking.

Ok, I just didn't understand you.  I've only been able
to use ufsdump/ufsrestore on Solaris, I don't have
access to a Linux machine with a tape drive yet.

Well, no dump/restore on 2.4, that's terrible news! 
What do people do?

You know though, I recommended dump/restore to a
friend and haven't heard any complaints.  I should ask
him if he's actually got it going.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Software Manager Bug

2002-07-31 Thread David Walser


--- Guillaume Cottenceau [EMAIL PROTECTED] wrote:
 The new simplified rpmdrake is coming. Coding is
 finished, I'll
 make final tests tomorrow and the package will go to
 Cooker. It
 already has nearly all the final features.

Great news!  You're awesome GC.  What's the status on
MandrakeUpdate?  It's not still inextricably tied to
rpmdrake is it?

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




RE: [Cooker] install problems

2002-07-31 Thread David Walser

If I've been following the discussion successfully,
people are having problems with network.img?

I'm using it quite successfully with newest Cooker
with both 8139too and 3c905C-TX network cards.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] CGIs don't work (apache or apache2)

2002-07-31 Thread Oden Eriksson

On Wednesdayen den 31 July 2002 19.06, David Walser wrote:
 With apache trying to access any cgi you get:
 Forbidden

  You don't have permission to access /cgi-bin/printenv
 on this server.

Default behaviour for since 8.x?

Check that your cgi-bin apache directory container looks like this:

Directory /var/www/cgi-bin
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
/Directory

 and with apache2 you get:
 Internal Server Error

Try this:

tail -f /var/log/httpd2/suexec_log

suexec2 -V
 -D AP_DOC_ROOT=/home
 -D AP_GID_MIN=500
 -D AP_HTTPD_USER=apache
 -D AP_LOG_EXEC=/var/log/httpd2/suexec_log
 -D AP_SAFE_PATH=/usr/local/bin:/usr/bin:/bin
 -D AP_SUEXEC_UMASK=077
 -D AP_UID_MIN=500
 -D AP_USERDIR_SUFFIX=public_html

man suexec2

less /etc/httpd2/conf.d/69_mod_suexec.conf

http://localhost/manual/suexec.html
http://localhost/manual/mod/mod_suexec.html

Hope that helps.

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




RE: [Cooker] install problems

2002-07-31 Thread Andy Neillans

 
 If I've been following the discussion successfully,
 people are having problems with network.img?
 
 I'm using it quite successfully with newest Cooker
 with both 8139too and 3c905C-TX network cards.
 

You follow it right - can I ask a silly question - which mirror / site
did you use to get the cooker build from?

Andy






Re: [Cooker] mdk9.0 DVD-R/RW ??

2002-07-31 Thread Warly

FACORAT Fabrice [EMAIL PROTECTED] writes:

 Le Mercredi 31 Juillet 2002 11:42, Warly a écrit :

 DVD+RW are a different media (however latest DVD burner are
 able to burn DVD-RW and DVD+RW IIRC). It can be use as block
 devices and directly handled by the kernel as any removable
 devices.

 what does this mean ?
 does this mean that if I put a DVD+RW in a DVD+RW recorder I will be able to 
 write data as if it was a HD/zip/floppy/ with a single cp/mv ?

by memory I think so (to be checked however)

-- 
Warly




Re: [Cooker] CGIs don't work (apache or apache2)

2002-07-31 Thread David Walser


--- Oden Eriksson [EMAIL PROTECTED] wrote:
 Default behaviour for since 8.x?

Wow, I'm quick in noticing aren't I?

This is unbelievable, they broke CGI on purpose!? 
Turning off Indexes was one thing, but this is too
much!!

 Check that your cgi-bin apache directory container
 looks like this:
 
 Directory /var/www/cgi-bin
 AllowOverride None
 Options ExecCGI
 Order allow,deny
 Allow from all
 /Directory

The default is:
Directory /var/www/cgi-bin
AllowOverride All
Options ExecCGI
/Directory

changing it to what you have does allow some CGIs to
run (apcupsd ones work, ones that come with apache
don't).  Thanks.

  and with apache2 you get:
  Internal Server Error
 
 Try this:
 
 tail -f /var/log/httpd2/suexec_log
 
 suexec2 -V
  -D AP_DOC_ROOT=/home
  -D AP_GID_MIN=500
  -D AP_HTTPD_USER=apache
  -D AP_LOG_EXEC=/var/log/httpd2/suexec_log
  -D AP_SAFE_PATH=/usr/local/bin:/usr/bin:/bin
  -D AP_SUEXEC_UMASK=077
  -D AP_UID_MIN=500
  -D AP_USERDIR_SUFFIX=public_html
 
 man suexec2
 
 less /etc/httpd2/conf.d/69_mod_suexec.conf
 
 http://localhost/manual/suexec.html
 http://localhost/manual/mod/mod_suexec.html

Not sure what all that's telling me, but I do see
something interesting in /var/log/httpd2/suexec_log,
it's saying cannot run as forbidden uid 0.

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




RE: [Cooker] install problems

2002-07-31 Thread David Walser


--- Andy Neillans [EMAIL PROTECTED] wrote:
 You follow it right - can I ask a silly question -
 which mirror / site
 did you use to get the cooker build from?

sunsite.uio.no/ftp.uninett.no (same thing I think)

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com




Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Steve Fox

On Wed, 2002-07-31 at 13:22, Brad Felmey wrote:
 
 The argument is still valid. If I choose US, I expect US everywhere, not
 just where it wasn't convenient to implement.

So write a patch to the installer to configure every application that
doesn't bother to read your locale.

-- 

Steve Fox
http://k-lug.org




[Cooker] The sundance driver

2002-07-31 Thread Oden Eriksson

Hi,

The sundance driver v1.01b dated 17-Jan-2002 does not work with the D-Link 
DFE-580TX (a quad nic). It fails badly when initializing, look at the output 
from ifconfig in the attached file.

Note: I haven't tested the Cooker driver, but it's nearly the same judging 
from a simple diff.

The latest driver (v1.03a) does work just fine though, get it here:

http://tsd.dlink.com.tw/info.nsf/80d023dbef05f90048256adf002a91be/6dbbd6ab52943b1348256bd6002a4b4e?OpenDocument
http://tsd.dlink.com.tw/info.nsf/80d023dbef05f90048256adf002a91be/6dbbd6ab52943b1348256bd6002a4b4e/$FILE/s24-1.03a.tgz


Version 1.01a (jgarzik):
- Replace some MII-related magic numbers with constants

Version 1.02 (D-Link):
- Add new board to PCI ID list
- Fix multicast bug

Version 1.03a (D-Link):
- New Rx scheme


Could this driver please be updated.

You need to add the MODULE_LICENSE(GPL); stuff to the D-Link version, 
that's it.

Thanks in advance.
-- 
Regards // Oden Eriksson
Deserve-IT Networks - http://d-srv.com


eth0  Link encap:Ethernet  HWaddr 6F:EF:6F:EF:6F:EF  
  inet addr:192.168.100.100  Bcast:192.168.100.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3747840 errors:0 dropped:14579 overruns:0 frame:0
  TX packets:3987143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:29280 txqueuelen:100 
  RX bytes:809279542 (771.7 Mb)  TX bytes:809293511 (771.8 Mb)
  Interrupt:11 Base address:0xb000 

eth1  Link encap:Ethernet  HWaddr 6F:EF:6F:EF:6F:EF  
  inet addr:192.168.101.1  Bcast:192.168.101.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3747840 errors:0 dropped:14579 overruns:0 frame:0
  TX packets:3987143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:29280 txqueuelen:100 
  RX bytes:809279542 (771.7 Mb)  TX bytes:809293511 (771.8 Mb)
  Interrupt:9 Base address:0xd000 

eth2  Link encap:Ethernet  HWaddr 6F:EF:6F:EF:6F:EF  
  inet addr:192.168.102.1  Bcast:192.168.102.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3747840 errors:0 dropped:14579 overruns:0 frame:0
  TX packets:3987143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:29280 txqueuelen:100 
  RX bytes:809279542 (771.7 Mb)  TX bytes:809293511 (771.8 Mb)
  Interrupt:5 Base address:0xf000 

eth3  Link encap:Ethernet  HWaddr 6F:EF:6F:EF:6F:EF  
  inet addr:192.168.103.1  Bcast:192.168.103.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3747840 errors:0 dropped:14579 overruns:0 frame:0
  TX packets:3987143 errors:0 dropped:0 overruns:0 carrier:0
  collisions:29280 txqueuelen:100 
  RX bytes:809279542 (771.7 Mb)  TX bytes:809293511 (771.8 Mb)
  Interrupt:10 Base address:0x1000 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:40 errors:0 dropped:0 overruns:0 frame:0
  TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:2800 (2.7 Kb)  TX bytes:2800 (2.7 Kb)




Re: [Cooker] newest dump/restore released yesterday

2002-07-31 Thread Buchan Milne



[EMAIL PROTECTED], [EMAIL PROTECTED] wrote:

 Maybe I am wrong, but that's my reason for asking.
Ok, I just didn't understand you.  I've only been able
to use ufsdump/ufsrestore on Solaris, I don't have
access to a Linux machine with a tape drive yet.
Well, no dump/restore on 2.4, that's terrible news!
What do people do?

I don't know what others do. We have most of our data on XFS, but we use amanda with
tar (amanda can use dump and xfsdump), since amanda can't span tapes, and most of
our file systems are bigger than our tapes. Thus the motivation to get amanda into
the distro.

You know though, I recommended dump/restore to a
friend and haven't heard any complaints.  I should ask
him if he's actually got it going.

Ummm, apparently the problem comes in with a restore. The dump *works* just fine,
but since the kernel does aggressive caching, there's no guarantee that the on-disk
data is what the kernel is using. Of course, journalling FSs would recover their log
, but I think the problem is that dump doesn't have a way of backing up the journal.
I guess having working backups of most of yuor FS could help, but I don't really
want to experiment ;-)

Anyway, maybe updated dump/restore would help those running 2.2.

Anyone else know more on this issue?





Re: [Cooker] CGIs don't work (apache or apache2)

2002-07-31 Thread Oden Eriksson

On Wednesdayen den 31 July 2002 21.44, David Walser wrote:
 --- Oden Eriksson [EMAIL PROTECTED] wrote:
  Default behaviour for since 8.x?

 Wow, I'm quick in noticing aren't I?

I'm as quick as you sometimes.

 This is unbelievable, they broke CGI on purpose!?
 Turning off Indexes was one thing, but this is too
 much!!

I think it had something to do with a security issue, but I have forgotten 
why :)

  Check that your cgi-bin apache directory container
  looks like this:
 
  Directory /var/www/cgi-bin
  AllowOverride None
  Options ExecCGI
  Order allow,deny
  Allow from all
  /Directory

 The default is:
 Directory /var/www/cgi-bin
 AllowOverride All
 Options ExecCGI
 /Directory

 changing it to what you have does allow some CGIs to
 run (apcupsd ones work, ones that come with apache
 don't).  Thanks.

   and with apache2 you get:
   Internal Server Error
 
  Try this:
 
  tail -f /var/log/httpd2/suexec_log
 
  suexec2 -V
   -D AP_DOC_ROOT=/home
   -D AP_GID_MIN=500
   -D AP_HTTPD_USER=apache
   -D AP_LOG_EXEC=/var/log/httpd2/suexec_log
   -D AP_SAFE_PATH=/usr/local/bin:/usr/bin:/bin
   -D AP_SUEXEC_UMASK=077
   -D AP_UID_MIN=500
   -D AP_USERDIR_SUFFIX=public_html
 
  man suexec2
 
  less /etc/httpd2/conf.d/69_mod_suexec.conf
 
  http://localhost/manual/suexec.html
  http://localhost/manual/mod/mod_suexec.html

 Not sure what all that's telling me, but I do see
 something interesting in /var/log/httpd2/suexec_log,
 it's saying cannot run as forbidden uid 0.

Without having to buy the O'Reilly Apache books, you have the clues you need 
above.

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




Re: [Cooker] 8.2 kernel-sources kernel cannot read multisession CD's?

2002-07-31 Thread Gary Lawrence Murphy


Thanks for helping out on this --- it's a really mysterious bug; it
has to be something to do with the kernel sources config, but I
can't find any smoking gun.

 w == warly  [EMAIL PROTECTED] writes:

w There is no multisession on Mandrake disk.

It was just a guess based on a posting Google found related to these
same messages (actually related to _writing_ multisession)

w The problem may be the options used to mount the disc.

/mnt/cdrom /mnt/cdrom supermount \
   dev=/dev/hdc,fs=iso9660,ro,--,iocharset=iso8859-1 0 0

these are the very same options used to mount the disk using the
binary kernel, and the kernel-2.4.18-6mdk binary kernel reads the CD
with no problems at all.  It is most curious that on _all_ three CDs
it will read all other files and directories _except_ /Mandrake and
its descendants.

w What does isoinfo -i /dev/cdrom -l -R gives ?

/dev/cdrom was not created by the install

running isoinfo on /dev/hdc gives the correct -lR display of all the
files.

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





Re: [Cooker] Re: [CHRPM] mozilla-1.1-0.beta.1mdk

2002-07-31 Thread Brad Felmey

On Wed, 2002-07-31 at 14:46, Steve Fox wrote:

 On Wed, 2002-07-31 at 13:22, Brad Felmey wrote:
  
  The argument is still valid. If I choose US, I expect US everywhere, not
  just where it wasn't convenient to implement.
 
 So write a patch to the installer to configure every application that
 doesn't bother to read your locale.

It needs to be more abstract than that. It needs to do so any time the
locale is changed, not just during install.
-- 
Brad Felmey





  1   2   >