[expert] .asx player

1999-11-11 Thread alann

Does anyone know if there is  anything out there that will play a win
.asx
file for linux?? I looked for about and hour on my sys and the net and
came up with zero.

As usual, the answers probably on my HD, but I couldn't find one..

Thanks!

Alan

-- 
==
[EMAIL PROTECTED]  ([EMAIL PROTECTED])
running Linux Mandrake 6.1 and/or BeOS.



Re: [expert] lp0 - no such device

1999-11-11 Thread Sridhar G

Well, I now found that my lp.o module is not being loaded at boot time.

How do I make lp to load at boot time?

Thanks
Sridhar

- Original Message - 
From: Sridhar G <[EMAIL PROTECTED]>
To: Expert Mandrake List <[EMAIL PROTECTED]>
Sent: Thursday, November 11, 1999 11:59 PM
Subject: [expert] lp0 - no such device


> Hi,
> 
> Printer on my LM 6.0 stopped working couple o day's ago. 
> I deleted the lp0 device and created a new lp0.
> 
> When i do lptest >/dev/lp0, I get the error 'no such device'.
> 
> So what is the problem?
> 
> Thanks
> Sridhar
> 
> 
> 



[expert] lp0 - no such device

1999-11-11 Thread Sridhar G

Hi,

Printer on my LM 6.0 stopped working couple o day's ago. 
I deleted the lp0 device and created a new lp0.

When i do lptest >/dev/lp0, I get the error 'no such device'.

So what is the problem?

Thanks
Sridhar




Re: [expert] multiple nics

1999-11-11 Thread Derek Simkowiak

> eth0 irq 3 i/o 0x300 192.168.110.11 Bcast 192.168.110.255 Mask 255.255.255.0
> route 192.168.110.0
> 
> eth1 irq 9 i/o 0x260 192.168.110.12 Bcast 192.168.110.255 Mask 255.255.255.0
> route 192.168.110.0
> 
> At this point eth1 is in use, eth0 is not working.

Ah, I think the problem is that both NICs are on the same subnet.
It's funny, I had this discussion last Saturday at my local LUG...

Since both NICs are on the same subnet, the kernel cannot know
which one you want to send the pings out on.  If you try pinging the IP
address "192.168.110.15", should the kernel send that ping out through
eth0 or should it send it out through eth1?  There's no way to tell,
because there is no routing information that identifies which NIC
(interface) to send the packet out on.  Did you mean for that ping packet
to come from the IP address 192.168.110.11?  Or did you mean for that ping
packet to come from 192.168.110.12?  Apparantly, the kernel just
arbitrarily chooses the last one you configured.

If you need multiple IP address on the same subnet, you use
"sub-interfaces" (I am sorry--I do not know what the correct term is, so I
made up the word sub-interfaces).  Basically, you configure a single NIC
to have multiple separate IP addresses, as in:

ifconfig eth0:0 192.168.0.1
ifconfig eth0:1 192.168.0.2
ifconfig eth0:2 192.168.0.15
ifconfig eth0:3 192.168.0.249
...etc...

That way your computer can have the IP address 192.168.110.11 AND
192.168.110.12, and will respond to pings to either IP address (since all
pings are coming in to the same NIC).

If you want to use both NICs in your computer, try giving them
separate sub-nets and make sure your routing table lets the two sub-nets
talk to one another.  Then you should be able to ping one NIC from the
other.


Good Luck,
Derek Simkowiak
[EMAIL PROTECTED]



[expert] Install: Let's fix it, dammit!

1999-11-11 Thread Derek Simkowiak

[re: The busted PCMCIA installation...]
> Contacted the Mandrake developers at 6.0 and was told it would be
> fixed shortly but also have not seen a functional image on the
> Mandrake or Redhat/mirrors sites.

Well, then, let's fix this thing.  I want to run Mandrake on my
laptop.

I'm a developer, but I'm not entirely clear on how the boot disks
work.  I also do not have a huge amount of free time right now.

If one of the Mandrake developers can give me a general idea of
what's wrong (it looks like a ramdisk is simply being mounted read-only
when it should be mounted read/write), where the source code for the
installation disks is, and what file I should look in, I'd be happy to
give it a once-over and see if I can fix it.  Then I'll post a patch to
this list.

...but I don't have time to wade through a large source tree
trying to hunt down the right file, function, and figure out from scratch
how the code is designed.  So:  Mandrake install developers, where should
I look to find the problem?  And, where is the source repository for the
install disks located?


Thank You,
Derek Simkowiak
[EMAIL PROTECTED]




Re: [expert] Switch Hub

1999-11-11 Thread Larry Sword

Ramon Gandia wrote:

> On Thu, 11 Nov 1999,  Singer XJ Wang wrote:
> > I have a 10BaseT Dumb Hub
> >
> > what's a swtich?and what does it have that's better
> > then an 8 hub?
>
> In a hub, all the ethernet traffic appears at all
> ports of the hub.  Even those not meant for your
> computer.
>
> In a switch, this is segregated.  It reduces collissions
> and improves performance.
>
> With a switch, only your computer gets traffic intended
> for it, and the other computers on the switch do not
> get YOUR data on their ethernet cable.
>
> They are expensive devices.

Actually some of the less expensive brands, SMC and Netgear, have
switches that coast just a few dollars more that a hub. Netgear 5 port
switch US$100.00 or SMC 5 port about US$120.00. These switches cost
about the same as a similarly ported hub. Go for the switch.

>
>
> --
> Ramon Gandia = Sysadmin == Nook Net
> http://www.nook.net[EMAIL PROTECTED]
> 285 West First Avenue tel. 907-443-7575
> P.O. Box 970  fax. 907-443-2487
> Nome, Alaska 99762-0970  Alaska Toll Free. 888-443-7525



[expert] Dual Boot

1999-11-11 Thread ibi

Dear Friends, 

To those of us who use a dual boot system with W98 and also use Netscape
browser in W98 beware! One of the Judge's findings in the MS vs DOJ case
specifically spells out that, "In particular, Microsoft exposed those
using Navigator on Windows 98 to security and privacy risks that are
specific to Internet Explorer and to ActiveX controls.." Read it here:
http://www.nylj.com/links/microsoft/findingsfact.html#5

Pj
[EMAIL PROTECTED]



Re: [expert] multiple nics

1999-11-11 Thread Pat Mc

eth0 irq 3 i/o 0x300 192.168.110.11 Bcast 192.168.110.255 Mask 255.255.255.0
route 192.168.110.0

eth1 irq 9 i/o 0x260 192.168.110.12 Bcast 192.168.110.255 Mask 255.255.255.0
route 192.168.110.0

At this point eth1 is in use, eth0 is not working.

Pat

"S. Newhouse" wrote:

> Ramon Gandia writes:
>  > On Thu, 11 Nov 1999,  Pat Mc wrote:
>  > > Having some trouble setting up multiple nics on my 486. I'm using ne
>  > > clones with Mandrake 5.3 kernel 2.0.36. The cards work fine
>  > > individually, but with both configured I can only get one to work at a
>  > > time. I have tried netconf but that is not doing the trick.
>  > >
>  > > At this point I have done the configuration by hand. Both cards are
>  > > recognized at boot and ifconfig shows both up and running. But only one
>  > > works..ie ping etc
>  >
>  > You probably do not have routing set up for any cards but
>  > the first.  No route, no pings.  With one card, it will
>  > assume the proper routes.  With two cards, only one will
>  > route unless you set it up specifically.
> This is correct. The routing has to be set up in a special way.
>  > I do not know about the new Kernels, but in the 2.0.36
>  > and prior kernels, if you had more than one NIC of the
>  > same type, you could not use modules.  Modules would work
>  > if they needed different drivers.  Otherwise, with
>  > identical cards you needed to compile the driver directly
>  > into the kernel.  I have no idea about the 2.2.x kernels,
>  > but you should check this out.
> Don't know about this one.  I have used two network cards for a long
> time, both with 2.0.36 and 2.2.13, but they are different cards.
>
> If you tell me which networks or hosts you want to associate with
> which cards, I can try to help you out.
>
> -sen
>
>  >
>  > --
>  > Ramon Gandia = Sysadmin == Nook Net
>  > http://www.nook.net[EMAIL PROTECTED]
>  > 285 West First Avenue tel. 907-443-7575
>  > P.O. Box 970  fax. 907-443-2487
>  > Nome, Alaska 99762-0970  Alaska Toll Free. 888-443-7525
>  >



RE: [expert] Switch Hub

1999-11-11 Thread Singer XJ Wang

how much say for a 10BaseT swtich for say 8 ports?
and 100 baseT? for 8 ports?

<-- currently using a 16 Port Stackable Hub [from old work] for 5 computers

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Ramon Gandia
> Sent: Thursday, November 11, 1999 9:08 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] Switch Hub
> 
> 
> On Thu, 11 Nov 1999,  Singer XJ Wang wrote:
> > I have a 10BaseT Dumb Hub
> > 
> > what's a swtich?and what does it have that's better 
> > then an 8 hub?
> 
> In a hub, all the ethernet traffic appears at all
> ports of the hub.  Even those not meant for your
> computer.
> 
> In a switch, this is segregated.  It reduces collissions
> and improves performance.
> 
> With a switch, only your computer gets traffic intended
> for it, and the other computers on the switch do not
> get YOUR data on their ethernet cable.
> 
> They are expensive devices.
> 
> -- 
> Ramon Gandia = Sysadmin == Nook Net
> http://www.nook.net[EMAIL PROTECTED]
> 285 West First Avenue tel. 907-443-7575
> P.O. Box 970  fax. 907-443-2487
> Nome, Alaska 99762-0970  Alaska Toll Free. 888-443-7525
> 



Re: [expert] PCMCIA install broken...?

1999-11-11 Thread Chris Herrnberger

Derek:

Using the instructions on the site for P3015ct I was able to get SuSe
6.0/6.1/6.2/ installed via FTP/PCMCIA. Neither version of Mandrake
6.0/6.1 have been successful to date. Contacted the Mandrake developers
at 6.0 and was told it would be fixed shortly but also have not seen a
functional image on the Mandrake or Redhat/mirrors sites.

Chris

Derek Simkowiak wrote:
> 
> Hello,
> I am suffering from Bug #178, with Mandrake 6.1.  I get the
> message:
> 
> /usr/bin/runinstall2: cannot create /modules/modules.cgz: read-only file system
> install exited abnormally
> [...etc, as documented in the bug system...]
> 
> Has anyone solved this problem?  I found the bug report through
> Google and I can't see how to find out the status of this bug.  As in the
> bug report, I am trying a DHCP-based install with my PCMCIA network card.
> 
> Appearantly, Mandrake 6.0 worked (I never tried it), and I have
> installed Redhat Linux 5.2 on this laptop successfully, so someone,
> somewhere, broke something, somehow.  I have not tried Redhat Linux 6.0 or
> 6.1 on this machine.
> 
> This is a Toshiba Portege 3015CT.  I am a maintainer of one of the
> two Linux Laptop Homepage entries for this laptop, and I'd love to add
> Mandrake to my list of successful Linux installs.
> 
> Thank You,
> Derek Simkowiak
> [EMAIL PROTECTED]



Re: [expert] multiple nics

1999-11-11 Thread S. Newhouse

Ramon Gandia writes:
 > On Thu, 11 Nov 1999,  Pat Mc wrote:
 > > Having some trouble setting up multiple nics on my 486. I'm using ne
 > > clones with Mandrake 5.3 kernel 2.0.36. The cards work fine
 > > individually, but with both configured I can only get one to work at a
 > > time. I have tried netconf but that is not doing the trick.
 > > 
 > > At this point I have done the configuration by hand. Both cards are
 > > recognized at boot and ifconfig shows both up and running. But only one
 > > works..ie ping etc
 > 
 > You probably do not have routing set up for any cards but
 > the first.  No route, no pings.  With one card, it will
 > assume the proper routes.  With two cards, only one will
 > route unless you set it up specifically.
This is correct. The routing has to be set up in a special way.  
 > I do not know about the new Kernels, but in the 2.0.36
 > and prior kernels, if you had more than one NIC of the
 > same type, you could not use modules.  Modules would work
 > if they needed different drivers.  Otherwise, with 
 > identical cards you needed to compile the driver directly
 > into the kernel.  I have no idea about the 2.2.x kernels,
 > but you should check this out.
Don't know about this one.  I have used two network cards for a long
time, both with 2.0.36 and 2.2.13, but they are different cards.  

If you tell me which networks or hosts you want to associate with
which cards, I can try to help you out.  

-sen


 > 
 > -- 
 > Ramon Gandia = Sysadmin == Nook Net
 > http://www.nook.net[EMAIL PROTECTED]
 > 285 West First Avenue tel. 907-443-7575
 > P.O. Box 970  fax. 907-443-2487
 > Nome, Alaska 99762-0970  Alaska Toll Free. 888-443-7525
 > 



Re: [expert] My default gateway has disappeared!

1999-11-11 Thread John Aldrich

On Thu, 11 Nov 1999, you wrote:
> Hi,
> 
> I have had to change my IP and default gateway on my machine, and now my
> default gateway has dissapeared!  I have had to put a "route add" command
> in rc.local to keep it in place when the system restarts.  What would
> normally set the default gateway?
> 
NETCONFIG???
John



Re: [expert] Switch Hub

1999-11-11 Thread Ramon Gandia

On Thu, 11 Nov 1999,  Singer XJ Wang wrote:
> I have a 10BaseT Dumb Hub
> 
> what's a swtich?and what does it have that's better 
> then an 8 hub?

In a hub, all the ethernet traffic appears at all
ports of the hub.  Even those not meant for your
computer.

In a switch, this is segregated.  It reduces collissions
and improves performance.

With a switch, only your computer gets traffic intended
for it, and the other computers on the switch do not
get YOUR data on their ethernet cable.

They are expensive devices.

-- 
Ramon Gandia = Sysadmin == Nook Net
http://www.nook.net[EMAIL PROTECTED]
285 West First Avenue tel. 907-443-7575
P.O. Box 970  fax. 907-443-2487
Nome, Alaska 99762-0970  Alaska Toll Free. 888-443-7525



Re: [expert] Switch Hub

1999-11-11 Thread Dan Swartzendruber

At 07:32 PM 11/11/99 -0400, Singer XJ Wang wrote:
>I have a 10BaseT Dumb Hub
>
>what's a swtich?and what does it have that's better then an 8 hub?

with a switch, each host has it's own dedicated port, so there are not
collisions on a busy lan (oversimplified, but basically true).





[expert] RPM and PGP signing

1999-11-11 Thread Vincent Danen

I've got PGP 6.5.1 here and for some reason I can't PGP-sign RPMs I make.
In my /etc/lib/rpm/macros file I've got defined:

%_pgp_path /root/.pgp
%_pgp_name Vincent Danen <[EMAIL PROTECTED]>

But it never asks me for a password or even seems to invoke PGP at all.  I
can't find any other info on how to go about doing this or fixing this...
any ideas?

Vincent Danen ([EMAIL PROTECTED]) . ICQ: 54924721
http://shx.tzo.net . telnet://shx.tzo.net . http://tux.tzo.net
BBBS/LiI . Internet Rex for Linux Beta . Stronghold Enterprises/X BBS

Check out the new Linux Information site at http://tux.tzo.net



[expert] Switch Hub

1999-11-11 Thread Singer XJ Wang

I have a 10BaseT Dumb Hub

what's a swtich?and what does it have that's better then an 8 hub?

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Charles Boening
> Sent: Thursday, November 11, 1999 1:51 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [expert] Data Collision - How to improve transfer?
> 
> 
> Hawking Technologies 
> 10/100 Switch 5 Rj45 Auto-
> Sensing 1 Uplink Mini Ext Power 
> 
> http://www.evergreennetworks.com/product_zoom.asp?action=prodZoom&;
partNumber
=144414

I have a couple of the 8-port versions ... they seem to work very nice.


Charlie




-Original Message-
From: Dan Swartzendruber [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 11, 1999 6:18 AM
To: [EMAIL PROTECTED]
Cc: '[EMAIL PROTECTED]'
Subject: RE: [expert] Data Collision - How to improve transfer?


At 07:43 AM 11/11/99 -0500, Vanco, Donald wrote:
>Not what you want to hear - but switch to ATM.

kind of overkill, no?  what's wrong with a 100mb switch?  a 4-port or so
unit can be had for a couple hundred bucks.  run in full duplex and you
have zero collisions.

>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, November 11, 1999 1:02 AM
>> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>> Subject: [expert] Data Collision - How to improve transfer?
>> 
>> 
>> I know this is not really a Linux issue but...
>> 
>> I'm transferring data between my linbox and winbox.  Both are 
>> equipped with 10/100 NICs through a 10/100 hub.  My max transfer rate
>> stops around 600k/s and my hub's collision light stays on for 
>> the majority of the time during transfer.  Is there any way to improve
>> this transfer rate by cutting down the data collision?
>> 
>> Seve
>> 
>
>



RE: [expert] CAT-5 10BaseT cable max length

1999-11-11 Thread hamkas



for 100 baseT its 100 meters any further than that than ur not complying with
EIA/TIA category 5 standard







"Vanco, Donald" <[EMAIL PROTECTED]> on 11/11/99 08:51:34 PM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:(bcc: Hamka B Hj Suleiman/SKO/PCSB/Petronas)
Subject:  RE: [expert] CAT-5 10BaseT cable max length




> for 100Base its 185 meters for Cat-5 if my microsoft
> Networking Essentials book is right.
 Well, if you can't trust Micro$loth who can you trust?

Don








Re: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread hamkas



have u check ur cabling???   majority of network problem resulted from bad
cabling/crimping...




"Lord And Master;)" <[EMAIL PROTECTED]> on 11/11/99 10:06:37 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Hamka B Hj Suleiman/SKO/PCSB/Petronas)
Subject:  Re: [expert] Data Collision - How to improve transfer?




Sevatio Octavio wrote:

> I know this is not really a Linux issue but...
>
> I'm transferring data between my linbox and winbox.  Both are equipped with
10/100 NICs through a 10/100 hub.  My max transfer rate
> stops around 600k/s and my hub's collision light stays on for the majority of
the time during transfer.  Is there any way to improve
> this transfer rate by cutting down the data collision?
>
> Seve

I have this problem too only during install though, once I have the system up
and running and the network configured it seems to go
away. BUT I do have another problem when the winbox is booted into linux I get
transfer rates of about 2 bytes a secound (ie a 2 meg
file takes about 15 hours or more.) to send from server to other box. rx's from
the box to the server work fine though!

-DarkWlf











[expert] netstat

1999-11-11 Thread Duncan Hall


Can anyone tell me what this is?
This is part of the output from netstat
tcp    0 
0 203.133.122.170:sunrpc  phisig.punk.net:3876    ESTABLISHED
bin
tcp    0 
0 203.133.122.169:sunrpc  phisig.punk.net:3875    ESTABLISHED
bin
tcp    0 
0 203.133.122.168:sunrpc  phisig.punk.net:3874    ESTABLISHED
bin
tcp    0 
0 203.133.122.167:sunrpc  phisig.punk.net:3873    ESTABLISHED
bin
What is sunrpc and what would they be doing?
Dunc
-- \\- Duncan Hall
- SysAdmin Viator - Sydney AU +61 2 93616137 -\\ --
 


Re: [expert] multiple nics

1999-11-11 Thread Ramon Gandia

On Thu, 11 Nov 1999,  Pat Mc wrote:
> Having some trouble setting up multiple nics on my 486. I'm using ne
> clones with Mandrake 5.3 kernel 2.0.36. The cards work fine
> individually, but with both configured I can only get one to work at a
> time. I have tried netconf but that is not doing the trick.
> 
> At this point I have done the configuration by hand. Both cards are
> recognized at boot and ifconfig shows both up and running. But only one
> works..ie ping etc

You probably do not have routing set up for any cards but
the first.  No route, no pings.  With one card, it will
assume the proper routes.  With two cards, only one will
route unless you set it up specifically.

I do not know about the new Kernels, but in the 2.0.36
and prior kernels, if you had more than one NIC of the
same type, you could not use modules.  Modules would work
if they needed different drivers.  Otherwise, with 
identical cards you needed to compile the driver directly
into the kernel.  I have no idea about the 2.2.x kernels,
but you should check this out.

-- 
Ramon Gandia = Sysadmin == Nook Net
http://www.nook.net[EMAIL PROTECTED]
285 West First Avenue tel. 907-443-7575
P.O. Box 970  fax. 907-443-2487
Nome, Alaska 99762-0970  Alaska Toll Free. 888-443-7525



[expert] PCMCIA install broken...?

1999-11-11 Thread Derek Simkowiak

Hello,
I am suffering from Bug #178, with Mandrake 6.1.  I get the
message:

/usr/bin/runinstall2: cannot create /modules/modules.cgz: read-only file system
install exited abnormally
[...etc, as documented in the bug system...]

Has anyone solved this problem?  I found the bug report through
Google and I can't see how to find out the status of this bug.  As in the
bug report, I am trying a DHCP-based install with my PCMCIA network card.

Appearantly, Mandrake 6.0 worked (I never tried it), and I have
installed Redhat Linux 5.2 on this laptop successfully, so someone,
somewhere, broke something, somehow.  I have not tried Redhat Linux 6.0 or
6.1 on this machine.

This is a Toshiba Portege 3015CT.  I am a maintainer of one of the
two Linux Laptop Homepage entries for this laptop, and I'd love to add
Mandrake to my list of successful Linux installs.


Thank You,
Derek Simkowiak
[EMAIL PROTECTED]



Re: [expert] Web Benchmarking Software

1999-11-11 Thread Karsten Römling

Andy Abshagen wrote:
> 
> I am looking for a program that will benchmark a web server.  I have found a
> few but nothing that really works.
> Preferably I would something that would run off of a Linux Mandrake 6.1 box.
> However I do have both NT and 98 available if I have to.
> 
> Suggestions anyone?
> 
> Thanks
> Andy Abshagen

There is a thing called JMeter. It can be found on java.apache.org and
is a webserver stressert :-) written in java. It is not exactly a
benchmarking thing (no result comparisons etc.) but neat and last time I
tried it worked fine.
-- 
-
Why do we have to hide from the police, daddy?
Because we use emacs, son. They use vi.
--
[EMAIL PROTECTED]
http://www.tu-bs.de/~y0008422/
--
Medienwissenschaftler in BS:
http://www.tu-bs.de/institute/mewi/



[expert] multiple nics

1999-11-11 Thread Pat Mc

Having some trouble setting up multiple nics on my 486. I'm using ne
clones with Mandrake 5.3 kernel 2.0.36. The cards work fine
individually, but with both configured I can only get one to work at a
time. I have tried netconf but that is not doing the trick.

At this point I have done the configuration by hand. Both cards are
recognized at boot and ifconfig shows both up and running. But only one
works..ie ping etc

I have edited /etc/conf.modules:
alias eth0 ne
alias eth1 ne
options ne
io=0x260,0x300 irq=9,3

and copied ../../network-scripts/ifcfg-eth-0 to eth-1 ( editing
accordingly )

What other file need to be created/edited. And what else am I missing.

Pat





[expert] My default gateway has disappeared!

1999-11-11 Thread Tim Howell

Hi,

I have had to change my IP and default gateway on my machine, and now my
default gateway has dissapeared!  I have had to put a "route add" command
in rc.local to keep it in place when the system restarts.  What would
normally set the default gateway?

TIA

Tim




[expert] Samba strangeness

1999-11-11 Thread Tim Howell

Hi,

My machine has recently gone insane, and now samba is behaving strangely.
When I boot the system, it fails to start NMB services (SMB services are
ok) - so, I once the system is up , I try to manually start samba
(/etc/rc.d/init.d/smb start) and both SMB and NMB start successfully.  Why
would this be occurring, and what can I do to ensure NMB starts upon boot?

I have uninstalled and re-installed samaba.

TIA

TIm




[expert] Trouble with SparQ drive

1999-11-11 Thread Tim Howell

Hi,

I'm not sure if my previous posting made it to the list, so here it is
again.  If this is a repeat, my apologies.


I have recently had to move my SparQ drive to another machine, and now
when I issue the command "modprobe pd" (after having issued "modprobe
paride" then "modprobe epat"), I receive the following error message:

/lib/modules/2.2.5-15/misc/pd.o: init_module: Device or resource busy

What does this mean, and how do I fix it?

TIA,

Tim




Re: [expert] cdr

1999-11-11 Thread John Aldrich

On Thu, 11 Nov 1999, you wrote:
> This is not correct.  It depends on whether your cdrw is scsi or
> ide. If it is scsi, nothing special needs to be done.  If it is ide,
> you need to emulate a  scsi drive.
>
You're correct. My apologies. I assumed it was IDE. :-)
John



Re: [expert] performance - emacs?

1999-11-11 Thread David van Balen


Sounds about right for my PII 233, I think mine starts a little faster
(5-6 secs?). I have 96Mb of RAM but Linux runs with 64 since I'm running
NT in a vm.

DvB

On Thu, 11 Nov 1999, Alexander Kirillov wrote:

> Hi, 
> it looks like I am having some performance problems, in particular
> with emacs. I'm running mandrake 6.1 on PII-266, with 64 Mb RAM - not
> leading edge but pretty decent. However, some of the apps are slow; in
> particular, emacs takes about 8 secs to start - 1 second more than MS
> Word on the same machine (tried just to check). Is this normal? I
> believe it used to be better, but I can be mistaken. Can anyone with
> similar hardware tell me his experience? 
> 
> It doesn't seem to be related to X or window managers -even after
> telinit 3; emacs takes about the same time. Memory/CPU indicators
> (under Gnome) show memory 95% full, no swapping; CPU usage jumps
> to 20% first second after issuing 'emacs' command, then drops down to
> zero for the next 3-4 secs, then jumps to 100% and after this emacs
> finally emerges.
> 
> For comparison: on my office machine (Pentium 450Mhz, 128 meg RAM,
> RH6.0) emacs starts in under one second.
> 
> Any hints will be appreciated. 
> 
> Sasha
> 




[expert] Network card un-initialization

1999-11-11 Thread Eric Dexter

Hello,

I've been tackling a project I've been wanting to get started for a
long time, a Linux ipchains firewall. I seem to be having connectivity
loss if I leave the machine alone for a long time. The firewall looses it's
internet connection. Here is some background info:

Mandrake Helios (6.1)
3c509 NIC eth0=outside(cable modem DHCP via RoadRunner)
3c509 NIC eth1=inside(192.168.0.1)
2 client (internal) pc's
IPCHAINS with portforwarding via ipmasqadm

The connection works GREAT for quite a while, so, my first thoughts are
related to the external DHCP (I don't know how long the lease is for).
In my messages file, it appears that I successfully get a new lease, but I
see where the DHCP client seems to be re-initializing the network cards, IS
THIS NORMAL?

Also, when I return from my absence, I can alway tell that I've lost my
connection because my active TTY has these errors on the screen:

eth0: Setting Rx mode to 0 addresses. 
eth0: Setting Rx mode to 1 addresses. 

I'm betting that this is a hint. I can't, however figure out how to get the
NIC to work again, it still has an IP (in ifconfig), and it appears to
still have a route table (in route), but it can't ping anything outside of
this interface. Even doing an (ifdown eth0) (ifup eth0) doesn't help. And
remember, my other network card still is operable on my internal network
(eth1).  Anyone have any ideas?

Thanks for your time!

###  CLIP from /var/log/messages  

Nov  8 14:37:04 wks-xxx-xxx kernel: Packet log: output REJECT eth0
PROTO=1 xxx.xxx.xxx.83:3 207.69.200.149:3 L=92 S=0xC0 I=3152 F=0x
T=255 (#19) 
Nov  8 14:37:10 wks-xxx-xxx kernel: Packet log: output REJECT eth0
PROTO=1 xxx.xxx.xxx.83:3 207.69.200.149:3 L=92 S=0xC0 I=3153 F=0x
T=255 (#19) 
Nov  8 14:37:19 wks-xxx-xxx kernel: Packet log: output REJECT eth0
PROTO=1 xxx.xxx.xxx.83:3 207.69.200.149:3 L=88 S=0xC0 I=3154 F=0x
T=255 (#19) 
Nov  8 14:48:22 wks-xxx-xxx kernel: eth0: Setting Rx mode to 0
addresses. 
Nov  8 14:48:22 wks-xxx-xxx kernel: eth0: Setting Rx mode to 1
addresses. 
Nov  8 14:48:30 wks-xxx-xxx named[442]: Cleaned cache of 0 RRs
Nov  8 14:48:30 wks-xxx-xxx named[442]: listening on
[xxx.xxx.xxx.135].53 (eth0)
Nov  8 14:48:30 wks-xxx-xxx named[442]: deleting interface
[xxx.xxx.xxx.83].53
Nov  8 14:48:30 wks-xxx-xxx named[442]: USAGE 942094110 942065310
CPU=0.29u/0.18s CHILDCPU=0u/0s
Nov  8 14:48:30 wks-xxx-xxx named[442]: NSTATS 942094110 942065310
A=406
Nov  8 14:48:30 wks-xxx-xxx named[442]: XSTATS 942094110 942065310
RR=27 RNXD=0 RFwdR=25 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0
ROpts=0 SSysQ=2 SAns=0 SFwdQ=131 SDupQ=1261 SErr=0 RQ=406 RIQ=0
RFwdQ=0 RDupQ=275 RTCP=0 SFwdR=25 SFail=0 SFErr=0 SNaAns=0 SNXD=0
Nov  8 14:50:04 wks-xxx-xxx kernel: Packet log: output REJECT eth0
PROTO=1 xxx.xxx.xxx.135:3 207.69.200.149:3 L=92 S=0xC0 I=3155 F=0x
T=255 (#19) 



Re: [expert] cdr

1999-11-11 Thread John Aldrich

On Thu, 11 Nov 1999, you wrote:
> You're close. The command is: append= "hdx=ide-scsi", "X" being
> the device where your cdrom is.
> 
Thanks... I knew it was something like that, and it seemed
to me that I remembered it being like that, but it didn't
"look" right to me. :-)
John



[expert] cdr

1999-11-11 Thread S. Newhouse

webmedic writes:
 > What is the exact line to add to lilo to get a cdr to work and is there any
 > thing else I need to do to actualy burn cd with it?  Also I've only got this
 > one cdrom in my system so how do i use it as a burner and regular cdrom at the
 > same time. 
 > 
 > an example of lilo.conf would also be apriciated. TIA
OK, here's mine.

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.2.13-7mdk
label=linux
root=/dev/hda2
append="hdd=ide-scsi"
read-only


-sen



Re: [expert] cdr

1999-11-11 Thread S. Newhouse

John Aldrich writes:
 > On Thu, 11 Nov 1999, you wrote:
 > > What is the exact line to add to lilo to get a cdr to work and is there any
 > > thing else I need to do to actualy burn cd with it?  Also I've only got this
 > > one cdrom in my system so how do i use it as a burner and regular cdrom at the
 > > same time. 
 > > 
 > > an example of lilo.conf would also be apriciated. TIA
 > >
 > Check the archives, but I *think* the command is as follows:
 > 
 > append='ide=scsi' 
This is not correct.  It depends on whether your cdrw is scsi or
ide. If it is scsi, nothing special needs to be done.  If it is ide,
you need to emulate a  scsi drive.

If your ide cdrw is at /dev/hdc,
 then put the line

 append="hdc=ide-scsi"
 
in your /etc/lilo.conf file after the 'root= . . ' line.

If your ide cdrw is at /dev/hdd, 

 then put the line
 append="hdd=ide-scsi"

Then, type 
 /sbin/lilo

Also, in your /etc/rc.d/rc.local file, add the line

   modprobe ide-scsi

Once this is done, type

 lsmod

You should see something like 

ide-scsi7520   0

in the output.

Then, type 
 cdrecord -scanbus

You should see output like:

root@chaos sen]# cdrecord -scanbus
Cdrecord release 1.8a27 Copyright (C) 1995-1999 Jorg Schilling

scsibus0:
0,0,0 0) 'IDE-CD  ' 'R/RW 4x4x24 ' 'Z023' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *


This means that your system finds the CDRW at scsi address 0,0,0

On my system, cdrecord then worked fine.  I don't remember if xcdroast 
also worked.  

Also, this is on a stock Mandrake-6.1 system with kernel-2.2.13-7mdk

-Cheers,
 -sen



Re: [expert] cdr

1999-11-11 Thread S. Newhouse

Forgot to read the part about the cdr use alone. See my other post
about cd-rw.

To find out where your cdrom drive is: type

dmesg | grep hd

Your output will show where your cdrom drive is. 

E.g., on my system, I get

[root@chaos sen]# dmesg | grep hd
ide_setup: hdd=ide-scsi
ide0: BM-DMA at 0x10e0-0x10e7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x10e8-0x10ef, BIOS settings: hdc:DMA, hdd:pio
hda: QUANTUM FIREBALLP KX27.3, ATA DISK drive
hdc: MATSHITADVD-ROM SR-8584A, ATAPI CDROM drive
hdd: R/RW 4x4x24, ATAPI CDROM drive
hda: QUANTUM FIREBALLP KX27.3, 26147MB w/418kB Cache, CHS=/255/63
hdc: ATAPI 32X DVD-ROM drive, 512kB Cache
 hda: hda1 hda2

showing I have a DVD on hdc and a R/RW on hdc

Since you only have one, I suspect yours will be hdc.  
Below I assume this. 

To use your cdr, put a cdrom in it, and, as root, type

mount /dev/cdrom /mnt/cdrom

Then,
 cd /mnt/cdrom
 ls

etc.

To eject the cdrom, type
umount /mnt/cdrom; eject 

-Cheers,
 -sen

 > On Thu, 11 Nov 1999, you wrote:
 > > What is the exact line to add to lilo to get a cdr to work and is there any
 > > thing else I need to do to actualy burn cd with it?  Also I've only got this
 > > one cdrom in my system so how do i use it as a burner and regular cdrom at the
 > > same time. 
 > > 
 > > an example of lilo.conf would also be apriciated. TIA
 



[expert] performance - emacs?

1999-11-11 Thread Alexander Kirillov

Hi, 
it looks like I am having some performance problems, in particular
with emacs. I'm running mandrake 6.1 on PII-266, with 64 Mb RAM - not
leading edge but pretty decent. However, some of the apps are slow; in
particular, emacs takes about 8 secs to start - 1 second more than MS
Word on the same machine (tried just to check). Is this normal? I
believe it used to be better, but I can be mistaken. Can anyone with
similar hardware tell me his experience? 

It doesn't seem to be related to X or window managers -even after
telinit 3; emacs takes about the same time. Memory/CPU indicators
(under Gnome) show memory 95% full, no swapping; CPU usage jumps
to 20% first second after issuing 'emacs' command, then drops down to
zero for the next 3-4 secs, then jumps to 100% and after this emacs
finally emerges.

For comparison: on my office machine (Pentium 450Mhz, 128 meg RAM,
RH6.0) emacs starts in under one second.

Any hints will be appreciated. 

Sasha



Re: [expert] cdr

1999-11-11 Thread dlouhy


On 11-Nov-99 John Aldrich wrote:
> On Thu, 11 Nov 1999, you wrote:
>> What is the exact line to add to lilo to get a cdr to work and
>> is there any
>> thing else I need to do to actualy burn cd with it?  Also I've
>> only got this
>> one cdrom in my system so how do i use it as a burner and
>> regular cdrom at the
>> same time. 
>> 
>> an example of lilo.conf would also be apriciated. TIA
>>
> Check the archives, but I *think* the command is as follows:
> 
> append='ide=scsi' 
> 
> But check the archives. I recall reading a post on this no
> more than a couple weeks back. I'd search the archives (a
> link for the archives is on www.linux-mandrake.com) and see
> what you come up with. IIRC, Axalon gave a quite detailed
> example of what needs to go in LILO.
>   John

You're close. The command is: append= "hdx=ide-scsi", "X" being
the device where your cdrom is.

---
Jonathan Dlouhy
Principal Oboe,
Atlanta Symphony Orchestra
Thursday, November 11, 1999

Confucius say: Virginity like bubble, one prick all gone.



Re: [expert] cdr

1999-11-11 Thread John Aldrich

On Thu, 11 Nov 1999, you wrote:
> What is the exact line to add to lilo to get a cdr to work and is there any
> thing else I need to do to actualy burn cd with it?  Also I've only got this
> one cdrom in my system so how do i use it as a burner and regular cdrom at the
> same time. 
> 
> an example of lilo.conf would also be apriciated. TIA
>
Check the archives, but I *think* the command is as follows:

append='ide=scsi' 

But check the archives. I recall reading a post on this no
more than a couple weeks back. I'd search the archives (a
link for the archives is on www.linux-mandrake.com) and see
what you come up with. IIRC, Axalon gave a quite detailed
example of what needs to go in LILO.
John



RE: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread Charles Boening

Hawking Technologies 
10/100 Switch 5 Rj45 Auto-
Sensing 1 Uplink Mini Ext Power 

http://www.evergreennetworks.com/product_zoom.asp?action=prodZoom&partNumber
=144414

I have a couple of the 8-port versions ... they seem to work very nice.


Charlie




-Original Message-
From: Dan Swartzendruber [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 11, 1999 6:18 AM
To: [EMAIL PROTECTED]
Cc: '[EMAIL PROTECTED]'
Subject: RE: [expert] Data Collision - How to improve transfer?


At 07:43 AM 11/11/99 -0500, Vanco, Donald wrote:
>Not what you want to hear - but switch to ATM.

kind of overkill, no?  what's wrong with a 100mb switch?  a 4-port or so
unit can be had for a couple hundred bucks.  run in full duplex and you
have zero collisions.

>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, November 11, 1999 1:02 AM
>> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>> Subject: [expert] Data Collision - How to improve transfer?
>> 
>> 
>> I know this is not really a Linux issue but...
>> 
>> I'm transferring data between my linbox and winbox.  Both are 
>> equipped with 10/100 NICs through a 10/100 hub.  My max transfer rate
>> stops around 600k/s and my hub's collision light stays on for 
>> the majority of the time during transfer.  Is there any way to improve
>> this transfer rate by cutting down the data collision?
>> 
>> Seve
>> 
>
>



[expert] cdr

1999-11-11 Thread webmedic

What is the exact line to add to lilo to get a cdr to work and is there any
thing else I need to do to actualy burn cd with it?  Also I've only got this
one cdrom in my system so how do i use it as a burner and regular cdrom at the
same time. 

an example of lilo.conf would also be apriciated. TIA



Re: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread terry

collisions occur when more than one nic "requests to send" . When the data
rate is at 100 mb you will get more collisions because of the additional
requests to send from ea. nic.  when two nics experience a collision both
back off a random number of millisecs and then again "request to send"

enough theory... You might try a different nic manufacturer or may be try
and replace one on the nic with a 10.  Not many collisions should not occure
with
only two nics on a lan.  The yellow lite may also be an indication of
noise.  if you have a sniffer you should have a look at packet errors
it could be that you just have a bad nic.

hope this helps
terry
- Original Message -
From: Sevatio Octavio <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, November 10, 1999 11:01 PM
Subject: [expert] Data Collision - How to improve transfer?


> I know this is not really a Linux issue but...
>
> I'm transferring data between my linbox and winbox.  Both are equipped
with 10/100 NICs through a 10/100 hub.  My max transfer rate
> stops around 600k/s and my hub's collision light stays on for the majority
of the time during transfer.  Is there any way to improve
> this transfer rate by cutting down the data collision?
>
> Seve
>
>



Re: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread Christopher Cox



--
> From: Vanco, Donald <[EMAIL PROTECTED]>
> To: '[EMAIL PROTECTED]'
> Subject: RE: [expert] Data Collision - How to improve transfer?
> Date: Thursday, November 11, 1999 7:43 AM
> 
> Not what you want to hear - but switch to ATM.
> 
> Don


I don't know. The net here, all 100BT, runs virtually collision free and
VERY fast. I am a switching hub addict...:-)

Have you bert(sp?) tested all the connections?

Regards

Christopher Cox



RE: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread Dan Swartzendruber

At 07:43 AM 11/11/99 -0500, Vanco, Donald wrote:
>Not what you want to hear - but switch to ATM.

kind of overkill, no?  what's wrong with a 100mb switch?  a 4-port or so
unit can be had for a couple hundred bucks.  run in full duplex and you
have zero collisions.

>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, November 11, 1999 1:02 AM
>> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>> Subject: [expert] Data Collision - How to improve transfer?
>> 
>> 
>> I know this is not really a Linux issue but...
>> 
>> I'm transferring data between my linbox and winbox.  Both are 
>> equipped with 10/100 NICs through a 10/100 hub.  My max transfer rate
>> stops around 600k/s and my hub's collision light stays on for 
>> the majority of the time during transfer.  Is there any way to improve
>> this transfer rate by cutting down the data collision?
>> 
>> Seve
>> 
>
>



Re: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread Lord And Master;)

Sevatio Octavio wrote:

> I know this is not really a Linux issue but...
>
> I'm transferring data between my linbox and winbox.  Both are equipped with 10/100 
>NICs through a 10/100 hub.  My max transfer rate
> stops around 600k/s and my hub's collision light stays on for the majority of the 
>time during transfer.  Is there any way to improve
> this transfer rate by cutting down the data collision?
>
> Seve

I have this problem too only during install though, once I have the system up and 
running and the network configured it seems to go
away. BUT I do have another problem when the winbox is booted into linux I get 
transfer rates of about 2 bytes a secound (ie a 2 meg
file takes about 15 hours or more.) to send from server to other box. rx's from the 
box to the server work fine though!

-DarkWlf





Re: [expert] CAT-5 10BaseT cable max length

1999-11-11 Thread Joseph S. Gardner

[EMAIL PROTECTED] wrote:

> 10 megabits that's the reason its called 10base-X
>
> Ian Douglas <[EMAIL PROTECTED]> on 11/11/99 04:01:49 AM
>
> Please respond to [EMAIL PROTECTED]
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Hamka B Hj Suleiman/SKO/PCSB/Petronas)
> Subject:  Re: [expert] CAT-5 10BaseT cable max length
>
> Speaking of 10base2 ... what is the maximum bandwidth on coax? I thought I had
> heard that it couldn't carry much more than a few megabits per second.
>
> ---
> Ian Douglas, System Administration
> [EMAIL PROTECTED]

10base2 is again 10Mbs, perhaps you're thinking of Cat2 cable, it's good to 4Mbs

For the record

10base2 RG58 (thin-ax) cable- max segment length = 180 meters
Cat1 UTP  (telephone cable)
Cat2 UTP 4Mbs
Cat3 UTP (ethernet) Can suporrt 16Mbs but used fo r10Mbs - max segment length =
100 meters
Cat4 UTP Can support 20Mbs - max segment length = 100 meters
Cat5 UTP 100Mbs - max segment length = 100 meters (according to one book and 50
meters according to another)

--
Joseph S. Gardner
Senior Designer / Technical Support
Kirby Co.,  Cleveland, OH
[EMAIL PROTECTED]




RE: [expert] CAT-5 10BaseT cable max length

1999-11-11 Thread Fred Frigerio

Not really, given wasted bandwidth due to collisions and other issues.
The best case scenario (only two machines for instance) yields a
statisticall 70% utilization or 7 megabits or .875 MegaBytes. Usually is
less than that, be happy with 60%. By the way this applies to any
collision detection ethernet protocol so the same with 10BaseT and
100BaseT although if you are switching at the hub you are going to be a
bit more efficient.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 10, 1999 10:36 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] CAT-5 10BaseT cable max length
> 
> 
> 
> 
> 10 megabits that's the reason its called 10base-X
> 
> 
> 
> 
> Ian Douglas <[EMAIL PROTECTED]> on 11/11/99 04:01:49 AM
> 
> Please respond to [EMAIL PROTECTED]
> 
> To:   [EMAIL PROTECTED]
> cc:(bcc: Hamka B Hj Suleiman/SKO/PCSB/Petronas)
> Subject:  Re: [expert] CAT-5 10BaseT cable max length
> 
> 
> 
> 
> Speaking of 10base2 ... what is the maximum bandwidth on 
> coax? I thought I had
> heard that it couldn't carry much more than a few megabits per second.
> 
> ---
> Ian Douglas, System Administration
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> 
> 
> 
> 



RE: [expert] CAT-5 10BaseT cable max length

1999-11-11 Thread Vanco, Donald

> for 100Base its 185 meters for Cat-5 if my microsoft  
> Networking Essentials book is right. 
Well, if you can't trust Micro$loth who can you trust?

Don



RE: [expert] Data Collision - How to improve transfer?

1999-11-11 Thread Vanco, Donald

Not what you want to hear - but switch to ATM.

Don

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 11, 1999 1:02 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [expert] Data Collision - How to improve transfer?
> 
> 
> I know this is not really a Linux issue but...
> 
> I'm transferring data between my linbox and winbox.  Both are 
> equipped with 10/100 NICs through a 10/100 hub.  My max transfer rate
> stops around 600k/s and my hub's collision light stays on for 
> the majority of the time during transfer.  Is there any way to improve
> this transfer rate by cutting down the data collision?
> 
> Seve
>