RH 7.0 and tftpd

2000-10-12 Thread Mike Burger
I've recently installed RH7, and downloaded/installed the tftp-server rpm file. I have found, however, that the same problem occurs on a system running a fairly stock RH 6.1 installation. I have (I believe) the tftp file in /etc/xinetd.d set up correctly, with /tftpboot as the directory to us

Re: Lilo and os2

2000-10-13 Thread Mike Burger
Another potential option is OS/2's boot manager. I used it to boot between Windows and Linux on a laptop, a couple of years ago...I just installed LILO into the root instead of the boot, and it worked like a charm. On Fri, 13 Oct 2000, John J. Donohue wrote: > On Thu, 12 Oct 2000, Frank Jaco

Re: Simple Shell Scripting Question

2000-10-14 Thread Mike Burger
How about "killall -9 ppp On Sat, 14 Oct 2000, Kevin Diffily wrote: > I have been unable to create a simple program that will kill a > running ppp connection. I have tried > cat /var/run/ppp0|kill > echo /var/run/ppp0|kill > kill etc. > > Any help will be appreciated. > _

Re: Anyone know what ircd is?

2000-10-15 Thread Mike Burger
ircd is typically the IRC (Internet Relay Chat) daemon. It usually opens up ports in the 6660-6669 range, with the default port being 6667. On Sat, 14 Oct 2000, Chris Harvey wrote: > Anyone have any idea what ircd is and how it gets started?? It appears = > in my netstat and I don't know why!

Re: POP Mail

2000-10-15 Thread Mike Burger
Default installations don't seem to include a POP3 daemon. You just need to install one. I've used cucipop, and gnu-pop3d...both with good results. On Sat, 14 Oct 2000, Stephen E. Hargrove wrote: > Hey all. I've set up my system to receive email, and according to > /var/log/maillog and my lo

Re: starting apache

2000-10-16 Thread Mike Burger
That's what installing via the RPMs usually does. That notwithstanding, copy the attached file to your /etc/rc.d/init.d file...it's a standard RedHat httpd script from that very directory on one of my boxes. Then, logged in as root, issue the following command: ln -s /etc/rc.d/init.d/httpd /e

Re: Mailing list systems

2000-10-17 Thread Mike Burger
Webmin can also be used to manage majordomo lists, as well as the rest of your systems. On Tue, 17 Oct 2000, Duncan Hill wrote: > > Is there any ML package, freely available, that allows creation, > deletion and maintenance of mailing lists via the web? I've been > using Majordomo 1 + MajorCo

Re: Upgrading 6.1 packages

2000-10-18 Thread Mike Burger
Is there a file slibbz2.so.0 that's linked to libbz2.so.1 If not, create the symbolic link, and try again. On Wed, 18 Oct 2000, Rich Shepard wrote: > I'm running 6.1 on my main workstation and some packages (such as rpm) > will not upgrade. Trying to upgrade the rpm package, for example to >

Re: inetd vs. xinetd

2000-10-18 Thread Mike Burger
Not a heck of a lot, to tell the truth. If you do "ps ax | grep xinetd", you should see that it's running. If you want specific daemons to run from xinetd, as they might have from inetd, you can usually find them as RPMs already precompiled for RH7, which will go and install a config file int

Re: Network card

2000-10-23 Thread Mike Burger
The problem with HowTo pages is that they're not always kept up to date. http://hardware.redhat.com/redhatready/cgi-bin/us/detaillist.cgi?item=786 The above link is to RedHat's hardware compatibility page for the 3C589 series of PCMCIA cards. This card has been supported under Linux, with th

Re: Bringing down a single virtual IP address

2000-10-24 Thread Mike Burger
ifconfig ethx:y down x, in this case, is the number of your ethernet interface...if you only have one, it'll be eth0. y is the number of the virtual interface. If you know which virtual interface the virtual IP is on, you can down it, directly. ie: if you want to take down 192.168.100.150,

Re: Bringing down a single virtual IP address

2000-10-25 Thread Mike Burger
root user. On Tue, 24 Oct 2000, Todd A. Jacobs wrote: > On Tue, 24 Oct 2000, Mike Burger wrote: > > > ifconfig ethx:y down > > Doesn't work. That's why I posted the question. :) > > -- > Todd

Re: Bringing down a single virtual IP address

2000-10-25 Thread Mike Burger
Oh, excellent...I guess you can ignore my last message. For a second or two, there, I thought I had lost more of my mind than normal. On Tue, 24 Oct 2000, Todd A. Jacobs wrote: > On Tue, 24 Oct 2000, Mike Burger wrote: > > > ifconfig ethx:y down > > My apologies. You

Re: apache is logging IPs only... why?

2000-10-25 Thread Mike Burger
Personally, I'll stick with Webmin. On Wed, 25 Oct 2000, Eric Wood wrote: > I used to say the same thing - until I had to manage more than two Linux > servers. linuxconf save me huge amounts of time once I learned it (like > what it does behind the scenes). I love linuxconf now - can't live wi

Re: Which virtual IP?

2000-10-25 Thread Mike Burger
Depends on the service...many of them log their access requests. On Wed, 25 Oct 2000, Todd A. Jacobs wrote: > Is there a way to tell what virtual IP a service is responding on? I have > a box with 250 virtual IP's, and I need a straightforward way to determine > which IP address is being used. A

Re: Why am I getting "/dev/hda1 was not cleanly unmounted - check for ced" (RH6.2)

2000-10-26 Thread Mike Burger
Reboot doesn't necessarily give a clean shutdown...and often tells you that you should use "shutdown -r" instead. Try a "shutdown -r now" and see what happens. On Thu, 26 Oct 2000, Ward William E PHDN wrote: > Ok I know what by the title everyone is going to say: > > "If you were to shutd

Re: Daylight Saving Time = how?

2000-10-31 Thread Mike Burger
personally, I use "netdate" to sync my system clocks against one of the atomic clocks, which has the added effect of handling the DST switch for me. On Mon, 30 Oct 2000, Miroslav Skoric wrote: > Today morning when I switched on my computers, Windows machines informed > me about updating clocks

Re: Re[2]: How to unsubscribe

2000-10-31 Thread Mike Burger
Did you make sure to use the "https://" at the beginning of the URL? It is a secure site, so going to "http://" won't get you there. On Tue, 31 Oct 2000 [EMAIL PROTECTED] wrote: > Using listman to unsbubscribe? > > Sorry, but I have tried that allso. It gives "no route to host". > > > Peter

Re: RH62 and 3com 3C9X

2000-10-31 Thread Mike Burger
I have a RH 6.1 box with a 3C509 card in it. which was detected right off the bat. Your system might need to reload its settings...you could try moving the card to a different slot, and see if the system detects it. On Tue, 31 Oct 2000, Carson, Chuck wrote: > > After tossing RH7 into the tra

Re: Previous Post

2000-10-31 Thread Mike Burger
Of course, I already replied...d'oh!!! On Tue, 31 Oct 2000, Carson, Chuck wrote: > > Please disregard the 3com NIC question, it magically started seeing the NIC > this time. Maybe NIC is going bad, not sure. ___ Redhat-list mailing list [EMAIL PRO

Re: TFTP not responding

2000-10-31 Thread Mike Burger
What are the ownership and properties on the /tftpboot directory? On Tue, 31 Oct 2000, David Brett wrote: > I am trying to get tftp to work on 6.2. I can't figure out what I have > incorrect. I created a directory '/tftpboot'. I created an empty file > which I want to write too with tftp. I

Re: changing passwd

2000-11-01 Thread Mike Burger
That doesn't answer the question...Kiran appears to want to be able to change a password (I'm assuming another user, and doing it as root) without being asked to confirm the password a second time. On that note, I'll start out by saying that, if it is possible to do, it's dangerous. If you, a

Re: TFTP not responding

2000-11-01 Thread Mike Burger
tftpd: serving file from > /tftpboot > > > david > > On Tue, 31 Oct 2000, Mike Burger wrote: > > > What are the ownership and properties on the /tftpboot directory? > > > > On Tue, 31 Oct 2000, David Brett wrote: > > > > > I am trying

Re: TFTP not responding

2000-11-01 Thread Mike Burger
ing I don't understand is, When I as local user try and create > a file. I get permission denied. > > > david > > On Wed, 1 Nov 2000, Mike Burger wrote: > > > Unfortunately, those are the access rights of the file. > > > > What are the ownership and

Re: TFTP not responding

2000-11-01 Thread Mike Burger
s to 777 before it worked. Doesn't > make sense to me, why it needs 'x' rights, to be able to write to the > directory. > > > david > > On Wed, 1 Nov 2000, Mike Burger wrote: > > > Thanks. Ok...First, I would change those permissions to 755, so that

Re: TFTP not responding

2000-11-01 Thread Mike Burger
ctory, so that > when a file is created in tftpboot it picks up all the rights of the > Directory? > > > david > > On Wed, 1 Nov 2000, Mike Burger wrote: > > > Thanks. Ok...First, I would change those permissions to 755, so that > > they appear as drwxr-xr-x.

Re: TFTP not responding

2000-11-01 Thread Mike Burger
n I created the file the permissions were not the same > as the directory. I was wondering how to create the file and have it take > the same permissions of the file. It is no big deal I will setup a script > to do all the steps for me. > > > david > > On Wed, 1 Nov 2000, Mike Bur

Re: Sendmail config on RH?

2000-11-02 Thread Mike Burger
First, set up an additional A record, pointing list.my-org.org at the same IP address as www.my-org.org...or set up a CNAME record, pointing list at www. If you're worried about www.my-org.org showing up in headers instead of list.my-org.org, you could also set up the PTR record in your in-ad

Re: GMT gets reapplied after "sleep"

2000-11-02 Thread Mike Burger
First thing I'd try is to go into the BIOS, and turn off all the power saving settings...by doing that, you don't have to worry about the PC ignoring the OS APM settings, or lack thereof. Also, set your clock in the BIOS setup, too...unlike DOS/Windows, I've found that programs that update Lin

Re: Need help with virtual pop3 users on my virtual domains, please!

2000-11-02 Thread Mike Burger
In your virtusertable, set up entries that look like: virtuser@virtdomain user@localdomain so that the mail goes to a local user. You can assign them any "login" name you like...and their mail client can be configured to show whatever email address they like. So, to wrap up: In your virtuse

Re: which cd to download?

2000-11-02 Thread Mike Burger
I was under the impression that disc 2 was the source RPMs. On Thu, 2 Nov 2000, Charles Galpin wrote: > Hi Ali > > I'm not sure what the "respin" portion of these isos mean, but to install > 7.0, you will need at the minimum disc1. Then depending on what packages > you choose, you may very like

Re: TFTP not responding

2000-11-02 Thread Mike Burger
The x isn't just "execute"...my understanding is that it's also akin to "file access" On Thu, 2 Nov 2000, David Brett wrote: > Hi SoloCDM > > I though 'w' gave acces to writing files. Why would 'x' access be > required to write a file via tftp? > > > david > > On Wed, 1 Nov 2000, SoloCDM

Re: DNS / Routing question

2000-11-02 Thread Mike Burger
IN your /etc/resolv.conf file, do you have the IP address of your Linux box as a valid server? If your server knows to look to itself as a DNS server, and is authoritative for its own domain, your systems, looking to that machine as their name server, should be able to resolve the local domain

Re: Stupid question

2000-11-02 Thread Mike Burger
If you haven't changed your /etc/issue file, the information is usually present on the console screen (text console) prior to login, and if you haven't changed your /etc/issue.net file, it'll be presented prior to login when you telnet to the box. On Thu, 2 Nov 2000, Scott Skrogstad wrote: >

Re: GMT gets reapplied after "sleep"

2000-11-02 Thread Mike Burger
Wasn't aware of hwclock. Thanks. On Thu, 2 Nov 2000, John Aldrich wrote: > On Thu, 02 Nov 2000, Mike Burger wrote: > > > > Also, set your clock in the BIOS setup, too...unlike DOS/Windows, I've > > found that programs that update Linux' clock don't

Re: Boot Linux from NT

2000-11-03 Thread Mike Burger
You probably want to install the docs from the docs CD. On Fri, 3 Nov 2000, Anthony Capone wrote: > Sorry, but where do I find this "try /usr/doc/HOWTO/mini/Linux+NT-Loader" I > looked on my redhat machine...not there... > > Thanks, > > Anthony __

Re: Network and booting

2000-11-05 Thread Mike Burger
Another problem is noting that you have eht1 in one file, and eth0 in the other. Assuming you have only one NIC, you should only be referening eth0. On Sun, 5 Nov 2000, Bret Hughes wrote: > Dave wrote: > > > Ok, I added the /etc/sysconfig info and the network info but the > > /etc/sysconfig/n

Re: "eth0: Too much work at interrupt, status 0x01"??

2000-11-07 Thread Mike Burger
Could be...or, i tcould be just digesting too much traffic. Do you have a spare NIC you could drop in and try? On Tue, 7 Nov 2000, Owen V. Gray wrote: > I have recently started seeing this kernel message: > > $ grep eth0: /var/log/messages > Nov 5 10:39:48 medarb kernel: eth0: Too much work a

RE: Upgrade to 7.0 from 6.2

2000-11-07 Thread Mike Burger
Oy. Well, at least I can say that the only real problem I've encountered with 7.0 is that the tftp server won't allow uploads. On Tue, 7 Nov 2000, Manuel A. Camacho Q. wrote: > I don't work with servers but with workstations. After doing the upgrade to > 7.0, I had to *downgrade* back to 6.2

Re: quick question about adduser

2000-11-07 Thread Mike Burger
If you don't set a password, I do believe that the account will simply have no password, and anyone will be able to log into it. If you want the account to have no password, you'll need to go into /etc/passwd or /etc/shadow (depending on how you installed your system) and put something like "x

Re: how to run daemon as specific user?

2000-11-07 Thread Mike Burger
I believe "chmod u+s /usr/interbase/bin/ibmgr" might do it for you...setting the sticky bit usually gets you there. On Tue, 7 Nov 2000, Ed Lazor wrote: > I'd like to run a daemon as non-root. How can I do this? > > In this specific example, I have /etc/rc.d/init.d/interbase with the > follow

Re: quick question about adduser

2000-11-07 Thread Mike Burger
So it does. I stand corrected. On Tue, 7 Nov 2000, Gordon Messmer wrote: > That's not correct. The account will be created with '!!' in the password > field, and you will not be able to log in to it. > > MSG > > > On Tue, 7 Nov 2000, Mike Burger wrote

Re: how to run daemon as specific user?

2000-11-07 Thread Mike Burger
I'm not sure of the answer to the first question...but, I would think that if you don't have g+x or o+x, set, then only root and interbase should be able to execute it. On Tue, 7 Nov 2000, Ed Lazor wrote: > At 04:46 PM 11/7/2000 -0500, you wrote: > >I believe "chmod u+s /usr/interbase/bin/ibmg

Re: monitoring the traffic of eth0 ?

2000-11-08 Thread Mike Burger
MRTG and snmpd. On Thu, 9 Nov 2000, Simons wrote: > Hello, > > Is there any tools in redhat can monitor/count the traffic of eth0 in > bytes/sec ? > or any 3rd party software to do it ? > (recompile kernel will be my last resort) > > Thank you very much. > > > > > > > ___

Re: Wierd Happenings....

2000-11-09 Thread Mike Burger
Hi, Fred. I'm not sure how it was determined that the hacker didn't do anything to the system, but I wouldn't be so sure. I would be more inclined to follow Dan's advice, personally. That having been said, I'll address your last question, here. You have a couple of options...to secure telnet

Re: Wierd Happenings....

2000-11-09 Thread Mike Burger
Well, you could look in their homedir, and see if there's any sort of history file...if they really were as inept as we're hoping, they might have bash as a shell, with a .bashhistory file left in the homedir. On Thu, 9 Nov 2000, Wahid Belhaouane wrote: > you can type the command : > last | gr

Re: Wierd Happenings....

2000-11-09 Thread Mike Burger
I wasn't aware you were using xinetd. I am unclear on how xinetd makes use of tcpwrappers, actually, or if one would need to install tcpd and add /usr/sbin/tcpd to the "server" line. On Thu, 9 Nov 2000, Ed Lazor wrote: > I have a question about this part and how it applies to RedHat 7.0. > >

Re: H O W T O

2000-11-13 Thread Mike Burger
There's another way. First, make a bootable floppy for your linux install, or find the one that you made during your Linux isntallation. Now, boot from that bootable linux floppy, to make sure that you can actually boot from that disk and get to your linux system. If it doesn't work, you'll nee

Re: My ISP is blocking port 25

2001-04-22 Thread Mike Burger
I'm assuming, then, that you're using Fetchmail to retrieve your mail? Check into your MTA's settings for smart relay. On Sat, 21 Apr 2001, Brian Schneider wrote: > I can no longer send mail through my ISP as they are blocking port 25. Any > idea how I can get my system to send mail without cha

Re: eth0 & eth1

2001-04-23 Thread Mike Burger
They shouldn't have the same address. You should never have 2 interfaces with the same IP address...neither on separate machines, nor on the same machine. If eth1 is connected to your DSL connection, then eth1 should have the IP address assigned by your ISP. On Mon, 23 Apr 2001, Jerry Human wro

Re: (no subject)

2001-04-23 Thread Mike Burger
No. On Mon, 23 Apr 2001, gf b wrote: > unsubscribe [EMAIL PROTECTED] [EMAIL PROTECTED] > _ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > > ___ >

Re: how to setup print server

2001-04-23 Thread Mike Burger
The server has to be able to print in order to serve as a print server...the server won't be able to send the print jobs to the printer if it can't print to it, itself. You will still need to configure the printer within the Linux box's print system. On Mon, 23 Apr 2001, Chris Mason wrote: > I

RE: how to setup print server

2001-04-23 Thread Mike Burger
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger > Sent: Monday, April 23, 2001 1:49 PM > To: [EMAIL PROTECTED] > Subject: Re: how to setup print server > > > The server has to be able to print in order to serve as a print > server...the server won

Re: eth0 & eth1 thank you, also ...

2001-04-23 Thread Mike Burger
e if someone out there could enlighten us about IRQ sharing > > >:) > > > > > > Have a nice day. > > > Ragnar W. > > > > > In theary, you can share IRQs between PCI cards without problems. In > > practice, it depends on the drivers. If both drivers a

RE: how to setup print server

2001-04-23 Thread Mike Burger
to:[EMAIL PROTECTED]]On Behalf Of Mike Burger > Sent: Monday, April 23, 2001 4:27 PM > To: [EMAIL PROTECTED] > Subject: RE: how to setup print server > > > Linux doesn't have to have a driver for it...just set it up as a line > printer or some such under Printtool. > &

RE: how to setup print server

2001-04-23 Thread Mike Burger
I don't know...like I said, before, I used webmin to set up my printer. On Mon, 23 Apr 2001, Chris Mason wrote: > OK, so what are the settings in printtool? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger >

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

2001-04-23 Thread Mike Burger
Yup...xinetd. See the /etc/xinetd.d directory for samples. On Mon, 23 Apr 2001, Michael McPhail wrote: > I went to enable some daemons (because I'm now behind a firewall) but I > couldn't find the inet.conf file. Is there something else being used in > 7.0? > > Thank you for your help, > Mike M

Re: rh7.1 and xinetd HELL!

2001-04-24 Thread Mike Burger
est Samba RPM, and make sure you have swat enabled, and you've allowed the host IPs in question. As to linuxconf, unless you manually selected to install Linuxconf, it's probably not on your system...and if it's not on your system, you won't be able to run it...via xinetd or

Re: rh7.1 and xinetd HELL!

2001-04-24 Thread Mike Burger
web based config tool for Samba. On Tue, 24 Apr 2001, Ted Gervais wrote: > On Tuesday 24 April 2001 10:02, you wrote: > > I'm haveing no problems but i don't use linuxconf-web, just swat. Did you > > restart xinetd? `/etc/rc.d/init.d/xinetd restart` > > What is 'swat'. ? > > > > > > BTW: i lik

RE: how to setup print server

2001-04-24 Thread Mike Burger
s Mason > > Sent: Monday, April 23, 2001 6:09 PM > > To: [EMAIL PROTECTED] > > Subject: RE: how to setup print server > > > > > > I am not usng the gui as it is a server with no monitor, what's the best > way > > to set ip up? > > > > ---

Re: PPPoE on a DSL line

2001-04-24 Thread Mike Burger
Do you have the rp-ppoe package installed? On Tue, 24 Apr 2001 [EMAIL PROTECTED] wrote: > > I have looked thought the how-to's to setup PPPoE and can't quite find what > I ned to configure PPPoE for redhat 7.0? can someone please send me to a link > that show's me how to setup PPPoE? so I can

Re: Remote virtual terminal question

2001-04-24 Thread Mike Burger
That will be of limited help, as he wants to be able to start the downloads, then disconnect his telnet/ssh session. There are a couple of options, Kerry: First, you can issue the wget command with the "&" at the end, which will put the processes into the background...you can then disconnect and

Re: Chasing the Dragon, Part Two

2001-04-24 Thread Mike Burger
I don't mean to be a downer, but have you asked the folks who put out "interchange" about this? On Tue, 24 Apr 2001, Ben Ocean wrote: > Hi; > > So how the heck DOES one learn Linux? The books don't have the answers, > redhat.com doesn't either. Care to help? Please? > > I once installed a progra

Re: Messages file

2001-04-24 Thread Mike Burger
Groupemail: [EMAIL PROTECTED] * > ****** > > > > > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/redhat-list > -- Mike Burger CompuCom Information Services http://www.compucomis.net (215) 946-5573 ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: PPPoE on a DSL line

2001-04-24 Thread Mike Burger
pm that came with RH7.0, or download it directly from Red Hat's site, or rpmfind.net? Unless, of course, www.roaringpenguin.com has an RPM listed for RH7.0, already. -- Mike Burger CompuCom Information Services http://www.compucomis.net (215) 946-5573

Re: Virtual Terms

2001-04-24 Thread Mike Burger
wget hasn't asked me for confirmation between files, when I've listed them all on one command line. mget, within ftp, does. screen is a commandline utility, fwiw. On Tue, 24 Apr 2001, Kerry Miller wrote: > wget doesn't do what I wanted to do, I already tried it. BTW, is there a > way to make

Re: PPPoE on a DSL line

2001-04-24 Thread Mike Burger
man rp-ppoe On Tue, 24 Apr 2001 [EMAIL PROTECTED] wrote: > > What do I type in to setup PPPoE under REdhat 7.0? what is the unix command > to set it up? > ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/r

RE: Virtual Terms

2001-04-24 Thread Mike Burger
wget is not part of an ftp client. wget is its own application. On Tue, 24 Apr 2001, Scott Merritt wrote: > Turn off interactive mode with the 'prompt' command when in your ftp client. > > -Original Message- > From: Kerry Miller [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 24, 2001

Re: vmlinuz vs vmlinux

2001-04-25 Thread Mike Burger
vmlinuz is the compressed kernel. For example, when you compile your own kernels, part of the process is "make bzImage" (used to be "make zImage"). This makes it a bit easier to load into memory, copy to floppy disks, etc. Notice that vmlinux is 2.25MB...you'd never get that onto a floppy to ma

Re: printtool & printcap

2001-04-25 Thread Mike Burger
I believe that using bash, you need to modify your path in the .bashrc file in your home directory. On Wed, 25 Apr 2001, Jerry Human wrote: > Mike Burger wrote: > > > On Wed, 25 Apr 2001, Jerry Human wrote: > > > > What could keep printtool from running? > > >

Re: printtool & printcap

2001-04-25 Thread Mike Burger
On Wed, 25 Apr 2001, Jerry Human wrote: > Good Morning Good People: Good morning, Jerry. > printtool is playing hide-&-seek. When I type printtool in a term window > in gnome as su I get a "command/file not found" message. If I look in > ?/usr/sbin/? it is there with execute permissions. What c

Re: MPACK for LINUX

2001-04-26 Thread Mike Burger
On Thu, 26 Apr 2001, John Aldrich wrote: > On Thu, 26 Apr 2001, you wrote: > > > > HI all, > > Is any utility like mpack to send attachments on LINUX? > > > > I have seen MPACK utility in other OSs like SCO UNIX to send files (binary or >text) attached to emails. > > > > Thanks, > > > Not that I

Re: authenticated SMTP

2001-04-26 Thread Mike Burger
I'm using a POP-Before-SMTP. I'm using Postfix/DRAC/Cucipop. On Thu, 26 Apr 2001, John Aldrich wrote: > How does one go about setting up authenticated SMTP? I'd like to talk my boss > into setting it up so I can convince him to close an open relay... :-) I > think that if I could convince him t

Re: iso installs...

2001-04-27 Thread Mike Burger
I didn't when I installed 7.0, but it might be a good idea to have it, just in case. On Fri, 27 Apr 2001, Chapman, Matt wrote: > Do you need disk2 for 7.1 to perform a server install? > > -matt > > -- > Matt Chapman > [EMAIL PROTECTED] > http://www.duhnet.net > http://www.mattchapman

Re: 3Com NIC

2001-04-27 Thread Mike Burger
Did you assign an IP address, netmask, etc? On Fri, 27 Apr 2001, Michael R. Anderson wrote: > April 27, 2001 > > I'm configuring a new computer as a web and database server. The computer > came with RedHat 7.0 preinstalled, though the network card wasn't > configured. And the network card is t

Re: iso installs...

2001-04-27 Thread Mike Burger
It will on ly ask for disc 2 if it needs packages from it. Again...my server install of 7.0 didn't need disc2, though my workstation/laptop installation did. And my laptop/workstation install of 7.1 did, as well. YMMV. On Fri, 27 Apr 2001, Ted Gervais wrote: > On Friday 27 April 2001 10:27 am

Re: sendmail and port 25 blocked in 7.1? can't use sendmail

2001-04-27 Thread Mike Burger
Did you forget to enable SMTP during the firwall configuration part of the installation? On Fri, 27 Apr 2001, Terry Williams wrote: > I just did a fresh install of RH7.1 all the networking stuff is working good > except my sendmail program. I have telneted to port 25 on the box but it > always

Re: telnet - port 24

2001-04-29 Thread Mike Burger
Did you remember to "service xinetd reload" or "service xientd restart"? On Sun, 29 Apr 2001, Ted Gervais wrote: > > Just tried to set up port 24 on telnet and I get - > > "telnet: Unable to connect to remote host: Connection refused" > > What I did was to copy /etc/xinetd.d/telnet to telnet2 a

Re: /etc/hosts.allow ssh : all

2001-04-29 Thread Mike Burger
Actually, unless you're running ssh out of xinetd/inetd, that won't do any good at all. Most ssh daemons run as a standalone daemon, and don't interact with inetd/xinetd and don't pay any attention to hosts.allow or hosts.deny. On Mon, 30 Apr 2001, Stuart Clark wrote: > /etc/hosts.allow > ssh:

Re: run cron job every 15 minutes

2001-04-30 Thread Mike Burger
*/15 * * * * On Mon, 30 Apr 2001, Mark Lo wrote: > Hi, > > I would like to know what syntax to run corn job every 15 minutes ?? > > etc. 15 * * * * > ??? > > Thank you > > mark > > > > ___ > Redhat-list mailing list > [EMAIL PROTECTED] > http

Re: run cron job every 15 minutes

2001-04-30 Thread Mike Burger
If you're going to do that, the proper syntax is: 0,15,30,45 * * * * On Mon, 30 Apr 2001, Paul Anderson wrote: > replace the 15 with 15 30 45 00. This will make the job run every 15 > minutes. > > Mark Lo wrote: > > > Hi, > > > > I would like to know what syntax to run corn job every 15

Re: Printing over Samba

2001-04-30 Thread Mike Burger
Yeah...and the package, I believe, is called samba-client. On Mon, 30 Apr 2001, Rick Warner wrote: > > > Let me get this straight. You want to print from a Linux machine to a > Windows machine, right? If so, Samba is out of the equation. Samba turns > your Linux machine into an SMB *server* t

Re: Which directory should I place the html files

2001-05-01 Thread Mike Burger
If you mean the main directory for the system's files, they now go in /var/www/html. If you mean your files, as a user, create a directory called public_html in your home directory, and place the files there. On Tue, 1 May 2001, Yi-chen Lan wrote: > Hi, > I've just installed RedHat 7 and Apache

Re: RedHat7.1 and Telnet Server?

2001-05-01 Thread Mike Burger
As root, edit the /etc/xinetd.d/telnet file, and change "disable = yes" to "disable = no" On Wed, 2 May 2001, cEycEy wrote: > I installed RH7.1 on my computer as server type.. > > I can not connect my computer using telnet... > when I enter this command "telnet localhost" I get a message :"Conne

Re: Lame server

2001-05-02 Thread Mike Burger
That error pops up when the root servers point a query for an address at a name server that isn't actually serving up the info for that address. On Wed, 2 May 2001, Pieter De Wit wrote: > ello Guys and Gals, > > What does the following message in /var/log/messages mean ? > > named[535]: Lame ser

Re: Mysql installation and start problems

2001-05-02 Thread Mike Burger
What does "ps -ax | grep mysql" tell you? On Wed, 2 May 2001, Yi-chen Lan wrote: > Hi, > After I installed RH7, I check 'rpm -q mysql' and showed mysql-3.23.22-6, but > when I type 'mysql' , an error message showed 'ERROR 2002: Can't connect to > local MySQL server through socket '/var/lib/mysql

Re: Mysql installation and start problems

2001-05-02 Thread Mike Burger
That tells you that mysql is not running. As root run the following; chkconfig mysqld on /etc/rc.d/init.d/mysqld start After that, you should be able to do what you need. On Wed, 2 May 2001, Yi-chen Lan wrote: > It tells me: > 1618 pts/0S0:00 grep mysql > YC > On Wed, 02 May 2001, y

Re: fdisk /MBR doesn't work

2001-05-04 Thread Mike Burger
If Linux still boots, edit your /etc/lilo.conf file to ping "DOS" at the proper partition. and then run "lilo" again. On Fri, 4 May 2001, Stefan Backstrom wrote: > Hello. > > I scrued up my MBR when trying to install the latest lilo from > brun.dyndns.org > and I can't replace the boot sector wi

Re: Diskette.........

2001-05-05 Thread Mike Burger
You can use the rawrite utility found in the dosutils directory. On Sat, 5 May 2001, Remo Mattei wrote: > Hi guys any suggestion on how to make an install diskette from RH cd. In > caldera I would use the dd if=install.144 of=/dev/fd0 > > but I could not find the install..144 I have tried the b

Re:Diskette

2001-05-05 Thread Mike Burger
Does your Tecra have space for both your floppy and CD-ROM drive to be in the laptop at the same time? If your floppy drive is in the machine, but your CD-ROM is not, then you need to have the CD-ROM drive in the machine and to attach the floppy via the parallel port attachment. Alternatively, y

Re: Re Diskette

2001-05-05 Thread Mike Burger
On Sat, 5 May 2001, Remo Mattei wrote: > Response to MIKE: > > >Does your Tecra have space for both your floppy and CD-ROM drive to be > in > >the laptop at the same time? If your floppy drive is in the machine, > but > >your CD-ROM is not, then you need to have the CD-ROM drive in the > machine

Re: LogWatch 2.1.1 Begin

2001-11-08 Thread Mike Burger
MAIL/EXPN/VRFY/ETRN are not POP3 commands...they're SMTP commands. Your MTA (Sendmail, Postfix, whichever) is generating that line. The first error is telling you that there is an error on line 8. You might want to just erase line 8 and re-enter it. Another thing to note is that if you don't

Re: Problem with TFTP server

2001-11-09 Thread Mike Burger
Yup...back/downgrading from teh 0.17-5 that came with 7.0 to 0.16-5 worked for me. On Fri, 9 Nov 2001, Rodolfo J. Paiz wrote: > At 11/9/2001 10:35 AM -0800, you wrote: > >Has anyone encountered this problem with RedHat 7.2? With RedHat 6.2 , I got > >my TFTP server working. > > What version of

Re: Two Nic Cards

2001-11-13 Thread Mike Burger
That's not necessarily true. If it's a stock kernel, I'm fairly sure it's compiled in. On Tue, 13 Nov 2001, Michael Sorrentino wrote: > Jason, > > Looks like the RH kernel isn't compiled with IP routing so basically I'm dead > in the water without compiling a custom Kernel ;( > > Thanks for

Re: DHCP doesn't give lease sometimes

2001-11-14 Thread Mike Burger
Do you have enough IPs doled out in the DHCP server to cover all your clients? The only way I can think to give an "infinite lease" is to assign an IP to the MAC address of the client's NIC card. On Wed, 14 Nov 2001, Nat B. wrote: > Hi all, > > I have dhcp-2.0pl5-4 server on RH7.1 > sometime

Re: Kernel upgrade with up2date: your results?

2001-11-14 Thread Mike Burger
Yes. Up2date does a "rpm -U"...but it doesn't edit your lilo.conf file and doesn't run lilo. If you're going to upgrade your kernel with a prepackaged RPM, download it, yourself, install it with "rpm -i" and then edit your lilo.conf file and run lilo... You can, using "rpm -i", install multi

Re: Private LANs FQDN

2001-11-15 Thread Mike Burger
Set up a zone, for which your main server is primary. You can do the same for the reverse zone for the private network. Then, as long as you set the main server as the primary name server in the client machines' resolv.conf files, you should be ok. On Wed, 14 Nov 2001, Patrick Nelson wrote:

Re: postfix problem

2001-11-16 Thread Mike Burger
Typically, what this means is that you made some sort of modification to your /etc/postfix/main.cf file, usually to a line that references a map file of some sort. Postfix can't read from that file, and gets caught up in this type of a loop. Did you edit your config, lately? On Fri, 16 Nov 2

Re: Private LANs FQDN

2001-11-16 Thread Mike Burger
On Fri, 16 Nov 2001 [EMAIL PROTECTED] wrote: > David Talkington wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > >> I'm just not sure what is the best way to name systems on the private side > > >> of our LAN. We tried using just single names but some programs seem to have

Re: system down

2001-11-17 Thread Mike Burger
Boot from your Linux install CD, and at the initial menu, type "linux rescue"...this should get you to a point where you can A) run fsck on at least your root partition, if not all of them and B) mount your root partition and edit /etc/passwd to clear out your root password. On Fri, 16 Nov 20

  1   2   3   4   5   6   7   8   9   10   >