Re: [Cooker] Re: [CHRPM] postgresql-7.3.1-2mdk

2002-12-30 Thread Warly
Stefan van der Eijk [EMAIL PROTECTED] writes:

 Charles A Edwards wrote:

On Sun, 29 Dec 2002 21:51:25 +0100
Stefan van der Eijk [EMAIL PROTECTED] wrote:

[...]


BUT he did not remove the Requires from the devel pkg nor did he make
note of it in the changelog.
(Shame on you Warly (-:)

I did rebuild and install the rpms without that depend and have noticed
no adverse or miss-behaviour.

Believe though that we should wait for input from Warly before the
Require is actually removed--there may be something I missed.

 I've rebuilt the package, fixed some stuff rpmlint was complaining
 about and commented out the Requires mentioned above. I agree that
 Warly should take a look at it. 

I will

-- 
Warly




Re: [Cooker] [Bug 710] [initscripts] mix-up bug ininitscripts-6.91-18mdk.i586.rpm: old style test_ipv6 and new styleipv6_test mixed up

2002-12-30 Thread Warly
[Bug 710] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=710

 [EMAIL PROTECTED] changed:

What|Removed |Added
 
  AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]



 --- Additional Comments From [EMAIL PROTECTED]  2002-12-28 23:00 ---
 Short: the ipv6 files in initscripts-6.91-18mdk.i586.rpm should be made
 up-to-date to Bieringer's files (dated after November 2001). Now the RPM
 is a mixup of old and new style files and functions which do not work
 together.

 Long:

 To be complete: I solved this bug in the initscripts-6.91-18mdk.i586.rpm
 with IPv6 functions by copying in two files from Bieringer's site
 ftp://ftp.bieringer.de/pub/linux/IPv6/initscripts/stable/

 The result: old, incorrect files using old style function definitions
 'test_ipv6' renamed to .ORG, the correct files with function 'ipv6_test'
 in place, which enabled my IPv6 tunnel setup:

 $ ll | egrep init.ipv6-global|network-functions-ipv6
 -rwxr-xr-x1 root root 9575 Jan 25  2002
 init.ipv6-global*
 -rwxr-xr-x1 root root 4752 Nov 19 15:59
 init.ipv6-global.ORG*
 -rw-r--r--1 root root82217 Dec  3 21:09
 network-functions-ipv6
 -rw-r--r--1 root root24055 Nov 19 15:59
 network-functions-ipv6.ORG
 [sander@sander90 network-scripts]$ 

 Apparantly Bieringer has done the renaming in November 2001:

 QOUTE
 2001-11-24: Peter Bieringer [EMAIL PROTECTED]
   big renaming was done in network-functions-ipv6, now all functions
 start
 with ipv6_. Replacement list:
 OLD NEW
 test_ipv6   ipv6_test
 testipv6_valid  ipv6_test_ipv6_addr_valid
 testipv4_valid  ipv6_test_ipv4_addr_valid
 etc, snip
 /QUOTE

 Mandrake 8.2 was OK: it only used the all style functions.
 Mandrake 9.0 and current Cooker are not OK: they use old style in
 init.ipv6-global and network-functions-ipv6, but new style in other
 scripts in that directory.
 Testing is easy: if both 'ipv6_test' and 'test_ipv6' occur in the files
 in the directory /etc/sysconfig/network-scripts, things are _not_ OK

 Copying in the two mentioned files worked for me, but probably bringing
 all Bieringer's ipv6 related files in /etc/sysconfig/network-scripts
 up-to-date would be better.


[...]

Yes I was in the process of uploading a new version, but the user which was
making test for me to confirm does not answer back. I think I will upload
anyway.

-- 
Warly




Re: [Cooker] [Bug 710] [initscripts] mix-up bug ininitscripts-6.91-18mdk.i586.rpm: old style test_ipv6 and new styleipv6_test mixed up

2002-12-30 Thread surfer
 Yes I was in the process of uploading a new version, but the user which
 was
 making test for me to confirm does not answer back. I think I will upload
 anyway.

I look forward to testing, so please upload the new RPM. FYI I won't have
access to my computer during 2 - 9 january, so testing will be before or
after that period.

Sander aka Surfer



 [Bug 710] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=710

 [EMAIL PROTECTED] changed:

What|Removed |Added
 
  AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]



 --- Additional Comments From [EMAIL PROTECTED]  2002-12-28 23:00
 ---
 Short: the ipv6 files in initscripts-6.91-18mdk.i586.rpm should be made
 up-to-date to Bieringer's files (dated after November 2001). Now the RPM
 is a mixup of old and new style files and functions which do not work
 together.

 Long:

 To be complete: I solved this bug in the initscripts-6.91-18mdk.i586.rpm
 with IPv6 functions by copying in two files from Bieringer's site
 ftp://ftp.bieringer.de/pub/linux/IPv6/initscripts/stable/

 The result: old, incorrect files using old style function definitions
 'test_ipv6' renamed to .ORG, the correct files with function 'ipv6_test'
 in place, which enabled my IPv6 tunnel setup:

 $ ll | egrep init.ipv6-global|network-functions-ipv6
 -rwxr-xr-x1 root root 9575 Jan 25  2002
 init.ipv6-global*
 -rwxr-xr-x1 root root 4752 Nov 19 15:59
 init.ipv6-global.ORG*
 -rw-r--r--1 root root82217 Dec  3 21:09
 network-functions-ipv6
 -rw-r--r--1 root root24055 Nov 19 15:59
 network-functions-ipv6.ORG
 [sander@sander90 network-scripts]$

 Apparantly Bieringer has done the renaming in November 2001:

 QOUTE
 2001-11-24: Peter Bieringer [EMAIL PROTECTED]
   big renaming was done in network-functions-ipv6, now all functions
 start
 with ipv6_. Replacement list:
 OLD NEW
 test_ipv6   ipv6_test
 testipv6_valid  ipv6_test_ipv6_addr_valid
 testipv4_valid  ipv6_test_ipv4_addr_valid
 etc, snip
 /QUOTE

 Mandrake 8.2 was OK: it only used the all style functions.
 Mandrake 9.0 and current Cooker are not OK: they use old style in
 init.ipv6-global and network-functions-ipv6, but new style in other
 scripts in that directory.
 Testing is easy: if both 'ipv6_test' and 'test_ipv6' occur in the files
 in the directory /etc/sysconfig/network-scripts, things are _not_ OK

 Copying in the two mentioned files worked for me, but probably bringing
 all Bieringer's ipv6 related files in /etc/sysconfig/network-scripts
 up-to-date would be better.


 [...]

 Yes I was in the process of uploading a new version, but the user which
 was
 making test for me to confirm does not answer back. I think I will upload
 anyway.

 --
 Warly







[Cooker] [Bug 719] [harddrake] New: harddrake does not configure new sound card

2002-12-30 Thread [Bug 719]
https://qa.mandrakesoft.com/show_bug.cgi?id=719

   Product: harddrake
 Component: harddrake
   Summary: harddrake does not configure new sound card
   Version: 9.1-0.3mdk
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


If you remove a sound card and put a new one, it's impossible to configure the 
new one.It's not detected during boot. If you go to MCC/harddrake and click on 
the configuration button, it says that a sound card is already configured in 
/etc/modules.conf and stop. So it's completly useless. 
Removing the previous alias in /etc/modules.conf works.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.




Re: [Cooker] [Bug 713] [initscripts] New: /sbin/ifdown uses ps -xwinstead of ps xw

2002-12-30 Thread Warly
[Bug 713] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=713

Product: initscripts
  Component: program
Summary: /sbin/ifdown uses ps -xw instead of ps xw
Version: 6.91-18mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: normal
   Priority: P2
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]


 In /sbin/ifdown, line 58: replace ps -xw with ps xw to fix warning message
 Bad syntax, perhaps a bogus '-'?. /bin/ps is from procps3.



 --- You are receiving this mail because: ---
 You are on the CC list for the bug, or are watching someone who is.

@resolution=fixed

fixed in CVS, will be in next initscripts package.

-- 
Warly




[Cooker] [Bug 712] [yelp] segmentation fault when starting yelp

2002-12-30 Thread [Bug 712]
https://qa.mandrakesoft.com/show_bug.cgi?id=712

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1



--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 15:06 ---
Works fine as user here but core dumps as root (with a 21 calls bt without any
symbol). Here are the displayed messages before crash :

(yelp:4851): GLib-GObject-CRITICAL **: file gobject.c: line 1297 (g_object_ref):
assertion `G_IS_OBJECT (object)' failed

(yelp:4851): Gtk-CRITICAL **: file ../../gtk/gtkstyle.c: line 1623
(_gtk_style_peek_property_value): assertion `GTK_IS_STYLE (style)' failed




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
yelp produces a segmentation fault (right after starting, before a window is
opened).

(gdb) bt
#0  0x409d3e85 in g_type_check_instance_is_a () from /usr/lib/libgobject-2.0.s

Rebuilding the package did not solve this.




Re: [Cooker] [Bug 710] [initscripts] mix-up bug ininitscripts-6.91-18mdk.i586.rpm: old style test_ipv6 and new styleipv6_test mixed up

2002-12-30 Thread Warly
[EMAIL PROTECTED] writes:

 Yes I was in the process of uploading a new version, but the user which
 was
 making test for me to confirm does not answer back. I think I will upload
 anyway.

 I look forward to testing, so please upload the new RPM. FYI I won't have
 access to my computer during 2 - 9 january, so testing will be before or
 after that period.

Does https://qa.mandrakesoft.com/~warly/doc/rpm/initscripts-6.91-19mdk.i586.rpm
fix your problem ?

-- 
Warly




Re: [Cooker] [Bug 638] [MySQL] mysql won't start, invalid pointer?

2002-12-30 Thread Warly
Warly [EMAIL PROTECTED] writes:

 [Bug 638] [EMAIL PROTECTED] writes:

 https://qa.mandrakesoft.com/show_bug.cgi?id=638

 [EMAIL PROTECTED] changed:

What|Removed |Added
 
  Status|UNCONFIRMED |NEW
  Ever Confirmed||1
 Version|3.23.53-2mdk|3.23.53-5mdk



 --- Additional Comments From [EMAIL PROTECTED]  2002-12-15 00:51 
---
 Happens here as well.  If I have a look at /var/lib/mysql/*err, I get the
 impression, that MySQL hasn't been started since July 2002.  Guess I don't need
 it that much ;)

 Anyhow, both Stefan and I are using LDAP on our systems.  I do not know if this
 is related at all or not...  I'm right now using (hmm, let's say, I've got
 installed) MySQL-3.23.53-5mdk.

Could you try with the 3.23.54a-1mdk?

-- 
Warly




[Cooker] Re: [CHRPM] MySQL-3.23.54a-1mdk

2002-12-30 Thread Oden Eriksson
måndagen den 30 december 2002 15.45 skrev Warly:

Thank you Warly!

-- 
Regards // Oden Eriksson, Deserve-IT.com




[Cooker] host.conf order

2002-12-30 Thread Wouter Lagerweij
Hi,

I think something's wrong with hostname resolving, at least on my
machine, but maybe it's a cooker thing.

I have the following configuration:

host.conf:
order hosts,bind
multi on

resolv.conf:
search lagerweij.com 
nameserver 194.109.6.66

hosts:
127.0.0.1   localhost.localdomain localhost
192.168.1.2 om.lagerweij.com om
192.168.1.1 ixolite.lagerweij.com ixolite
192.168.1.3 angua.lagerweij.com angua

Which should mean that a 'host om.lagerweij.com' resolves into
192.168.1.2, since this hostname is in the hosts file, and the hosts
file is the first in the 'order' in host.conf.
Instead it resolves into my external ip address, 213.84.161.99, which
one would expect if the lookup was done through the nameserver.
(the same is true for both angua and ixolite)

The reason I'm looking into this, btw, is that my machine seems to be
running a bit slower that I think is normal, and I heard gnome tends to
slowdown when there are lookup problems.

Any ideas?

Wouter





Re: [Cooker] host.conf order

2002-12-30 Thread Lonnie Borntreger
Look at /etc/nsswitch.conf

Lonnie

On Mon, 2002-12-30 at 09:15, Wouter Lagerweij wrote:
 Hi,
 
 I think something's wrong with hostname resolving, at least on my
 machine, but maybe it's a cooker thing.
 
 I have the following configuration:
 
 host.conf:
 order hosts,bind
 multi on
 
 resolv.conf:
 search lagerweij.com 
 nameserver 194.109.6.66
 
 hosts:
 127.0.0.1   localhost.localdomain localhost
 192.168.1.2 om.lagerweij.com om
 192.168.1.1 ixolite.lagerweij.com ixolite
 192.168.1.3 angua.lagerweij.com angua
 
 Which should mean that a 'host om.lagerweij.com' resolves into
 192.168.1.2, since this hostname is in the hosts file, and the hosts
 file is the first in the 'order' in host.conf.
 Instead it resolves into my external ip address, 213.84.161.99, which
 one would expect if the lookup was done through the nameserver.
 (the same is true for both angua and ixolite)
 
 The reason I'm looking into this, btw, is that my machine seems to be
 running a bit slower that I think is normal, and I heard gnome tends to
 slowdown when there are lookup problems.
 
 Any ideas?
 
 Wouter





Re: [Cooker] host.conf order

2002-12-30 Thread Wouter Lagerweij
On Mon, 2002-12-30 at 17:12, Lonnie Borntreger wrote:
 Look at /etc/nsswitch.conf
 
 Lonnie

Ah, that one's new to me... But it sets the config for hosts as follows:

hosts:  files nisplus nis dns

Which, from the man page, seems to me like it should point right back to
the hosts file.

Wouter
-- 
I don't see why it matters what is written. Not when it's about people. 
 It can always be crossed out. 
 -- (Terry Pratchett  Neil Gaiman, Good Omens)






Re: [Cooker] host.conf order

2002-12-30 Thread Lonnie Borntreger
On Mon, 2002-12-30 at 10:28, Wouter Lagerweij wrote:
 On Mon, 2002-12-30 at 17:12, Lonnie Borntreger wrote:
  Look at /etc/nsswitch.conf
 
 Ah, that one's new to me... But it sets the config for hosts as
 follows:
 
 hosts:  files nisplus nis dns
 
 Which, from the man page, seems to me like it should point right back
 to the hosts file.

Yup.  That's what that line means.  However, now that I think about it,
the host command ALWAYS uses DNS.  Applications will see the
/etc/hosts entry, but host itself will only do a DNS query.

TTFN, 
Lonnie Borntreger






Re: [Cooker] internet connection on bootup

2002-12-30 Thread Sascha Noyes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Yes, the box is a laptop. It is sometimes connected to a broadband gateway 
which gives out an IP address via DHCP, but sometimes not. If it is 
disconnected everything (as Brook Humphrey noted) runs extremely slowly. I 
did: chkconfig --level 2345 network off, but this only turned off 
networking on the next boot. I have observed in gkrellm that when i 
physically disconnect the machine while it is up, after a while it will start 
trying to send 60 bytes of information every second for 3 seconds and then do 
a 2 second pause before resuming. Presumably it is querying the gateway. 
However it just doesn't give up. Ideally it would give up after a couple of 
tries. I checked /etc/sysconfig/network-scripts/ifcfg-ethX, but it only 
contains the following 4 lines:

DEVICE=eth0
BOOTPROTO=dhcp
NETMASK=255.255.255.0
ONBOOT=yes

I'll check out the -t option for dhcpd. Where is the config file specifying 
how dhcpd should be started at boot?

Thanks,

Sascha


On Sunday 29 December 2002 11:59 pm, James Sparenberg wrote:
 Sascha,

 I'm guessing that you have a box that is sometimes connected
 sometimes not.. like a laptop.  If so a dirty fix would be simply doing
 chkconfig --level 2345 network off which would then mean a manual
 start when you do want it to go.  Or is this a DHCP timeout?  if so
 passing the -t option (from the man dhcpcd manpage) allows you to set
 the time it will try to get a lease.  I believe but have never tried it
 this would be set in /etc/sysconfig/network-scripts/ifcfg-ethX  where X
 is your NIC.

 James

 On Sun, 2002-12-29 at 11:41, Sascha Noyes wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Is there some way to shorten the time that bootup spends on trying to
  connect to the internet if there is eg. no physical connection. Maybe
  someone can point me to the Mandrake script that handles this. If enough
  people think this is useful, I'll put an enhancement proposal on bugzilla
  for specifying the time bootup should spend on connecting to the internet
  in MCC.
 
  Thanks,
  Sascha Noyes
  - --
  Please encrypt all correspondence.
  PGP key available from:
  http://individual.utoronto.ca/noyes/snoyes.asc
  - --
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.1 (GNU/Linux)
 
  iD8DBQE+D0/vgzJdfX+cTW8RAn0IAJ4j6ymyX8nZi/VD3KQkH7vWRXBzWgCfbP55
  poO4vKe/3EGT9kV6Lx3nph0=
  =9ieL
  -END PGP SIGNATURE-

- -- 
Please encrypt all correspondence.
PGP key available from:
http://individual.utoronto.ca/noyes/snoyes.asc
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+EC+8gzJdfX+cTW8RAnKlAKCnvTAX4HD7zGcS0bBVn+NRpFKTXgCdEgfb
oxSg6yw2c3FFal5cu/xAXek=
=hQ5a
-END PGP SIGNATURE-





[Cooker] ACPI not working in recompiled kernel

2002-12-30 Thread Sascha Noyes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just recompiled and installed the cooker kernel on my laptop to take 
advantage of the power-management features. It's a newish laptop (presario 
700), so PM is done entirely in ACPI. What I changed was the following:

In processor type and features:

change 586 to athlon
change mobile athlon powernow! from module to activated
turn APIC for uniprocessors off

In general setup:

turn PCI hotplug off 
change all ACPI features that are marked as 'm' to 'y'
turn advanced power management BIOS support off


However, when booting the new kernel ACPI does not seem to be functioning, 
there is not /proc/acpi folder and fan, processor are always running at 100%. 
Also acpid will not start because there is no /proc/acpi/event folder. Could 
it be that the system wants the ACPI features to be in modules. The steps for 
compiling the kernel were the following:

make mrproper
make xconfig
make dep  make clean  make bzImage  make modules
make modules_install  make install


I had compiled from the vanilla kernel with the acpi patch applied, and 
everything worked, but I wanted the Mandrake kernel features as well (eg. 
supermount, PCMCIA support, etc.). And it should be said that with the 
default kernel I had to turn off acpi at boot (acpi=off), otherwise the boot 
would hang. Did I want too much? Any ideas?

TIA,
Sascha Noyes

- -- 
Please encrypt all correspondence.
PGP key available from:
http://individual.utoronto.ca/noyes/snoyes.asc
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+EDn+gzJdfX+cTW8RAnf+AKCx2RGb68dauODjxxAV11e8yRwbXwCfQURb
R/hV7o8R9qGS4bzjMp8XQGI=
=PCkh
-END PGP SIGNATURE-





Re: [Cooker] host.conf order

2002-12-30 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've had this problem before, now I keep my hostname and fqhn on the local 
addy line like this.

127.0.0.1   kato.jeetkunedomaster.net kato localhost.localdomain 
localhost

That way I don't have problems when I move from point to point where my IP# 
changes or I have the device down either.


On Monday 30 December 2002 10:15 am, Wouter Lagerweij wrote:
 Hi,

 I think something's wrong with hostname resolving, at least on my
 machine, but maybe it's a cooker thing.

 I have the following configuration:

 host.conf:
 order hosts,bind
 multi on

 resolv.conf:
 search lagerweij.com
 nameserver 194.109.6.66

 hosts:
 127.0.0.1   localhost.localdomain localhost
 192.168.1.2 om.lagerweij.com om
 192.168.1.1 ixolite.lagerweij.com ixolite
 192.168.1.3 angua.lagerweij.com angua

 Which should mean that a 'host om.lagerweij.com' resolves into
 192.168.1.2, since this hostname is in the hosts file, and the hosts
 file is the first in the 'order' in host.conf.
 Instead it resolves into my external ip address, 213.84.161.99, which
 one would expect if the lookup was done through the nameserver.
 (the same is true for both angua and ixolite)

 The reason I'm looking into this, btw, is that my machine seems to be
 running a bit slower that I think is normal, and I heard gnome tends to
 slowdown when there are lookup problems.

 Any ideas?

 Wouter

- -- 
Jason Straight
ICQ: 1796276
PGP: http://www.jeetkunedomaster.net/~jason/pubkey.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBPhCJLhFHZPcobeHxAQIFUQP/be5iiagWcC9WAyEAjmZlO4qczyM64UKe
ILYDpcZrbjPUsSGBx0lKGicadIm21xqGO6d70G8bl6gefPGFqTjPHpSo71tfgIAL
l+x4MJNIudlQmuy+RKYG6Z48zBOPqHXVpj6qNP4kaypYjV82huREesq4ZvT4cglW
Lx8wmqFzaXs=
=GpAV
-END PGP SIGNATURE-





Re: [Cooker] internet connection on bootup

2002-12-30 Thread David Walser
--- Sascha Noyes [EMAIL PROTECTED] wrote:
 I'll check out the -t option for dhcpd. Where is the
 config file specifying 
 how dhcpd should be started at boot?

dhcpcd you mean, but you need to set the variable:
DHCP_TIMEOUT
in /etc/sysconfig/network to whatever you want the
timeout to be, see dhcpcd's manpage for more info.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




[Cooker] Scanner Microtek Scanmaker 3600 doesnt work in 9.0/cooker

2002-12-30 Thread Helge Hielscher
Hello,

I have problems getting my scanner (Microtek Scanmaker 
3600,http://sm3600.sourceforge.net) to work with Mandrake 9.0. The 
scanner worked fine with Mdk 8.2. The problem seems to be outside of 
Sane since I've tried Sane from 8.2,9.0 and cooker.

Harddrake2 correctly detects the device and puts it under 
unkown/others:ScanMaker3600. XSane was running as root and all rights 
in /proc/bus/usb/ were set.  So it doesnt seem to be a permission 
problem either.

What changes were made between 8.2 and 9.0 that may cause that behaviour?

I am not sure if this is a bug b/c Mandrake does not list the SM3600 in 
the hardware database (http://www.mandrakelinux.com/de/fhard.php3).

TIA and regards,
Helge Hielscher




Re: [Cooker] [Bug 710] [initscripts] mix-up bug ininitscripts-6.91-18mdk.i586.rpm: old style test_ipv6 and new styleipv6_test mixed up

2002-12-30 Thread Sander Jonkers aka Surfer
On Mon, 2002-12-30 at 14:25, Warly wrote:

 Does
https://qa.mandrakesoft.com/~warly/doc/rpm/initscripts-6.91-19mdk.i586.rpm
 fix your problem ?

I unpacked that file into a working directory (not into the real
directory) and did a first test:

[sander@sander90 network-scripts]$ grep test_ipv6  * |wc
 26 1311159
[sander@sander90 network-scripts]$ grep ipv6_test  * |wc
  0   0   0

Whoa, that's interesting: there is NO mixup of test_ipv6 and ipv6_test
anymore (which is good), BUT all has 'migrated' to the old style
'test_ipv6' instead of to the new style 'ipv6_test' (introduced by
Bieringer since November 2001).

Is this what you wanted to do? If so, why are you avoiding Bieringer's
new style?

Sander


On Mon, 2002-12-30 at 14:25, Warly wrote:
 [EMAIL PROTECTED] writes:
 
  Yes I was in the process of uploading a new version, but the user which
  was
  making test for me to confirm does not answer back. I think I will upload
  anyway.
 
  I look forward to testing, so please upload the new RPM. FYI I won't have
  access to my computer during 2 - 9 january, so testing will be before or
  after that period.
 
 Does https://qa.mandrakesoft.com/~warly/doc/rpm/initscripts-6.91-19mdk.i586.rpm
 fix your problem ?
 
 -- 
 Warly
 
 







Re: [Cooker] internet connection on bootup

2002-12-30 Thread Sascha Noyes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 30 December 2002 01:10 pm, David Walser wrote:
 --- Sascha Noyes [EMAIL PROTECTED] wrote:
  I'll check out the -t option for dhcpd. Where is the
  config file specifying
  how dhcpd should be started at boot?

 dhcpcd you mean, but you need to set the variable:
 DHCP_TIMEOUT
 in /etc/sysconfig/network to whatever you want the
 timeout to be, see dhcpcd's manpage for more info.


OK, I set that variable to 20 seconds. However, the real problem is still not 
solved. Now, instead of waiting for 60 seconds, I can wait 20 seconds for 
_any_ program to start when I am not connected. The only solution that I can 
think of now would be a manual intervention (eg. open MCC, type root 
password, goto system, goto services, stop network). Ideally I would like my 
machine to function normally after a network disconnect without manual 
intervention. Is there no way to specify that dhcpcd should not be invoked 
unless there is an action carried out that expressedly needs to send/fetch 
data over the network?

Sascha
- -- 
Please encrypt all correspondence.
PGP key available from:
http://individual.utoronto.ca/noyes/snoyes.asc
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+EFhdgzJdfX+cTW8RAkWuAJ9C+hmnbXwFs6V3JZPhZHUiw++ctACfa5eb
/xlxkEegxEDWBMIQyo9SWbA=
=ynxr
-END PGP SIGNATURE-





[Cooker] [Bug 720] [ntop] New: intop, the commande line program, doesn't start (core dump)

2002-12-30 Thread [Bug 720]
https://qa.mandrakesoft.com/show_bug.cgi?id=720

   Product: ntop
 Component: program
   Summary: intop, the commande line program, doesn't start (core
dump)
   Version: 2.1.2-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


ntop works but intop doesn't :

[root@guitare root]# intop -i eth1

-- intop 0.0.1 (Sep 12 2002) -- The first interactive ntop program.
(C) Copyright 2000 L. Deri and R. Carbone. All rights reserved.

It allows you to control the power of ntop using fingers rather than mouse!

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

Initializing intop engine Please wait.
Segmentation fault (core dumped)
[root@guitare root]#



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] New: Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721

   Product: kernel-2.4.20.2mdk
 Component: kernel-2.4.20.2mdk
   Summary: Netfilter patches
   Version: 1-1mdk
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:53 ---
Created an attachment (id=75)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=75action=view)
iplimit patch for netfilter in 2.4.20-2mdk kernel




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:54 ---
Created an attachment (id=76)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=76action=view)
nth patch for netfilter in kernel-2.4.20-2mdk




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:54 ---
Created an attachment (id=77)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=77action=view)
psd patch for netfilter in kernel-2.4.20-2mdk




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:55 ---
Created an attachment (id=79)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=79action=view)
recent patch for netfilter in kernel-2.4.20-2mdk




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:54 ---
Created an attachment (id=78)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=78action=view)
time patch for netfilter in kernel-2.4.20-2mdk




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:55 ---
Created an attachment (id=81)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=81action=view)
pptp patch for netfilter in kernel-2.4.20-2mdk




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:55 ---
Created an attachment (id=80)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=80action=view)
string patch for netfilter in kernel-2.4.20-2mdk




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] [Bug 721] [kernel-2.4.20.2mdk] Netfilter patches

2002-12-30 Thread [Bug 721]
https://qa.mandrakesoft.com/show_bug.cgi?id=721





--- Additional Comments From [EMAIL PROTECTED]  2002-12-30 21:56 ---
Created an attachment (id=82)
 -- (https://qa.mandrakesoft.com/attachment.cgi?id=82action=view)
iptables script that I used for testing purposes on these patches




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
I have made and tested some netfilter patches for the Mandrake 2.4.20-2mdk 
src.rpm. They offer extra functionality for packet filtering. I have tested them and 
they 
work fine for me.  
I couldn't test the pptp modules, because I don't have a pptp server or client in use. 
What I could gather from the netfilter mailinglists was that it isn't fully functional 
yet. 
There are some patches floating around which should make it more functional, but I 
didn't want to use that, I wanted to stick with released software first. If there are 
people trying it out on Cooker, maybe they can provide testing and information. 
 
The patches are made in serial. I read the docs in the src.rpm for updating patches. I 
followed this policy somewhat. If something is wrong with the way the patches were 
made, then please tell me. 
I assume you want to generate the .config files yourself, so I didn' bother to upload 
those. 
 
I'll try to add these patches to the bugzilla entry: 
DN04_iplimit.patch: You can limit the number of connections at the network level. 
Some servers have support for this feature built in, but most servers haven't. Having 
this functionality at the network level will make it available to all tcp/ip services. 
DN05_nth.patch: You can make a rule for every n'th connection. For example, have 
the first of 2 new connections go to a first webserver, and the second new 
connection to a second webserver. This provides simple loadbalancing. 
DN06_psd.patch: It does portscan detection. I just tested with a simple tcp/ip 
portscan (nmap -v ipadress). I do not know if it detects other sorts of portscans. 
DN07_time.patch: You can disable or enable connections based on time. For 
example deny your kids computer to use the internet after 22.00 in the evening. 
DN08_recent.patch: It registers, and checks or updates recent connections through 
a /proc entry. This one is really usefull in combination with the psd module, you can 
block a portscanners ipadress for an hour, or as long as you wish. This is 
essentially an alternative for portsentry. 
DN09_string.patch: With this module you can grep through certain packets looking 
for a certain string.  
DN10_pptp_conntrack.patch: This provides conntrack and nat modules to allow pptp 
traffic through a firewall. 
iptables.sh: a test script I used for testing purposes.




[Cooker] Re: rpm-4.0.4-24mdk

2002-12-30 Thread Frederic Lepied
Quel Qun [EMAIL PROTECTED] writes:

 Hi,
 
 Despite several requests and an entry in bugzilla
 (https://qa.mandrakesoft.com/show_bug.cgi?id=560), 
 rpm --eval %_repackage_dir still evaluates to a non-existing dir
 (/var/spool/up2date).
 
 Is there any good reason for that?

The bug was in unconfirmed state. That's why I haven't seen this
report. It will be fixed in the next rebuild of rpm.
-- 
Fred - May the source be with you




[Cooker] updated pkg

2002-12-30 Thread Charles A Edwards
I realize that quite a few pkgs are being updated/rebuilt but the last
changelog listing that has actually made it onto any of the mirrors is
cdk-4.9.10-2mdk 

Subject: [CHRPM] cdk-4.9.10-2mdk
Date: Mon, 30 Dec 2002 00:30:35 +0100 (CET)

Nothing since then.  
This includes the src.rpms as well.


Charles


War spares not the brave, but the cowardly.
-- Anacreon
--
Mandrake Linux 9.1
Kernel- 2.4.20-2mdk
--




[Cooker] Very strange prob with xine-oss

2002-12-30 Thread Pierre
# urpmi xine-oss
Pour satisfaire les dépendances, les paquetages suivants vont être 
installés (0 Mo):
ldconfig-2.3.1-6mdk.i586
Est-ce correct ? (O/n) installation de 
/var/cache/urpmi/rpms/ldconfig-2.3.1-6mdk.i586.rpm
Preparing...
##
package ldconfig-2.3.1-6mdk is already installed
L'installation a échoué
Essayer d'installer sans vérifier les dépendances ? (o/N) o
Preparing...
##
package ldconfig-2.3.1-6mdk is already installed
L'installation a échoué
Essayer de forcer l'installation (--force) ? (o/N) o
Preparing...
##
ldconfig
##


But xine-oss is not installed...



Re: [Cooker] Very strange prob with xine-oss

2002-12-30 Thread Charles A Edwards
On Mon, 30 Dec 2002 23:13:03 +0100
Pierre [EMAIL PROTECTED] wrote:

 But xine-oss is not installed...

xine-oss does not exist any longer.

xine-lib-compat-plugins-0.9.13-11mdk obsoletes it.


Charles


There's another way to survive.  Mutual trust -- and help.
-- Kirk, Day of the Dove, stardate unknown
--
Mandrake Linux 9.1
Kernel- 2.4.20-2mdk
--




[Cooker] Fontconfig gtk problem

2002-12-30 Thread Bongani Hlope
Hi

I have looke through the archives but I did not find any solution, so
sorry if this has been solved somewhere. 

My problem is that when I try to run some GTK (not all cause evolution
is working) e.g. drakconf I get the following error.

 No fonts found; this probably means that the fontconfig
 library is not correctly configured. You may need to
 edit the fonts.conf configuration file. More information
 about fontconfig can be found in the fontconfig(3) manual
 page and on http://fontconfig.org

I can't even run Gnome, the only solution I found on the archive was
running fc-cache after adding a font directory in fonts.conf, I tried it
and it does not work.

Thanx


-- 
For future reference - don't anybody else try to send patches as vi
scripts, please. Yes, it's manly, but let's face it, so is
bungee-jumping with the cord tied to your testicles.

-- Linus



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


[Cooker] [Bug 722] [postgresql-pl] New: pl/perl don't work

2002-12-30 Thread [Bug 722]
https://qa.mandrakesoft.com/show_bug.cgi?id=722

   Product: postgresql-pl
 Component: program
   Summary: pl/perl don't work
   Version: 7.3.1-3mdk
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I discover this problem on 9.0, it is still here on cooker 
 
[nanardon@virgo olivier]$ ldd /usr/lib/pgsql/plperl.so 
libperl.so = not found 
[snip] 
 
libperl.so is not in lib path, then create a function under postgres with perl failed. 
Create a link from this file to /usr/lib fixed the pb of course.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.




Re: [Cooker] [Bug 710] [initscripts] mix-up bug ininitscripts-6.91-18mdk.i586.rpm: old style test_ipv6 and new styleipv6_test mixed up

2002-12-30 Thread Sander Jonkers aka Surfer
re-mailing: I don't see this mail back via the cooker-list

On Mon, 2002-12-30 at 14:25, Warly wrote:

 Does
https://qa.mandrakesoft.com/~warly/doc/rpm/initscripts-6.91-19mdk.i586.rpm
 fix your problem ?

I unpacked that file into a working directory (not into the real
directory) and did a first test:

[sander@sander90 network-scripts]$ grep test_ipv6  * |wc
 26 1311159
[sander@sander90 network-scripts]$ grep ipv6_test  * |wc
  0   0   0

Whoa, that's interesting: there is NO mixup of test_ipv6 and ipv6_test
anymore (which is good), BUT all has 'migrated' to the old style
'test_ipv6' instead of to the new style 'ipv6_test' (introduced by
Bieringer since November 2001).
Is this what you wanted to do? If so, why are you avoiding Bieringer's
new style?

Sander


On Mon, 2002-12-30 at 14:25, Warly wrote:
 [EMAIL PROTECTED] writes:
 
  Yes I was in the process of uploading a new version, but the user which
  was
  making test for me to confirm does not answer back. I think I will upload
  anyway.
 
  I look forward to testing, so please upload the new RPM. FYI I won't have
  access to my computer during 2 - 9 january, so testing will be before or
  after that period.
 
 Does https://qa.mandrakesoft.com/~warly/doc/rpm/initscripts-6.91-19mdk.i586.rpm
 fix your problem ?
 
 -- 
 Warly
 
 







Re: [Cooker] updated pkg

2002-12-30 Thread J. Greenlees


Charles A Edwards wrote:

I realize that quite a few pkgs are being updated/rebuilt but the last
changelog listing that has actually made it onto any of the mirrors is
cdk-4.9.10-2mdk 

Subject: [CHRPM] cdk-4.9.10-2mdk
Date: Mon, 30 Dec 2002 00:30:35 +0100 (CET)

Nothing since then.  
This includes the src.rpms as well.

hmm, it is monday dec 30 2002 today, it changed as of 12:30 am today...
might be a bit slow making it into the mirrors, or nothing been altered 
yet today. ;-)




Re: [Cooker] Re: rpm-4.0.4-24mdk

2002-12-30 Thread Quel Qun

--- Original Message ---
From: Frederic Lepied [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Cooker] Re: rpm-4.0.4-24mdk

Quel Qun [EMAIL PROTECTED] writes:

 Hi,
 
 Despite several requests and an entry in bugzilla
 (https://qa.mandrakesoft.com/show_bug.cgi?id=560), 
 rpm --eval %_repackage_dir still evaluates to a non-existing dir
 (/var/spool/up2date).
 
 Is there any good reason for that?

The bug was in unconfirmed state. That's why I haven't seen this
report. It will be fixed in the next rebuild of rpm.

Thank you.
This is what I suspected, but most low level entries in bugzilla
stay unconfirmed. I am not sure this is a good policy not to look
at the bugs until they are confirmed. I am pretty sure I remember
an other message (I think from G. Rousse) on the cooker ML though.
Happy new year,
=o=
kk1

=-=
kk1





[Cooker] glib2.0-2.2.0 pango-1.2.0 in /incoming

2002-12-30 Thread Quel Qun
I am quite confused by the versioning, so please check that, but
the build should go smoothly. Changelogs:

glib2.0-2.2.0-1mdk.src.rpm:
- Release 2.2.0
- Added libglib2.0_0 obsolescence (replaced by libglib2.0_2)

pango-1.2.0-1mdk.src.rpm:
- Release 1.2.0.
- Corrected source url.
- Regenerated patch0.
- Added patch1 to build pango-viewer with qt3-3.1.1.
- Added missing build req of libxslt-proc and docbook-style-xsl.
- pango-viewer is always built, so forced the build req of qt3-devel.
- Added dependency on libqt3 for pango-viewer.

Joyeuses fêtes,

=-=
kk1





Re: [Cooker] host.conf order

2002-12-30 Thread Ron Stodden
Wouter Lagerweij wrote:

Hi,

I think something's wrong with hostname resolving, at least on my
machine, but maybe it's a cooker thing.

I have the following configuration:

host.conf:
order hosts,bind
multi on

resolv.conf:
search lagerweij.com 
nameserver 194.109.6.66

hosts:
127.0.0.1   localhost.localdomain localhost
192.168.1.2 om.lagerweij.com om
192.168.1.1 ixolite.lagerweij.com ixolite
192.168.1.3 angua.lagerweij.com angua

My understanding is that the host searching sequence is directly 
controlled by /etc/nsswitch

--
Ron. [Melbourne, Australia]
   troels... now updated to use ftp.sunet.se server.
   See:  http://members.optusnet.com.au/ronst/








Re: [Cooker] internet connection on bootup

2002-12-30 Thread David Walser
--- Sascha Noyes [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 30 December 2002 01:10 pm, David Walser
 wrote:
  --- Sascha Noyes [EMAIL PROTECTED] wrote:
   I'll check out the -t option for dhcpd. Where is
 the
   config file specifying
   how dhcpd should be started at boot?
 
  dhcpcd you mean, but you need to set the variable:
  DHCP_TIMEOUT
  in /etc/sysconfig/network to whatever you want the
  timeout to be, see dhcpcd's manpage for more info.
 
 
 OK, I set that variable to 20 seconds. However, the
 real problem is still not 
 solved. Now, instead of waiting for 60 seconds, I
 can wait 20 seconds for 
 _any_ program to start when I am not connected. The
 only solution that I can 
 think of now would be a manual intervention (eg.
 open MCC, type root 
 password, goto system, goto services, stop network).
 Ideally I would like my 
 machine to function normally after a network
 disconnect without manual 
 intervention. Is there no way to specify that dhcpcd
 should not be invoked 
 unless there is an action carried out that
 expressedly needs to send/fetch 
 data over the network?

From what someone said earlier, maybe it's trying to
do host lookups.  Maybe the problem would be worked
around if you ran your own nameserver locally.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




[Cooker] dabusb drivers in kernel source package need updating

2002-12-30 Thread Bruno Prior
I've just downloaded the 2.4.20-2mdk kernel source package from Cooker. 
The dabusb drivers are badly out of date. The applications currently 
available (from http://www1.baycom.de/download/dabusb/) to use these 
drivers won't work with this version. The kernel and source packages 
need to be updated with the driver package at the above location. Might 
be a nice idea to package up the applications too, although they come 
precompiled, and I couldn't find anything about their license terms (the 
drivers are GPL).

Cheers,

Bruno Prior




[Cooker] new eve adventures :)

2002-12-30 Thread Oden Eriksson
Hi.

Attached are some simple patches that removes all db3 requirements from the 
apache2 core. At least, please consider using them...

It builds and installs here at home on my ML9.0.

Chears.
-- 
Regards // Oden Eriksson, Deserve-IT.com
--- openldap.spec	2002-11-04 19:43:00.0 +0100
+++ openldap.spec.oden	2002-12-31 02:55:00.0 +0100
@@ -1,6 +1,6 @@
 %define name	openldap
 %define version	2.0.27
-%define release	1mdk
+%define release	2mdk
 
 %define major 		2
 %define migtools_ver 	40
@@ -85,7 +85,7 @@
 %endif
 BuildRequires:	openssl-devel, perl, autoconf
 #BuildRequires: libgdbm1-devel
-BuildRequires: 	db3-devel, libunixODBC2-devel, libltdl-devel, unixODBC-devel
+BuildRequires: 	libdb4.0-devel libunixODBC2-devel libltdl-devel unixODBC-devel
 BuildRequires:  ncurses-devel = 5.0, tcp_wrappers-devel
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 Requires: 	libldap%{major}, shadow-utils, setup = 2.2.0-6mdk
@@ -482,7 +482,7 @@
 # talk about gdbm to ldif conversion here instead of the initscript
 if ls /var/lib/ldap/*.gdbm  /dev/null 21 || :  ; then
   echo To convert a gdbm DB to a ldif file, you can use the utility
-  echo %{_sbindir}/slapcat-gdbm (actually openldap uses Berkeley DB 3.x)...
+  echo %{_sbindir}/slapcat-gdbm (actually openldap uses Berkeley DB 4.x)...
 fi
 
 pushd %{_sysconfdir}/openldap/  /dev/null
@@ -630,8 +630,10 @@
 %{_libdir}/openldap/back_passwd*.so.*
 %{_libdir}/openldap/back_passwd*.so
 
-
 %changelog
+* Tue Dec 31 2002 Oden Eriksson [EMAIL PROTECTED] 2.0.27-2mdk
+- built against db4
+
 * Mon Nov  4 2002 Vincent Danen [EMAIL PROTECTED] 2.0.27-1mdk
 - 2.0.27
 - start slurpd as user ldap, not root (re: bgmilne)

--- cyrus-sasl.spec	2002-10-11 07:49:00.0 +0200
+++ cyrus-sasl.spec.oden	2002-12-31 02:47:00.0 +0100
@@ -3,7 +3,7 @@
 Summary: SASL is the Simple Authentication and Security Layer.
 Name: cyrus-sasl
 Version: 1.5.27
-Release: 6mdk
+Release: 7mdk
 Source0: %{name}-%{version}.tar.bz2
 Source1:saslauthd.init
 Source2:saslauthd.sysconfig
@@ -24,8 +24,7 @@
 Requires: libsasl%{major}
 BuildRequires:  autoconf
 BuildRequires:  automake
-#BuildRequires:  db3-devel = 3.1.17-8
-BuildRequires:  libdb3.3-devel
+BuildRequires:  libdb4.0-devel
 BuildRequires:  pam-devel
 BuildRequires:  openssl-devel = 0.9.6a
 BuildRequires:  libtool = 1.4
@@ -154,11 +153,13 @@
 #%patch6 -p0 -b .mdk
 %patch7 -p1
 
-#rm -f config/missing
-#libtoolize --force 
-#aclocal -I cmulocal
-#autoheader
-#automake -a
+#export WANT_AUTOCONF_2_5=1
+
+rm -f config/missing
+libtoolize --force
+aclocal -I cmulocal
+autoheader
+automake -a
 autoconf
 
 %build
@@ -298,6 +299,9 @@
 %{_mandir}/man3/*
  
 %changelog
+* Tue Dec 31 2002 Oden Eriksson [EMAIL PROTECTED] 1.5.27-7mdk
+- built against db4
+
 * Fri Oct 11 2002 Laurent MONTEL [EMAIL PROTECTED] 1.5.27-6mdk
 - Fix libsasl.la
 

--- pam.spec	2002-12-12 10:09:00.0 +0100
+++ pam.spec.oden	2002-12-31 03:01:00.0 +0100
@@ -3,7 +3,7 @@
 Summary: A security tool which provides authentication for applications.
 Name: pam
 Version: 0.75
-Release: 29mdk
+Release: 30mdk
 License: GPL or BSD
 Group: System/Libraries
 Source: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
@@ -77,7 +77,7 @@
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: cracklib, cracklib-dicts, pwdb = 0.54-2, initscripts = 3.94
-BuildRequires: bison cracklib-devel db2-devel db3-devel flex glib-devel pwdb-devel
+BuildRequires: bison cracklib-devel libdb4.0-devel flex glib-devel pwdb-devel
 BuildRequires: linuxdoc-tools
 Obsoletes: pamconfig
 Provides: pamconfig
@@ -275,6 +275,9 @@
 %doc doc/html doc/ps doc/txts doc/specs/rfc86.0.txt Copyright
 
 %changelog
+* Tue Dec 31 2002 Oden Eriksson [EMAIL PROTECTED] 0.75-30mdk
+- built against db4
+
 * Thu Dec 12 2002 Frederic Crozat [EMAIL PROTECTED] 0.75-29mdk
 - Patch509: don't complain when / is owned by root.adm
 



Re: [Cooker] dvb drivers in kernel source package need updating

2002-12-30 Thread Lea Gris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bruno Prior wrote:

The DVB drivers under 3rdparty/mod_dvb in the latest Cooker kernel 

[SNIP]


As for dabusb, it might also be a nice idea to package up the apps that 
come with the dvb package.

Fully agree :)


- -- 
 Léa Gris - http://www.noiraude.net/
()   Campagne du ruban texte brut contre les courriels en HTML,
/\   contre les pièces jointes Microsoft.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE+EQYTiNTO/wgn58kRAsMZAJ4hiDygD35XE8dfmAAvXnQXfNpc7gCgu33m
X/35NazW42anLF59+vEErIc=
=sOXW
-END PGP SIGNATURE-




Re: [Cooker] internet connection on bootup

2002-12-30 Thread Jason Bowman
On Monday 30 December 2002 09:29 am, Sascha Noyes wrote:
 OK, I set that variable to 20 seconds. However, the real problem is still
 not solved. Now, instead of waiting for 60 seconds, I can wait 20 seconds
 for _any_ program to start when I am not connected. The only solution that

I got it! I was looking in the network server startup script but... anyway... 
Here is what I think you should do. Edit your 
/etc/sysconfig/network-scripts/ifcfg-ethX file to contain: ONBOOT=no

Next take whatever manual dhcp command you would execute (for me this is 
'dhclient eth0') and put this at the end of rc.local with an ampersand after 
it so it doesn't block. 

dhclient eth0 

Note that rc.local is executed after all other scripts so you might want to 
move this somewhere else if it does not run early enough for you... 

Later,
Jason B.





Re: [Cooker] glib2.0-2.2.0 pango-1.2.0 in /incoming

2002-12-30 Thread J.A. Magallon

On 2002.12.31 Quel Qun wrote:
 I am quite confused by the versioning, so please check that, but
 the build should go smoothly. Changelogs:
 
 glib2.0-2.2.0-1mdk.src.rpm:
 - Release 2.2.0
 - Added libglib2.0_0 obsolescence (replaced by libglib2.0_2)
 
 pango-1.2.0-1mdk.src.rpm:
 - Release 1.2.0.

I will never understand this versioning system.
If glib and gtk are now verions 2.2, why is the package named
glib2.0-2.2.0 ? Shouldn't it be glib2.2-2.2.0 ? Or better,
if the same package name is going to be used for 2.1.x and 2.2, 
and they are not going to live togheter, call it glib2-2.2.0.
Anf how could exist a package named libglib2.0_0-2.1.5 ??
Logical names are libglib2-2.1.5 or libglib2.1-2.1.5...and
libglib2-2.2.0 or libglib2.2-2.2.0.

(problem is not exclusive of gtk, of course...)

-- 
J.A. Magallon [EMAIL PROTECTED]  \ Software is like sex:
werewolf.able.es \   It's better when it's free
Mandrake Linux release 9.1 (Cooker) for i586
Linux 2.4.21-pre2-jam2 (gcc 3.2.1 (Mandrake Linux 9.1 3.2.1-2mdk))




Re: [Cooker] internet connection on bootup

2002-12-30 Thread Brook Humphrey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 30 December 2002 05:14 pm, David Walser wrote:


 From what someone said earlier, maybe it's trying to
 do host lookups.  Maybe the problem would be worked
 around if you ran your own nameserver locally.
Definitely not. In my case I am running a name server for my connection 
sharing and when the cable modem was down it would still cause severe 
slowness on all linux boxes on the network actually. I never looked into it 
more than this because I never had the time but I can say that not having a 
local name server is not the problem.

- -- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+ERXPnT1TkA6FgPgRAr3SAJ9QqM8Jn6j5znY5F0tKQIuW5hN1JgCePTZx
bcB8Xbm8kfWxq+Sj5QkayrA=
=/PPu
-END PGP SIGNATURE-





Re: [Cooker] internet connection on bootup

2002-12-30 Thread David Walser
--- Brook Humphrey [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 30 December 2002 05:14 pm, David Walser
 wrote:
 
 
  From what someone said earlier, maybe it's trying
 to
  do host lookups.  Maybe the problem would be
 worked
  around if you ran your own nameserver locally.
 Definitely not. In my case I am running a name
 server for my connection 
 sharing and when the cable modem was down it would
 still cause severe 
 slowness on all linux boxes on the network actually.
 I never looked into it 
 more than this because I never had the time but I
 can say that not having a 
 local name server is not the problem.

How did you configure it?  According to the DNS-HOWTO,
how you configure forwarding can make a difference.  I
was able to solve some slowness when the connection is
down by running BIND here.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com




[Cooker] Problem with screem

2002-12-30 Thread Pierre
# urpmi screem
  % Total% Received % Xferd  Average Speed  
Time Curr.
 Dload  Upload TotalCurrent  
LeftSpeed
100 2174k  100 2174k0 0  26400  0  0:01:24  0:01:24  
0:00:00 17393
installation de /var/cache/urpmi/rpms/screem-0.4.1-17mdk.i586.rpm

L'installation a échoué:
libpthread.so.0(GLIBC_2.3.2) est nécessaire à 
screem-0.4.1-17mdk



[Cooker] [Bug 440] [XFree86-server] Xfree86 hangs

2002-12-30 Thread [Bug 440]
https://qa.mandrakesoft.com/show_bug.cgi?id=440





--- Additional Comments From [EMAIL PROTECTED]  2002-12-31 08:00 ---
I fixed the problem... For some reason it hanged because of a unpluged network
cable why is that?



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
description: 
Hardware:   Samsung 955dt monitor
Nvidia geforce 4 mx440

I had to halt the machine because I wanted to install a tv-tuner card. so all 
went well, until I got to the point it started XF86 server. It took for ever to 
load, just the new card I thought, so I logged in as root to configure it... 
again It took forever to bring up the desktop. I logged out and halted the 
system again, removed the tv-tuner, and started her back up. Again same thing 
happened. so I logged out and logged back in... desktop took forever to come up 
again. 

I was wondering if anyone had a fix to this problem, or has heard any 
information on it.