Re: how do I install to Hw RAID (Promise 20265 Fasttrak 100)
On Thu, 16 Jan 2003 17:03:54 -0500 Michael George <[EMAIL PROTECTED]> wrote: :Are you sure that the FastTrack 100 TX2 is actually software RAID? If that's :the case, why wouldn't one just put one drive on each of their MB ATA :controllers and run software RAID on the system? It is NOT software RAID from the point of view of the linux kernel, and there is a separate hardware controller for the IDE RAID arrays [which can be disabled by a physical jumper] than there is for non-RAID IDE drives, but Peter feels that since it takes a device driver to make the RAID array look like a single drive, then it should be called software RAID. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Strange Behavior in ARP
I have a small home network, which connects to my ISP via a dial-up ppp session. While online, all is well, but as soon as the connection is closed, the ARP buffer fills up with incomplete entries for IP addresses which it was exposed to while online, and the traffic among my local hosts is disrupted while arp sends out "who has" messages for all of these foreign addresses. Would someone please tell me how I can either prevent this situation from arising, or a command which I can add to "ip-down.local" to automatically purge the arp buffer when the session is closed. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
iptables strangeness
In building a script for my iptables commands, I find that if I enter the command: iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o ppp+ -j MASQUERADE from a command prompt, then it executes correctly, but if I place the identical command into a file and invoke it as a script, then it fails with the message: iptables v1.2.6a: Couldn't load target `MASQUERADE':/lib/iptables/libipt_MASQUERADE.so: cannot open shared object file: No such file or directory. All of my other iptables commands (non of which reference MASQUERADE), execute equally well from either the command prompt or the script. Any thoughts? -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: iptables strangeness
On Fri, 31 Jan 2003 19:11:14 -0800 "jdow" <[EMAIL PROTECTED]> wrote: :Yeah, is the ipchains emulation turned off and expunged from your system? Yes -- any other thoughts? -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: iptables strangeness
On Sat, 1 Feb 2003 16:01:19 +0100 Michael Schwendt <[EMAIL PROTECTED]> wrote: :If the file /lib/iptables/libipt_MASQUERADE.so is not missing and :the same rule is accepted on the command-line, find out a :reproducible test-case. My test case is 100% reproducible. :Try shortening your script as much as possible while keeping :the problem reproducible. The problem is still reproducible using a script which contains only the command which works from the command line. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: iptables strangeness
On Sat, 1 Feb 2003 21:33:06 +0100 Michael Schwendt <[EMAIL PROTECTED]> wrote: :I don't have a stock Psyche machine for testing here, but I cannot :reproduce anything like that with Valhalla or updated Phoebe 8.0.93 :or Psyche's iptables-1.2.6a-3 package installed on Phoebe. Thank you for your time, and for this information, which focused my mind enough that, when I went over the offending command for the umpteenth time, I finally noticed that I had misspelled "MASQUERADE" as "MASQERADE". Before that, my mind must have made me see what I expected to see. I owe you one. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
ppp-compress-21
After upgrading to RH 8.0, I am once again getting messages that ppp-compress-21 can not be located. In prior releases, this was fixed by an alias statement to bsd_comp, but bsd_comp.o was not created during installation of either the 2.4.18-14 or 2.4.18-18.8.0 kernels. However, RH 8.0 aliases ppp to ppp_generic, and no longer requires aliases for ppp-compress-24, and ppp-compress-26, so things have obviously been restructured in this release. So, before I try to figure out how to create bsd_comp.o, will someone please tell me if there is something else I should be doing instead? -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: An interesting problem
On Thu, 06 Feb 2003 09:23:33 -0600 Tom Georgoulias <[EMAIL PROTECTED]> wrote: :Funny you mention this, I've noticed an increase in the amount of :dropped dialup connections on my system for some time, but the increase :isn't so large that I've started pulling my hair out. More like 5-10%, :usually within the first few minutes after connecting but also occuring :in the time frame thereafter. I have that problem in spades, and although I am not ready to offer solutions, either, I am a bit further down the diagnostic trail. In my case, the problems occurs during IPCP negotiations -- if I manage to get past that, the connection is usually rock solid. I seem to have improved things a bit by setting "noccp" in /etc/ppp/options, but I have some more trace reading to do before I understand the full problem. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: nameserver host finding
On Wed, 5 Mar 2003 11:59:17 +1000 "Mirabella, Mathew J" <[EMAIL PROTECTED]> wrote: :thanks. yes someone did tell me about that one. However, what is the situation if you don't know the ip addresses of the nameservers and/or you just want linux to automatically detect them for you when you dial up. linux does this automatically, as part of the ppp negotiations. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: retrieving isp email to internal server
On 07 Jul 2003 00:19:46 -0400 "Scot L. Harris" <[EMAIL PROTECTED]> wrote: :Believe you want to get fetchmail setup. I have not done this yet but I :believe fetchmail will let you collect email from one system and store :it on your machine. The users would then connect to your system with :POP3 (or something similar) to pull their email. : In fact, this is exactly how I have my system set up. I use cron to trigger fetchmail. It works quite well. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: retrieving isp email to internal server
On Mon, 7 Jul 2003 14:40:28 +0800 "Daniel Tan" <[EMAIL PROTECTED]> wrote: :so do u have any sample script files i can use? am a newbie in fetchmail :currently i only know this command... :fetchmail -u "username" -p POP3 -s server.johndoe.com Instead of a script, you just need to put an ".fetchmailrc" file in the home directory of the process which will issue the "fetchmail" command. In that file, you put a line for each user which is something like: poll server.johndoe.com protocol pop3 username user1 password pass1 -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list
Re: how do I install to Hw RAID (Promise 20265 Fasttrak 100)
On Sat, 11 Jan 2003 21:30:49 -0500 "Peter Larsen" <[EMAIL PROTECTED]> wrote: :Samuel Flory wrote: :>> I now have an Acorp 6A815EPD MainBoard with a Promise 20265 Fasttrak :>> 100 embedded RAID. I have tried to get Redhat 8.0 and 8.1 beta to :>> install onto a RAID 0 partition (striped for speed) the installer :>> does not see the RAIDcard at all. I can use the (Alt-Ctrl + F2) : :[...] : :>8.0 should at least see the invidual drives. : :Hopefully not?? :The purpose of hardware raid is to keep control of the physical word on the :controller, and have the rest of the computer see and worry about the logical world :the controller gives you. : :I've not done a lot of hardware raid on Linux, but on the few boxes I have used, all :RH sees are the volumues we created in the raid-setup process - NOT the individual :drives. I know utilities for Windows exist where you can query the status of the :controller - which of course allows you to see a list of the physical world - but :from the kernels perspective it only sees the the logical volumes. I am running a Promise Fasttrak100 IDE RAID controller. You need to get a Linux driver from the Promise web site -- the Red Hat supplied drivers will not work. In case you have a problem installing it, I found the tech support people at Promise to be very supportive. In addition, I will be happy to describe my experiences in greater detail, if it would be useful to you. As to Linux seeing the individual IDE drives, it will do so unless, and until, you null out the IDE ports which do not contain non-raid IDE drives. The instructions for doing so are included in the driver documentation. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: how do I install to Hw RAID (Promise 20265 Fasttrak 100)
On Sun, 12 Jan 2003 00:02:29 -0500 "Peter Larsen" <[EMAIL PROTECTED]> wrote: :I'm never going to get used to the oxymoron IDE RAID :) If you think that "IDE RAID" is an oxymoron, what terms of abuse do you reserve for "SOFTWARE RAID", which seems to be the only form of RAID which Linux actually understands? Best, -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: how do I install to Hw RAID (Promise 20265 Fasttrak 100)
On Sun, 12 Jan 2003 01:24:21 -0500 "Bruce Embrey" <[EMAIL PROTECTED]> wrote: :From what I remember, Promise provides the install disk for RH 7.2/7.3 :which :allows :you to install the drivers during the installation. In :November they :released :"Partial Open Source" drivers but it appears :you have to have an :installed system :to compile your own kernel and the FastTrak.o drivers. That was pretty close to the mark at the time, but the times are still a changing. It turns out that I was, if not the first person to try to install psyche on a Promise RAID system, at least the first one to contact their tech support staff. At the time, they didn't yet have any RH 8.0 versions, and even the "Partial Open Source" wouldn't work for me, because the one part of the driver which they release only in binary was compiled with an incompatible library version. But after I explained the problem to them, they had a fix for me within 24 hours. So, you all may think what you like about IDE RAID, but I am now a great fan of the Promise tech support staff. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: Hw RAID (Promise 20265 Fasttrak 100)
On Mon, 13 Jan 2003 10:59:31 -0500 "JUSTIN GERRY" <[EMAIL PROTECTED]> wrote: :Amazing; I received the COLDEST shoulder from Promise when I called :them in the 2nd and 3rd week of November about drivers and support for :a Fasttrack SX4000 and RedHat 8.0 (which they still don't support!!). Perhaps the SX4000 is supported by a different group -- I don't know how else to explain it. All I can do is to confirm that, in my case, the FastTrack PDC202xx support team recompiled their proprietary module against the RedHat 8.0 libraries, and emailed it to me on Tuesday, November 16, 2002, which was less than 24 hours after I first contacted them. -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
Re: RH8 and FastTrack 100
On Tue, 14 Jan 2003 22:20:18 -0500 "Bruce Embrey" <[EMAIL PROTECTED]> wrote: :Has anyone been able to successful compile a new kernel and the drivers :using these "Partial Open Source drivers"? Yes. What errors are you getting? -- Chuck -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list