[expert] WIll the NVidia supply drivers for 8.2 work for MD 9.0

2002-12-01 Thread Roberto Armenteros
Hi guys,

  Has anybody tried installing the NVidia 8.2 drivers
in their 9.0 machines? Please let me know if anybody
has done this.

 Thanks a lot.

 RA.

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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] WIll the NVidia supply drivers for 8.2 work for MD 9.0

2002-12-01 Thread SainTiss
Hi,

usually, if you grab the src.rpm's from nvidia, and rebuild them,
everything works fine (that's how I did it anyway)...

Just make sure you've got the kernel-source rpm installed when you
rebuild the src.rpm's

Hans

On Sun, 2002-12-01 at 09:10, Roberto Armenteros wrote:
 Hi guys,
 
   Has anybody tried installing the NVidia 8.2 drivers
 in their 9.0 machines? Please let me know if anybody
 has done this.
 
  Thanks a lot.
 
  RA.
 
 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
 http://mailplus.yahoo.com
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com




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


Re: [expert] WIll the NVidia supply drivers for 8.2 work for MD 9.0

2002-12-01 Thread Roberto Armenteros
Thanks a lot,
Rob
--- SainTiss [EMAIL PROTECTED] wrote:
 Hi,
 
 usually, if you grab the src.rpm's from nvidia, and
 rebuild them,
 everything works fine (that's how I did it
 anyway)...
 
 Just make sure you've got the kernel-source rpm
 installed when you
 rebuild the src.rpm's
 
 Hans
 
 On Sun, 2002-12-01 at 09:10, Roberto Armenteros
 wrote:
  Hi guys,
  
Has anybody tried installing the NVidia 8.2
 drivers
  in their 9.0 machines? Please let me know if
 anybody
  has done this.
  
   Thanks a lot.
  
   RA.
  
  __
  Do you Yahoo!?
  Yahoo! Mail Plus - Powerful. Affordable. Sign up
 now.
  http://mailplus.yahoo.com
  
  
  
 
  Want to buy your Pack or Services from
 MandrakeSoft? 
  Go to http://www.mandrakestore.com
 
 

 ATTACHMENT part 2 application/pgp-signature
name=signature.asc



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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] 4 LAN cards

2002-12-01 Thread Belkie, Dan
Hey Guys! 

Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
cards in it of course 

Ok now I might be going way out, and maybe someone can tell me a better way
to do this... 

I have 2 static IP's and I want them both to run into the same box. 

I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
non-routable. 

The reason for this... I want to have some mail servers and webservers on
one network (192.168.0.1) and then have another network for the office
(10.10.10.1) I would like to have my office people able to surf the net and
be on a dif subnet then the webservers.. so no one monkeys around 

Is this a good way to do it? Anyone have any ideas? 

Thanks 
Dan 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] 4 LAN cards

2002-12-01 Thread Franki
yes, there is a better way..

you can have multiple IP's assigned to one ethernet card...

so for example:

eth0  = 203.59.87.254
eth0:0  =   203.59.6.252
eth0:1  =   xxx.xxx.xx.xxx

eth1: some other IP.
eth1:1 another IP.

I have a linux box with three network cards in it..

1 is for the ADSL connection and hosting the live public IP's associated
with it.
2 is for a 192.168.0.0/24 network
3 is for a 10.0.x.x network...

using /etc/sysconfig/static-routes you can make the whole lot talk to each
other..


rgds

Frank


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
Sent: Sunday, 1 December 2002 8:58 PM
To: '[EMAIL PROTECTED]'
Subject: [expert] 4 LAN cards


Hey Guys!

Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
cards in it of course

Ok now I might be going way out, and maybe someone can tell me a better way
to do this...

I have 2 static IP's and I want them both to run into the same box.

I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
non-routable.

The reason for this... I want to have some mail servers and webservers on
one network (192.168.0.1) and then have another network for the office
(10.10.10.1) I would like to have my office people able to surf the net and
be on a dif subnet then the webservers.. so no one monkeys around

Is this a good way to do it? Anyone have any ideas?

Thanks
Dan




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] 4 LAN cards

2002-12-01 Thread Belkie, Dan
Sweet

This might do the trick *BUT*

My DSL provider does authentication via the card mac address. Because of
this I don't think they will let me have 2 IP's to 1 mac.


thoughts?

d.


-Original Message-
From: Franki [mailto:[EMAIL PROTECTED]]
Sent: December 1, 2002 6:09 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] 4 LAN cards


yes, there is a better way..

you can have multiple IP's assigned to one ethernet card...

so for example:

eth0  = 203.59.87.254
eth0:0  =   203.59.6.252
eth0:1  =   xxx.xxx.xx.xxx

eth1: some other IP.
eth1:1 another IP.

I have a linux box with three network cards in it..

1 is for the ADSL connection and hosting the live public IP's associated
with it.
2 is for a 192.168.0.0/24 network
3 is for a 10.0.x.x network...

using /etc/sysconfig/static-routes you can make the whole lot talk to each
other..


rgds

Frank


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
Sent: Sunday, 1 December 2002 8:58 PM
To: '[EMAIL PROTECTED]'
Subject: [expert] 4 LAN cards


Hey Guys!

Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
cards in it of course

Ok now I might be going way out, and maybe someone can tell me a better way
to do this...

I have 2 static IP's and I want them both to run into the same box.

I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
non-routable.

The reason for this... I want to have some mail servers and webservers on
one network (192.168.0.1) and then have another network for the office
(10.10.10.1) I would like to have my office people able to surf the net and
be on a dif subnet then the webservers.. so no one monkeys around

Is this a good way to do it? Anyone have any ideas?

Thanks
Dan





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] lisa

2002-12-01 Thread Tom
You are right about the glitch in the docs. Anyhow, if you plan to run SAMBA 
on that ML 9.0  machine, you will need to disable lisa. The lisa package 
interferes with SAMBA's operation.

On Saturday 30 November 2002 10:07 am, you wrote:
 According to kpackage, lisa is installed and is a kind of 'network
 neighbourhood' thingy with a daemon installed by ksysv.

 But 'man lisa' describes a lisajous figure drawing utility.

 Also:
 [root@small ron]# lisa
 [root@small ron]# NetManager::prepare: bind (TCP) failed, errno: 98

 Stupid conflicts like this are not good.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] 4 LAN cards

2002-12-01 Thread Lieven Van Acker
Hi,

I suppose you only have one DSL connection, connected to only one
ethernet interface. It will be this interface's mac that's used for
autenthication with your DSL provider. The other NIC's and their resp.
MAC addresses are not taken into account for connecting your DSL.

So, as long as your outgoing connection only uses 1 IP address, there
won't be a problem, no mather wich and how many NIC's / IP's you use for
your internal LANs. Of course, if you are provided with only one
registered, public available IP address, you will use NAT to hide your
internal configuration from the outside world.

From your configuration, I think 3 NICs will suffice:

1 connected to DSL provider
1 for your office subnet
1 for your servers subnet

Each interface will have a primary IP. 
Outgoing traffic to your provider will be masqueraded, unlike ip-traffic
between your office and servers subnet.

If you want to host a number of services on this router/gateway, you can
choose to assign some more virtual IP-addresses to your internal
interfaces (office/servers subnet). 

To control and protect the traffic, you have several options. Bundled
with linux mandrake comes shorewall (9.0) - controlled with mandrake
control panel, guarddog (don't know if it's in standard edition,
mandrake packages are available on the developer's site) - provides it's
own graphical user interface to control the rules, and a bunch of other
tools from very low to higher level control.

Regards,

Lieven



Op zo 01-12-2002, om 14:37 schreef Belkie, Dan:
 Sweet
 
 This might do the trick *BUT*
 
 My DSL provider does authentication via the card mac address. Because of
 this I don't think they will let me have 2 IP's to 1 mac.
 
 
 thoughts?
 
 d.
 
 
 -Original Message-
 From: Franki [mailto:[EMAIL PROTECTED]]
 Sent: December 1, 2002 6:09 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [expert] 4 LAN cards
 
 
 yes, there is a better way..
 
 you can have multiple IP's assigned to one ethernet card...
 
 so for example:
 
 eth0= 203.59.87.254
 eth0:0  =   203.59.6.252
 eth0:1  =   xxx.xxx.xx.xxx
 
 eth1: some other IP.
 eth1:1 another IP.
 
 I have a linux box with three network cards in it..
 
 1 is for the ADSL connection and hosting the live public IP's associated
 with it.
 2 is for a 192.168.0.0/24 network
 3 is for a 10.0.x.x network...
 
 using /etc/sysconfig/static-routes you can make the whole lot talk to each
 other..
 
 
 rgds
 
 Frank
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
 Sent: Sunday, 1 December 2002 8:58 PM
 To: '[EMAIL PROTECTED]'
 Subject: [expert] 4 LAN cards
 
 
 Hey Guys!
 
 Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
 cards in it of course
 
 Ok now I might be going way out, and maybe someone can tell me a better way
 to do this...
 
 I have 2 static IP's and I want them both to run into the same box.
 
 I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
 non-routable.
 
 The reason for this... I want to have some mail servers and webservers on
 one network (192.168.0.1) and then have another network for the office
 (10.10.10.1) I would like to have my office people able to surf the net and
 be on a dif subnet then the webservers.. so no one monkeys around
 
 Is this a good way to do it? Anyone have any ideas?
 
 Thanks
 Dan
 
 
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Lieven Van Acker [EMAIL PROTECTED]
ELiSA



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] 4 LAN cards

2002-12-01 Thread Belkie, Dan
I'm not sure I follow.

I have 2 static IP's with my DSL provider. They do authentication my MAC
address. So I will not be able to bind 2 static IP's to 1 NIC. (?)

I will have two networks in the office.

Network (a) for 20 or so computers to surf the net and play LAN games.
Network (b) for my webservers email servers etc.

I assume network (a) can connect to 1 Nic on the box lets say network
10.10.10.x
Network (b)to another NIC and will be on 192.168.0.x.

I guess my question can static routes do all this? Also how will internet
connection sharing work? Or should I just leave that GUI alone?

Thanks in advance guys!!

Dan


-Original Message-
From: Lieven Van Acker [mailto:[EMAIL PROTECTED]]
Sent: December 1, 2002 7:00 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] 4 LAN cards


Hi,

I suppose you only have one DSL connection, connected to only one
ethernet interface. It will be this interface's mac that's used for
autenthication with your DSL provider. The other NIC's and their resp.
MAC addresses are not taken into account for connecting your DSL.

So, as long as your outgoing connection only uses 1 IP address, there
won't be a problem, no mather wich and how many NIC's / IP's you use for
your internal LANs. Of course, if you are provided with only one
registered, public available IP address, you will use NAT to hide your
internal configuration from the outside world.

From your configuration, I think 3 NICs will suffice:

1 connected to DSL provider
1 for your office subnet
1 for your servers subnet

Each interface will have a primary IP. 
Outgoing traffic to your provider will be masqueraded, unlike ip-traffic
between your office and servers subnet.

If you want to host a number of services on this router/gateway, you can
choose to assign some more virtual IP-addresses to your internal
interfaces (office/servers subnet). 

To control and protect the traffic, you have several options. Bundled
with linux mandrake comes shorewall (9.0) - controlled with mandrake
control panel, guarddog (don't know if it's in standard edition,
mandrake packages are available on the developer's site) - provides it's
own graphical user interface to control the rules, and a bunch of other
tools from very low to higher level control.

Regards,

Lieven



Op zo 01-12-2002, om 14:37 schreef Belkie, Dan:
 Sweet
 
 This might do the trick *BUT*
 
 My DSL provider does authentication via the card mac address. Because
of
 this I don't think they will let me have 2 IP's to 1 mac.
 
 
 thoughts?
 
 d.
 
 
 -Original Message-
 From: Franki [mailto:[EMAIL PROTECTED]]
 Sent: December 1, 2002 6:09 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [expert] 4 LAN cards
 
 
 yes, there is a better way..
 
 you can have multiple IP's assigned to one ethernet card...
 
 so for example:
 
 eth0= 203.59.87.254
 eth0:0  =   203.59.6.252
 eth0:1  =   xxx.xxx.xx.xxx
 
 eth1: some other IP.
 eth1:1 another IP.
 
 I have a linux box with three network cards in it..
 
 1 is for the ADSL connection and hosting the live public IP's associated
 with it.
 2 is for a 192.168.0.0/24 network
 3 is for a 10.0.x.x network...
 
 using /etc/sysconfig/static-routes you can make the whole lot talk to each
 other..
 
 
 rgds
 
 Frank
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
 Sent: Sunday, 1 December 2002 8:58 PM
 To: '[EMAIL PROTECTED]'
 Subject: [expert] 4 LAN cards
 
 
 Hey Guys!
 
 Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
 cards in it of course
 
 Ok now I might be going way out, and maybe someone can tell me a better
way
 to do this...
 
 I have 2 static IP's and I want them both to run into the same box.
 
 I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
 non-routable.
 
 The reason for this... I want to have some mail servers and webservers on
 one network (192.168.0.1) and then have another network for the office
 (10.10.10.1) I would like to have my office people able to surf the net
and
 be on a dif subnet then the webservers.. so no one monkeys around
 
 Is this a good way to do it? Anyone have any ideas?
 
 Thanks
 Dan
 
 
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Lieven Van Acker [EMAIL PROTECTED]
ELiSA




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] 4 LAN cards

2002-12-01 Thread Lieven Van Acker
Hi,

I suppose you only have one DSL connection, connected to only one
ethernet interface. It will be this interface's mac that's used for
autenthication with your DSL provider. The other NIC's and their resp.
MAC addresses are not taken into account for connecting your DSL.

So, as long as your outgoing connection only uses 1 IP address, there
won't be a problem, no mather wich and how many NIC's / IP's you use for
your internal LANs. Of course, if you are provided with only one
registered, public available IP address, you will use NAT to hide your
internal configuration from the outside world.

From your configuration, I think 3 NICs will suffice:

1 connected to DSL provider
1 for your office subnet
1 for your servers subnet

Each interface will have a primary IP. 
Outgoing traffic to your provider will be masqueraded, unlike ip-traffic
between your office and servers subnet.

If you want to host a number of services on this router/gateway, you can
choose to assign some more virtual IP-addresses to your internal
interfaces (office/servers subnet). 

To control and protect the traffic, you have several options. Bundled
with linux mandrake comes shorewall (9.0) - controlled with mandrake
control panel, guarddog (don't know if it's in standard edition,
mandrake packages are available on the developer's site) - provides it's
own graphical user interface to control the rules, and a bunch of other
tools from very low to higher level control.

Regards,

Lieven



Op zo 01-12-2002, om 14:37 schreef Belkie, Dan:
 Sweet
 
 This might do the trick *BUT*
 
 My DSL provider does authentication via the card mac address. Because of
 this I don't think they will let me have 2 IP's to 1 mac.
 
 
 thoughts?
 
 d.
 
 
 -Original Message-
 From: Franki [mailto:[EMAIL PROTECTED]]
 Sent: December 1, 2002 6:09 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [expert] 4 LAN cards
 
 
 yes, there is a better way..
 
 you can have multiple IP's assigned to one ethernet card...
 
 so for example:
 
 eth0= 203.59.87.254
 eth0:0  =   203.59.6.252
 eth0:1  =   xxx.xxx.xx.xxx
 
 eth1: some other IP.
 eth1:1 another IP.
 
 I have a linux box with three network cards in it..
 
 1 is for the ADSL connection and hosting the live public IP's associated
 with it.
 2 is for a 192.168.0.0/24 network
 3 is for a 10.0.x.x network...
 
 using /etc/sysconfig/static-routes you can make the whole lot talk to each
 other..
 
 
 rgds
 
 Frank
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
 Sent: Sunday, 1 December 2002 8:58 PM
 To: '[EMAIL PROTECTED]'
 Subject: [expert] 4 LAN cards
 
 
 Hey Guys!
 
 Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
 cards in it of course
 
 Ok now I might be going way out, and maybe someone can tell me a better way
 to do this...
 
 I have 2 static IP's and I want them both to run into the same box.
 
 I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
 non-routable.
 
 The reason for this... I want to have some mail servers and webservers on
 one network (192.168.0.1) and then have another network for the office
 (10.10.10.1) I would like to have my office people able to surf the net and
 be on a dif subnet then the webservers.. so no one monkeys around
 
 Is this a good way to do it? Anyone have any ideas?
 
 Thanks
 Dan
 
 
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Lieven Van Acker [EMAIL PROTECTED]
ELiSA



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] logs filling with wireless info

2002-12-01 Thread Praedor Atrebates
My system logs are filling with basic wireless lan traffic information, ie:

vnetusba.c/usb_vnet_ioctl: cmd x8b29 StationState 5
vnetusba.c/usb_vnet_ioctl: unknown ioctl x8b29
vnetusba.c/usb_vnet_ioctl: cmd x8b01 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b0b StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b03 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b05 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b09 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b2b StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b1b StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b15 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b1d StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b21 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b23 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b25 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b07 StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b2d StationState 5
vnetusba.c/usb_vnet_ioctl: cmd x8b27 StationState 5
vnetusba.c/usb_vnet_ioctl: unknown ioctl x8b27
vnetusba.c/usb_vnet_ioctl: cmd x8b29 StationState 5
vnetusba.c/usb_vnet_ioctl: unknown ioctl x8b29

A new entry is added perhaps every 10 seconds or so.  Is there a simple means 
by which this logging can be stopped/turned off.  This is a Linksys WUSB11 
v2.6 with the Atmel driver.  At a later, convenient date I will need to 
increase the size of my /var partition because it can easily become 100% full 
after a few days with this nonsense.  I don't care to see this 
data/information.  How can I shut it off?

praedor



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] 4 LAN cards

2002-12-01 Thread Lieven Van Acker
Op zo 01-12-2002, om 15:16 schreef Belkie, Dan:
 I'm not sure I follow.
 
 I have 2 static IP's with my DSL provider. They do authentication my MAC
 address. So I will not be able to bind 2 static IP's to 1 NIC. (?)
 

Allright. I think you must ask your DSL provider if it's really
necessary to have to NICs. Seems a bit odd to me though... 

Is there a special reason to have two DSL-connections? Bandwidth? Need
two IP's?

Problem is with the routing, especially if you want to use static
routing to the outside: if you are going to use more than one route to
the internet, you either will need a complex routing configuration,
based upon a number of fixed criteria, or you will have to use a routing
daemon. 

Once you were able to setup the routing using two public connected
interfaces, you can setup connection sharing (aka masquerading) on these
two interfaces. I guess you will have to stick with the commandline
tools like iptables, cause the common setup mostly applies to one
internet-interface.

Regards,

Lieven


 I will have two networks in the office.
 
 Network (a) for 20 or so computers to surf the net and play LAN games.
 Network (b) for my webservers email servers etc.
 
 I assume network (a) can connect to 1 Nic on the box lets say network
 10.10.10.x
 Network (b)to another NIC and will be on 192.168.0.x.
 
 I guess my question can static routes do all this? Also how will internet
 connection sharing work? Or should I just leave that GUI alone?
 
 Thanks in advance guys!!
 
 Dan
 
 
 -Original Message-
 From: Lieven Van Acker [mailto:[EMAIL PROTECTED]]
 Sent: December 1, 2002 7:00 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [expert] 4 LAN cards
 
 
 Hi,
 
 I suppose you only have one DSL connection, connected to only one
 ethernet interface. It will be this interface's mac that's used for
 autenthication with your DSL provider. The other NIC's and their resp.
 MAC addresses are not taken into account for connecting your DSL.
 
 So, as long as your outgoing connection only uses 1 IP address, there
 won't be a problem, no mather wich and how many NIC's / IP's you use for
 your internal LANs. Of course, if you are provided with only one
 registered, public available IP address, you will use NAT to hide your
 internal configuration from the outside world.
 
 From your configuration, I think 3 NICs will suffice:
 
 1 connected to DSL provider
 1 for your office subnet
 1 for your servers subnet
 
 Each interface will have a primary IP. 
 Outgoing traffic to your provider will be masqueraded, unlike ip-traffic
 between your office and servers subnet.
 
 If you want to host a number of services on this router/gateway, you can
 choose to assign some more virtual IP-addresses to your internal
 interfaces (office/servers subnet). 
 
 To control and protect the traffic, you have several options. Bundled
 with linux mandrake comes shorewall (9.0) - controlled with mandrake
 control panel, guarddog (don't know if it's in standard edition,
 mandrake packages are available on the developer's site) - provides it's
 own graphical user interface to control the rules, and a bunch of other
 tools from very low to higher level control.
 
 Regards,
 
 Lieven
 
 
 
 Op zo 01-12-2002, om 14:37 schreef Belkie, Dan:
  Sweet
  
  This might do the trick *BUT*
  
  My DSL provider does authentication via the card mac address. Because
 of
  this I don't think they will let me have 2 IP's to 1 mac.
  
  
  thoughts?
  
  d.
  
  
  -Original Message-
  From: Franki [mailto:[EMAIL PROTECTED]]
  Sent: December 1, 2002 6:09 AM
  To: [EMAIL PROTECTED]
  Subject: RE: [expert] 4 LAN cards
  
  
  yes, there is a better way..
  
  you can have multiple IP's assigned to one ethernet card...
  
  so for example:
  
  eth0  = 203.59.87.254
  eth0:0  =   203.59.6.252
  eth0:1  =   xxx.xxx.xx.xxx
  
  eth1: some other IP.
  eth1:1 another IP.
  
  I have a linux box with three network cards in it..
  
  1 is for the ADSL connection and hosting the live public IP's associated
  with it.
  2 is for a 192.168.0.0/24 network
  3 is for a 10.0.x.x network...
  
  using /etc/sysconfig/static-routes you can make the whole lot talk to each
  other..
  
  
  rgds
  
  Frank
  
  
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
  Sent: Sunday, 1 December 2002 8:58 PM
  To: '[EMAIL PROTECTED]'
  Subject: [expert] 4 LAN cards
  
  
  Hey Guys!
  
  Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
  cards in it of course
  
  Ok now I might be going way out, and maybe someone can tell me a better
 way
  to do this...
  
  I have 2 static IP's and I want them both to run into the same box.
  
  I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
  non-routable.
  
  The reason for this... I want to have some mail servers and webservers on
  one network (192.168.0.1) and then have another network for the 

RE: [expert] 4 LAN cards

2002-12-01 Thread Franki
That should not make any difference

just make sure your main static IP address is eth0 or eth1 or eth2 etc..

make all the other ips the virtual interfece (ie eth0:1 eth1:2 etc etc..)

You will be fine if you do that.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
Sent: Sunday, 1 December 2002 9:38 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [expert] 4 LAN cards


Sweet

This might do the trick *BUT*

My DSL provider does authentication via the card mac address. Because of
this I don't think they will let me have 2 IP's to 1 mac.


thoughts?

d.


-Original Message-
From: Franki [mailto:[EMAIL PROTECTED]]
Sent: December 1, 2002 6:09 AM
To: [EMAIL PROTECTED]
Subject: RE: [expert] 4 LAN cards


yes, there is a better way..

you can have multiple IP's assigned to one ethernet card...

so for example:

eth0  = 203.59.87.254
eth0:0  =   203.59.6.252
eth0:1  =   xxx.xxx.xx.xxx

eth1: some other IP.
eth1:1 another IP.

I have a linux box with three network cards in it..

1 is for the ADSL connection and hosting the live public IP's associated
with it.
2 is for a 192.168.0.0/24 network
3 is for a 10.0.x.x network...

using /etc/sysconfig/static-routes you can make the whole lot talk to each
other..


rgds

Frank


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Belkie, Dan
Sent: Sunday, 1 December 2002 8:58 PM
To: '[EMAIL PROTECTED]'
Subject: [expert] 4 LAN cards


Hey Guys!

Ok I have a box, acting as a firewall / router. All is good. It has 2 NIC
cards in it of course

Ok now I might be going way out, and maybe someone can tell me a better way
to do this...

I have 2 static IP's and I want them both to run into the same box.

I want to put 4 NIC cards in the box. 2 (1 for each static IP) and 2 for
non-routable.

The reason for this... I want to have some mail servers and webservers on
one network (192.168.0.1) and then have another network for the office
(10.10.10.1) I would like to have my office people able to surf the net and
be on a dif subnet then the webservers.. so no one monkeys around

Is this a good way to do it? Anyone have any ideas?

Thanks
Dan







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] urpmi --auto-select getting jiggy with apache

2002-12-01 Thread Jack Coates
No, but I do have plf, mandrakeclub-testing, contrib and texstar -- One
of these days I'll have to figure out how MandrakeUpdate chooses the
update source only when it looks.

On Sat, 2002-11-30 at 23:06, James Sparenberg wrote:
 Do you perhaps have a cooker list in your urpmi database.  I've noticed
 on occasion that urpmi can get confused vs Mandrakeupdate almost as if
 they aren't reading the same files. Unfortunately I've never managed to
 make it reproduceable.
 
 James
 
 
 On Sat, 2002-11-30 at 21:24, Jack Coates wrote:
  I've got a 9.0 box with Apache 1.3.26 on it, and urpmi is trying to
  upgrade me to Apache 2.0 without my consent. Oddly enough, if I export X
  and use MandrakeUpdate instead, I get a completely different set of
  packages to upgrade.
  
  what gives?
  -- 
  Jack Coates
  Monkeynoodle: A Scientific Venture...
  
  
  
  
 
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
 
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] WIll the NVidia supply drivers for 8.2 work for MD 9.0

2002-12-01 Thread Franki
It will not work, different kernels..

download the src rpms, and --rebuild them, or compile the tarball from
nvidia..

they are the only ways that work.

The binary rpms are compiled specifically for the distro version they are
for.. specifically for the kernel version.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Roberto Armenteros
Sent: Sunday, 1 December 2002 4:11 PM
To: [EMAIL PROTECTED]
Subject: [expert] WIll the NVidia supply drivers for 8.2 work for MD 9.0


Hi guys,

  Has anybody tried installing the NVidia 8.2 drivers
in their 9.0 machines? Please let me know if anybody
has done this.

 Thanks a lot.

 RA.

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




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] urpmi --auto-select Couple of new questions about urpmi and installing big apps...

2002-12-01 Thread Franki
That leads to a couple of interesting questions...


1. I have two dozen mdk 9.0 boxes around town..  and I have set most of them
up to use the same urpmi sources.
But its a time consuming process to do so.. is there some config file or
directory that I can copy to the new servers to give them the same sources?
(texstar, contrib, plf, updates etc)??? that would be very handy if I could
just copy across some  files and issue urpmi an update..

2. All my mail servers use amavisd and a virus scanner to scan all main, (in
and out.) for spam and virus's... now I'm using amavis-new which requires
spamassasin, and both have need of a good many perl modules, and helper
apps...

Is there any application that I can use to create a shapshot of an
installation process. (like installing all the requirements of spamassasin
and amavis-new as well as the programs themselves.) so I can copy that
snapshot to another mdk9.0 system and install the exact same snapshot?

It takes ages to setup a fully functional amavis-new/spamassasin/Trend
filescan mailserver. mostly due to installing many many perl modules.. (alot
of which are not included in mdk9.0 and have to be compiled from cpan.)


I'd love a way to automate it.

Anyone got any tips on how I might do that?? (I know I could build the lot
into an RPM, but that would take longer then installing it 2 dozen times. at
least it would for me to do it.)


regards

Frank



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jack Coates
Sent: Sunday, 1 December 2002 11:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] urpmi --auto-select getting jiggy with apache


No, but I do have plf, mandrakeclub-testing, contrib and texstar -- One
of these days I'll have to figure out how MandrakeUpdate chooses the
update source only when it looks.

On Sat, 2002-11-30 at 23:06, James Sparenberg wrote:
 Do you perhaps have a cooker list in your urpmi database.  I've noticed
 on occasion that urpmi can get confused vs Mandrakeupdate almost as if
 they aren't reading the same files. Unfortunately I've never managed to
 make it reproduceable.

 James


 On Sat, 2002-11-30 at 21:24, Jack Coates wrote:
  I've got a 9.0 box with Apache 1.3.26 on it, and urpmi is trying to
  upgrade me to Apache 2.0 without my consent. Oddly enough, if I export X
  and use MandrakeUpdate instead, I get a completely different set of
  packages to upgrade.
 
  what gives?
  --
  Jack Coates
  Monkeynoodle: A Scientific Venture...
 
 
  
 

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com



 


 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
--
Jack Coates
Monkeynoodle: A Scientific Venture...





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] IP alias. How?

2002-12-01 Thread Alexander Volovics
Hello,

I am trying to attach a second IP adress to my pcmcia network card
in mandrake-9.0 which uses dhcp to connect to a router.

It seems to be impossible to do this via the graphical interfaces:
Mandrake Control Center - Network  internet - Connection (- Expert Mode).

If I use 'ifconfig' and 'route add' I have a temporary solution lasting
till I logout. Where can I configure it to make it permanent.
(I am still getting accustomed to the entries under /etc, slightly
 different than I am used to).

Can I add a 'ifcfg-eth0:1' in /etc/sysconfig/network-scripts/ ?

I have not been able to find any reference to 'IP aliasing' in the
Mandrake documentation. Strange!

Alexander

-- 
*The United States must fully disclose and destroy
 it's Weapons of Mass Destruction*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Apache Directive Question

2002-12-01 Thread H. Carter Harris
I apologize to everyone who subscribes to both the newbie and expert lists.
I posted this in newbie but I didn't get an answer and I was hoping someone
on the expert list could help.

I have been working my way through the O'Reilly book on Apache and I have
run into a bit of a problem.  I can't get a test website to serve up a
default page but it works perfectly if I give it the starting page as part
of the URL.

A little background: I am actually testing this over the internet and using
VNC to work on the linux box.  I had a spare domain name so I set up my DNS
servers for that domain to point to the linux box.  I stopped Apache, wrote
a simple conf file then started Apache with the -f and -d parameters.  The
httpd.conf file looked like this:

LoadModule config_log_module /usr/lib/apache/mod_log_config.so
User apache
Group apache
ServerName linuxserver
DocumentRoot /usr/www/site.first/htdocs
TransferLog /usr/www/site.first/logs/access.log

I wrote this conf by looking at the way Mandrake configured Apache when it
was installed as part of the OS (8.2) install.  O'Reilly doesn't use DSO
rather it creates one huge executable ... I like Mandrake's way better.  I
brought up several simple pages and was able to connect to them and display
them in my web browser at home by entering a url like:

www.testdomain.com/1.txt, where 1.txt is a document in the
/usr/www/site.first/htdocs directory.  This worked fine.  I then brought up
an example from the book that uses an index.html page placed in the
/usr/www/site.first/htdocs directory.  I changed my conf file to look like
this:

LoadModule config_log_module /usr/lib/apache/mod_log_config.so
LoadModule dir_module /usr/lib/apache/mod_dir.so
User apache
Group apache
ServerName linuxserver
DocumentRoot /usr/www/site.first/htdocs
TransferLog /usr/www/site.first/logs/access.log
DirectoryIndex index.html

If I enter www.testdomain.com in my webbrowser I get a 404 error.  If I
enter www.testdomain.com/index.html it display my page.

From reading the Apache documentation, I thought index.html was the default
and it would serve up the page without the directive; but it didn't, with or
without the directive.

BTW, I got the TransferLog directive working the same way ... copying the
directives Mandrake put in the default page.  Also, from reading the Apache
documentation, I thought I would need a directive like AddModule
mod_log_config.c but I got warning message when starting Apache with that
directive in the config file.  I took it out and logging works just fine
without it.  The Mandrake config file has it.  Did I miss a memo on this?

Thanks in advance for taking the time to read this and any advice you might
have, Carter.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] ControlCenter, no services are shown (9.0)

2002-12-01 Thread W. Kasberg
Since some time I have a strange behaviour of ControlCenter:
If I choose system/services no list of services is shown; the window is empty.
Thus I cannot start/stop no service.
After installing Mdk 9.0 the feature worked.
Any hint to change this behaviour?

W. Kasberg



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] lisa

2002-12-01 Thread Ron Stodden
Tom wrote:

You are right about the glitch in the docs. Anyhow, if you plan to run SAMBA 
on that ML 9.0  machine, you will need to disable lisa. The lisa package 
interferes with SAMBA's operation.

Thanks.  No use for samba here...

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







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] WIll the NVidia supply drivers for 8.2 work for MD 9.0

2002-12-01 Thread Maxim Heijndijk
* Stardate: 2002-12-01 00:10
* Incoming subspace signal from Roberto Armenteros [EMAIL PROTECTED] :

 Hi guys,
 
   Has anybody tried installing the NVidia 8.2 drivers
 in their 9.0 machines? Please let me know if anybody
 has done this.

If you rebuild your kernel on 9.0 the modules end up in 
/lib/modules/2.4.19-16mdkcustom. When you install the Nvidia driver it ends up in  
/lib/modules/2.4.19-16mdk and it does not get loaded automatically anymore.

-- 
Best regards, M@X.

* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts  RPM Software Packages - http://go.to/conmen/
* Photography Pages - http://home.wanadoo.nl/cchq/photo/photo.html

System is up 10 min


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] OpenOffice will not start on LM9.0

2002-12-01 Thread Pierre Fortin
For the record, I ran oowriter a few times, then oocalc...  while oocalc
was still running (this morning), I tried to start oowriter and it would
silently die before bring up the splash screen...  So, I exited from
oocalc, and now oocalc would not start either...  

For some reason, OO did not clean up properly...

$ ll /tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796
srwxrwxrwx1 pfortin  pfortin 0 Nov 28 14:54
/tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796=

$ rm /tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796
rm: remove socket `/tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796'? y

and now OO works again...

Pierre

end of strace:

[snip]
stat64(/tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796,
{st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
connect(11, {sin_family=AF_UNIX,
path=/tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796}, 110) = 0
close(11)   = 0
access(/tmp, W_OK)= 0
socket(PF_UNIX, SOCK_STREAM, 0) = 11
fcntl64(11, F_GETFD)= 0
fcntl64(11, F_SETFD, FD_CLOEXEC)= 0
access(/tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796, F_OK) = 0
connect(11, {sin_family=AF_UNIX,
path=/tmp/OSL_PIPE_501_SingleOfficeIPC_-802380796}, 110) = 0
getcwd(/home/pfortin, 4096)   = 14
send(11, private:factory/swriter|, 24, 0) = 24
shutdown(11, 2 /* send and receive */)  = 0
close(11)   = 0
nanosleep({5, 0}, NULL) = 0
_exit(0)= ?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] lvcool

2002-12-01 Thread Toma Jankovic
Does anyone know how to compile lvcool on MDK 9 (or any else)
This is what I get 

gcc -o lvcool LVCool.o
LVCool.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make: *** [lvcool] Error 1



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] urpmi --auto-select Couple of new questions abouturpmi and installing big apps...

2002-12-01 Thread Jack Coates
On Sun, 2002-12-01 at 07:43, Franki wrote:
 That leads to a couple of interesting questions...
 
 
 1. I have two dozen mdk 9.0 boxes around town..  and I have set most of them
 up to use the same urpmi sources.
 But its a time consuming process to do so.. is there some config file or
 directory that I can copy to the new servers to give them the same sources?
 (texstar, contrib, plf, updates etc)??? that would be very handy if I could
 just copy across some  files and issue urpmi an update..
 

I don't think so -- this was my complaint to Todd Lyons here 
http://marc.theaimsgroup.com/?l=mandrake-expertm=103834832226012w=2
and is why I don't think urpmi is maintaining good data/configuration
separation. 

To get it to work, you'll need to construct a shell script containing
the urpmi.addmedia commands for each source, get it to the machines, and
run it.

 2. All my mail servers use amavisd and a virus scanner to scan all main, (in
 and out.) for spam and virus's... now I'm using amavis-new which requires
 spamassasin, and both have need of a good many perl modules, and helper
 apps...
 
 Is there any application that I can use to create a shapshot of an
 installation process. (like installing all the requirements of spamassasin
 and amavis-new as well as the programs themselves.) so I can copy that
 snapshot to another mdk9.0 system and install the exact same snapshot?
 

Again, shell-scripting is probably the best way to go -- a little tricky
with the CPAN stuff if you haven't set up CPAN already on each box
though. If you're in full control of all 24, you should be able to just
copy the config from the /root/.cpan/ before running the perl -mCPAN
-i[bundle] commands.

 It takes ages to setup a fully functional amavis-new/spamassasin/Trend
 filescan mailserver. mostly due to installing many many perl modules.. (alot
 of which are not included in mdk9.0 and have to be compiled from cpan.)
 
 
 I'd love a way to automate it.
 
 Anyone got any tips on how I might do that?? (I know I could build the lot
 into an RPM, but that would take longer then installing it 2 dozen times. at
 least it would for me to do it.)
 

If the boxes are all the same or similar (e.g. same CPU architecture,
distribution, and set of packages) then I would force installation of
the whole package into a single directory, then tar that up and copy it.

I work with an application server called Zope that is a seriously
massive PITA to set up, and I've been using this trick to back it up and
migrate it to new boxes for ages now.

 
 regards
 
 Frank
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jack Coates
 Sent: Sunday, 1 December 2002 11:30 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [expert] urpmi --auto-select getting jiggy with apache
 
 
 No, but I do have plf, mandrakeclub-testing, contrib and texstar -- One
 of these days I'll have to figure out how MandrakeUpdate chooses the
 update source only when it looks.
 
 On Sat, 2002-11-30 at 23:06, James Sparenberg wrote:
  Do you perhaps have a cooker list in your urpmi database.  I've noticed
  on occasion that urpmi can get confused vs Mandrakeupdate almost as if
  they aren't reading the same files. Unfortunately I've never managed to
  make it reproduceable.
 
  James
 
 
  On Sat, 2002-11-30 at 21:24, Jack Coates wrote:
   I've got a 9.0 box with Apache 1.3.26 on it, and urpmi is trying to
   upgrade me to Apache 2.0 without my consent. Oddly enough, if I export X
   and use MandrakeUpdate instead, I get a completely different set of
   packages to upgrade.
  
   what gives?
   --
   Jack Coates
   Monkeynoodle: A Scientific Venture...
  
  
   
  
 
   Want to buy your Pack or Services from MandrakeSoft?
   Go to http://www.mandrakestore.com
 
 
 
  
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 --
 Jack Coates
 Monkeynoodle: A Scientific Venture...
 
 
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] NVdriver problem w/ recompiled kernel

2002-12-01 Thread Jorris Graad
I've installed NVdriver successfully on mandrake's origin kernel. I used the tar.gz 
files.
Then I compiled the new 2.4.20 kernel and starting xwindow but the window couldn't be 
displayed.
I used make install to install the NVdriver but the result was error 1. like these:

ld -r -o NVdriver Module-linux Module-nvkernel
size NVdriver
   textdata bss dec hex filename
 894203   55476   52396 1002075   f4a5b NVdriver
depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/video/NVdriver
make: *** [package-install] Error 1

Then, I tried make SYSINCLUDE=/usr/src/linux-2.4.20/include just like what is 
written in the README file, but the result was same with above.

Can anyone help me.?
thanks

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] urpmi --auto-select Couple of new questions about urpmi and installing big apps...

2002-12-01 Thread Hoyt Duff
On Sunday 01 December 2002 10:43 am, Franki scribbled in crayon on a yellow 
legal pad:
 1. I have two dozen mdk 9.0 boxes around town..  and I have set most of
 them up to use the same urpmi sources.
 But its a time consuming process to do so.. is there some config file or
 directory that I can copy to the new servers to give them the same sources?
 (texstar, contrib, plf, updates etc)??? that would be very handy if I could
 just copy across some  files and issue urpmi an update..

Why can't you tar /etc/urpmi and /var/lib/urpmi and install that tarball on 
each new machine? You could even write a .spec file to create an .rpm with 
them  and install and update all the sources easily

-- 
Hoyt
http://www.MaximumHoyt.com/
Fix it until it breaks.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] NVdriver problem w/ recompiled kernel

2002-12-01 Thread J. Grant
Perhaps you should (if you did not already) make clean; make dep; in 
your kernel dir (with new sym link to /usr/src/linux) before compiling 
the nvidia src's

JG

Jorris Graad wrote:
I've installed NVdriver successfully on mandrake's origin kernel. I used the tar.gz files.
Then I compiled the new 2.4.20 kernel and starting xwindow but the window couldn't be displayed.
I used make install to install the NVdriver but the result was error 1. like these:

ld -r -o NVdriver Module-linux Module-nvkernel
size NVdriver
   text	   data	bss	dec	hex	filename
 894203	  55476	  52396	1002075	  f4a5b	NVdriver
depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/video/NVdriver
make: *** [package-install] Error 1

Then, I tried make SYSINCLUDE=/usr/src/linux-2.4.20/include just like what is written in the README file, but the result was same with above.

Can anyone help me.?
thanks

Ivo.


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] IP alias. How?

2002-12-01 Thread Franki
you can set it up permanently using linuxconf (install linuxconf then run netconf in 
a terminal.)

It can be used to setup static routes as well...

one tip though, when you finish, its gonna want to change stuff (permissions and 
stuff) over to what it thinks they should be. tell it to do nothing you will not 
lose your changes.

I prefer to just add them to /etc/sysconf/network-scripts like you said. works great.

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alexander Volovics
Sent: Sunday, 1 December 2002 11:59 PM
To: [EMAIL PROTECTED]
Subject: [expert] IP alias. How?


Hello,

I am trying to attach a second IP adress to my pcmcia network card
in mandrake-9.0 which uses dhcp to connect to a router.

It seems to be impossible to do this via the graphical interfaces:
Mandrake Control Center - Network  internet - Connection (- Expert Mode).

If I use 'ifconfig' and 'route add' I have a temporary solution lasting
till I logout. Where can I configure it to make it permanent.
(I am still getting accustomed to the entries under /etc, slightly
 different than I am used to).

Can I add a 'ifcfg-eth0:1' in /etc/sysconfig/network-scripts/ ?

I have not been able to find any reference to 'IP aliasing' in the
Mandrake documentation. Strange!

Alexander

-- 
*The United States must fully disclose and destroy
 it's Weapons of Mass Destruction*




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Help!-System recovery chaos (a bit long)

2002-12-01 Thread gikoreno
 Dear all,After having had an extremely stable system for a while now (MDK 9.0), I stupidly played around with the BIOS' power management features, and the system locked. So I had to hard reboot, and changed them back to what they were, thinking all would be fine...They system locked up again, with kernel error messages that were pretty cryptic (only hex numbers).My system is configured with several RAID5 partitions and a RAID0 partition. I booted with the failsafe kernel, and went into maintenance mode.Surely enough, checking /proc/mdstat, the RAID arrays were rebuilding themselves. Sounded good. Once they finished I unmounted them and did an xfs_check on each partition (except / and /usr) and no errors were found. I tried the restore booting from the installation CDs, but surely enough, because of the RAID setup etc, the partitions couldn't be found.Anyways, so I reboot again, and this time, it seems to be loading, and  o-oh, what do I get? KDM with all "users icons" appearing in the box, and no background image (black screen). I thought this would be simple to fix so I proceed to try logging in.The system crashed I believe, so I did the above mentioned steps again. Next time, instead of trying to log into KDM, I went to one of the virtual consoles, and started GDM on another screet (:1 instead of :0). BTW, GDM is very nice. So I start KDE (for the first time for that user), and I get several siggfaults(?) and errors, but eventually the sytem starts up. There had been some error messages with the font server, so I thought that running the Xserver configuration tool would fix that. Another error I got was that .devfsd couldn't be found.I restart the Xserver on :0, and then I reconfigure KDM to only show the users I wanted to see, and chose the background. Surely enough the users displayed were changed, but no background yet... So I restart machine to see if everything is fine. This time .devfsd was mounted so that was ok, no error with X font server, so that seemed ok, but KDM has still no background. I try to log in, and I get the X window, with a smaller console window in the top left. Surely enough I can still log into GDM on :1 .My data seems to be all there... for safety I did another backup of the essential files (/etc and all my docs). When I was trying to archive the files, the console window was crashing... but eventually it worked. I had a few more lockups, and complaints about the scsi device not finding the block size or something (I assumed it was the CDR drive)I don't know what happened. fstab and mtab are fine, mdstat shows no problems, I have tons of data and although the most important stuff is backed up, lots would be lost. Because everything is in RAID configuration, I don't know if I can do the usual Mandrake Upgrade install trick would work.What I did to be able to post to the list was to change the /etc/sysconfig/desktop file to start GDM instead, and pop two random data CDs into the CD and CDR drives. Now I can log-in to the machine, and this time there was no error at all (everything seems fine). I don't know if KDM works or not, and I don't know if KDE works or not (GNOME is my default).And most importantly, I don't know how bad the sytem was affected, or how reliable it is. I am in the middle of final exams, so this is really not the right time for this to happen... but hey, it's Moore's law isn't it?I'd really appreciate your advice, what shall I do to ensure the system works, and to fix whatever might be wrong?gikorenoJoin Excite! - http://www.excite.comThe most personalized portal on the Web!


[expert] disabling APIC in BIOS enables nic on Sis 7xx motherboards - repository for recommended settings

2002-12-01 Thread Jim Tarvid
Thanks to someone one this list and I apologize for losing the name, I set 
APIC to disable on a SiS745 motherboard and the nic now works.

It seems to me a lot of grief would be avoided by collecting a database of 
non-default BIOS settings.

Jim Tarvid



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] USB card reader support on 9.0 ?

2002-12-01 Thread Munagala Ramanath
Hi,

I'm trying to use my Fuji FinePix 2600Z camera. It works fine with 8.2:
When i plug it into the USB port, I get /dev/sda1 created and I can
mount it.

But on ML 9.0 no /dev/sd* devices get created; this is what I see in
the
logfile:
-
Nov 29 14:33:05 abc kernel: hub.c: USB new device connect on bus1/2,
assigned device number 2
Nov 29 14:33:05 abc kernel: usb.c: USB device 2 (vend/prod 0x4cb/0x100)
is not
claimed by any active driver.
Nov 29 14:33:08 abc /etc/hotplug/usb.agent: Setup usb-storage
usb-storage for USB product 4cb/100/100
Nov 29 14:33:09 abc kernel: Initializing USB Mass Storage driver...
Nov 29 14:33:09 abc kernel: usb.c: registered new driver usb-storage
Nov 29 14:33:09 abc kernel: scsi1 : SCSI emulation for USB Mass Storage
devicesNov 29 14:33:09 abc kernel:   Vendor: Fujifilm  Model: FinePix
1400Zoom  Rev: 0100
Nov 29 14:33:09 abc kernel:   Type:   Direct-Access
 ANSI SCSI revision: 02
Nov 29 14:33:09 abc kernel: USB Mass Storage support registered.
Nov 29 14:52:37 abc kernel: usb-uhci.c: interrupt, status 3, frame#
1024
-

The same sort of thing happens when I plug in a USB card reader that
has
a SmartMedia card in it:

-
Nov 29 22:00:05 abc kernel: hub.c: USB new device connect on bus1/2,
assigned device number 4
Nov 29 22:00:05 abc kernel: scsi2 : SCSI emulation for USB Mass Storage
devicesNov 29 22:00:05 abc kernel: usb-uhci.c: interrupt, status 4,
frame# 28
Nov 29 22:00:05 abc kernel:   Vendor: General   Model: Flash Disk Drive
 Rev: 2.05
Nov 29 22:00:05 abc kernel:   Type:   Direct-Access
 ANSI SCSI revision: 02
Nov 29 22:00:09 abc /etc/hotplug/usb.agent: Setup usb-storage for USB
product 3538/1/205
-

Again, no /dev/sd* devices created, so I'm not sure what to mount.

Any help is appreciated. Thanks.

Ram


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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] HELP: USB mouse configuration question

2002-12-01 Thread ding chi
Hi there
 Iam usingMandrake Linux 8.3. Everythingwas fine until my PS/2 mouse port had some problems and didn't work. Therefore I bought a new USB mouse and it works fine under Win98. 
 The problem happened after I boot and enter Linux.Beforeit entered X-window, Linux detecteda new USB mouse and asked me to choose the mouse type. Then, I followed the instructions and chose a type. However, after it entered X-window, there was still no mouse. 
 I tried to configure the mouse under terminal mode using "mouseconfig" command. I tried differed mouse driver types and everytime after I modified the mouse type, I did restart the computer. Unfortunately, all my effort failed.
 I believed that " mouseconfig" didmodifty thesystem mouse configurationsince everytime when I enter "mouseconfig" , the last time mouse config modification was still there. I guess it's because X-window still tried to use the old X-window configuration even though the system mouse configuration has been changed by me.
 Then I tried to use XF86Configure ( I cannot remember it clearly) command and edit some XF86 configuration file, but still failed. 
 I'm very anxious about this question. Anyboy can help me? Any reply from you guys will be highly appreciated.
 Chi DingDo you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: [expert] HELP: USB mouse configuration question

2002-12-01 Thread mike
Here is the relevant portion of my   /etc/X11/XF86Config-4 file.
Hope it helps.

Section InputDevice

Identifier  Mouse1
Driver  mouse
Option ProtocolIMPS/2
Option Device  /dev/usbmouse
Option ZAxisMapping 4 5
#Option Emulate3Buttons
#Option Emulate3Timeout50

# ChordMiddle is an option for some 3-button Logitech mice

#Option ChordMiddle

EndSection



On Sunday 01 December 2002 15:52, ding chi wrote:
 Hi there

   I  am using Mandrake Linux 8.3. Everything was fine until my PS/2
 mouse port had some problems and didn't work. Therefore I bought a new USB
 mouse and it works fine under Win98.

   The problem happened after I boot and enter Linux. Before it
 entered X-window, Linux detected  a new USB mouse and asked me to choose
 the mouse type. Then, I followed the instructions and chose a type.
 However, after it entered X-window, there was still no mouse.

   I tried to configure the mouse under terminal mode using
 mouseconfig command.  I tried differed mouse driver types and everytime
 after I modified the mouse type, I did restart the computer. Unfortunately,
 all my effort failed.

  I believed that  mouseconfig did modifty the system mouse
 configuration since everytime when I enter mouseconfig , the last time
 mouse config  modification was still there. I guess it's because X-window 
 still tried to use the old X-window configuration even though the system
 mouse configuration has been changed by me.

  Then I tried to use XF86Configure ( I cannot remember it clearly)
 command and edit some XF86 configuration file, but still failed.

 I'm very anxious about this question. Anyboy can help me?  Any
 reply from you guys will be highly appreciated.

 Chi Ding



 -
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now


Content-Type: text/html; charset=us-ascii; name=Attachment: 1
Content-Transfer-Encoding: 7bit
Content-Description: 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] urpmi --auto-select Couple of new questions abouturpmi and installing big apps...

2002-12-01 Thread James Sparenberg
What would be helpful in a case like this is to be able to do what PLF
did. (actually I got it from Ranger's site) but somehow a PLF CD was
created that you install from as if it was CD1 and it contains PLF's
rpms This gets moved into a new category called PLF (duh!) and then it
hands off to disc ... continues the install and asks for PLF at the
end,  Even if it were just possible to redo disk 3 (there is a ton of
room on it) You would then have the disks available and could create
rpms of data files you need.  Just my 2 cents.  

James


On Sun, 2002-12-01 at 10:36, Hoyt Duff wrote:
 On Sunday 01 December 2002 10:43 am, Franki scribbled in crayon on a yellow 
 legal pad:
  1. I have two dozen mdk 9.0 boxes around town..  and I have set most of
  them up to use the same urpmi sources.
  But its a time consuming process to do so.. is there some config file or
  directory that I can copy to the new servers to give them the same sources?
  (texstar, contrib, plf, updates etc)??? that would be very handy if I could
  just copy across some  files and issue urpmi an update..
 
 Why can't you tar /etc/urpmi and /var/lib/urpmi and install that tarball on 
 each new machine? You could even write a .spec file to create an .rpm with 
 them  and install and update all the sources easily
 
 -- 
 Hoyt
 http://www.MaximumHoyt.com/
 Fix it until it breaks.
 
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] problems with msec daily

2002-12-01 Thread Angus Beath




Hi, I've got this error from Cron each day. I'm not sure how to go about fixing it:

Subject: Cron root@dunedain nice -n 19 run-parts /etc/cron.daily
Date: Sat, 30 Nov 2002 18:04:19 -0500 (EST) 

bzcat: Can't open input file ./newaliases.1.bz2: No such file or directory.
bzcat: Can't open input file ./mailq.1.bz2: No such file or directory.
bzcat: Can't open input file ./ctags.1.bz2: No such file or directory.
bzcat: Can't open input file ./aliases.5.bz2: No such file or directory.


Any suggestions?

Angus



-- 
--
| Angus Beath | Support Coordinator | +61 2 42215600 |
| Fax +61 2 42214163 | [EMAIL PROTECTED]| 
--
If you hear someone yell, Empower THIS!! try to put 
some distance between you and whatever happens next. 
- words from the wise DNRC.
from the wise DNRC.








Re: [expert] problems with msec daily

2002-12-01 Thread H. Narfi Stefansson
On Sunday 01 December 2002 16:10, Angus Beath wrote:
 Hi, I've got this error from Cron each day. I'm not sure how to go about
 fixing it:

 Subject: Cron root@dunedain nice -n 19 run-parts /etc/cron.daily
 Date: Sat, 30 Nov 2002 18:04:19 -0500 (EST)

 bzcat: Can't open input file ./newaliases.1.bz2: No such file or
 directory.
 bzcat: Can't open input file ./mailq.1.bz2: No such file or directory.
 bzcat: Can't open input file ./ctags.1.bz2: No such file or directory.
 bzcat: Can't open input file ./aliases.5.bz2: No such file or directory.


 Any suggestions?

 Angus
This error message comes from makewhatis.
Most likely the symbolic link /usr/share/man/man1/newaliases.1.bz2 points 
to a location in your file system that does not exist.

The following commands fixed this for me:
update-alternatives --auto mta
update-alternatives --auto ctags

What is going on:
In order to allow you to have multiple versions of the same program 
installed, symbolic links to the man pages and the executables are 
maintained. Take an example from my system:
/usr/bin/gcc is a symbolic link to  /etc/alternatives/gcc
/etc/alternatives/gcc is a symbolic link to  /usr/bin/colorgcc-3.2

Then, if I install another version of gcc in /usr/bin, say 
/usr/bin/gcc-3.1,  and I want to access it as /usr/bin/gcc, I would change 
the link in /etc/alternatives. I.e. I would let /etc/alternatives/gcc 
point to /usr/bin/gcc-3.1.

Regular users (like you and I) never worry about these symbolic links 
because they are handled automatically when we upgrade and downgrade our 
rpms. In this case, something went wrong with the symbolic link for these 
2 packages and we had to re-run the script that handles these links.

If you are curious, you can look at the files in the directory 
/var/lib/rpm/alternatives as well as man update-alternatives.

I hope this helps,

Narfi.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB card reader support on 9.0 ?

2002-12-01 Thread Francisco Alcaraz Ariza
I have conected a Nikon 755 under 9.0 and has work like a charm.

After be sure usb, usb-core, usb-storage and ide-scsi modules are loaded I 
created a directory to be mounted (mkdir -m 777 /mnt/camera).

Then, after have usb-pluged the camera, I did:
mount -t vfat /dev/sda1 /mnt/camera

And it worked fine, using konqueror or nautilus to move the files from the 
camera to my harddrive.

I tested this in a Toshiba laptop (SAtellite 4090) and a Pentium 4.



El Dom 01 Dic 2002 20:48, Munagala Ramanath escribió:
 Hi,

 I'm trying to use my Fuji FinePix 2600Z camera. It works fine with 8.2:
 When i plug it into the USB port, I get /dev/sda1 created and I can
 mount it.

 But on ML 9.0 no /dev/sd* devices get created; this is what I see in
 the
 logfile:
 -
 Nov 29 14:33:05 abc kernel: hub.c: USB new device connect on bus1/2,
 assigned device number 2
 Nov 29 14:33:05 abc kernel: usb.c: USB device 2 (vend/prod 0x4cb/0x100)
 is not
 claimed by any active driver.
 Nov 29 14:33:08 abc /etc/hotplug/usb.agent: Setup usb-storage
 usb-storage for USB product 4cb/100/100
 Nov 29 14:33:09 abc kernel: Initializing USB Mass Storage driver...
 Nov 29 14:33:09 abc kernel: usb.c: registered new driver usb-storage
 Nov 29 14:33:09 abc kernel: scsi1 : SCSI emulation for USB Mass Storage
 devicesNov 29 14:33:09 abc kernel:   Vendor: Fujifilm  Model: FinePix
 1400Zoom  Rev: 0100
 Nov 29 14:33:09 abc kernel:   Type:   Direct-Access
  ANSI SCSI revision: 02
 Nov 29 14:33:09 abc kernel: USB Mass Storage support registered.
 Nov 29 14:52:37 abc kernel: usb-uhci.c: interrupt, status 3, frame#
 1024
 -

 The same sort of thing happens when I plug in a USB card reader that
 has
 a SmartMedia card in it:

 -
 Nov 29 22:00:05 abc kernel: hub.c: USB new device connect on bus1/2,
 assigned device number 4
 Nov 29 22:00:05 abc kernel: scsi2 : SCSI emulation for USB Mass Storage
 devicesNov 29 22:00:05 abc kernel: usb-uhci.c: interrupt, status 4,
 frame# 28
 Nov 29 22:00:05 abc kernel:   Vendor: General   Model: Flash Disk Drive
  Rev: 2.05
 Nov 29 22:00:05 abc kernel:   Type:   Direct-Access
  ANSI SCSI revision: 02
 Nov 29 22:00:09 abc /etc/hotplug/usb.agent: Setup usb-storage for USB
 product 3538/1/205
 -

 Again, no /dev/sd* devices created, so I'm not sure what to mount.

 Any help is appreciated. Thanks.

 Ram


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

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Installing SCSI-emulation to make cdrw work

2002-12-01 Thread Roberto Armenteros
Hi guys  girls,

   I recently got a Sony cd rw drive and I am trying
to use xcdroast with it. The first time I run this
program, it gave me the error: Failed to scan the
SCSI-bus. 
Either no permission to access the generic scsi
devices of no SCSI support enabled in the kernel. For
ATAPI devices you have to install the SCSI-emulation
first. It suggests to check the CD-Writing-HOWTO but I
can't find anything relevant in it.

My drive is not SCSI, so I supposed I need to install
the SCSI-emulation. If anyone has done this before, I
would really appreciate some directions or suggestions
on where I can find information to install it.

Thank you very much for your time,
  Robert.

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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installing SCSI-emulation to make cdrw work

2002-12-01 Thread Rolf Pedersen
Roberto Armenteros wrote:

Hi guys  girls,

   I recently got a Sony cd rw drive and I am trying
to use xcdroast with it. The first time I run this
program, it gave me the error: Failed to scan the
SCSI-bus. 
Either no permission to access the generic scsi
devices of no SCSI support enabled in the kernel. For
ATAPI devices you have to install the SCSI-emulation
first. It suggests to check the CD-Writing-HOWTO but I
can't find anything relevant in it.

My drive is not SCSI, so I supposed I need to install
the SCSI-emulation. If anyone has done this before, I
would really appreciate some directions or suggestions
on where I can find information to install it.

Thank you very much for your time,
  Robert.


Put hdx=ide-scsi in your grub menu entries or in the append= statement 
in lilo.conf and run lilo, where x is the position on the ide bus for 
your rw drive.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installing SCSI-emulation to make cdrw work

2002-12-01 Thread Roberto Armenteros
In lilo.conf, there is already one append statement
set to quiet devfs=mount Should I add the line you
suggested before or after this append statement?

  Thank you very much for your prompt response.

Robert.

--- Rolf Pedersen [EMAIL PROTECTED] wrote:
 Roberto Armenteros wrote:
  Hi guys  girls,
  
 I recently got a Sony cd rw drive and I am
 trying
  to use xcdroast with it. The first time I run
 this
  program, it gave me the error: Failed to scan the
  SCSI-bus. 
  Either no permission to access the generic scsi
  devices of no SCSI support enabled in the kernel.
 For
  ATAPI devices you have to install the
 SCSI-emulation
  first. It suggests to check the CD-Writing-HOWTO
 but I
  can't find anything relevant in it.
  
  My drive is not SCSI, so I supposed I need to
 install
  the SCSI-emulation. If anyone has done this
 before, I
  would really appreciate some directions or
 suggestions
  on where I can find information to install it.
  
  Thank you very much for your time,
Robert.
  
 
 Put hdx=ide-scsi in your grub menu entries or in the
 append= statement 
 in lilo.conf and run lilo, where x is the position
 on the ide bus for 
 your rw drive.
 
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] USB card reader support on 9.0 ?

2002-12-01 Thread Munagala Ramanath

--- Francisco Alcaraz Ariza [EMAIL PROTECTED] wrote:
 I have conected a Nikon 755 under 9.0 and has work like a charm.
 
 After be sure usb, usb-core, usb-storage and ide-scsi modules are
 loaded I 
 created a directory to be mounted (mkdir -m 777 /mnt/camera).
 
 Then, after have usb-pluged the camera, I did:
 mount -t vfat /dev/sda1 /mnt/camera

My problem is that the /dev/sda* files are not created. The modules
seem to be loaded ok.

Ram


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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installing SCSI-emulation to make cdrw work

2002-12-01 Thread Rolf Pedersen
Roberto Armenteros wrote:

In lilo.conf, there is already one append statement
set to quiet devfs=mount Should I add the line you
suggested before or after this append statement?



Just add it as one of the space-separated items within the quotes . 
Then, save, run lilo and reboot.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installing SCSI-emulation to make cdrw work

2002-12-01 Thread Roberto Armenteros
Thanks Rolf, I got that setup now. 

One last question though, once I start xcdroaster, I
can setup the recorder the sony recorder with no
problems, but when I go to set up the reader, only the
sony cdrw drive appears, instead of my LG cdrom. I
want a setup that will allow me to make cd copies from
the LG CDROM Drivew to the Sony CDRW. Why doesnt it
appear?

Thanks a lot Rolf,

Robert.


--- Rolf Pedersen [EMAIL PROTECTED] wrote:
 Roberto Armenteros wrote:
  In lilo.conf, there is already one append
 statement
  set to quiet devfs=mount Should I add the line
 you
  suggested before or after this append statement?
  
 
 Just add it as one of the space-separated items
 within the quotes . 
 Then, save, run lilo and reboot.
 
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


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


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installing SCSI-emulation to make cdrw work

2002-12-01 Thread Rolf Pedersen
Roberto Armenteros wrote:

Thanks Rolf, I got that setup now. 

One last question though, once I start xcdroaster, I
can setup the recorder the sony recorder with no
problems, but when I go to set up the reader, only the
sony cdrw drive appears, instead of my LG cdrom. I
want a setup that will allow me to make cd copies from
the LG CDROM Drivew to the Sony CDRW. Why doesnt it
appear?

Thanks a lot Rolf,

Robert.


What I've read is that you have to setup the reader with scsi emulation, 
using the same method, if you want to copy from it to the writer.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] A win-processor!?!?!?

2002-12-01 Thread Jim C
I've just installed Mdk 9.0 on an Athlon XP 1600+ 1.4 ghz machine.  When 
I fired up X it took hela long (like 5 min!) for it to start.  I tried 
everything I could think of and then eventually installed Mdk 8.2 
overtop of it as an experiment.  Sure enough, X is just as slow in 8.2 
as it is in 9.0. I've set the system so that it has a whole Gig of space 
for swap so I don't think that this is the problem.  My video card is an 
AGP Vodoo 3 2000 and it has worked fine on other machines running Mandrake.

Now I've never owned an Athlon XP processor before and my greatest fear 
is that it is a Win-processor similar to other monopoly-ware fomented by 
M$ such as Win-printers and Win-modems.  Say it aint so, because if it 
is, it means that the only way I can fix this is to get a hammer and 
make sure nobody else gets screwed by this particular processor.  I'll 
do it too.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread Jim Tarvid
It's not although AMDs groveling before MS and the world makes me wonder.

Try
$ startx $HOME/startx.log 21 [RET]

and see what's in the log file

Jim Tarvid

On Sunday 01 December 2002 10:14 pm, you wrote:
 I've just installed Mdk 9.0 on an Athlon XP 1600+ 1.4 ghz machine.  When
 I fired up X it took hela long (like 5 min!) for it to start.  I tried
 everything I could think of and then eventually installed Mdk 8.2
 overtop of it as an experiment.  Sure enough, X is just as slow in 8.2
 as it is in 9.0. I've set the system so that it has a whole Gig of space
 for swap so I don't think that this is the problem.  My video card is an
 AGP Vodoo 3 2000 and it has worked fine on other machines running Mandrake.

 Now I've never owned an Athlon XP processor before and my greatest fear
 is that it is a Win-processor similar to other monopoly-ware fomented by
 M$ such as Win-printers and Win-modems.  Say it aint so, because if it
 is, it means that the only way I can fix this is to get a hammer and
 make sure nobody else gets screwed by this particular processor.  I'll
 do it too.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread mycal62
before you get a hammer,  consider this,

I run a xp 1700+ processor , and have run 8.0, 8.2, and 9.0 all without 
any difficulty or special configuring.
I run an nvidia tnt2 32 mg agp video card, and have run several others 
though no voodoo card though, so don't know.
I would guess it's another problem though not the cpu. ( 9.0 was a bit 
harder to get working though )



~~
Mike McNeese currently triple booting 98lite , Mdk 8.0, 9.0  linux user 
# 248955
~~

 if obstacles are all that we see in our path, we have lost sight of 
our goal! 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread Jim C
$ startx $HOME/startx.log 21 [RET]

and see what's in the log file


Here is what is in the file.  See anything suspicious?  I don't.


hostname: Host name lookup failure


XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 23 January 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-1mdksmp i686 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Sun Dec  1 20:14:11 2002
(==) Using config file: /etc/X11/XF86Config-4

waiting for X server to shut down DRIUnlock called when not locked








Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread Jim C
Bingo! Now all I have to do is figure out if the via82cxxx animal is the 
onboard sound or the front USB port which I am not quite sure if I wired 
correctly. ;-) I can probably just turn the sound card off and restart 
and let harddrake handle it, if that is the case.

Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:27 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:27 spartack last message repeated 8 times
Dec  1 20:44:27 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:28 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:28 spartack kernel: via82cxxx warning: SG stopped or paused
Dec  1 20:44:28 spartack kernel: Assertion failed! chan-is_active == sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
Dec  1 20:44:28 spartack kernel: 

Re: [expert] A win-processor!?!?!?

2002-12-01 Thread PlugHead
On Sunday 01 December 2002 11:30 pm, Jim C wrote:
 Here is what is in the file.  See anything suspicious?  I don't.

  hostname: Host name lookup failure

I'd be a little bit suspicious of that...  Make sure your /etc/hosts file has 
an entry like:

127.0.0.1   localhost.localdomain localhost

You might even go so far as add a line for your 'real' host name in this file, 
e.g.:

127.0.0.1   myhostname

Also, check the contents of '/var/log/XFree86.0.log' for additional info...

If all else fails, try putting a more generic driver in your 
/etc/X11/XF86Config-4 file (e.g Section Device, Driver tdfx or Driver 
vga.)

HTH,
-Jason

=
The only reason for walking into the jaws of Death is so's you can steal His 
gold teeth.
(Colour of Magic)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread Tom
On Monday 02 December 2002 12:03 am, you wrote:
 Bingo! Now all I have to do is figure out if the via82cxxx animal is the
 onboard sound or the front USB port which I am not quite sure if I wired

It is the MB built-in sound card! Turn it off in the BIOS, looks like it 
may be defective.

 correctly. ;-) I can probably just turn the sound card off and restart
 and let harddrake handle it, if that is the case.

  Dec  1 20:44:26 spartack kernel: via82cxxx warning: SG stopped or paused
  Dec  1 20:44:26 spartack kernel: Assertion failed! chan-is_active ==
  sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
[snip]
  Dec  1 20:47:32 spartack anacron[1548]: Job `cron.weekly' started
  Dec  1 20:47:32 spartack anacron[2101]: Updated timestamp for job
  `cron.weekly' to 2002-12-01 Dec  1 20:47:32 spartack kernel: via82cxxx
  warning: SG stopped or paused Dec  1 20:47:55 spartack last message
  repeated 402 times
  Dec  1 20:47:55 spartack kernel: Assertion failed! chan-is_active ==
  sg_active(chan-iobase),via82cxxx_audio.c,via_chan_maybe_start,line=1198
  Dec  1 20:47:56 spartack gpm[1415]: imps2: Auto-detected intellimouse
  PS/2 Dec  1 20:49:29 spartack kernel: end_request: I/O error, dev 02:00
  (floppy), sector 0 Dec  1 20:49:29 spartack kernel: end_request: I/O
  error, dev 02:00 (floppy), sector 0 Dec  1 20:49:37 spartack
  anacron[1548]: Job `cron.weekly' terminated Dec  1 20:50:12 spartack
  kernel: floppy0: probe failed...
  Dec  1 20:50:17 spartack last message repeated 14 times
  Dec  1 20:50:18 spartack kernel: end_request: I/O error, dev 02:00
  (floppy), sector 0 Dec  1 20:50:25 spartack kernel: floppy0: probe
  failed...
  Dec  1 20:50:30 spartack last message repeated 14 times
  Dec  1 20:50:30 spartack kernel: end_request: I/O error, dev 02:00
  (floppy), sector 0 Dec  1 20:50:30 spartack kernel: MSDOS FS: IO charset
  iso8859-1
  Dec  1 20:50:30 spartack kernel: MSDOS FS: Using codepage 850
  Dec  1 20:50:37 spartack kernel: floppy0: probe failed...
  Dec  1 20:50:43 spartack last message repeated 13 times
  Dec  1 20:50:43 spartack kernel: end_request: I/O error, dev 02:00
  (floppy), sector 0 Dec  1 20:50:43 spartack kernel: FAT: unable to read
  boot sector Dec  1 20:50:43 spartack kernel: FAT: freeing
  iocharset=iso8859-1

Looks like it is attempting to mount a floppy. Do you have the /etc/fstab 
entry for the floppy set to noauto in the otions?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread Jim C
The plot thickens.  Check out these errors:


Dec  1 21:15:46 spartack  -- jim[1653]: LOGIN ON vc/1 BY jim
Dec  1 21:16:12 spartack rpc.statd[1051]: gethostbyname error for spartack.microverse.net
Dec  1 21:16:29 spartack login(pam_unix)[1654]: session opened for user root by (uid=0)
Dec  1 21:16:29 spartack  -- root[1654]: ROOT LOGIN ON vc/2
Dec  1 21:16:30 spartack modprobe: modprobe: Can't locate module char-major-226
Dec  1 21:16:30 spartack kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
Dec  1 21:16:30 spartack kernel: agpgart: Maximum main memory to use for agp memory: 203M
Dec  1 21:16:30 spartack kernel: agpgart: Detected Via Apollo Pro KT266 chipset
Dec  1 21:16:30 spartack kernel: agpgart: AGP aperture is 64M @ 0xe000
Dec  1 21:16:30 spartack modprobe: modprobe: Can't locate module char-major-226
Dec  1 21:16:30 spartack kernel: [drm] Initialized tdfx 1.0.0 20010216 on minor 0
Dec  1 21:18:55 spartack ntpd[1203]: time set 0.00 s
Dec  1 21:18:55 spartack ntpd[1203]: synchronisation lost
Dec  1 21:21:00 spartack gpm[1402]: imps2: Auto-detected intellimouse PS/2


I'm going to check on the host file. 203 MB of memory available for agp 
use seems extreem on a system that has only 256 K main memory.  I also 
have no idea what char-major-226 is.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread John McQuillen
On Mon, 2002-12-02 at 16:32, Jim C wrote:
 The plot thickens.  Check out these errors:
 
  Dec  1 21:15:46 spartack  -- jim[1653]: LOGIN ON vc/1 BY jim
  Dec  1 21:16:12 spartack rpc.statd[1051]: gethostbyname error for 
spartack.microverse.net
  Dec  1 21:16:29 spartack login(pam_unix)[1654]: session opened for user root by 
(uid=0)
  Dec  1 21:16:29 spartack  -- root[1654]: ROOT LOGIN ON vc/2
  Dec  1 21:16:30 spartack modprobe: modprobe: Can't locate module char-major-226
  Dec  1 21:16:30 spartack kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
  Dec  1 21:16:30 spartack kernel: agpgart: Maximum main memory to use for agp 
memory: 203M
  Dec  1 21:16:30 spartack kernel: agpgart: Detected Via Apollo Pro KT266 chipset
  Dec  1 21:16:30 spartack kernel: agpgart: AGP aperture is 64M @ 0xe000
  Dec  1 21:16:30 spartack modprobe: modprobe: Can't locate module char-major-226
  Dec  1 21:16:30 spartack kernel: [drm] Initialized tdfx 1.0.0 20010216 on minor 0
  Dec  1 21:18:55 spartack ntpd[1203]: time set 0.00 s
  Dec  1 21:18:55 spartack ntpd[1203]: synchronisation lost
  Dec  1 21:21:00 spartack gpm[1402]: imps2: Auto-detected intellimouse PS/2
 
 I'm going to check on the host file. 203 MB of memory available for agp 
 use seems extreem on a system that has only 256 K main memory.  I also 
 have no idea what char-major-226 is.
 

From /usr/src/linux/Documentation/devices.txt:

226 charDirect Rendering Infrastructure (DRI)

Regards,

John...



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A win-processor!?!?!?

2002-12-01 Thread Jim C
BINGO!!! :-) :-) :-)

It was the host file.

Thanks guys.

P.S. Glad the hammer stayed in the closet! :-)

Jim C wrote:


The plot thickens.  Check out these errors:


Dec  1 21:15:46 spartack  -- jim[1653]: LOGIN ON vc/1 BY jim
Dec  1 21:16:12 spartack rpc.statd[1051]: gethostbyname error for 
spartack.microverse.net
Dec  1 21:16:29 spartack login(pam_unix)[1654]: session opened for 
user root by (uid=0)
Dec  1 21:16:29 spartack  -- root[1654]: ROOT LOGIN ON vc/2
Dec  1 21:16:30 spartack modprobe: modprobe: Can't locate module 
char-major-226
Dec  1 21:16:30 spartack kernel: Linux agpgart interface v0.99 (c) 
Jeff Hartmann
Dec  1 21:16:30 spartack kernel: agpgart: Maximum main memory to use 
for agp memory: 203M
Dec  1 21:16:30 spartack kernel: agpgart: Detected Via Apollo Pro 
KT266 chipset
Dec  1 21:16:30 spartack kernel: agpgart: AGP aperture is 64M @ 
0xe000
Dec  1 21:16:30 spartack modprobe: modprobe: Can't locate module 
char-major-226
Dec  1 21:16:30 spartack kernel: [drm] Initialized tdfx 1.0.0 
20010216 on minor 0
Dec  1 21:18:55 spartack ntpd[1203]: time set 0.00 s
Dec  1 21:18:55 spartack ntpd[1203]: synchronisation lost
Dec  1 21:21:00 spartack gpm[1402]: imps2: Auto-detected intellimouse 
PS/2


I'm going to check on the host file. 203 MB of memory available for 
agp use seems extreem on a system that has only 256 K main memory.  I 
also have no idea what char-major-226 is.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] urpmi --auto-select Couple of new questions abouturpmi and installing big apps...

2002-12-01 Thread Franki
I'll have to give some thought to this..

a shell script seems the most likely candidate...

its a shame you can't export sources to a shell script from urpmi..

automate the process as it were, that would be handy.. guess it'll probably
happen at
some stage down the line..

rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of James Sparenberg
Sent: Monday, 2 December 2002 5:48 AM
To: Expert List
Subject: Re: [expert] urpmi --auto-select Couple of new questions
abouturpmi and installing big apps...


What would be helpful in a case like this is to be able to do what PLF
did. (actually I got it from Ranger's site) but somehow a PLF CD was
created that you install from as if it was CD1 and it contains PLF's
rpms This gets moved into a new category called PLF (duh!) and then it
hands off to disc ... continues the install and asks for PLF at the
end,  Even if it were just possible to redo disk 3 (there is a ton of
room on it) You would then have the disks available and could create
rpms of data files you need.  Just my 2 cents.

James


On Sun, 2002-12-01 at 10:36, Hoyt Duff wrote:
 On Sunday 01 December 2002 10:43 am, Franki scribbled in crayon on a
yellow
 legal pad:
  1. I have two dozen mdk 9.0 boxes around town..  and I have set most of
  them up to use the same urpmi sources.
  But its a time consuming process to do so.. is there some config file or
  directory that I can copy to the new servers to give them the same
sources?
  (texstar, contrib, plf, updates etc)??? that would be very handy if I
could
  just copy across some  files and issue urpmi an update..

 Why can't you tar /etc/urpmi and /var/lib/urpmi and install that tarball
on
 each new machine? You could even write a .spec file to create an .rpm with
 them  and install and update all the sources easily

 --
 Hoyt
 http://www.MaximumHoyt.com/
 Fix it until it breaks.


 


 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com