Linux-Networking Digest #441, Volume #12 Wed, 1 Sep 99 19:13:55 EDT
Contents:
Re: samba problem (John Simpson)
Re: Browsers and Linux (Ian Clarke)
Re: NWS 0 0:t_error:Cannot assign requested address t_rcvudata !OK ([EMAIL PROTECTED])
Re: NIS ypinit (Shawn)
Re: mail Attachments from a command line program... (Villy Kruse)
Re: sendmail relaying external mail (bill davidsen)
Re: DHCP troubles (tR0s)
Re: PPP Server is working - ALMOST ("Shane")
Route IP ("Kelvin R. Dam")
3Com model 5687-02 on RH6 Help (Tinh Tran)
Re: Browsers and Linux (Chauzie)
DNS/Firewall (crux)
Re: Detect ftp trafic! (tommy)
DNS/Firewall ([EMAIL PROTECTED])
Re: RH/Upgrading Sendmail through RPM? (Jan-Albert van Ree)
Re: Trying to get IPX over PPP working. All I get is "Received bad configure-ack"
(Gustin Kiffney)
InoculateIT detected the (W95/Happy99.worm) virus in Mailbox (Pub (InoculateIT)
Web Server Tuning (Kernel Upgrade) for RedHat 6/Kernel 2.2.5 (John Murtari)
Re: Browsers and Linux (FS)
QB for Linux (Puneet Arora)
Re: Linux friendly ISPs (Bayee)
----------------------------------------------------------------------------
From: John Simpson <[EMAIL PROTECTED]>
Subject: Re: samba problem
Date: Wed, 01 Sep 1999 21:00:48 +0100
Hi,
Have you managed to resolve this?
I've had the same problem since I upgraded the kernel to 2.2.9 on my RedHat
5.2 box. (I also upgraded Samba to 2.0.3 as recommended). I had no trouble
getting it working before and I've trawled through all the documentation I
can find.
Could you (or anyone else) tell me what to do?
Thanks
John Simpson
[EMAIL PROTECTED] wrote:
> I have a problem with the configuration of the smb suite.
> I am trying to configure a linux server with some windows 95/98
> concurrent workstations.
> In the linux box I want a shared disk for exchange data between users
> and system printers (3).
> From the windows workstation I can correctly work on the shared disk
> but not the printers, the same printers that work perfectly
> using the command lpr from the linux box.
> In the "network resource" windows of the Win98 workstations I can see
> the three printers but when I try to print a box opens with the
> following error:
> "Problem in printing due to a unknown error"
>
> My smb.conf and printcap files are the following.
>
> ************************************** smb.conf
> ***********************************************************
> [global]
> workgroup = stc
> server string = Samba Server
> hosts allow = 192.168.0. 127.
> printcap name = /etc/printcap
> load printers = yes
> log file = /var/log/samba/log.%m
> max log size = 50
> socket options = TCP_NODELAY
> dns proxy = no
> lock directory = /var/lock/samba
> share modes = yes
>
> [homes]
> security = user
> comment = Home Directories
> browseable = no
> read only = no
> create mode = 0750
> writable = yes
>
> [Stampante1]
> path = /var/spool/lpd/lpt1
> printer name = lpt1
> browsable = yes
> writable = yes
> public = yes
> printable = yes
> guest ok = yes
> create mode = 0622
> print command = lpr -r -h -P %p %s
>
> [Stampante2]
> path = /var/spool/lpd/lpt2
> printer name = lpt2
> browsable = yes
> writable = yes
> public = yes
> printable = yes
> guest ok = yes
> create mode = 0622
> print command = lpr -r -h -P %p %s
>
> [Stampante3]
> path = /var/spool/lpd/lpt3
> printer name = lpt3
> browsable = yes
> writable = yes
> public = yes
> printable = yes
> guest ok = yes
> create mode = 0622
> print command = lpr -r -h -P %p %s
>
> [tmp]
> comment = Temporary file space
> path = /tmp
> read only = no
> public = yes
>
> [public]
> comment = Public Stuff
> path = /home/public
> public = yes
> writable = yes
> printable = no
> write list = @staff
>
> ************************************** printcap
> ***********************************************************
> #
> # This printcap is being created with printtool v.3.27
> # Any changes made here manually will be lost if printtool
> # is run later on.
> # The presence of this header means that no printcap
> # existed when printtool was run.
> #
> ##PRINTTOOL3## LOCAL laserjet 300x300 a4 {} LaserJet Default 1
> lpt1:\
> :sd=/var/spool/lpd/lpt1:\
> :mx#0:\
> :sh:\
> :lp=/dev/lp0:\
> :if=/var/spool/lpd/lpt1/filter:
> ##PRINTTOOL3## LOCAL laserjet 300x300 a4 {} LaserJet Default 1
> lpt2:\
> :sd=/var/spool/lpd/lpt2:\
> :mx#0:\
> :sh:\
> :lp=/dev/lp1:\
> :if=/var/spool/lpd/lpt2/filter:
> ##PRINTTOOL3## LOCAL laserjet 300x300 a4 {} LaserJet Default 1
> lpt3:\
> :sd=/var/spool/lpd/lpt3:\
> :mx#0:\
> :sh:\
> :lp=/dev/lp2:\
> :if=/var/spool/lpd/lpt3/filter:
> ************************************************************************
> ***********************************
>
> Many thanks to anybody who would be so kind to help me.
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
------------------------------
From: Ian Clarke <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Date: Wed, 01 Sep 1999 17:26:34 +0100
> Which browser can I use with Linux?
I use Netscape 4.6 on RedHat 6.0, however it is *very* buggy, much more
so than the Windows versions. Most of the Linux community is eagerly
awaiting Mozilla (www.mozilla.org) which you can already download, but
which is still a little rough around the edges. Some months ago I did
get sick of Netscape and started using Lynx (http://www.lynx.org/) but I
couldn't bear the text interface - that is not what the web is about!
Also, I found the usage of arrow keys in Lynx to be really irritating
(one minute you are using <- and -> to move around a text field, but if
you go too far you suddenly move to a different page).
KFM (http://www.kde.org/) also includes a web browser, but it is not as
full-featured as Netscape.
Ian.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: NWS 0 0:t_error:Cannot assign requested address t_rcvudata !OK
Date: Wed, 01 Sep 1999 19:18:13 GMT
hi
1. I have Linux 6.0 running mars-new and a working 3.12 server.
I'm not an expert but U can ask [EMAIL PROTECTED]
He Installed it.
2. I belive U R using novell 3.12 login.
do U know if there is any free login for mars that I
can use if i dont have 3.12?
thanks
yoky
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Shawn <shawn@?.com>
Subject: Re: NIS ypinit
Date: Wed, 01 Sep 1999 12:19:27 -0400
You need to reboot the machine after you create this file, if you have done
this and that doesn't work then just put the command `domainname
<name_of_your_nis_domain>` in your rc.local script.
Erwan wrote:
> Hello,
>
> I've tryed to install NIS server, it's necessary to make a base with ypinit
> :
>
> ypinit -m give an :
> "The local host's domain name hasn't been set"
>
> I made a file defaultdomain in /etc, but it does't work
>
> Please Help me ...
>
> Thanks
>
> Erwan Gallen
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: mail Attachments from a command line program...
Date: 1 Sep 1999 18:29:02 +0200
Mike Romans <[EMAIL PROTECTED]> wrote:
>Anybody know how I can send a file as an attachment to an email from a
>command line app? Need this for a project I'm working on. Does not
>look like the program mail will do it. Anybody have any ideas? Please
>reply to my email. [EMAIL PROTECTED]
Try look at the metasend program in the metamail package. Also,
various perl modules are available on a CPAN archive near you,
such as MIME::Lite
--
Villy
------------------------------
From: [EMAIL PROTECTED] (bill davidsen)
Crossposted-To: comp.mail.sendmail,de.comp.os.unix.linux.misc,comp.os.linux.misc
Subject: Re: sendmail relaying external mail
Date: 31 Aug 1999 20:59:25 GMT
In article <[EMAIL PROTECTED]>,
Fabrice Lhomme <[EMAIL PROTECTED]> wrote:
| > I'm running a Linux (suse) WebServer (apache 1.3.4)
| > with 5 Virtual Domains.
| > Everything works fine !
|
| This is due to a new feature of sendmail to prevent relaying mail from
| spammers. I had the same problem. Preventing relaying is not possible
| when hosting customers web sites (they'd like to send mails to whoever
| they want and me too).
Isn't that what $R is doing... I have a line
FR-o /etc/mail/relay-domains
which sets address for which I relay, and I believe it's bi-directional,
although I don't remember having actually run that test.
May do what you want, and a lot better than trying to maintain a list of
all known spammers on the net.
--
bill davidsen <[EMAIL PROTECTED]> CTO, TMR Associates, Inc
"So let it be written, so let it be dumb." Pharaoh Dufus the last...
------------------------------
From: [EMAIL PROTECTED] (tR0s)
Subject: Re: DHCP troubles
Date: Wed, 01 Sep 1999 21:08:06 GMT
http://www.isc.org/view.cgi?/products/DHCP/dhcp-v2.phtml - this one
definitely works.
On Wed, 01 Sep 1999 10:52:31 -0400, Piotr Zolnierczuk
<[EMAIL PROTECTED]> wrote:
>Tom Eastep wrote:
>
>>
>> b) DHCPCD is pretty much deprecated with the 2.2.* kernels -- you should
>> be using dhcpclient or pump.
>>
>
>can you give me an url where can I find them?
>
> Regards
> Piotr
>
>--
> ________________________________________________________________
> Piotr Adam Zolnierczuk
> Dept. of Physics and Astronomy http://www.pa.uky.edu/~zolnie
> University of Kentucky phone: (606) 257-5565
> Lexington, KY 40506, USA fax: (606) 323-2846
> ________________________________________________________________
> written on recycled electrons
>
>
>
------------------------------
From: "Shane" <[EMAIL PROTECTED]>
Subject: Re: PPP Server is working - ALMOST
Date: Tue, 31 Aug 1999 15:06:36 +0800
I think you need to look into the pap-secrets or chap secrets file depending
on which authentification method you are using.
David Akins <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm running Redhat 6.0 w/Shadow passwords, mgetty 1.1.14 with AutoPPP
> and am trying to set the machine up so I can dial in with my Win95
> machine and setup a PPP connection.
>
> If I tell Win95 to bring up a terminal window after dialing, and then
> login myself and run PPP manually, I can hit continue and everything
> will work great. If I try to have Win95 login automatically, I
> get....
>
> /var/log/messages
>
> Aug 30 18:03:40 arnofw PAM_pwdb[26445]: (login) session opened for
> user root by (uid=0)
> Aug 30 18:03:40 arnofw login: FAILED LOGIN 1 FROM (null) FOR
> /AutoPPP/, User not known to the underlying authentication module
> Aug 30 18:03:43 arnofw login: FAILED LOGIN 2 FROM (null) FOR
> ~�}#�!}!}#} }7}"}&} }*} } }%}&}.9d]}'}"}(}"}-}#}&2}<~, User not known
> to the underlying authentication module
> Aug 30 18:03:46 arnofw login: FAILED LOGIN 3 FROM (null) FOR
> ~�}#�!}!}$} }7}"}&} }*} } }%}&}.9d]}'}"}(}"}-}#}&'Z~, User not known
> to the underlying authentication module
> Aug 30 18:03:49 arnofw login: FAILED LOGIN SESSION FROM (null) FOR
> ~�}#�!}!}%} }4}"}&} }*} } }%}&}., User not known to the underlying
> authentication module
>
>
> Is this as a result of the shadow passwords?
>
> Can someone who has done this with Redhat 6.0/shadow please tell me
> briefly what I need to do to get this working??
>
> Thanks.
>
>
------------------------------
From: "Kelvin R. Dam" <[EMAIL PROTECTED]>
Subject: Route IP
Date: Wed, 01 Sep 1999 23:16:41 +0200
Hello there!
Can anyone tell me how to route IP on a dialin ?
I'm using mgetty+sendfax to recieve incomming calls, and then I assign a
IP-number to the user from /etc/ppp/pap-secrets
But when I ping from there, I can't ping anything but myself.
Well, thx anyway! ;-)
Kelvin Dam
------------------------------
From: Tinh Tran <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: 3Com model 5687-02 on RH6 Help
Date: Wed, 01 Sep 1999 21:31:04 GMT
Can someone give me some instruction to get my 3com 56k v90 isa PnP modem
(model 5687-02 no jumper) to work with RH6. Serial port Com2 is disable
in the bios. a 3com 3c905-TX NIC is not being use in RH6 but under
Windows. All other cards working fine for RH6/Win89/NT.
RH6 running on its own physical harddrive (pullout) along with Win98/NT.
Under windows the modem works fine COm2 for Win98 default irq and i/o but
NT use irq7.
here are the step I did so far.
Run pnpdump /etc/isapnp.conf to create isapnp.conf file. The modem is
the only isa pnp in my system.
Remove all the comment (#s) in isapnp.conf so that the modem setting is on
ttyS1 ~ COM2.
Run isapnp /etc/isapnp.conf
When I run setserial /dev/ttyS1 it report that the irq and i/o of the
modem no conflict with other devices in the system.
When I go run kppp it say the modem is busy.
During the boot process I can see that pnp module load successfully.
is there any other step that I left out?
thanks
Tinh
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
From: Chauzie <[EMAIL PROTECTED]>
Subject: Re: Browsers and Linux
Date: Wed, 1 Sep 1999 14:48:04 -0700
Crossposted-To: alt.os.linux,comp.os.linux.setup
No kidding. Mine crashed all the time, bringing the X server with it too!!!
So much for stability!!! Linux kernel may be stable, but it don't mean shit
if the X server sucks. Who wants linux without a GUI.
On Wed, 01 Sep 1999, Ian Clarke wrote:
>> Which browser can I use with Linux?
>
>I use Netscape 4.6 on RedHat 6.0, however it is *very* buggy, much more
>so than the Windows versions. Most of the Linux community is eagerly
>awaiting Mozilla (www.mozilla.org) which you can already download, but
>which is still a little rough around the edges. Some months ago I did
>get sick of Netscape and started using Lynx (http://www.lynx.org/) but I
>couldn't bear the text interface - that is not what the web is about!
>Also, I found the usage of arrow keys in Lynx to be really irritating
>(one minute you are using <- and -> to move around a text field, but if
>you go too far you suddenly move to a different page).
>
>KFM (http://www.kde.org/) also includes a web browser, but it is not as
>full-featured as Netscape.
>
>Ian.
------------------------------
From: crux <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general,redhat.security.general
Subject: DNS/Firewall
Date: Wed, 01 Sep 1999 21:31:08 GMT
Im a newbie on Linux. I have a one static IP assigned by my ISP and I
want to set my linux box as a primary DNS/Firewall and use granitecanyon
as my secondary DNS and get my own domain name.
Can somebody help/give me the "required" sample files for both primary and
secondary DNS/Firewall with this kind of setup?
Thanks in advance.
================== Posted via CNET Linux Help ==================
http://www.searchlinux.com
------------------------------
Date: Fri, 27 Aug 1999 09:21:58 +0200
From: tommy <[EMAIL PROTECTED]>
Subject: Re: Detect ftp trafic!
Hi David!
On 27 Aug 1999, David Efflandt wrote:
>
> I understand the question, but not why you are asking. If you control
the
> machine, connection to ftp is whatever port you assign it to, and you
can
> monitor ftp connections through /var/log/messages and /var/log/secure.
No you don't understand the questions. And yes I know about you can look
in the log ftpwho , fusers etc if the ftp-server was on a machine I
control.
I need to know if where is any why to detect or indentify ftp trafic from
other trafic if you can't look on the port numbers.
BUt as far as I know it will be almost imposibile if you don't do track of
hole sessions and analyze the data in every packet. And even then you
perhaps don't get all ftp sessions and also get other type of trafic as
ftp. And you need a fast computer to do it.
Kind regards
//Tommy
------------------------------
From: [EMAIL PROTECTED]
Subject: DNS/Firewall
Date: Wed, 01 Sep 1999 21:27:29 GMT
Im newbie to Linux and here is my problem. I have setup my
linux box as a firewall and I would like to make it as a
primary DNS so I can register a domain name (with granitecanyon
as my secondary). I have a single static IP that my ISP assigned to
me.
Can somebody help/guide on how to set this up? Also, if you can
provide a sample "named" files for both primary and secondary, it
would
help a lot.
Thanks in advance.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: Jan-Albert van Ree <[EMAIL PROTECTED]>
Subject: Re: RH/Upgrading Sendmail through RPM?
Date: Wed, 01 Sep 1999 23:26:10 +0200
Frederic Faure schreef:
>
> Hi,
>
> We were told that our Linux box is relaying, and that upgrading to
> 8.9.3 would block this. Before I go ahead and upgrade by just running
> the adhoc RPM, are upgrades safe, and do I need to re-generate the
> sendmail.cf file through m4 macros, or does RPM handle this as well
> using the original file for reference?
Relaying is an option, you can block relaying by default and only allow
certain domains/ip's using /etc/mail/relay_allow. Check the sendmail docs
for more info.
--
Jan-Albert "Sliver" van Ree | [EMAIL PROTECTED]
3D Sims Archive maintainer | http://www.3dgamers.com
------------------------------
From: Gustin Kiffney <[EMAIL PROTECTED]>
Crossposted-To: comp.protocols.ppp,linux.redhat.ppp
Subject: Re: Trying to get IPX over PPP working. All I get is "Received bad
configure-ack"
Date: Wed, 01 Sep 1999 16:59:22 GMT
[Posted and mailed]
there's a bug in the current pppd implementation that doesn't handle
negotiating IPX with Windows machines correctly. Look at
http://www.tartu.customs.ee/linux/index.shtml
for more details and patched versions of pppd and ipx_interface
that worked for me.
Jeff Wiegley <[EMAIL PROTECTED]> wrote:
> I've read the IPX-HOWTO, the PPP HOWTO and everything else I could get
> my
> hands on and I've just plain run out of ideas.
>
> I've got a single network of win95/98 workstations, a linux server for
> PPP dialup access and a Novell Netware server which supplies files for
> the Win9X boxes. I'm interested in getting dialup machines to be able
> totransparently use the Novel file server as though they were on the
> local network.
>
> Its a RedHat 5.2 system with a 2.2.12 kernel and PPP v2.3.5 with
> (I think) IPX_CHANGE specified as the SRPM seems to indicate that's
> the way RedHat built it.
>
> I've compiled the kernel with IPX and have the ipx.o module loaded.
> I've also got the eth0 interface setup as the primary ipx interface.
> All that seems to go smoothly:
> [root@server /tmp]# /sbin/ifconfig
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:3924 Metric:1
> RX packets:69 errors:0 dropped:0 overruns:0 frame:0
> TX packets:69 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
>
> eth0 Link encap:Ethernet HWaddr 00:A0:C9:3E:C6:17
> inet addr:192.168.10.1 Bcast:192.168.10.255
> Mask:255.255.255.0
> IPX/Ethernet 802.2 addr:784EFF00:00A0C93EC617
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:306 errors:0 dropped:0 overruns:0 frame:0
> TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0
> Interrupt:9 Base address:0xe400
>
> I also have ipxripd up and running:
> [root@server /tmp]# cat /proc/net/ipx_route
> Network Router_Net Router_Node
> 784EFF00 Directly Connected
>
> I've also got PPP configured correctly and dialup users can establish
> a connection without any problems using the normal TCP/IP
configuration.
>
> However, now I've added the following to /etc/ppp/options{.ttyS0}:
> asyncmap 0
> lock
> crtscts
> modem
> ms-dns 192.168.10.1
> ms-wins 192.168.10.1
> netmask 255.255.255.0
> passive
> proxyarp
> idle 300
> ipxcp-accept-network
> ipxcp-accept-remote
> ipxcp-accept-local
>
> 192.168.10.7:192.168.10.8
> ipx
> ipx-network 0x784EFF00
> ipx-node 2:0
>
> (I've had a few other options specified but they don't change the
> problem I'm having.)
>
> So now on to the problem:
> The client dialup box is a Windows98 box and it has a dialup
> adapter, Network client and IPX protocol bound to the dialup
> adapter.
>
> When I dialup the linux server a PPP connection is established but
> /etc/ppp/ipx_up never gets run and /var/log/messages has these
> tidbits in it:
>
> Sep 1 00:41:47 server kernel: ppp_ioctl: set flags to f070043
> Sep 1 00:41:47 server kernel: PPP BSD Compression module registered
> Sep 1 00:41:47 server kernel: PPP Deflate Compression module
registered
> Sep 1 00:41:47 server pppd[623]: Received bad configure-ack: 01 06
78
> 4e ff 00 02 08 00 00 00 00 00 02
> Sep 1 00:41:47 server kernel: ppp_ioctl: set flags to f0700c3
> Sep 1 00:41:47 server pppd[623]: CCP terminated by peer
> Sep 1 00:41:47 server kernel: ppp_ioctl: set flags to f070043
> Sep 1 00:41:47 server pppd[623]: Compression disabled by peer.
> Sep 1 00:41:50 server pppd[623]: Received bad configure-ack: 01 06
78
> 4e ff 00 02 08 00 00 00 00 00 02
> Sep 1 00:42:14 server last message repeated 8 times
> Sep 1 00:42:17 server pppd[623]: IPXCP: timeout sending Config-
Requests
>
> What does "Received bad configure-ack: 01 06..." mean and how do I
get
> it to go away? I think this error message is crucial and related to
> why the IPX over PPP never comes up.
>
> What configuration item am I missing that is causing this problem?
>
> Also... Why does the peer disable compression and how can I get it to
> allow compression.
>
> Thanks for any help anyone can offer,
>
> Jeff Wiegley
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: InoculateIT
Subject: InoculateIT detected the (W95/Happy99.worm) virus in Mailbox (Pub
Date: Tue, 31 Aug 1999 12:13:25 -0500
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
======_=_NextPart_001_01BEF3D4.22CD6500
Content-Type: text/plain
The (W95/Happy99.worm) virus was detected in (Public
Folders\Happy99.exe) and was sent by (Abel Berenstein). Action: (File
was not Cured, Renaming.).
======_=_NextPart_001_01BEF3D4.22CD6500
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0">
<TITLE>InoculateIT detected the (W95/Happy99.worm) virus in Mailbox =
(Public Folders), Sender (Abel Berenstein) !!!</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>The (W95/Happy99.worm) virus was detected in (Public =
Folders\Happy99.exe) and was sent by (Abel Berenstein). Action: (File =
was not Cured, Renaming.).</FONT></P>
</BODY>
</HTML>
======_=_NextPart_001_01BEF3D4.22CD6500==
------------------------------
From: John Murtari <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.infosystems.www.servers.unix
Subject: Web Server Tuning (Kernel Upgrade) for RedHat 6/Kernel 2.2.5
Date: Wed, 01 Sep 1999 12:59:30 -0400
Folks,
Having a frustrating time getting good info on Kernel Tuning.
We are currently running RedHat 6/Kernel 2.2.5 and not terribly
impressed with performance. Have read some "good stuff" on both
Linux and Apache Tuning at:
http://www.citi.umich.edu/projects/citi-netscape
A bit frustrated with the Linux tuning -- the above recommended
adjusting kernel params snd_cwnd * send_cwnd_cnt -- but didn't give
any recommended values, how to do it, or rationale? Same with
setting /proc parameter netdev_max_backlog
We run primarily web servers with a lot of outbound traffic, anyone
have experience with trying to adjust the MTU size of ethernet
interfaces to get better througput?
On the above site read some more "good stuff" about improving
the Linux scheduling algorithm -- we would like to upgrade our
Kernel, but don't know what would incorporate some of these changes
and also be a good fit in our existing RedHat 6 environment.
Must be a lot of folks out there serving up web pages on an
Apache/Linux platform. Any wisdom here would be a great help to
all.
Best regards!
--
John
____________________________________________________________________
Customer Service Software Workshop Inc.
[EMAIL PROTECTED] (315) 635-1968(x-211) "software that fits!" (TM)
http://www.thebook.com/
------------------------------
From: FS <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Browsers and Linux
Date: Wed, 01 Sep 1999 22:28:54 GMT
I do!
Chauzie wrote:
> No kidding. Mine crashed all the time, bringing the X server with it too!!!
> So much for stability!!! Linux kernel may be stable, but it don't mean shit
> if the X server sucks. Who wants linux without a GUI.
>
> On Wed, 01 Sep 1999, Ian Clarke wrote:
> >> Which browser can I use with Linux?
> >
> >I use Netscape 4.6 on RedHat 6.0, however it is *very* buggy, much more
> >so than the Windows versions. Most of the Linux community is eagerly
> >awaiting Mozilla (www.mozilla.org) which you can already download, but
> >which is still a little rough around the edges. Some months ago I did
> >get sick of Netscape and started using Lynx (http://www.lynx.org/) but I
> >couldn't bear the text interface - that is not what the web is about!
> >Also, I found the usage of arrow keys in Lynx to be really irritating
> >(one minute you are using <- and -> to move around a text field, but if
> >you go too far you suddenly move to a different page).
> >
> >KFM (http://www.kde.org/) also includes a web browser, but it is not as
> >full-featured as Netscape.
> >
> >Ian.
------------------------------
From: Puneet Arora <[EMAIL PROTECTED]>
Subject: QB for Linux
Date: Tue, 31 Aug 1999 22:59:35 +0530
Reply-To: [EMAIL PROTECTED]
hey
can anyone tell me where can i get QuickBasic for Linux from ?
one site I know is http://www.basmark.com
but it's not free ....
From,
Puneet
--
URL(s): http://puneet.indianet.org (personal homepage)
http://linux.indianet.org
http://peace.indianet.org
http://invest.indianet.org
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
------------------------------
Date: Thu, 02 Sep 1999 01:09:00 +0800
From: Bayee <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Linux friendly ISPs
ksvenbak wrote:
>
> Does anyone know where I can find a list of Internet Service Providers
> that support dial-in using linux?
>
> K
As far as I know, as long as Window can dial-in, Linux can too (using
PPP or KPPP). I am now using my Linux dial-in to reply this to you.
------------------------------
** 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
******************************