Linux-Networking Digest #182, Volume #12 Tue, 10 Aug 99 20:13:51 EDT
Contents:
Re: home network (please reply) (Randy Arnold)
Re: How to configure two 3c509network cards? (Weifan Lin)
News Server In Linux ("Nathan T. Lager")
Re: upgrade apache on redhat5.2 (QuestionExchange)
Re: Error message (QuestionExchange)
Re: Cyrus, Procmail, and Postfix ("Tobias Knowles")
Re: mirror site (QuestionExchange)
Re: IPChains Nightmare ("Andrew Taylor")
smb.conf ("Gary Ferrer")
Re: resizing desktop (Abdullah Ramazanoglu)
Re: PPP oddities. (QuestionExchange)
Re: SQUID AND PORT 113 (QuestionExchange)
Re: Netgear EEPROM gone?? (Jim Edwards)
Interface card question ("John N")
Re: Cant get 3c905b working...HE (QuestionExchange)
Virutal Hosting on a single IP with Apache and Linux? Is this possible?
([EMAIL PROTECTED])
Re: PPP, ISP, & Security? (Teonanacatl)
Re: using setserial to change irq on serial port (Abdullah Ramazanoglu)
----------------------------------------------------------------------------
From: Randy Arnold <[EMAIL PROTECTED]>
Subject: Re: home network (please reply)
Date: Tue, 10 Aug 1999 17:30:56 GMT
Evan Dandrea wrote:
> I am looking to start a home network, but I need help. I am rather new
> to this whole thing and don't really know what I specifically need. The
> setup that I hope to achieve is as follows:
>
> 486 running Win95 (120 ft max. from hub)
> Pentium running Win98 (50 ft max. from hub)
> AMD K6 running Win98 (50 ft max. from hub)
> Pentium running Redhat 6.0 (10 ft max. from hub)
> AMD K6-2 running Redhat Linux 6.0 w/ Samba (file server, 10 ft max. from
> hub)
> Snap Server or Cobalt Qube (web server, 10 ft max. from hub)
> Print server attached to a HP Deskjet 600c (any recommendations?)
> SDSL 192k (possibly in the future)
>
> Will Cat5 PVC 4 pair work? 10mb or 100mb?
> What kind of hubs, patch panels, etc. will I need?
> About how many sites can 192k SDSL handle?
> Are there any books/magazines that will help?
>
Here is a great place to start.
<http://metalab.unc.edu/mdw/HOWTO/Networking-Overview-HOWTO.html>
Randy
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: Weifan Lin <[EMAIL PROTECTED]>
Subject: Re: How to configure two 3c509network cards?
Date: Tue, 10 Aug 1999 16:59:12 -0500
Thank you for all your replies. I still have problem to make them work.
During reboot process I could see:
Executing /sbin/modprobe eth0
eth0:............
eth1:............
eth0: Setting Rx mode to 1 addresses.
eth1: Setting Rx mode to 0 addresses.
eth1: Setting Rx mode to 1 addresses.
After reboot, I couldn't see eth0 or eth1 from ifconfig. I mean 0.0.0.0
for all inet, Bcast and Mask. I have to run "/etc/rc.d/init.d/network
start" to bring them up.
Even with the above step, I can only ping eth0, eth1 and my local LAN,
not outside world. I am sure my routing table is correct which I have my
default gateway setup with the gateway given from my cable modem
provider.
Any help will be appreciated.
------------------------------
From: "Nathan T. Lager" <[EMAIL PROTECTED]>
Subject: News Server In Linux
Date: Tue, 10 Aug 1999 22:12:16 GMT
Greetings,
I am a college student studying PC-Networking. The class that
graduated 1 semester before me took the initiative to start a
News/Mail/Shell server running Caldera 1.3. Now 3 of us (myself and 2
classmates) have inherited the linux box and have to keep it running.
It runs fine and almost doesnt need any maintainance. The one thing
that we want to do to it is set it to ask for a username and password
when you try to access it because some people on the interent that we
dont want posting to it are. Does anyone have any idea how to do this?
Apparently it is set to ask for Authorization by default but the
students that configured it took it off. All i really want to know is
what files i might want to change to set it to ask for a login. I will
be working on this every time i get some free time (which i dont get
much of) so i may figure it out on my own, but it would be helpful if
anyone could give me a hint or two.
Thanks.
------------------------------
From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: upgrade apache on redhat5.2
Date: 10 Aug 1999 18:49:34 GMT
> Hello, I am using Redhat 5.2 I would like to upgrade to apache
> 1.3.6 After installation, httpd is installed in
> /usr/local/apache/bin/ I need to modify S85httpd so that the
> machine runs httpd each time booted up but i find that S85httpd
> contains "daemon httpd", i believe this statement start the
> apache server but how can I modify S85httpd so that it runs my
> /usr/local/apache/bin/httpd instead of running /usr/sbin/httpd
> --
if you are using RPMS, you should remove the old one, if your
using a GZ version, "make install" Should take care of it.
Best of luck!
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2429&cus_id=USENET&qtn_id=1590
------------------------------
From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: Error message
Date: 10 Aug 1999 18:49:51 GMT
> Buenos dias, continously I get a kernel error message :"
> kernel: eth0 : Transmit erro, Tx status register 82 " Does
> anyone know this message or has a reason for that. Thanks in
> advance - TB.
This is almost always a bad cable. Check the connection and/or
replace the ethernet cable. Also reset the net-board in the
system. Good Luck... --miked348
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2443&cus_id=USENET&qtn_id=1595
------------------------------
From: "Tobias Knowles" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc,comp.mail.imap
Subject: Re: Cyrus, Procmail, and Postfix
Date: Tue, 10 Aug 1999 11:40:44 -0700
Im not familiar with postfix, but using exim I was able to get this to work.
The key is exim changes to a given user depending on certain factors.
I've setup a procmail.generic file under /home/cyrus that is called by exim
/usr/bin/procmail -p procmail.generic. Then you can do your
delivery/filtering from procmail.
/usr/cyrus/bin/deliver -e -a USER -m user.USER
Here's a link to an article that goes into this a bit further.
http://www.idg.net/gomail.cgi?id=19699
Tobias Knowles
Matthew Vanecek wrote in message <[EMAIL PROTECTED]>...
>I have cyrus-imapd 1.5.19, procmail, and postfix 19990317 build. I have
>just changed to cyrus from wu imapd.
>
>How do I get procmail to work with cyrus? I've tried a short progie
>called "deliver-wrapper" as the action line in my .procmailrc, but it
>doesn't work if the mail is handled by the MTA. And you can't call the
>cyrus deliver program directly
>
>The .procmailrc works properly, if I run procmail directly, e.g.,
>
>procmail < testmsg.txt
>
>but when mail comes in through postfix, it doesn't get distributed
>through the system.
>
>I also looked at a page on getting this to work with sendmail, but
>sendmail and postfix don't exactly configure the same way.
>
>Any help would be appreciated.
>--
>Matthew Vanecek
>Course of Study: http://www.unt.edu/bcis
>Visit my Website at http://people.unt.edu/~mev0003
>For answers type: perl -e 'print
>$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
>*****************************************************************
>For 93 million miles, there is nothing between the sun and my shadow
>except me. I'm always getting in the way of something...
------------------------------
From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: mirror site
Date: 10 Aug 1999 18:50:22 GMT
> I would like to know how to implement mirror site? What
> software do i need if I want to synchronize the master disk
> automatically --
if you go to www.freshmeat.net and type mirror into the search
bar you'll get a long list of possible mirroring software to
choose from. hope this helps. -peter
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2438&cus_id=USENET&qtn_id=1602
------------------------------
From: "Andrew Taylor" <[EMAIL PROTECTED]>
Subject: Re: IPChains Nightmare
Date: Tue, 10 Aug 1999 22:47:55 +0100
No you are right.
Andy :)
PS Thanks to all those spoke up above, I'll try those now.
John Clement wrote in message ...
>I'm also still fairly new to IP-Chains, so I won't say that I know exactly
>what your script causes.
>
>Are you able to use your internet connection with this script? I would
>suspect that it would deny ALL incoming tcp traffic (except from your
>internet mail server) including any http traffic that you may have
>requested. After all when looking for a web page, you send out a request
>(which falls under the output rules) and you wait for an answer (which
falls
>under the input rules). However your rules only permits outside input from
>your mail server.
>
>Of course I could be wrong.
>
>
>Andrew Taylor <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>> Hi,
>>
>> Ok, the first thing to do is to admit I'm an IP-Chains virgin. I've
>> hopelessly bodged together my firewall and it basically allows me to
>connect
>> from my machine 192.168.1.2 to my server 192.168.1.1 and use it as a
>gateway
>> to my ppp link. Now I've spent today at work reading the how-to and I
must
>> admit it makes a lot of sense. I've created my rules which in theory are
>> great, however, in practice they don't work. Is there anywhere I can go
to
>> get some more examples.
>>
>> I want to let local machines do what they want and I want to only allow
>tcp
>> connections from my isp's mail servers. As far as I can see I need the
>> following
>>
>> ipchains -P input DENY
>> ipchains -A input -s 192.168.1.0/24 -j ACCEPT
>> ipchains -A input -s mail1.demon.net -d 192.168.1.1 -p tcp -j ACCEPT
>> ipchains -A input -s mail2.demon.net -d 192.168.1.1 -p tcp -j ACCEPT
>> ipchains -P output ACCEPT
>> ipchains -A output -s 192.168.1.2 -j ACCEPT
>> ipchains -p forward MASQ
>> ipchains -A forward -s 192.168.1.2 -j MASQ
>>
>> Any comments ?
>>
>> Andy
>>
>>
>
>
------------------------------
From: "Gary Ferrer" <[EMAIL PROTECTED]>
Subject: smb.conf
Date: Tue, 10 Aug 1999 16:10:19 -0700
Weird one I need help with. My RH5.2 linux box at work is setup the same as
at home (same smb.conf). At work, I can access the linux box via network
neighbourhood if I log into my win95 box with username and password for
which there is an account on the linux box. At home I do the same thing but
I cannot access any shares (password not accepted). The only difference is
that at home I use Win 98. Any ideas?
Thanks.
------------------------------
From: Abdullah Ramazanoglu <[EMAIL PROTECTED]>
Subject: Re: resizing desktop
Date: Wed, 11 Aug 1999 02:03:10 +0300
[EMAIL PROTECTED] wrote:
>
> I have installed RedHat Linux 6.0 and am running the Gnome GUI. I have
> not been able to determine how to resize the desktop icons and menu
> bar. Help !!!!
AFAIK they have fixed size. So it is not possible to change their size
without changing screen resolution. Using higher res with 100dpi fonts,
or, lower res with 75dpi fonts, you may be able to change the size of
features without much affecting font sizes. However your vertical
refresh rate may drop (flicker) to 60Hz if you use top resolution
offered by your monitor. It depends..
BTW why are you so distressed with it? Could it be because you can't
increase resolution beyond 640x480 (or can't lower it below e.g.
1600x1200)? If that's the case, then your problem is something else.
--
Abdullah Ramazanoglu [ aramazanoglu AT demirbank DOT com DOT tr ]
------------------------------
From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: PPP oddities.
Date: 10 Aug 1999 18:46:31 GMT
> Hi, I'm posting my weird experiences with PPP to see if
> anyone else has had similar experiences that might be able to
> lend a hand. First of all I should say that my ppp connection
> from linux works (and I run RH6.0, kernel 2.2.5-15), only it
> does two weird things. Firstly the tool usernet (version
> 1.0.9-2) does not work properly for users other than root. It
> does everything exactly the same as for root except for turning
> the light green when finished to show that the connection is
> up. If however I user the usernet tool as root or start the
> connection with /usr/sbin/usernetctl ppp0 up, then the light
> will go to green when the link comes up. Has anyone seen this
> kind of weird behaviour before? My second problem has to do
> with the /var/log/messages file, which gives me Aug 7
> 13:07:49 rd kernel: CSLIP: code copyright 1989 Regents of the
> University of California Aug 7 13:07:49 rd kernel: PPP:
> version 2.3.3 (demand dialling) Aug 7 13:07:49 rd kernel:
> PPP line discipline registered. Aug 7 13:10:49 rd ifup-ppp:
> pppd started for ppp0 on /dev/modem at 38400 Aug 7 13:10:49
> rd kernel: registered device ppp0 Aug 7 13:10:49 rd
> pppd[985]: pppd 2.3.7 started by root, uid 0 Aug 7 13:10:50
> rd chat[987]: abort on (BUSY) <snip - whole lot of chat
> rubbish> Aug 7 13:11:19 rd pppd[985]: Serial connection
> established. Aug 7 13:11:19 rd pppd[985]: Using interface
> ppp0 Aug 7 13:11:19 rd pppd[985]: Connect: ppp0 <-->
> /dev/modem Aug 7 13:11:20 rd kernel: PPP BSD Compression
> module registered Aug 7 13:11:20 rd pppd[985]: Unsupported
> protocol (0x8029) received Aug 7 13:11:20 rd pppd[985]:
> Unsupported protocol (0x802b) received Aug 7 13:11:20 rd
> pppd[985]: local IP address 130.216.147.21 Aug 7 13:11:20
> rd pppd[985]: remote IP address 130.216.3.25 This looks all
> OK, but immediately after this I get Aug 7 13:11:22 rd
> modprobe: can't locate module ppp0:0 Aug 7 13:11:22 rd
> modprobe: can't locate module ppp0:1 Aug 7 13:11:22 rd
> modprobe: can't locate module ppp0:2 .... sequentially all
> the way through to .... Aug 7 13:11:25 rd modprobe: can't
> locate module ppp0:49 This seems to be a kernel configuration
> option, as I only got this behaviour after I compiled my own
> kernel to replace the standard install kernel, but I can't see
> what it is. I should state again that the connection is up and
> (appears) to work fine, but it would still be nice to know what
> is going on and remove this minor annoyance. I have already
> tried copying ppp.o to ppp0.o and having the entry "alias ppp0
> ppp" in my /etc/conf.modules file, but to no avail. Can anyone
> help? Regards, Russell Mora.
Regarding your first question, try setting your PPPd program
setuid, i.e. irregardless of whatever user runs it it runs as
if root had run it. This is can be serious security risk, but
if other people don't have accounts on your computer you
should be OK: As root, 'chmod +s `which pppd`' should do the
trick (without the first set of quotes) I'm not sure about
your second question. Perhas you need to contact your
distribution and ask them for the .config file they used to
compile the kernel and use 'diff' to compare it with your
.config file?
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2406&cus_id=USENET&qtn_id=1425
------------------------------
From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: SQUID AND PORT 113
Date: 10 Aug 1999 18:46:45 GMT
> i have following problem when i would like to reach some sites.
> ---------------------------------------------------- ERROR The
> requested URL could not be retrieved While trying to retrieve
> the URL: http://www.ripe.net/cgi-bin/whois The following error
> was encountered: Connection Failed The system returned:
> (113) No route to host The remote host or network may be down.
> Please try the request again. ---------------------------------
> -------------------------------------- what must i configure
> so that this will work? greetings horst
'No route to host' means that there is no way for data to get
from your computer to the web site. Unless this happens with
all sites, then the problem lies with the web site that you
can't access, or with the one of the computers inbetween.
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2401&cus_id=USENET&qtn_id=1426
------------------------------
From: Jim Edwards <[EMAIL PROTECTED]>
Subject: Re: Netgear EEPROM gone??
Date: Tue, 10 Aug 1999 17:44:32 -0500
Len, I think that they rely upon people not being prepared to fight for
something that costs such a small amount to replace. Since the card does
not work under DOS can you try just returning it as defective, since DOS
is supposed to be supported ??? If the supplier charges you 15% it still
saves $17 minus shipping !
I have just ordered some Netgear stuff for primary use with W98, but
based upon going to Linux at a later date, and I got confirmation from
their support that at least the print server is "compatible with Linux",
whatever that means ... I supoose I will find out when I get to
switching
the gateway machine to Linux !!
I think Linksys says that they support Linux for their cards, but what
does that mean ???
Good Luck, Jim.
Leonard Hardy wrote:
>
> Jim -
>
> I did as you suggested and quoted their website to them. Their reply was
> something like, "that means that it will work with Linux drivers but it is
> still not supported via phone or the web". Whatever......you are right,
> for $20, not worth my time.
>
> Regards, Len
>
> Jim Edwards <[EMAIL PROTECTED]> wrote:
> : I suggest you tell Netgear Support to read the information about this
> : adapter on their website, because there it clearly states that Linux
> : drivers are supported ! In any case a driver shouldn't hose the EEPROM,
> : it should just allow the OS to talk to the card ! The only problem is
> : that when this card costs $20 (BuyComp) is it worth the fight ? I have
> : always found Netgear Support most helpful, so I hope they will come
> : through for you.
>
> : Jim E.
>
> : Leonard Hardy wrote:
> :>
> :> I have a Netgear FA310 installed with Mandrake 5.3. I am receiving the
> :> following messages at boot time:
> :>
> :> missing EEPROM this interface may not work
> :> SIOCSIFFLAGS: Resource temporarily unavailable
> :>
> :> using the DIAG.EXE program, under DOS, supplied by Netgear, I get a
> :> similiar message about the EEPROM being corrupted. Netgear says, we don't
> :> officially support Linux, but if the EEPROM is hosed throw the card
> :> away....
> :>
> :> Any other thoughts?
> :>
> :> Regards,
> :>
> :> ------------------------------------------------------------------------------
> :> Len Hardy Bartlett, IL USA
> :>
> :> [EMAIL PROTECTED] --Work :-(
> :> [EMAIL PROTECTED] --Play ;-)
> :>
> :> http://www.xnet.com/~ljhardy/bartll.shtml Bartlett Little League
> :> on the web...
>
> --
> ------------------------------------------------------------------------------
> Len Hardy Bartlett, IL USA
>
> [EMAIL PROTECTED] --Work :-(
> [EMAIL PROTECTED] --Play ;-)
>
> http://www.xnet.com/~ljhardy/bartll.shtml Bartlett Little League
> on the web...
------------------------------
From: "John N" <[EMAIL PROTECTED]>
Subject: Interface card question
Date: Tue, 10 Aug 1999 19:17:05 -0400
I have Windows NT running TCP/IP and RH5.1 load perfectly. ifconfig gives
the correct response (lo and eth0) and I was able to ping from linux the
Windows machine and viceversa. Now, I'm puzzle because I can ping the
localhost, but not my own IP address, neither I can ping the Windows NT now.
I've checked all the physical connections, including replacing the cat5
cable (this is a short run), replace the hub but same results.
Any ideas?
------------------------------
From: QuestionExchange <[EMAIL PROTECTED]>
Subject: Re: Cant get 3c905b working...HE
Date: 10 Aug 1999 18:50:8 GMT
> Sounds like a basic enough question, but I swear it's driving
> me nuts...First off, I have an Abit BP6 w/ a 3c509 and 3c905b.
> The 509 works fine and I can't get the 905 to work with the 509
> or by itself. First off, I did turn off plug and play in the
> bios.. didn't work with it on, obviously.. Also tried turning
> on and off plug and play in the kernel. Again, no go. I've
> tried compiling the drivers into the kernel and passing the
> append="ether=10,0x300,eth0 ether=11,0xA800,eth1" parameter
> from lilo or in the lilo.conf file. Just passing 0's instead of
> the irq's and addressed didn't help either. Still no go. I've
> tried compiling the drivers as modules. I can modprobe/insmod
> the 3x95x module just fine, but lsmod reports it as unused. An
> interesting note is that /proc/ioports and /proc/interrupts had
> shown no signs of eth1 (3c905) up until now. With the module
> manually inserted, /proc/ioports did show the 0xA800 range
> being occupied by eth1, but no interrupt was taken in
> /proc/interrupts. I also tried configuring the additional card
> through linuxconf, but I suspect my problem is lower level than
> that. Can anyone think of anything to try? any place to look?
> I'm still relatively new to Linux and have very little hardware
> troubleshooting skills on this OS. Very frustrating....I wanted
> to give Linux a shot mostly for the learning experience, but
> had enough learning from this experience.. I'm ready to move on
> and learn something else. :-) Thanks in advance.. Daniel PS -
> I also tested the card on a Win98 box with no problems.
I Use the 3c905b-tx, so i will wager that the problems are
similar to the ones I had. First of all, update your kernel
as high as your willing, but at least 2.2.5 (2.2.11 just came
out though...) Then, if you are dual booting, use a cold boot
after windows, not a TX, i mean completely power down, remove
cables, etc. Turn on PNP in the linux kernel, and turn off PNP
in bios. If you do all of that, it should take care of it.
Best of luck!
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/servlet1/showUsenetGuest?ans_id=2428&cus_id=USENET&qtn_id=1601
------------------------------
From: [EMAIL PROTECTED]
Subject: Virutal Hosting on a single IP with Apache and Linux? Is this possible?
Date: Tue, 10 Aug 1999 22:37:44 GMT
i can use one IP address to host multiple domains on my NT box using
the Host Header feature of the IIS...
is it possible to host multiple domains (www/ftp) on one IP address
with Linux and Apache?
i have a copy of RedHat5.2 installed on a machine for testing...
TIA for anything you have to offer...
please respond via email to:
[EMAIL PROTECTED]
------------------------------
From: Teonanacatl <[EMAIL PROTECTED]>
Subject: Re: PPP, ISP, & Security?
Date: Tue, 10 Aug 1999 10:54:25 -0600
Johm,
Protecting the IP address of your temporary PPP connection is not what
you want to worry about. This is because your ISP has a limit "pool" of
available address which it can randomly, temporarily assign when
customers call in, and they can be quite well known, not only to the
ISP's customers, but to others as well. An example: Most ISPs actually
post the temp IP address in email and Newsgroup posts when you use these
services. ALL ips transmit this info when using email, and all ISPs log
this info.
Now, most ISPs use some form of secure authentication when logging onto
their service, so that if anyone happens to using a "packer sniffer", it
doesn't matter, because the secret info (i.e. the password) is
encrytped. Your login is probably pretty much public info. MOst isps
use standardized logins, so if you know someones name, you can probably
guess the login. Also, most user's email address is also their login
id. Most Isp's also use encrypted password passing, like CHAP, PAP or
others, perhaps combined with specialized login scripts.
Linux is pretty secure, right out of the box, because it defaults to a
fairly secure installation, meaning that most unused ports are blocked,
as the default. It's default installation, in all distros, is MUCH more
secure than Win default installations. The same ports which can be used
in Win, can be used in Linux, but Linux default installations, default
file permissions, etc., are an order of magnitude more secure than what
happens with win installs.
Now, I would guess that you're in Michigan, using win98, posting using
Netscape 4.06, using a Gateway brand computer, and that the machine
which forwarded this message to newsgroups, has an IP of
206.68.93.19
All of this from your news post.
So, you see that using the internet is not as private as you would
think. But your definitely on the right track, by thinking about and
being mindful of security on your box.
The best thing is to use linux, and start to research security issues,
and how to implement security on your machine.
Best Regards,
--
Valentin Guillen
[EMAIL PROTECTED]
--------------------
remove capitalized letters to email me
remueve mayusculas para enviarme email
------------------------------
From: Abdullah Ramazanoglu <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.misc
Subject: Re: using setserial to change irq on serial port
Date: Wed, 11 Aug 1999 02:12:45 +0300
Jan Cernohorsky wrote:
>
> I have a SuSE 6.2 Linux installation on a dual processor PII 300 box. The
> modem is ISA and on COM3. In the standard setting the irq on the port in
> question would like to be irq 4. It needs to be 5. I have tried to use
>
> setserial /dev/ttyS2 irq 5
>
> (as root), but it comes back with
> "Operation not permitted"
Could it be because /dev/ttyS2 is in use by some other process? See if
"setserial /dev/ttyS3" works. "ps axw | grep tty" or "ls /var/lock"
could help.
--
Abdullah Ramazanoglu [ aramazanoglu AT demirbank DOT com DOT tr ]
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************