Re: RH 7.1 and Webmin

2001-04-27 Thread Michael Burger
I've got Webmin 0.85 on a fresh 7.1 box...runs just fine, so far. On Wed, 25 Apr 2001 17:17:51 -0600, Mike W wrote: >Anyone heard of any problems using WebMin with RH 7.1? > >mw > > > >___ >Redhat-list mailing list >[EMAIL PROTECTED] >https://listman.r

Re: What happened to /etc/inet.conf in RH 7.0?

2001-04-24 Thread Michael Burger
On Tue, 24 Apr 2001 22:43:06 -0700, Michael McPhail wrote: >But there's nothing in my /etc/xinitd.d/ directory except linuxconf-web. >There's also no executable called xinetd in /etc/init.d - or anywhere, >for that matter. I ran the /usr/sbin/setup and that let me turn on/off >some things, but no

Re: ip address conflict

2001-04-18 Thread Michael Burger
ou need to defend it. > >So to clarify: Does linux ifconfig the interface down in the event of >an ip address conflict? Does it log anything? Can it simply be made >to log anything? Does it do the minimum of seeming down while the >router is caching the wrong ether address for

Re: ip address conflict

2001-04-18 Thread Michael Burger
That's what any OS/device will do when there's an IP conflict. Both interfaces shut down for a short period of time...varied, mind you. If both come back up and still have the same IPs and conflict, they both go down, again. It matters not whether you're running Linux, BSD, Windows, or are on a

Re: NFS SERVER

2001-04-17 Thread Michael Burger
Have you added anything to /etc/exports? On Tue, 17 Apr 2001 16:28:19 +0530, harmit wrote: >Hi >I have a linux 6.2 that need to act as a NFS server. >NfS package is installed.The results of /etc/rc.d/init.d/nfs status are >BLANK >It doesn't show anything . >rpcinfo -p shows >portmapper,nlockmgr

Re: Lilo problem

2001-04-15 Thread Michael Burger
-0400, you wrote: >>On Sun, 15 Apr 2001, Michael Burger wrote: >> > The quick and easy answer is to make your Windows HD the master, and >> > your linux HD as the slave...boot from a boot disk, at that point, >> > edit your lilo.conf file, run "lilo" and try

Re: Lilo problem

2001-04-15 Thread Michael Burger
The quick and easy answer is to make your Windows HD the master, and your linux HD as the slave...boot from a boot disk, at that point, edit your lilo.conf file, run "lilo" and try again. On Sun, 15 Apr 2001 14:28:01 -0500, Reuben D Budiardja wrote: >Hello, >I'm having a problem configuring my L

Re: Bootup service configuration

2001-04-14 Thread Michael Burger
Or, you could simply do the following: chkconfig on|off On Sat, 14 Apr 2001 12:05:50 -0500, ABrady wrote: >On Sat, 14 Apr 2001 10:16:49 -0500 >"scott.list" <[EMAIL PROTECTED]> wrote: > >> Where do I enable/disable what get's started at bootup (e.g. portmapper)? I >> (think) I see that they ge

Re: RedHat - Quo Vadis

2001-04-08 Thread Michael Burger
I'm afraid that I can't agree with you, here. I've been running Red Hat distributions on my servers for the last 5 years. The bugs that have appeared in the programs distributed in Red Hat's packages have appeared in the same packages distributed in every other distribution, Mandrake, Slackware,

Re: Telnet Server redhat 7.0

2001-04-03 Thread Michael Burger
/etc/xinetd.d/telnet On Tue, 3 Apr 2001 20:37:55 EDT, [EMAIL PROTECTED] wrote: > > Where in redhat 7.0 is the telnet server located at? the onfig file. > ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/r

Re: Defaul Gateway

2001-04-03 Thread Michael Burger
I think the problem is what you've set as your default gateway. Your default gateway is never the address of one of your local interfaces. Your default gateway should be an address external to your box...the address of your router. So, for example, if your router's address was 191.5.10.2, you s

Re: ifcfg-eth0:x problem

2001-04-02 Thread Michael Burger
some other reason, it still appears that my outbound connections are coming from one of my virtuals. I put that NO_ALIASROUTING line in /etc/sysconfig/network. I guess I could/should try it in the individual ifcfg files. On Mon, 02 Apr 2001 21:57:09 -0400, Michael Burger wrote: >Thanks for the

Re: ifcfg-eth0:x problem

2001-04-02 Thread Michael Burger
Thanks for the tip, Brian. Only one other question. Does that line go into each ifcfg-ethx:x file, or in the /etc/sysconfig/network file? On Mon, 2 Apr 2001 19:53:47 -0400, Brian Ashe wrote: >Try adding the line... > >NO_ALIASROUTING=yes ___ Red

ifcfg-eth0:x problem

2001-04-02 Thread Michael Burger
I am running a number of virtual IPs on my RH 6.1 box. All my ifcfg-eth0:x files look like this: DEVICE=eth0 BOOTPROTO=static IPADDR=xxx.xxx.xxx.xxx NETMASK=yyy.yyy.yyy.yyy ONBOOT=yes What seems to be happening is that not only do I get all the appropriate eth0:x

Re: Hostname

2001-04-02 Thread Michael Burger
Oh, yeah...you could also do it via "netconfig". On Mon, 2 Apr 2001 12:21:12 -0700, Marcus Ouimet wrote: >When I type hostname it comes up as: > >www.everyfan.com > >Although my site works fine running with Apache and Red Hat 6, this is >annoying. I think it came from the deafult installation. I

Re: Hostname

2001-04-02 Thread Michael Burger
Edit /etc/sysconfig/network, and change the "HOSTNAME=" line. On Mon, 2 Apr 2001 12:21:12 -0700, Marcus Ouimet wrote: >When I type hostname it comes up as: > >www.everyfan.com > >Although my site works fine running with Apache and Red Hat 6, this is >annoying. I think it came from the deafult in

Re: Ghost 113Mb?

2001-04-02 Thread Michael Burger
Could it be logrotate? Your logrotate config is only set to keep a certain number of backup logs...once a week (typically), as it rotates your latest logs, it deletes the oldest logs of each rotating set. On Mon, 02 Apr 2001 12:10:31 -0600, Ashley M. Kirchner wrote: > >This has me baffled..

Fix the RPM database?

2001-04-02 Thread Michael Burger
Recently, I had a major system crash. The restore, unfortunately, overwrote the newly created rpm database with the previous one. Is there a flag I can use, perhaps in conjunction with --rebuilddb, that can clear up the incorrect versions as well as remove the info for packages that aren't actua

Re: mounting a second disk

2001-04-02 Thread Michael Burger
What you would need to do is to create 2 partitions. /dev/hdb1 and /dev/hdb2, and mount each partition at the mount point you want to use. On Mon, 2 Apr 2001 09:46:31 +0300, Spyros Ioakim wrote: >i want to expand the capacity of two directories by adding a second >hard disk. > >i want to add ca

Re: lilo

2001-04-01 Thread Michael Burger
Sounds like you need to update your copy of LILO. On Sun, 01 Apr 2001 15:26:30 -0700, Robert Vazquez wrote: >I built a brand new computer. it has a 30GIG hard drive, which i >partitioned into a couple of logical drives and one EXT2 partition. I >installed Red Hat 7.0 and it runs great, but I hav

Re: Groupware under Linux

2001-04-01 Thread Michael Burger
:43:43 -0500, Dave Ihnat wrote: >> >> >On Sun, Apr 01, 2001 at 11:02:29AM -0400, Michael Burger wrote: >> >> Yeah, but get it while you can. >> >> >> >> HP is discontinuing development and support for Openmail in the >> >> foreseeab

Re: Groupware under Linux

2001-04-01 Thread Michael Burger
What a freaking joke that is. Blarg. On Sun, 1 Apr 2001 10:43:43 -0500, Dave Ihnat wrote: >On Sun, Apr 01, 2001 at 11:02:29AM -0400, Michael Burger wrote: >> Yeah, but get it while you can. >> >> HP is discontinuing development and support for Openmail in the >>

Re: Groupware under Linux

2001-04-01 Thread Michael Burger
Yeah, but get it while you can. HP is discontinuing development and support for Openmail in the foreseeable future. On Sat, 31 Mar 2001 15:37:30 -0800 (PST), Jim Cunning wrote: >Check out: > http://www.openmail.com/cyc/om/00/index.html > >Jim > >On Sat, 31 Mar 2001, Martin Sieben wrote: >

Re: .forward file not working

2001-03-31 Thread Michael Burger
.forward, if I recall correctly, can not point to an executable. If you want to use procmail, just use the .procmailrc file. On Sat, 31 Mar 2001 16:56:41 -0500 (EST), [EMAIL PROTECTED] wrote: >I have loaded up 7.0 and am now working on getting procmail filters >oeprational. However, I've run i

Re: Automating a lynx download?

2001-03-31 Thread Michael Burger
Aahhhthe -m flag...I knoew a flag had to be available. Thanks. On Sat, 31 Mar 2001 10:10:44 -0600 (CST), Paul Rushing wrote: >you can try > >wget -m ftp://ftpsite/pub/updates/7.0/ > >replace with the site you want to use. > >> I just had to reinstall a production machine, and in the restore

Automating a lynx download?

2001-03-30 Thread Michael Burger
I just had to reinstall a production machine, and in the restore, I inadvertantly restored the old rpm database. I want to download all of the updates, but am not sure of how to tell lynx or wget to just download the entire contents of the updates directory at Red Hat or any of the mirrors. Any

Bounces?

2001-03-30 Thread Michael Burger
My apologies if messages to me from these lists were bouncing...root filesystem on my main server died, and I've been working feverishly, all day, to get it back up and running. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.co

Re: Pine is not where it's supposed to be

2001-03-22 Thread Michael Burger
I see it...observe: http://people.redhat.com/mharris/ Parent Directory22-Mar-2001 12:48 - Mesa/ 18-Mar-2001 11:47 - XFree86-Servers-3.3...> 04-Mar-2001 05:01 - XFree86/18-Mar-2001 11:47 - kernel-2.4.2-0.1.29...> 1

Re: Telocity DSL...

2001-03-22 Thread Michael Burger
I have a friend who just switched from them. The provider he had been using decided to get out of the residential DSL market, and focus on business DSL...so they transitioned him to Telocity. First, they failed to ramp up enough bandwidth in the region to handle all the new customers. Then, the

Re: up2date fatal error

2001-03-19 Thread Michael Burger
I found that odd, today, too... The only complaint I've had with regard to Wolverine, so far, is that after idling at screen saver for a few hours, I often can't open things like a terminal window, or Netscape, etc. I wind up having to log out and back in again. On Mon, 19 Mar 2001 14:34:12 -04

Forget HTML mail, how about "(No subject)"?

2001-03-18 Thread Michael Burger
Ok...I know we've been going round and round about HTML email. That doesn't bother me as much, since the newest Pine implements HTML filtering/viewing capabilities. What bothers me, and will get your message dropped directly into my bitbucket, is a subject of "No subject". If you're going to po

Re: find rpm installs

2001-03-18 Thread Michael Burger
rpm -qa --last | less will paginate the output for you. On Sun, 18 Mar 2001 17:34:44 +0100 (CET), Wolfgang Pfeiffer wrote: >oops,Bret, just found some solution: > >rpm -qa --last >## >I think that's it ... although it gives a bit too much of output ..

Re: CDRs not being recognised!

2001-03-18 Thread Michael Burger
Happy to help. I'm just sorry that the answer wasn't what you wanted. On Sun, 18 Mar 2001 13:25:09 -, Peter Kiem wrote: >> Before you do, make sure that the drive, itself, hasn't gone >> south...try a 650 in it, first, to be sure. > >Yeah, it is a brand new drive and the dummy burn at 8x wo

Re: CDRs not being recognised!

2001-03-18 Thread Michael Burger
Before you do, make sure that the drive, itself, hasn't gone south...try a 650 in it, first, to be sure. On Sun, 18 Mar 2001 18:05:16 +1000, Peter Kiem wrote: >Hi Mike, > >> First, you need to check with Creative, and find out if that drive will >> work with the 700MB media. Most of the time, i

Re: Wolverine Download (Still)

2001-03-16 Thread Michael Burger
Those look like the right sizes to me. They match what I downloaded and burned to my CDs. On 16 Mar 2001 18:05:58 -0600, Stephen Hargrove wrote: > > > >-- >Stephen E. Hargrove >Attorney at Law >http://www.StaceWilliams.com >http://www.StephenHargrove.com >* >Mozart: http://

Re: Webmin

2001-03-15 Thread Michael Burger
I have UPS's, too, but when teh power goes down, here, it's not a short outage. On Wed, 14 Mar 2001 20:13:26 -0500 (EST), Chuck Mead wrote: >On Wed, 14 Mar 2001, Mike Burger spewed into the bitstream: > >MB>On Wed, 14 Mar 2001, Chuck Mead wrote: >MB> >MB>> MB>Unlike linuxconf, it only makes and

Re: My Linux server takes time to reply

2001-03-14 Thread Michael Burger
long...and part of that process includes named (BIND) checking the hosts file. I don't believe that the lookups against /etc/hosts will happen without a running name server, somewhere...usually the local system. On Wed, 14 Mar 2001 18:37:02 -0500, John Aldrich wrote: >On Wed, 14 Mar

Re: Webmin

2001-03-14 Thread Michael Burger
On Wed, 14 Mar 2001 16:17:53 -0600, Kerry Miller wrote: >Thanks for the recommendation, I've got to go so I can install it on my >other Linux box. I had several problem with Linuxconf before I knew it was >broken, does anybody know of any similar problems with Webmin before I get >into it too

Re: My Linux server takes time to reply

2001-03-14 Thread Michael Burger
Probably a dumb question, but did you also add names to the hosts file for those systems, and is named running on the "remote" system? On Wed, 14 Mar 2001 11:05:03 -0500, John Aldrich wrote: >On Wed, 14 Mar 2001, you wrote: >> Happy to have been of service. >> >> On Wed, 14 Mar 2001 [EMAIL PROT

Re: linux rescue

2001-03-13 Thread Michael Burger
d a "ln -s /mnt/sysimage/boot /boot" first...it complained about /boot not existing. Oy. On Tue, 13 Mar 2001 21:40:26 -0500, Michael H. Warfield wrote: >On Tue, Mar 13, 2001 at 09:34:40PM -0400, Michael Burger wrote: >> Ok...I'm a little stuck. > >> I installed Wolve

linux rescue

2001-03-13 Thread Michael Burger
Ok...I'm a little stuck. I installed Wolverine, and then let up2date update everything but the kernel. Well, now lilo's screwed up (booting to just "LI" and stopping)...and I'm a little stuck for the correct syntax to get lilo reinstalled. The "linux rescue" boot has mounted my / and my /boot a

Re: Wolverine

2001-03-12 Thread Michael Burger
It's a home grown beast called slide...given to me by a guy who wrote it for use on his sun boxes. I only use it on boxes I admin, and the reason I use it is that it's like a combination of su and sudo, but without having to know the root password. As with sudo, you have to be a member of the gr

Re: HTTPD.CONF

2001-03-12 Thread Michael Burger
Silly question time...does the box in question answer to the IP for the vhost in question? On Mon, 12 Mar 2001 18:32:05 -0800, Ben Ocean wrote: >Hi; >For some reason I can't add a virtual host to my httpd.conf file and get it >to show up. All my other vhosts are working fine. It's not a typo be

Re: question on sendmail - please help me out

2001-03-11 Thread Michael Burger
First, the help. Check out www.moongroup.com, and look at their archives for the mailhelp list. Lots of good info there, and if you can't find the answer you need, you can join the mailhelp list and ask there. Second, the question; Does it really matter? DNS lookups don't usually take more th

Re: Checkpoint

2001-03-10 Thread Michael Burger
You're much better off asking someone at Checkpoint, the vendor from which you purchased Checkpoint, or a Checkpoint mailing list. On Sat, 10 Mar 2001 19:13:09 +0300, Biniam Sahlezghi wrote: >Hi >My checkpoint is not allow me to enter to the policy editor and to others. It say "No >response fro

Re: webhosting

2001-03-09 Thread Michael Burger
If the site owners are to be allowed to upload, etc, then my suggestion is to create regular accounts with home directories and the requisite public_html directory, all completely owned by the site owners. Then, configure Apache to read /home/domain1-owner/public_html as www.domain1.com. keep al

Re: Linux and viruses

2001-03-08 Thread Michael Burger
On Thu, 8 Mar 2001 17:27:21 -0600 (CST), Avi Aumick wrote: >> > NTFS may be derived from HPFS, but if you create a long filename like >> > in Unix, it is a true long file name. It can not be directly copied to a >> > dos os. The name must be changed to an 8.3 type format. In NTFS, the long >> > f

RE: How can I use Postfixas a backup for an NT MTA?

2001-03-08 Thread Michael Burger
In Postfix's main.cf file, find the "relay_domains" line and add the domain name for which Postfix should accept, queue and forward mail. On Tue, 27 Feb 2001 13:05:26 -0500, Warren Melnick wrote: >You need to do 2 things... >First, create an MX record for the Linux box that has a lower priority

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 12:30:32 -0800, Ben Ocean wrote: >thewebsons:/apache/vhosts/downloads/chkrootkit-0.22# ps ax | grep >"/usr/local/sb >in/s"|more > 661 ?S 0:07 /usr/local/sbin/sshd > 3849 ?S 0:00 /usr/local/sbin/sshd > 4232 ?S 0:00 /usr/local/sbin/ssh

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 12:04:25 -0800, Ben Ocean wrote: >At 02:45 PM 3/4/2001 -0400, you wrote: >>You'd need to do a ps aux to get a list of everything, and if you do >>a ps aux | grep root, you'll get every process currently run by root, >>unless "ps" has been compromised. > >This is what came fro

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 11:39:39 -0800, Ben Ocean wrote: >> >>tty1 is your primary console, on the physical machine. >> > >> >Please tell me how this relates to my concern. >> >>Don't be snippy about it, now. > >Hell, I ain't being snippy! It's an honest question. > >>If tty1 is the primary physical

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 11:19:41 -0800, Ben Ocean wrote: >At 02:06 PM 3/4/2001 -0500, you wrote: >>Let me rethink that. >> >>tty1 is your primary console, on the physical machine. > >Please tell me how this relates to my concern. Don't be snippy about it, now. If tty1 is the primary physical consol

Re: Vicious circle bites me again

2001-03-03 Thread Michael Burger
Glad to have been of help. On Sat, 03 Mar 2001 09:42:52 -0500, Jerry Human wrote: >Thanks Mike. I exec the command in a consol as you suggested. > >Mike Burger wrote: >> >> change to the directory where you have the files saved, and then run: >> >> rpm -Uvh * > >Still wouldn't work because of

Re: [OT] DOS - how to find out who has the IP's ?

2001-03-01 Thread Michael Burger
"whois [EMAIL PROTECTED]" Often, arin will point you at ripe.net or apnic.net, etc. When that happens, use "whois [EMAIL PROTECTED]"...substitute the appropriate NIC for ripenic.net, etc. On Wed, 28 Feb 2001 17:39:31 +0200, Claudiu Balciza wrote: >My web server is under DOS attack >I get about

Re: Giving a user, superuser privledges

2001-02-27 Thread Michael Burger
Get the sudo package, and add user "peach" to teh group "sudoers" On Tue, 27 Feb 2001 20:51:51 -0500 (EST), Statux wrote: >I know this gets mentioned now and then, but I seem to have forgotten to >save a copy of an email that explains it. > >How does one go about giving a user superuser privledg

Re: MX Records

2001-02-25 Thread Michael Burger
it is possible, but the "my.othermail.host" has to be set up to queue mail for your domain and to hold it until your "my.mail.host" system is back up. On Sun, 25 Feb 2001 12:42:12 -0800, Gill, Vern wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >I have a kinda strange question. I am ut

Re: kernel frustration

2001-02-24 Thread Michael Burger
Ashley M. Kirchner wrote: >Michael Burger wrote: > >> Did you look in the README file? >> >> That's where I got it from, when I first started trying to install my >> 2.4.x kernels. > > I would really like to see this README file you're talking about, bec

RE: kernel frustration

2001-02-24 Thread Michael Burger
ke dep (and possibly make clean) >make bzImage > >where does make come into the pictureand where does it state this??? > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Michael Burger >Sent: Saturday, February 24, 2001

Re: How to use tar

2001-02-24 Thread Michael Burger
Next time, while in man tar, do a "/bzip"...it'll take you where you need to go. In the meantime, it's "tar -cIvf" " On Sat, 24 Feb 2001 16:07:13 +0200 (EET), Silviu Cojocaru wrote: > >I want to make the tarball of dir using "tar" and "bzip2", could someone >tell me how to do that, the tar man

Re: Problems with keeping IP's up

2001-02-24 Thread Michael Burger
You may just want to check your /etc/rc.d/init.d/network startup script, and make sure you have lines in it for the various interfaces to correspond with your list of ifcfg files. On Fri, 23 Feb 2001 14:26:42 -0600, K Old wrote: >Hello Everyone, > >I am having a problem keeping the IP addresses

Re: Linux routing question

2001-02-24 Thread Michael Burger
It's called IP aliasing. ifconfig eth0 192.xxx.xxx.xxx ifconfig eth0:0 172.xxx.xxx.xxx On Fri, 23 Feb 2001 18:47:14 -0500 (EST), David Brett wrote: >Hi Frank > >How are you moving packets from network to another with one NIC? I think >I am missing something? > > >david > >On Fri, 23 Feb 2001,

Re: kernel frustration

2001-02-24 Thread Michael Burger
Any reason you didn't run "make" before "make bzImage"? On Fri, 23 Feb 2001 19:30:20 -0500, mjs wrote: > >here is my senerio,..i'm currentely running Redhat 6.2 with kernel 2.2.17 >and i want to upgrade to kernel 2.4.0, is this possible?..do i need to be >running Redhat 7.0 ??... i went ahead an

Re: Dual NICs

2001-02-22 Thread Michael Burger
Feb 2001, Michael Burger wrote: > >> You could disconnect the cable from eth0. >> >> Your machine will only have one default route...and since it's >> usually going to be defaulted to the IP on eth0, unless there is no >> connection there. >> >This

Re: What causes this error message??

2001-02-22 Thread Michael Burger
It means that Sendmail could not resolve the IP of the connecting system to a valid domain name. You probably can't do anything to fix it...unless it's your system and your DNS. Otherwise, it's up to the person responsible for the domain/IP allocation of the system, in question, to fix their rev

Re: Dual NICs

2001-02-22 Thread Michael Burger
You could disconnect the cable from eth0. Your machine will only have one default route...and since it's usually going to be defaulted to the IP on eth0, unless there is no connection there. On Thu, 22 Feb 2001 07:26:33 -0800, David Brenner wrote: >Dumb dual NIC question. > >I have two NICs ins

Re: running a program as root

2001-02-22 Thread Michael Burger
I believe the program also needs to be "chmod o+s" to run setuid...but I could be wrong. On Thu, 22 Feb 2001 10:51:03 +0800, Robert Reyes wrote: >thanks man! > >From: "Statux" <[EMAIL PROTECTED]> >To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> >Sent: Thursday, February 22, 2001 10:23 AM >Subject: R

Re: BIND/DNS question

2001-02-20 Thread Michael Burger
Did you also give the registrar the IP of that server? On Wed, 21 Feb 2001 05:40:36 +0800 (SGT), Ditesh Kumar wrote: >> No. It helps when you try and do revers DNS lookups, but reverse DNS >> doesn't even need to point to your domain name. > >Hmmm, okay - let me explain further about my problem

Re: nslookup port

2001-02-17 Thread Michael Burger
I believe it's 53. Check your /etc/services file to be sure. On Sat, 17 Feb 2001 21:18:01 +0800, Mark Lo wrote: >Hi, > >I am currently employed a Deny everything firewall policy using ipchains. I >would like to know what port is "nslookup" using. So that I can enable "nslookup" >for my

NFS oddity

2001-02-17 Thread Michael Burger
Good morning. I have 3 partitions on 2 hard drives, all mounted, all that I want to be able to export via nfs. / (hda6) /var (hda5) /home (hdb1) If I export / insert.ip.address.here(rw,no_root_squash,insecure), it exports / just fine, but on the machine which has mounted /, I can not traverse

Re: (no subject)

2001-02-17 Thread Michael Burger
IPMasq and IPChains? On Sat, 17 Feb 2001 14:43:13 +0700, Wendy William wrote: >Any one know a program like WinGate (with time control access for >user/group) but running on Linux? I need to control Client A only access >internet from 8.00 to 10.oo am and client B have unlimited time access to >i

Re: Several Easy Questions (for you pros!)

2001-02-14 Thread Michael Burger
On Wed, 14 Feb 2001 13:26:57 -0800, Ben Ocean wrote: >> > >My point is that httpd.conf could also point to their own home >> > >directories, or a subdirectory, such as public_html. >> > > >> > >This way, the user would have full access to their directories and files. >> > > >> > >This is also how

Re: dns lookup problem

2001-02-13 Thread Michael Burger
whois is your friend. "whois [EMAIL PROTECTED]" is your best place to start. In the case of the IP in question, you would then use: "whois [EMAIL PROTECTED]" (arin.net would have pointed you there). It turns out that this block of addresses has been allocated to the Korean NIC. Not uncommon..

Re: Definitive 2.4 upgrade instructions?

2001-02-11 Thread Michael Burger
Actually, my recommendation is to: A) download kernel 2.4.1...the compile and installation went much smoother for me than did the 2.4.0 kernel compile/installation. B) Make sure you change the references in your Makefile from gcc to kgcc. While I did get 2.4.1 compiled with gcc-2.96-69, I am al

Re: Kernel compilation..

2001-02-11 Thread Michael Burger
Come on...if he's going from a 2.2.x kernel to 2.4.whatever...prerelease or otherwise, it's still an upgrade. The questions I have for Ted are: 1) In what form did you download the kernel? 2) If tar.gz, did you go to the /usr/src directory and tar -xz the file there? If so, it would have creat

Re: Reading a win floppy

2001-02-03 Thread Michael Burger
Floppy: mount -t vfat /dev/fd0 /mnt/floppy CD: mount -t iso9660 /dev/cdrom /mnt/cdrom On Sat, 03 Feb 2001 23:32:07 +0200, Fekry wrote: >Dear Friends > I tried to mount a windows floppy to read it but I coudn't although I do this >easily with other win partitions on hard >disk >and I a

Compiling 2.4.1 on a laptop with Guinness

2001-02-01 Thread Michael Burger
I'm currently running RH7 (Guinness) on a Dell Latitude CPi 266. The installed kernel recognizes my 3Com 3c575 PCMCIA network card with no problem. When I compile in the PCMCIA support into 2.4.1, I notice that it only gives me an option for a 3c574. After doing a make menuconfig, and selecting

Re: Compiling 2.4.1 on a laptop with Guinness

2001-02-01 Thread Michael Burger
Made sure I included the 3c59x during config, as well. On Wed, 31 Jan 2001 22:10:00 -0500, Jason Costomiris wrote: >On Wed, Jan 31, 2001 at 09:06:46PM -0400, Michael Burger wrote: >: I'm currently running RH7 (Guinness) on a Dell Latitude CPi 266. The >: installed kernel reco

Re: File Permissions

2001-02-01 Thread Michael Burger
Well, you an creat entries in /etc/group for each user (A-1, A-2), and then you can assign membership to A-Boss in each individual group. Then, you just need to make sure that each files are owned by their user/group. On Wed, 31 Jan 2001 09:46:45 -0500, [EMAIL PROTECTED] wrote: >I have a questi

Re: up2date on RH6.1

2001-01-30 Thread Michael Burger
And, of course, it still gave me the architecture/release combo error. I guess I could just go ahead and upgrade the box to RH6.2 or RH7. On Tue, 30 Jan 2001 23:10:10 -0400, Michael Burger wrote: >Thanks, Trond. > >Just did what you suggested, and then tried it...check out wh

Re: up2date on RH6.1

2001-01-30 Thread Michael Burger
Scratch that...the answer there was "yes". On Tue, 30 Jan 2001 23:10:10 -0400, Michael Burger wrote: >Thanks, Trond. > >Just did what you suggested, and then tried it...check out what I >got: > >linux2:~#up2date -l > >Retrieving list of all available pa

Re: up2date on RH6.1

2001-01-30 Thread Michael Burger
-release redhat-release-6.2-1 Any other ideas what might be going on? Do I need to reboot for the "redhat-release" info to be recognized by up2date or the server? On 30 Jan 2001 22:54:40 -0500, Trond Eivind Glomsr d wrote: >"Michael Burger" <[EMAIL PROTECTED]>

up2date on RH6.1

2001-01-30 Thread Michael Burger
Ok...finally got up2date installed on my RH6.1 box...tried to run it, this is what I got: linux2:~#up2date -l Retrieving list of all available packages... There was a fatal error communicating with the server. The message was: Invalid Architecture

Re: rpm-python-3.0.5-9.6x.i386.rpm hangs on install

2001-01-30 Thread Michael Burger
Never mind..."man rpm" is my friend. rpm --rebuilddb fixed the problem. On Tue, 30 Jan 2001 22:36:29 -0400, Michael Burger wrote: >I'm having a problem with the above rpm. I already updated rpm to >3.0.5-9-6x. I've downloaded it from metalab, rpmfind.net, and >

rpm-python-3.0.5-9.6x.i386.rpm hangs on install

2001-01-30 Thread Michael Burger
I'm having a problem with the above rpm. I already updated rpm to 3.0.5-9-6x. I've downloaded it from metalab, rpmfind.net, and redhat...in all cases, I get the following: linux2:~# rpm -Uvh rpm-python-3.0.5-9.6x.i386.rpm rpm-python #

Re: Virtual Hosts and Email

2001-01-30 Thread Michael Burger
On Tue, 30 Jan 2001 16:46:51 -0800, Ben Ocean wrote: > >>The virtusertable is a list of virtual addresses...something like the >>/etc/aliases (or is that /etc/mail/aliases) file. The first part of the >>line is the virtual address, the second is the address which should >>actually accept the mai

Re: User cloning

2001-01-26 Thread Michael Burger
Sure...first, you copy and paste the user's entries from /etc/passwd, /etc/shadow (if applicable), /etc/group, and copy over any and all files in their homedir as well as their /var/spool/mail file. On Fri, 26 Jan 2001 19:52:45 -0500 (EST), Statux wrote: >Today, my friend asked me if there is a

Re: How to Uninstall A Package from linux?

2001-01-25 Thread Michael Burger
rpm -e tcl On Thu, 25 Jan 2001 18:54:08 -0600, Ramesh Babu Muthuvel wrote: >Hello is there a way to uninstall a software package from Linux ? >(I want to uninstall Tcl8.4a1 from Linux redhat6.2) >Ramesh >- Original Message - >From: "Warren Melnick" <[EMAIL PROTECTED]> >To: <[EMAIL PROTE

Re: rpc.statd bug?

2001-01-24 Thread Michael Burger
Cyrix 6x86 PR200MX, 64MB RAM, IWILL motherboard (forget the model at the moment). Mostly IDE HD with 1 small SCSI for swap space and a SCSI Syquest Syjet 1.5MB drive as a backup device, SCSI card is an Adaptec 2940UW. 2.2.16-22 original (out of the box) kernel, all the updates downloaded via up2

rpc.statd bug?

2001-01-23 Thread Michael Burger
I'm running a RH7 box with all the latest updates, obtained by up2date. This morning, I awoke to my box giving me a lot of segmentation faults...anything I tried to run, segfault. Here is the only part of my /var/log/messages file that seems out of whack, and I'm not even sure it is: Jan 22 16:

Re: Apache VirtualServer Problems

2001-01-22 Thread Michael Burger
Stupid question time: Did you restart the web daemon after you made the change? "killall -HUP httpd" or "/etc/rc.d/init.d/httpd restart" to get the web server to restart and reload the conf files. On Mon, 22 Jan 2001 16:38:08 -0600, MHS WebCrew wrote: >Hello everybody. > >I just setup a new bo

Re: up2date.

2001-01-20 Thread Michael Burger
I wasn't aware that 6.2 had an up2date on it. The 6.1 box I'm running does not. On Sat, 20 Jan 2001 11:27:04 -0800 (PST), [EMAIL PROTECTED] wrote: >On Sat, 20 Jan 2001, Michael Burger wrote: > >> Not really. You'd be surprised just how well it works if you specif

Re: up2date.

2001-01-20 Thread Michael Burger
Not really. You'd be surprised just how well it works if you specify --nosig on the command line. On Sat, 20 Jan 2001 22:08:14 +1100, Greg Wright wrote: >Does it not require money or a registration ? if yes still, then this may >be a problem, otherwise you could apply your beer theory, who kno

Oddities brought on by new glibc?

2001-01-18 Thread Michael Burger
Greetings. I have an executable that I had originally compiled on my RH6.1 box, glibc-2.1.2-11, egcs-1.1.2-24, kernel 2.2.12-20. This executable ran fine on my RH7 box when copied over, and running with glibc-2.2-9. Yesterday, I updated glibc to glibc-2.2-12, and the executable wouldn't run. N

Re: 7.0 inetd.conf equiv?

2001-01-16 Thread Michael Burger
At this point, you need to go into your pop3 file in /etc/xinetd.d and change the "disabled" line from yes to no. On Tue, 16 Jan 2001 17:26:31 -0600 (CST), Scott Skrogstad wrote: >I have got it installed and it now shows up in my xined.d dir but I still >am getting connection refused. I have re

Re: 7.0 inetd.conf equiv?

2001-01-16 Thread Michael Burger
No...just that it appears that one is not installed by default. On Tue, 16 Jan 2001 16:52:43 -0600 (CST), Scott Skrogstad wrote: >Mike > So what you are telling me is that V7.0 does not come with a POP3 >server? > >Scott Skrogstad >Computer Integration Inc, >[EMAIL PROTECTED] >800-522-34

Re: 7.0 inetd.conf equiv?

2001-01-16 Thread Michael Burger
Fine if A) "ipop3" actually installed with RH7 and B) most people actually ran it. Most pop3 daemons run as a daemon, now...I point you at qpopper, cucipop, gnu-pop3d, and a great many others. On 16 Jan 2001 17:38:00 -0500, Trond Eivind Glomsr d wrote: >Mike Burger <[EMAIL PROTECTED]> writes: >

Re: JetDirect printers?

2001-01-15 Thread Michael Burger
I have my Linux box (and my OS/2 box, and before I set up Samba on my Linux box, Windows systems, too) printing to my LaserJet 4 with a JetDirect card via lpr. On Mon, 15 Jan 2001 20:20:22 -0500, Richard Critz wrote: >Has anyone figured out how to setup up a printer that is connected to a >JetDi

innd error...symlinking article file

2001-01-11 Thread Michael Burger
I realize that this isn't exactly a RH specific question, but I hope y'all will indulge me, anyhow. I've been asked to take a look at the following error, and to try to diagnose its cause. I'm not overly familiar with the workings of innd, and the ISC site is sparse on docs...and the source tree

Re: Sendmail and attatchments

2001-01-10 Thread Michael Burger
In your sendmail.cf file, search for "MaxMessageSize". Change the value of this line to whatever size message you wish to be the maximum. On Wed, 10 Jan 2001 11:34:04 -0500, Mark Basil wrote: >Does anyone know of a way to limit the maximum size of an attachment that >sendmail will allow to be s

Re: Sendmail without dns lookup

2001-01-08 Thread Michael Burger
You have two options, really. You can use the Sendmail options for "local" IPs...I used to do this with a "LocalIP" file in my /etc directory, which Sendmail looked into, to see what IPs it could accept and relay mail. The other option is to set up reverse DNS, anyhow, and have it fairly be gene

  1   2   3   >