strange log messages

2000-08-27 Thread Charles Galpin
My syslog stopped, and when i realized it and started it I got the following messages. Anyone know what the "Out of memory" errors are? Aug 25 21:21:27 pooh syslogd 1.3-3: restart. Aug 25 21:21:27 pooh syslog: syslogd startup succeeded Aug 25 21:21:28 pooh syslog: klogd startup succeeded Aug 25 2

Re: [OT] Cascaded eth hubs

2000-08-29 Thread Charles Galpin
I have a 10baseT hub with a connection from it's uplink port to a regular port on a 100baseT hub about 30 feet away - about 10 meters right? More than 5 anyway. It works fine with three computers connected to the 10baseT hub. charles On Tue, 29 Aug 2000, Gustav Schaffter wrote: > Tom, > > Tha

Re: How many IP's can 1 NIC card have?

2000-08-31 Thread Charles Galpin
> > Also, is there a config in Apache that redirects a user to another IP > > address with having to serve a web page to redirect them? take your pick Redirecthttp://www.apache.org/docs-1.2/mod/mod_alias.html#redirect Rewrite http://www.apache.org/docs-1.2/mod/mod_rewrite.html

Re: ipchains

2000-09-04 Thread Charles Galpin
I just did this the other day. Assumptions: You have correctly setup your firewall to support multiple real IPs (i.e. you have for example an eth0:0 interface setup and working). You would do something like ipchains -A forward -i eth0:0 -j MASQ ipmasqadm portfw -a -P tcp -L 80 -R 192.168.1.54

you don't exist - go away

2000-09-05 Thread Charles Galpin
sigh. Ok, I swear I have no idea how they do it, but my Mom and her office staff never cease to amaze me I hope I don't get too long winded here. This was the message you got at the console when trying to log in. From ssh 1K miles away I just got permission denied. I'm guessing they did a ha

Re: you don't exist - go away

2000-09-05 Thread Charles Galpin
Great idea (and not the only one to suggest it), but best done ahead of time. I have a crappy memory and doubt I'd get everything right :) I'll definately think about it. thanks charles On Tue, 5 Sep 2000, Bret Hughes wrote: > Charles, What about setting up a boot/rescue disk with the correct

Re: Two ethernets in same box question

2000-09-05 Thread Charles Galpin
I think you could just switch the slots the cards are in if you find the order changes on you. Also if it does change, it's really not that big a deal to change eth0 to eth1. hth charles On Tue, 5 Sep 2000, Bret Hughes wrote: > Vidiot wrote: > > > I currently have one LinkSys (Tulip) card in

Re: # symbols in a QUERY_STRING

2000-09-06 Thread Charles Galpin
Well, it's a GET too, so if you have a lot of info it will get truncated at some point (I think around 1024 chars) anyway. However, this is also probably your saving grace. Get the info from REQUEST_URI instead of QUERY_STRING. If you don't have access to the cgi code, then wrap it with a script

Re: [OT] perl question

2000-09-06 Thread Charles Galpin
dump the text to a file and do a od -c file to see the end of line cahrs (if they exist). they might be DOS end of line chars. what kind of processing do you want to do? Sometimes it's even easier to have the text as one long string anyway. On Wed, 6 Sep 2000, Bret Hughes wrote: > Please for

Re: [OT] perl question [answered]

2000-09-06 Thread Charles Galpin
On Wed, 6 Sep 2000, Bret Hughes wrote: > Thanks for the tips guys. As I was looking at my code, I > realied that I had not actually tried the combination that I > posted. What i did try was: > > @resarray= split /"\n"/, $resstring; > > Which for some reason I can not discern, puts everything

Re: Mailing lists

2000-07-25 Thread Charles Galpin
majordomo has and continues to work fine for me. I cannot personalyl comment on the others. On Tue, 25 Jul 2000, Irwan Hadi wrote: > I think better to use Mailling List Manager software like listar > (Www.listar.org) or mailman (www.list.org) > PS: Majordomo is not recommended. -- To unsubscr

Re: IPChains

2000-09-07 Thread Charles Galpin
It's dependent on the kernel version. I'm running 2.2.13 on Rh6.1. My 6.2 box is running 2.2.16 so I'm quite sure it will work there. You have to install the ipmasqadm rpm of course. I'm sure it will work. Give it a try. Since it's a seperate utility, I don't think you can casue any harm trying :

Re: software raid

2000-09-07 Thread Charles Galpin
resond to the list please :) On Thu, 7 Sep 2000, Jim Baxter wrote: > Hi > > I have been told that very few people if any use software raid. > Do any of you use it? > What is your opinion of it? > Does it support 0/1? > Do you have a feel for any performance degradation that might be caused by >

memory problem?

2000-09-07 Thread Charles Galpin
I failed to ssh into this box the first few attempts, but finally got in. Here are the messages from the messages file. Sep 7 19:52:57 server sshd[21546]: connect from 1.2.3.4 Sep 7 19:52:57 server sshd[21546]: log: Connection from 1.2.3.4 port 62940 Sep 7 19:52:58 server sshd[21546]: PAM una

Re: mysqldump takes Sundays off

2000-09-10 Thread Charles Galpin
hehe. funny. It reminds me of every time I see a "wwjd" t-shirt I think I'l love to have a "wwld" (what would Linus do) t-shirt :) On Sat, 9 Sep 2000, Luke C Gavel wrote: > > Hi, > > This isn't one of those special 'christenized' versions > of RH, is it? For example, acronyms like RTFM and >

Re: Urgent: Masquerading

2000-09-10 Thread Charles Galpin
On Sat, 9 Sep 2000, John D. Hardin wrote: > > Yes, but it's a lousy idea. > > Get a second NIC. They're less than $20. try $9 after a $10 rebate (and FREE OVERNIGHT shipping) for a linksys from outpost.com ___ Redhat-list mailing list [EMAIL PROTE

Re: Urgent: Masquerading

2000-09-10 Thread Charles Galpin
On Sat, 9 Sep 2000, John D. Hardin wrote: > On Fri, 8 Sep 2000, Steve Borho wrote: > > > Not if he's using private IP addresses on his 'local' LAN > > (10.0.0.0:8 or 192.168.0.0:16), since no packets destined to those > > addresses will get routed through the internet. > > Try telling that to

Re: memory problem?

2000-09-10 Thread Charles Galpin
anyone? On Thu, 7 Sep 2000, Charles Galpin wrote: > I failed to ssh into this box the first few attempts, but finally got > in. Here are the messages from the messages file. > > Sep 7 19:52:57 server sshd[21546]: connect from 1.2.3.4 > Sep 7 19:52:57 server sshd[21546]: log:

Re: memory problem?

2000-09-11 Thread Charles Galpin
t 11:22:46PM -0400, Charles Galpin wrote: > > anyone? > > > > > Sep 7 19:52:04 server kernel: Unable to load interpreter > > > Sep 7 19:52:04 server last message repeated 4 times > > this message usually indicates running out of virtual memory. __

Re: highly suspicious line in inetd.conf

2000-09-12 Thread Charles Galpin
check freshmeat, today or yesterday, something was posted that does just that. On Tue, 12 Sep 2000, Jonathan Wilson wrote: > I was just thinking. I know there's trip wire and stuff. but it would be > neat to have cron run a script, that did md5sum "checks" on various things, > and mailed you,

mounting devices using rescue disk

2000-09-12 Thread Charles Galpin
I have a 6.1 machine that I believe the main ide disk has failed on. At the very least it has some serious file corruption. I booted off a 6.2 boot disk, with the 6.2 cd in it, and used the rescue option. I can see the drives being identified in the boot messages. The cd is mounted automatically

Re: Am I asking for problems?

2000-09-12 Thread Charles Galpin
On Tue, 12 Sep 2000, Jerry Human wrote: > > I am considering getting a deal from Ameritech for DSL and a Compaq > Presario computer with a 566 mhz Celeron cpu loaded with Windows 98 SE > (Sucker Edition? :-) ). Their DSL modem would be installed and > configured using windows. This sounds l

Re: mounting devices using rescue disk

2000-09-12 Thread Charles Galpin
Hi Bret On Tue, 12 Sep 2000, Bret Hughes wrote: > Charles Galpin wrote: > > > > My problem is that doing fdisk -l returns nothing. Like it doesn't see the > > disks. I ran mount, and saw that it would created temp device nodes (since > > they don't exist) an

Re: Unable to load interpreter

2000-09-13 Thread Charles Galpin
Duncan I have been getting similar messages on a machine that has been acting up lately (and getting worse). It too has plenty of RAM and swap. I'm starting to think a memory chip has gone bad, but it's not the kind of thing you can test easily on an operational server. I would be proactive abo

Re: Unable to load interpreter

2000-09-13 Thread Charles Galpin
On Wed, 13 Sep 2000, Duncan Hill wrote: > > "Burke, Thomas G." wrote: > > > > There's a memtest program out there somewhere... You follow it's > > instructions & it creates a boot disk for you, & then does a > > _thorough_ > > Ugh.. rebooting a live server to do a memory test isn't what I rea

Re: cat infile | translate all occurences of "NOT NULL" to ""

2000-09-13 Thread Charles Galpin
Do you want to remove the entire line if they *begin with those characters? If so, creating the following file, making it executable and running it will do this. #!/usr/local/bin/perl -ni # convert.pl # usage: ./convert.pl file1 file2 file3 ... next if /^[; ]/; next if /^.com/; next if /\.(ROOT|G

Re: [OT] Netgear switch

2000-09-13 Thread Charles Galpin
cool. But why in the living room? Is there where your larger concentration of equipment is? :) On Wed, 13 Sep 2000, Gustav Schaffter wrote: > It will be installed in our living room and my dear wife objects to > noisy units that will be running 24 hours/day. :-) ___

Re: Unable to load interpreter

2000-09-13 Thread Charles Galpin
Thanks for keeping this alive Bret :) This is certainly possible - comments below On Wed, 13 Sep 2000, Bret Hughes wrote: > Charles Galpin wrote: > > > Duncan > > > > I have been getting similar messages on a machine that has been acting up > > lately (and gettin

Re: mounting devices using rescue disk

2000-09-13 Thread Charles Galpin
m. Perhaps this was what made the difference. On Tue, 12 Sep 2000, Bret Hughes wrote: > Charles Galpin wrote: > > > I have a 6.1 machine that I believe the main ide disk has failed on. At > > the very least it has some serious file corruption. > > > > I booted of

disks, cables, file corruption..

2000-09-13 Thread Charles Galpin
Can bad cables cause file corruption on a disk? I'm assuming yes. Can this happen with no messages in the message log? I have a 6.1 box that has had files on the root partition get severly corrupted. The first time I restored a few key files under /etc, and the box was back in operation. A week

Re: disks, cables, file corruption..

2000-09-14 Thread Charles Galpin
Hi On Thu, 14 Sep 2000, Statux wrote: > Have you run /sbin/fsck.ext2 ? of course, but usually through e2fsck. > > Does anyone have any idea what might be corrupted here? /etc/rc.d/rc > > exists and is executable. All the other scripts and directories under > > /etc/rc.d look fine too. In fact

Re: disks, cables, file corruption..

2000-09-14 Thread Charles Galpin
:) charles On Thu, 14 Sep 2000, Steve Borho wrote: > On Thu, Sep 14, 2000 at 12:41:42AM -0400, Charles Galpin wrote: > > Can bad cables cause file corruption on a disk? I'm assuming yes. > > > > Can this happen with no messages in the message log? > > >

Re: Problem with mgetty-1.1.22-1.5.x.i386.rpm

2000-09-14 Thread Charles Galpin
The issue with using /dev/modem or /dev/ttyS2 is with sharing. You just have to be consistant with which one you use, because if you mix and match, each seperate program will not "place nice" with the others. If you use the smae name across the board, then they will cooperate with each other (as b

Re: console System monitor?

2000-09-14 Thread Charles Galpin
Hey chuck, are working or playing over there? :) He said *no* X btw. charles On Thu, 14 Sep 2000, Chuck Mead wrote: > > http://www.xfce.org/user-screenshots/Chuck-M-2-large.jpg > > Look at the item on the extreme right hand side of the picture > (warning... this is a large pic at 1600x1200 so

Re: How to delete duplicate headlines in perl with HTML::TokeParser

2000-09-14 Thread Charles Galpin
Hi Gary A simple way would be to put them in a hash first before printing them, using $text as the key and $url as the value. Duplicates will dissapear, with the latest being kept. You could keep the first one by checking if it exists before inserting. If you need to preserve the order, then you

Re: Bulk e-mailer

2000-09-14 Thread Charles Galpin
I see Gordon has already offered to help write it, so if you know what's good for you, take him up on it :) Otherwise, if you check the mailhelp archives on moongroup (search for "mass mailer") you will find a small perl script that does basically what Gordon describes except it uses a simple non

Re: Bulk e-mailer [Postfix?]

2000-09-15 Thread Charles Galpin
It's no day, but it's no hour either. I guess it depends how familiar you are with sendmail, and MTAs in general. Don't do it if you are concerned. Just measure the time/performance with sendmail and then rethink it's need. But I'm no expert, so YMMV charles On Fri, 15 Sep 2000, Jonathan Wilso

Re: Bulk e-mailer

2000-09-15 Thread Charles Galpin
yes. Postfix is a drop in replacement for sendmail. There is even a sendmail executable that takes the same args etc. Anyway, it doesn't really matter because you *should* be using Net::SMTP (even though the curren tversion of the script calss sendmail directly. It would be trivial to use the s

Re: Schedule backups

2000-09-15 Thread Charles Galpin
On Fri, 15 Sep 2000, Eileen Orbell wrote: > I am trying to schedule a backup of a directory to run every hour on a > directory. I want to modify crontab to include my listing.. the backup is > to a tapedrive.. Can someone direct me how to do this?? > I am trying to learn how to do backups and

Re: Bulk e-mailer

2000-09-15 Thread Charles Galpin
search for "mass mail" on the moongroup mailer archives. here wait. http://www.moongroup.com/old/MailArch3/msg01589.html hth charles On Fri, 15 Sep 2000, Jonathan Wilson wrote: > At 02:09 PM 9/15/2000 -0400, you wrote: > > >have you looked at the script? > > > >charles > > > Er, did I miss

Re: Bulk e-mailer

2000-09-17 Thread Charles Galpin
see, I told you Gordon would take care of you :) On Fri, 15 Sep 2000, Gordon Messmer wrote: > On Fri, 15 Sep 2000, Charles Galpin wrote: > > > (even though the curren tversion of the script calss sendmail directly. > > > > It would be trivial to use the script I su

Re: tar & gzip

2000-09-18 Thread Charles Galpin
it most cetainly does. charles On Mon, 18 Sep 2000, Bret Hughes wrote: > Bryan Liles wrote: > > > This is what I get for living in a world where the tar might not be the gnu > > tar. Damn solaris > > gnu tar would probably compile on solaris wouldn't it? > > Bret

7.0 upgrade and MTA

2000-09-18 Thread Charles Galpin
In previous releases, upgrading Red Hat caused sendmail to be installed on top of postfix if you were using postfix. Has this been fixed in 7.0? Mainly curious, but if this hasn't been addressed please consider this a feature request. thanks charles __

Re: someone has a short fuse: Re: PLEASE use meaningful subjectlines, fer cryin' out loud!

2000-09-19 Thread Charles Galpin
yes, I think this should be done (and include their password, and a *detailed* description of how to unsubscribe). On Tue, 19 Sep 2000, Gustav Schaffter wrote: > Would it make sense to automatically send out a 'list-etiquette' message > to each and everyone who subscribe to the list? > > Prefer

Re: someone has a short fuse: Re: PLEASE use meaningful subjectlines, fer cryin' out loud!

2000-09-19 Thread Charles Galpin
On Tue, 19 Sep 2000, Bret Hughes wrote: > I can, and do use procmail to move emails from the various lists I subscribe to > to the correct folder. That is easy. What I can;t imagine doing (well I can > image it I guess, just not how) is writing a recipe that will parse the body and > build a u

Re: Port Forwarding Maybe?

2000-09-19 Thread Charles Galpin
I didn't see any other responses to this, so let me offer this. Although you don't say so, it sounds like your internal web server is not running on the box with two nics, but some other machine in the 192.168.2.x network, lets say it has 192.168.2.3 for aguments sake. I believe you want a port f

Re: compiling kernel 2.4.0-test8-1.0

2000-09-19 Thread Charles Galpin
On Tue, 19 Sep 2000, kf wrote: > Sep 19 06:24:46 heidegger kernel: Detected scsi CD-ROM sr0 at scsi0, > channel 0, id 4, lun 0 ^ here is your device name -| > Sep 19 06:24:47 heidegger kernel: sr0: scs

Re: RedHat Kernel 2.2.16-3

2000-09-19 Thread Charles Galpin
On Tue, 19 Sep 2000, Ray Curtis wrote: > > "kw" == Kevin Wood <[EMAIL PROTECTED]> writes: > > kw> Hey there, > kw> Has anyone had any trouble recompiling the kernel that RedHat has > kw> released 2.2.16-3. I tried rebuilding the kernel and I get the error > kw> message missing 'linux/errno

Re: Booting sequence in Linux

2000-09-20 Thread Charles Galpin
A small but significant error here. On Wed, 20 Sep 2000, Michael Butler/CanEast/IBM wrote: > Now if you look in your /etc/rc.d/rc3.d directory you will see a > number of files like so: K30syslog, K80gpm, S35random. The K tells you what > service to start when you enter the run level and the

Re: Booting sequence in Linux

2000-09-20 Thread Charles Galpin
On Wed, 20 Sep 2000, rpjday wrote: > On Wed, 20 Sep 2000, Charles Galpin wrote: > > > > The S scripts are run at startup (Start) > > The K scripts are run when exiting (Kill) > > > > hth > > charles > > (by the way, what is "hth" anyway?

Re: Yikes RE RH Subscription Service

2000-09-21 Thread Charles Galpin
You are reading way too deep into this. this is simply a service for convenience. If you have a slow net connection, this would be a great way to keep up to date - providing the price is reasonable. I find it a bit ironic that it's probably those who can't afford a high speed net connection who w

Re: Determining NIC Driver or Chip Set

2000-09-21 Thread Charles Galpin
You bow to the master (Don Becker) and read his pages very carefully - the answers are all there http://www.scyld.com/network/ On Thu, 21 Sep 2000, Robert McNealy wrote: > I have 2 Network Anywhere NICs. My Rehat does not find them upon install. > > 1.) How do I determine the Driver and /or

Re: disks, cables, file corruption..

2000-09-21 Thread Charles Galpin
off in y mom's office (in florida) overnight and the weekends. I have replaced the drive, added a nice big case fan, and all seems well. thanks for the help. charles On Thu, 14 Sep 2000, Steve Borho wrote: > On Thu, Sep 14, 2000 at 12:41:42AM -0400, Charles Galpin wrote: > > Can ba

Re: remove rpm

2000-09-22 Thread Charles Galpin
On Fri, 22 Sep 2000, Eileen Orbell wrote: > What is the best way to unistall a RPM. I tried rpm -e filename > but get a error message "cannot remove filename directory not empty. > Should I delete the contents of the directory first? That should just be a warning. Try do a rpm -q rpmname afterw

Re: newaliases

2000-09-25 Thread Charles Galpin
It is in /usr/bin, so try /usr/bin/newaliases /usr/bin must not be in your path. charles On Wed, 13 Sep 2000, Meghan wrote: > Hello, > While in the process of changing over to a new server and a different mail > server, I have been adding and making many changes to /etc/aliases > (actually it

Re: RH 7.0

2000-09-25 Thread Charles Galpin
On Mon, 25 Sep 2000, Eddie Strohmier wrote: > I am sure most of you have seen the anouncement of RH 7.0 on www.redhat.com > with kernel 2.4. I have tried some FTP sites to see if it was available but > I still only see Pinstripe beta with kernel 2.2.16. Are they going to sit on > this version fo

RE: Autoconf/mmap failure

2000-09-26 Thread Charles Galpin
you need to install the glibc-devel rpm charles On Tue, 26 Sep 2000, John Horne wrote: > On 26-Sep-00 at 09:49:38 John Horne wrote: > > I'm trying to build a copy of 'archimedes' (from sourceforge) on a redhat > > 6.1 system (kernel 2.2.16). The configure file tests for 'mmap' and for > > some

Re: RH 7.0 and SWAP partition

2000-09-26 Thread Charles Galpin
On 26 Sep 2000, Tonko de Rooy wrote: > Hi, > > I just tried to start the RedHat 7.0 installation. that's what you get for taunting the rest of us :) > The system already had a Linux partition with RH 6.2 installed, > but I first thought to just do a clean instal

Re: XFree86 -4.01a

2000-09-27 Thread Charles Galpin
Kevin, I'll be upgrading my primary workstation tonight, and tackling the dual headed setup myself (AGP G400 32MB dual head and two mitsubishi DP900U monitors). It is working fine right now single headed under 6.1/Xfree86 3.x with the SVGA driver. It will be interesting to see if the installer d

Re: ifup ppp0

2000-09-27 Thread Charles Galpin
Linda Look into masqdialer (check freshmeat). It's a great little client side tool that lets you control the ppp connection. It has a sever side component of course, and has clients for all kinds of OSs. charles On Wed, 27 Sep 2000, Mikkel L. Ellertson wrote: > On Wed, 27 Sep 2000, linda hanig

Re: /etc/resolv.conf **will not stick**

2000-09-28 Thread Charles Galpin
Hi Ben You mention ppp, so this may not help. However, if you have DSl or cable and get your IP assigned dynamically, then pump is doing this. Check the man page for details, but you can configure /etc/pump.conf to keep your own settings and not take the info from the dhcp server. hth charles

RE: 7.0

2000-09-28 Thread Charles Galpin
no, at a minimum you will need disk1 and disk2. A bit annoying too since you can't leave it unattended anymore. charles On Thu, 28 Sep 2000, Chapman, Matt wrote: > the iso images... is disc1 still all we need to install it? ___ Redhat-list mailing

RE: 7.0

2000-09-28 Thread Charles Galpin
> Jamin W. Collins > -----Original Message- > From: Charles Galpin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 28, 2000 9:22 AM > To: '[EMAIL PROTECTED]' > Subject: RE: 7.0 > > no, at a minimum you will need disk1 and disk2. A bit annoying too since

Matrox G400 dual-head & XFree86 (was Re: XFree86 -4.01a)

2000-09-28 Thread Charles Galpin
Oh boy. I'm a bit confused right now :) First, I have a G400 dual head / 32MB. I'm not sure what the MAX is. Also I want to do Xinerama (if that matters). There is a Xinerama HOWTO on the docs CD which seems to spell it out quite clearly. However .. >From the surfing and reading I have done so

Re: Matrox G400 dual-head & XFree86 (was Re: XFree86 -4.01a)

2000-09-29 Thread Charles Galpin
Hi Kevin > Here is an XF86Config file you can reference. It works great on a dual > Voodoo3 system, but it will show you the layout that you need. You will > probably need to change the mode lines and add a device and a screen. thanks, but this is exactly my problem. You have two device sectio

Re: Matrox G400 dual-head & XFree86 (was Re: XFree86 -4.01a)

2000-09-29 Thread Charles Galpin
one of us is spacey today - I don't see an attachment :) I'm off to look for the newest mga driver. I understand what yu are saying about the config file setup, and I've done that already - so I'm hoping it's just the driver.. I'd still like to see yours pelase. charles On Fri, 29 Sep 2000, Gor

Re: Matrox G400 dual-head & XFree86 (was Re: XFree86 -4.01a)

2000-10-02 Thread Charles Galpin
> Yep, unstable in my experience too. Maybe XFree86 4.0.2 will have a > stable driver. Until then, I've dropped back to one monitor :( sad but true > > BTW, what is the best window manager for xinerama? sawfish certainly > > didn't like it. I switched to enlightenment, but it seemed like gno

DSL router recommendation

2000-10-02 Thread Charles Galpin
Could someone recommend a router for use with ADSL (GTE dynamic IP). Not a linux/pc solution since for some reason my mom's office eats them for breakfast. I know about webramp. Any others? I need to be able to administer it from *outside* the LAN. Being able to access one of the internal window

Re: DSL router recommendation

2000-10-02 Thread Charles Galpin
Thanks! I'll consider them. One thing. I'll be installing this remotely so I see myself having two choices. 1. shipping it to them direct and talking them through enabling remote access. 2. shipping it here, playing/learning/configuring it, and shipping it to them. Do you think #1 is feasable? I

Re: Matrox G400 dual-head & XFree86 (was Re: XFree86 -4.01a)

2000-10-02 Thread Charles Galpin
I'm not sure what's up withe the redhat-list so I've sent this directly to you guys as well. Kevin, I have not tried the hardware trick of doubling the resolution - I may not get to try it for a few days either. Steve, would you mind asking your guys if they used the hardware trick or the latest

Re: Does anyone know of a AOL IM for Redhat?

2000-10-02 Thread Charles Galpin
There are lots. Check freshmeat.net for others, but I like 'gaim' charles On Mon, 2 Oct 2000, Smith, Jonathan wrote: > Does anyone know of a AOL IM for Redhat? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listin

Re: DSL router recommendation

2000-10-03 Thread Charles Galpin
On Mon, 2 Oct 2000, John Aldrich wrote: > > 2. shipping it here, playing/learning/configuring it, and shipping it to > > them. > > If I did #2, will the settings stay persistant without power for a day or > > two? > > > Trust me... you really want to do #2. As for the brand... > well, I'm enjo

Re: Network time server?

2000-10-03 Thread Charles Galpin
Oh, well then, you want the "smarttime" rpm. It starts the day one hour early (so you look like you got to work an hour earlier than you did) and then over a period of 5 hours increments the time one hour early (so you can leave an hour earlier). Just run that on your main server and you will be a

Re: (OF) Java

2000-10-04 Thread Charles Galpin
To ask for input, System.out.println() To read input, System.in.read(). also see System.in.available() hth charles On Wed, 4 Oct 2000, Jefferson Ryan Tang Lee wrote: > hi, > > what is the java programming language command for user > input (asking user for input)? thanks in advance. > > j

Re: Does any one know........

2000-10-04 Thread Charles Galpin
On Wed, 4 Oct 2000, Rick Forrister wrote: > I make it a point to not install binary RPM's > unless they're from trusted sites, such as Red Hat, Caldera, etc. > For other sites, I d/l the SRC rpms, open them up, inspect any > scripts that are executed, and then rebuild/install. I see this sai

Re: port forwarding

2000-10-05 Thread Charles Galpin
Hi Nate I got it working using the following syntax (for https - port 443 - in this case ) on my 6.2 box, 2.2.13 kernel, ipmasqadm-0.4.2-3 /usr/sbin/ipmasqadm portfw -a -P udp -L 206.84.220.139 443 -R 192.168.1.7 443 hth charles On Wed, 4 Oct 2000, Nate W wrote: > Ingredients: >RH6.2 >

Re: port forwarding

2000-10-05 Thread Charles Galpin
sorry, I missed that too. I don't have time to try autofw, but this will get you going for now for port in 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080; do ipmasqadm portfw -a -P udp -L $port -R 192.168.0.2 $port done Just add your ports to the for line. In perl you can do a range

Re: Does any one know........ [notes]

2000-10-05 Thread Charles Galpin
Checkout the procmail filter by John Hardin at http://www.impsec.org/email-tools/procmail-security.html I've been using them for a while and love it. Attachments get renamed so they can't run automatically without user intervention, etc. which is how most of these viruses propogate. hth charles

Re: Kernel compile problems (clean 7.0 install)

2000-10-05 Thread Charles Galpin
I'm having the same problem. I changed the CC definition to use kgcc (which is installed), even though mine had some logic that should have resulted in the same thing anyway, and it made no difference. What else can I check? kernelcfg-0.6-9 kernel-headers-2.4.0-0.26 kernel-2.2.16-22 kernel-util

Re: Kernel compile problems (clean 7.0 install) [solved]

2000-10-05 Thread Charles Galpin
server is out to lunch again. thanks anyway charles On Thu, 5 Oct 2000, Charles Galpin wrote: > > I'm having the same problem. I changed the CC definition to use kgcc > (which is installed), even though mine had some logic that should have > resulted in the same thing anywa

Re: [OT] Looking for perl url redirect script

2000-10-05 Thread Charles Galpin
Hi Gary I didn't see anyone answer this, and was curious, so I wrote a simple little one. I'm not sure if this was what you were looking for, but it just logs the refering page and destination url and redirects. It would be almost as simple to do a masking style redirect to hide urls you are red

Re: RPM troubles

2000-10-06 Thread Charles Galpin
upgrade to rpm-3.0.5. If you still can't install RPMS, then that version will let you upgrade itself to rpm-4.x Search the archives at http://moongroup.com/redhat.phtml for for details since this was discussed heavily a while ago. Whatevr happened to the ideas being bounced around about a list-F

Re: unsubscribe -can someone at least bother to reply 4 the firsttime

2000-10-06 Thread Charles Galpin
You ungrateful sod. If you still haven't figured out how to get off the list, then please note that asking two questions and not getting a reply does not warrant this kind of message to the list. I took the time to search for soulreaver in the archives, and found you have posted 4 times (other th

Re: (free) mass mailing software

2000-10-06 Thread Charles Galpin
search the mailhelp archives at moongroup.com if you want something that is slightly fancier, i.e supporting their name as well as their email address, and "personalized" body of the message. hth charles On Fri, 6 Oct 2000, Anthony E . Greene wrote: > On Thu, 05 Oct 2000 18:12 Jeff Graves wrote

Re: Accepting and forwarding mail

2000-10-06 Thread Charles Galpin
This should get you started http://www.sendmail.org/virtual-hosting.html but I'd search the mailhelp archives, and even join that list if you want mail related help. http://www.moongroup.com/old/archives.php hth charles On Thu, 5 Oct 2000, Robert Friberg wrote: > > > Hi folks, > > > I h

Re: HElP !! what happened to inetd in RH 7 ???

2000-10-06 Thread Charles Galpin
Others have told you it's xinted now, and yes you shoudl read up on it. But to answer you question directly, edit /etc/xinetd.d/imap and comment out/remove the line disable = yes hth charles On Thu, 5 Oct 2000, Dave Lewis wrote: > I don't seem to have a inetd ?? or an inetd.conf file in m

Re: named.conf

2000-10-06 Thread Charles Galpin
You have to create it yourself. If you want the caching-only nameserver, install caching-nameserver and it creates a suitable named.conf (among other config files) charles On Fri, 6 Oct 2000, Eileen Orbell wrote: > I installed Bind (rpm) from RH site and have no named.conf file. > I am trying t

[OT] print server recommendation

2000-10-06 Thread Charles Galpin
Can anyone recommend a print server? Does the bidirectional printing really work properly? I've seen them by linksys, netgear, HP and others. They all seems comparable, but would opinions from those who have used them. A web basev admin interface would be preferrred but not critical. thanks cha

RE: unsubscribe -can someone at least bother to reply 4 the first time

2000-10-06 Thread Charles Galpin
mmh. I'm not sure. Can anyone clarify? I think the intent was clear though :) On Fri, 6 Oct 2000, Burke, Thomas G. wrote: > I always tohught it was "sot" (like a drunk)... > > > -Original Message----- > > From: Charles Galpin [SMTP:[EMAIL PROTECTED]

Re: Multiple e-mails from this list.

2000-10-09 Thread Charles Galpin
Hi Enrico It sounds like you are subscribed twice. Here is how I would fix it. 1. unsubscribe. 2. wait for a message. When one comes in look at the headers to see who the message was sent to. 3. unsubscribe that address. 4. resubscribe as the one you want to be. hth charles On Mon, 9 Oct 2000,

Re: Lynksys Router

2000-10-09 Thread Charles Galpin
just don't use dhcp. Assign both boxes a static IP in whatever range you use for the router (default in 192.168.1.1). It's all or nothing with the linksys. As far as I could tell, you couldn't assign machines the same IP by mac address like you can with other dhcp servers. Another approach is to

Re: Multiple e-mails from this list.

2000-10-09 Thread Charles Galpin
t > this did not help. > > Do you or anyone else have any other suggestions? > > Regards > Enrico > - Original Message - > From: "Charles Galpin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, October 09, 2000 2:48 PM > Subject: R

Re: RH7.0 locks up

2000-10-09 Thread Charles Galpin
Hi John I haven't had the box long enough to be sure, but I have had the same problem. I believe it is XFree86 4.0 and the mga driver (i have a g400). Switch back to 3.x and it should work fine. nyway, I had to take the box back because it wasn't detecting my full cpu speed - when I get it back,

Re: rpm usage

2000-10-09 Thread Charles Galpin
you can do this without installing it. Try rpm -ql your.rpm this will list all the file that would be installed if you choose to do so. charles On Mon, 9 Oct 2000 [EMAIL PROTECTED] wrote: > hi, > ihow can i get an rpm file to 'install' into a given directory - i want > to look at what makes u

Re: Syslogd restarting it's self?

2000-10-09 Thread Charles Galpin
I thin k this is normal. It will get restarted multiple times when logrotate runs for each of the apps in /etc/logrotate.d charles On Mon, 9 Oct 2000, Jonathan Wilson wrote: > Howdy, > > I just noticed this entry at the very top of this week's /var/log/message: > > [root@csc003 /root]#

Re: firewall

2000-10-09 Thread Charles Galpin
> I have linux running a home network. I have a static IP adress. you don't say what your net connection is. Is it DSL/cable using one of the ethernet cards, or a dialup via modem? We need to know this before we can answer your questions properly > The Linux box acts as a gateway to the internet

Re: RH7.0 locks up

2000-10-09 Thread Charles Galpin
grin. maybe the next RH installer will be smart enough to install a journaling filesystem when it detects a matrox card :) I only have 18gb, so I get more annoyed at losing my current work/state when it happens! charles On Mon, 9 Oct 2000, Adam Sleight wrote: > Same here...I have a g400, RH7.0

Re: RH7.0 locks up

2000-10-09 Thread Charles Galpin
I also do a kernel compile loop burn in test on my machines (first sugested to me by the honorable Donald Becker oncE :) ) I have used the same g400 in two machines, both able to compile the kernel with -j4 for days. As an aside, on one of these machines I actually forgot I was compiling the kern

Re: rpm usage

2000-10-10 Thread Charles Galpin
whoops. my bad. whack, whack. On Mon, 9 Oct 2000, Dave Wreski wrote: > > > you can do this without installing it. Try > > > > rpm -ql your.rpm > > Bzzt. You'll need 'rpm -qpl your.rpm' to do this ;) > > dave ___ Redhat-list mailing list [EMAIL P

Re: RH 7.0 Nightmare: Permedia2 & other stories.

2000-10-10 Thread Charles Galpin
Come on Rev. This is entirely uncalled for. How can you say the whole release is crap when the majority of the problems reported are simply things like XFree86 problems that are easily solved by using the version 3.x *PROVIDED*. I think enough has been said on the gcc issue - you should not be con

  1   2   3   4   5   6   7   8   9   10   >