RE: [expert] reverse lookups with Postfix

2001-12-11 Thread Bill Shirley
Ok, in followed the instructions on the web page. Now mail from the expert list is bouncing!! Transcript of session follows. Out: 220 mail.shirleyfamily.net ESMTP Postfix (Postfix-19991231) (Linux-Mandrake) In: EHLO smtp.mandrakesoft.com Out: 250-mail.shirleyfamily.net Out: 250-PIPELIN

RE: [expert] DHCP and Dynamic DNS updates

2002-10-06 Thread Bill Shirley
See comments below. Hope this helps, Bill Shirley > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, October 02, 2002 3:05 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Su

RE: [expert] crontab -e AND date in 9.0

2002-10-07 Thread Bill Shirley
[root@elmo sysconfig]# cat /etc/sysconfig/clock ARC=false UTC=true ZONE=America/New_York Bill Shirley > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, October 03, 2002 3:19 PM > To

RE: [expert] NFS permissions

2002-12-04 Thread Bill Shirley
Look at the files in /var/lib/nfs and edit the one that has the incorrect entry (rmtab, I think). Bill Shirley > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Parish > Sent: Tuesday, December 03, 2002 6:15 PM > To: [

RE: [expert] NFS permissions

2002-12-05 Thread Bill Shirley
bject: RE: [expert] NFS permissions > > > Thanks for that Bill, but removing the entry from rmtab made no > difference. > > regards > Brian > > On Thu, 2002-12-05 at 14:15, Bill Shirley wrote: > > Look at the files in /var/lib/nfs and edit the one that has the &g

[expert] Bug in Bash ?

2002-12-12 Thread Bill Shirley
hink the second invocation of ta to produce: /var/log/samba/log.server2 but it doesn't. Is there something I don't understand? Thanks in advance, Bill Shirley Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

RE: [expert] Replacing a drive in a Hardware RAID

2002-09-18 Thread Bill Shirley
I don't have a DEC StorageWorks RAID array but I am using software RAID. http://www.kieser.net/linux/raidhotadd.html worked for me. Hope this helps, Bill Shirley > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of John Haywood &g

RE: [expert] Net Dev question

2002-09-18 Thread Bill Shirley
3 days, 5:31, 6 users, load average: 1.00, 1.00, 1.00 By the way, 192.168.x.x are all private IP addresses. Hope this helps, Bill Shirley > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of ed tharp > Sent: Tuesday, September 03, 200

RE: [expert] Postfix: How does reject_unknown_client work?

2002-09-28 Thread Bill Shirley
Hi, I shot myself in the foot once and got this exact same behavior. I had messed up my DNS and MY postfix couldn't resolve MY host name. I had accidently deleted the host name that resolves to postfix's $myhostname. Hope this helps, Bill Shirley > -Original Message- &

RE: [expert] PRINTING REMOTE FILES IN LOCAL PRINTER

2002-09-29 Thread Bill Shirley
er running CUPS (printer is attached to a Windows98 box). Really, neat stuff! If anyone wants to know how to make this magic, contact me. Hope this helps, Bill Shirley > connected to your > keyboard and print it locally. > > James > > > On Sun, 2002-09-29 at 06:52, Carlos C

RE: [expert] Mdk 7 - time to take out the trash? (long)

2000-04-01 Thread Bill Shirley
One time I had problems installing Windows 98 from my CD-ROM that was a slave on IDE channel two. Changed the CD-ROM to master on that channel (there wasn't any master on channel two) and everything went ok. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Be

RE: [expert] Multiple Linux systems on one hard disk?

2000-04-06 Thread Bill Shirley
I would suggest using the Ranish Partition Manager. It is also a mutiple boot loader. And it's free! http://www.users.intercom.com/~ranish/part/ Hope this helps, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kirk McElhearn Sent: Wednesday,

RE: [expert] Multiple Linux systems on one hard disk?

2000-04-06 Thread Bill Shirley
tions, but then I did not read the 'primer'. Pj Bill Shirley wrote: I would suggest using the Ranish Partition Manager. It is also a mutiple boot loader. And it's free! http://www.users.intercom.com/~ranish/part/ Hope this helps, Bill

RE: [expert] Mandrake Floppy Install???

2000-04-22 Thread Bill Shirley
If you have another Linux computer on the network, you can do what I did. I don't have a CD-ROM burner so I downloaded the iso to my Slackware Linux. I mounted the iso with a loopback device (mount -t iso9660 -o ro,loop=/dev/loop0 /path/to/iso.image /mnt/cdrom). I then setup the NFS export for

RE: [expert] DIsk Caching

2000-04-24 Thread Bill Shirley
What is the benifit of UNUSED RAM?? RAM used for cache can be cashed in (pun intended). It will be flushed and used for programs, data, buffers, etc. when needed by the kernel. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Necrotica Sent: Monday

RE: [expert] Two Directories on Same Partition?

2000-04-24 Thread Bill Shirley
AFAIK, fstab is in the /etc directory and can't be accessed to find the mount point for /etc . Can you pass the kernel the partition name for /etc at boot time like you can for / ?? If so, then: mkdir /etc/usr ln -s /etc/usr /usr Hope this helps, Bill -Original Message- From: [EMAIL P

RE: [expert] disk partitioning help for new server

2000-04-25 Thread Bill Shirley
I just moved my / and /boot over to raid1 partitions. It works. There is a trick to setting up lilo for /boot on raid1. I uninstalled lilo and installed lilo-21.4.1 from a ftp site before I got it working. However, I think it may work with the stock Mandrake lilo. I started off with Mandrake

RE: [expert] empty smb passwords?

2000-04-27 Thread Bill Shirley
Yes. Do you have these set in your global section? null passwords = yes # You may wish to use password encryption. Please read # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. # Do not enable this option unless you have read those documents encrypt passwords = yes smb

RE: [expert] Installing SMP Kernel

2000-04-27 Thread Bill Shirley
First, edit your /usr/src/linux/Makefile and change: INSTALL_PATH= to INSTALL_PATH=/boot Optional step: ADD a new image section to lilo so you can boot the old kernel if needed: Edit /etc/lilo.conf and add a section just like the one label=linux: image = /boot/vmlinuz.old<== change t

RE: connection speeds--was: Re: [expert] X or console wont start

2000-04-28 Thread Bill Shirley
I'm no expert, but shouldn't the measurement be kbs, or kilo-bits per second. Divide kbs by 10 ( 8 bits = 1 byte, plus one start and one stop bit) to get KBs (kilo-bytes per second). As pointed out by another post, some of those bytes are IP overhead. If you have 432 kbs then your maximum thro

RE: connection speeds--was: Re: [expert] X or console wont start

2000-04-30 Thread Bill Shirley
s--was: Re: [expert] X or console wont start Bill Shirley wrote: > > I'm no expert, but shouldn't the measurement be kbs, or kilo-bits per > I have a 128K ISDN line and the maximum through-put I have seen on it is > about 15K per second. Few servers will actually dish out a

RE: [expert] empty smb passwords?

2000-04-30 Thread Bill Shirley
enberger Sent: Saturday, April 29, 2000 2:17 AM To: [EMAIL PROTECTED] Subject: Re: [expert] empty smb passwords? Bill Shirley wrote: > > Yes. Yes, I have that, I've tried both hand-editing the /etc/smbpasswd file to have the strange "NO PASSWORDXXX" form, and using "

RE: [expert] million questions

2000-04-30 Thread Bill Shirley
3.) Changing the group for a user will only affect any NEW files. Change to his directory and run: chmod -R username.librarians * to fix existing files. What is it you want to do with readers & librarians? Tell us how you want it to work. Bill -Original Message- From: [EMAIL PROTECT

RE: [expert] add 2nd HDD and Colorado 350?

2000-04-30 Thread Bill Shirley
Find where the floppy cable plugs into the motherboard (or ISA card if old machine). Note which side pin 1 is on (pin 1 on the cable has a red stripe). Unplug the floppy cable from the motherboard and plug it into the socket labeled TO FLOPPY DATA. Plug the part labeled TO FLOPPY CONTROLLER int

RE: connection speeds--was: Re: [expert] X or console wont start

2000-05-01 Thread Bill Shirley
seen. But this is a limitation of the ISP's pipeline, not of the servers on the other end of the pipeline.) Bill Shirley wrote: > > This has been my experiance. Maybe you don't live at my house!! Maybe you > don't use my ISP!! > > Bill > > -Original M

RE: [expert] Installing SMP Kernel

2000-05-01 Thread Bill Shirley
" errors in "/lib/aic7xxx.o", after I am told that linux is Loading the module. Finally the kernel panics, being "Unable to mount root fs" - which is understandable if it can't load the SCSI driver. Brian. Bill Shirley wrote: > > First, edit your /usr/

RE: [expert] empty smb passwords?

2000-05-01 Thread Bill Shirley
ou, then change schellenberger:503 to look like nobody. Hope this solves it, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian T. Schellenberger Sent: Monday, May 01, 2000 12:53 AM To: [EMAIL PROTECTED] Subject: Re: [expert] empty smb passwords?

RE: connection speeds--was: Re: [expert] X or console wont start

2000-05-01 Thread Bill Shirley
On Behalf Of Brian T. Schellenberger Sent: Monday, May 01, 2000 9:28 AM To: [EMAIL PROTECTED] Subject: Re: connection speeds--was: Re: [expert] X or console wont start Bill Shirley wrote: > > Then maybe we don't use the same servers!! Just try to dl from microsoft > mid-da

RE: [expert] compiling qt-2.0.2 : lstdc++ can't be found??

2000-05-03 Thread Bill Shirley
Donno. From mandrake 7.2: [root@bugsbunny /lib]# locate libstdc /usr/doc/libstdc++-devel-2.95.2 /usr/doc/libstdc++-devel-2.95.2/ChangeLog.libio /usr/doc/libstdc++-devel-2.95.2/ChangeLog.libstdc++ /usr/lib/gcc-lib/i586-mandrake-linux/2.95.2/libstdc++.so /usr/lib/gcc-lib/i586-mandrake-linux/2.95.2/

RE: [expert] Problem with postfix virtual domains

2000-05-04 Thread Bill Shirley
If what you're are saying it true, registering all combos of mixed case domain would be rather expensive. Try: TrIb.CoM trib.COM Trib.coM TRib.com TRIb.com TRIB.com TRIB.Com They all work. Domain names are not case sensitive. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[E

RE: [expert] OT DNS Server and nslookup Problems

2000-05-05 Thread Bill Shirley
You know, it's amazing how little information you've given us. Although, I'm no DNS guru I have configured my DNS server and, I far as I can tell, it works correctly. If you need help, for starters, post your: /etc/HOSTNAME /etc/resov.conf /etc/named.conf /var/named/localhost (or whatever

RE: [expert] vga=????? LILO options

2000-05-06 Thread Bill Shirley
I have: vga = 0x0f05 Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Woods Sent: Saturday, May 06, 2000 9:58 AM To: Expert Linux list Subject: [expert] vga=? LILO options When you bootup, you can enter 'linux vga=ask', selecting scan

RE: [expert] mdksecure kernel and SMP

2000-05-08 Thread Bill Shirley
You're new kernel is /vmlinuz . Lilo.conf points to /boot/vmlinuz . Create a new kernel a million times and it still will execute the old kernel. I can't imagine why L.M. delivers it this way! Either: 1) cp -a /vmlinuz /boot/vmlinuz 2) change /etc/lilo.conf to image=/vmlinuz or better 3) edi

RE: [expert] reboot after power failure

2000-05-20 Thread Bill Shirley
I assume you have a ATX case. Have you looked in the BIOS setup for a power-on option? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Venkiteswaran Sent: Saturday, May 20, 2000 8:22 AM To: [EMAIL PROTECTED] Subject: Re: [expert] reboot after

RE: [expert] Network Frustration

2000-05-21 Thread Bill Shirley
You said: /common 192,168,1.2(rw,no_root_squash,insecure) shouldn't that read: /common 192.168.1.2(rw,no_root_squash,insecure) I don't think you need the "insecure" param either. The above is on the boss.somewhere.com box. On the client (192.168.1.2) NFS box, you should be using: mount -t nf

RE: [expert] Help! Apache Virtual Hosts & DNS updates

2000-05-24 Thread Bill Shirley
> #1 I cannot even PING anything.domain.com Who is running the DNS for DOMAIN.COM? You need a entries for ANYTHING.DOMAIN.COM. Does "nslookup anything.domain.com" work? Bill -Original Message- From: Edwin Linux Fan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 6:48 PM To: [EM

[expert] Improvement: Install by functions

2000-05-25 Thread Bill Shirley
Let me start off by saying I have been running Linux for over 5 years. Over the years I have learned a lot about Linux. However, there is still a lot I do not know. There are many packages out there that I know nothing about. What is "nhm", "samba", "bind", "wuftp"? Some of these I have used,

RE: [expert] How do I share my printer!

2000-05-26 Thread Bill Shirley
I am assuming that printing works from Linux. The part you are interested in is the global section of smb.conf: printing = lprng print command = /usr/local/bin/lpr -P%p %s -r lpq command = /usr/local/bin/lpq -P%p lprm command = /usr/local/bin/lprm -P%p %j Note I

RE: [expert] cron question

2000-06-04 Thread Bill Shirley
Before taking that route you might investigate: http://www.bizland.com/ which will give you a free subdomain.bizland.com with website and e-mail. Or, if you have your own domain name but use a dynamic IP address you might check out: http://www.dyndns.com/ along with: http://soa.granitecanyon.com/

[expert] Help with NFS export on LM 7.02

2000-06-07 Thread Bill Shirley
I am trying to NFS export a file on my LM 7.02 system. I have put the directory in /etc/exports but still can not access the export from my other linux system. I have: (bugsbunny = 192.168.2.11) (elmo = 192.168.2.1) [root@bugsbunny rc3.d]# cat /etc/exports /mnt/loop0 192.168.*(ro,no_root_s

RE: [expert] Re: DISCUSION Upgrade (fwd)

2000-06-07 Thread Bill Shirley
So what's in /etc/resolv.conf? What does nslookup www.linux-mandrake.com say? Bill -Original Message- From: McDonald, John GSM1 (SIMASD) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 07, 2000 5:11 PM To: '[EMAIL PROTECTED]' Subject: RE: [expert] Re: DISCUSION Upgrade (fwd) well i am

RE: [expert] Help with NFS export on LM 7.02

2000-06-07 Thread Bill Shirley
gt; On Wed, Jun 07, 2000 at 08:05:18PM -0400, Bill Shirley wrote: > -> I am trying to NFS export a file on my LM 7.02 system. I > have put the > -> directory in /etc/exports but still can not access the > export from my other > -> linux system. I have: > -> (bugsbunn

RE: [expert] logrotate

2000-10-19 Thread Bill Shirley
rm -Rf /var/log/news /var/log/mail mkdir -m 755 /var/log/news /var/log/mail It works, been there, done that. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ron Johnson, Jr. > Sent: Thursday, October 19, 2000 11:38 AM > To: [EMAIL PROTECTED]

RE: [expert] 7.1 on 486

2000-10-19 Thread Bill Shirley
I far as I know there is only a LM 7.02 iso version for i486. Burned a CD with it a couple days ago. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Jean-Philippe Gois > Sent: Thursday, October 19, 2000 1:57 PM > To: [EMAIL PROTECTED] > Cc:

RE: [expert] syslog restarts and other wierdness

2000-10-19 Thread Bill Shirley
I don't understand, dhcpd should just use the address of the NIC. How does it know "the address is already in use"? Perhaps there is more that one dhcpd running on the box. What does the log file say? What does the output from ifconfig say? What does your dhcpd.conf file say? Bill > -O

RE: [expert] Masq f/w and DHCPd on dynamic Internet address

2000-10-19 Thread Bill Shirley
Seems overly complex to me. You should run dhclient to get a IP address from you ISP for one NIC card. Set the other NIC card for your private LAN IP address (say 192.168.0.1). Run dhcpd to serve out private IP addresses for the other computers. Run a DNS server on your box so you don't need t

RE: [expert] startup in what looks like single mode

2000-10-19 Thread Bill Shirley
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Buchan Milne > Sent: Thursday, October 19, 2000 12:08 PM > To: [EMAIL PROTECTED] > Subject: Re: [expert] startup in what looks like single mode > > > Read the line above "you have been dropped to a

[expert] Does sympa work?

2000-11-04 Thread Bill Shirley
I am now running [root@elmo msg]# rpm -qa | grep sympa sympa-2.7.3-7mdk on a LM 7.1 system. My mail program is: [root@elmo msg]# rpm -qa | grep postfix postfix-19991231-6mdk I have these entries in my aliases file: listmaster: root sympa: "| /var/lib/sympa/bin/queue sympa " boun

RE: [expert] pop-3

2000-11-04 Thread Bill Shirley
pop-3 is how you retrieve your mail from a server. "on demand" is fine for this and isn't causing your problem. You provide so little information about what you are trying to do, I doubt anyone will be able to help you. What is the mail server named? Are you using sendmail, postfix, etc.? What

RE: [expert] pop-3

2000-11-04 Thread Bill Shirley
ily.net Address: 192.168.4.1 Name:mail.rdcomputersolutions.net Address: 12.21.134.137 Have you tried: [EMAIL PROTECTED] By the way, do they still have First Monday there? Have you been to Unclaimed Baggage lately? Hehe. My wife is from Skyline. HTH, Bill Shirley PS If you want, e-mail me directly i

RE: [expert] pop-3

2000-11-04 Thread Bill Shirley
: Saturday, November 04, 2000 6:35 PM > To: [EMAIL PROTECTED] > Subject: Re: [expert] pop-3 > > > the mx record is on my providers domain > how would I see the mx record there? > > - Original Message - > From: "Bill Shirley" <[EMAIL PROTECTED]> &g

RE: [expert] pop-3

2000-11-04 Thread Bill Shirley
It is something your provider can only do. If you have a static IP address, the best thing to do is go to www.zoneedit.com and setup your own addresses. Then go to who you registered your domain with and change your domain to zoneedit's name servers. This way YOU have control of everything and

RE: [expert] Fully qualified Domain names

2000-11-05 Thread Bill Shirley
Title: Fully qualified Domain names I have seen you post this before.  Still no answer?  Ok.  If the only problem is the wife's e-mail going to your linux box then the solution should be simple.  Tell us the name of the @home mail server.  Better yet, put the FQDN of the @home mail server in

RE: [expert] No telnet into my 7.2 box?

2000-11-05 Thread Bill Shirley
Make sure you have the telnet-server installed: [root@elmo /root]# rpm -qa | grep telnettelnet-0.16-4mdktelnet-server-0.16-4mdk Make sure the entry for telnet is  not commented out in /etc/inetd.conf: telnet stream  tcp nowait  root    /usr/sbin/tcpd  in.telnetd However, you really sho

RE: [expert] No telnet into my 7.2 box?

2000-11-05 Thread Bill Shirley
Good point. He should get /etc/hosts.allow and /etc/hosts.deny setup BEFORE he enables telnet access. But that is not his problem right now. He said it's not listening. No server there. If it were there he might get a connection refused. Bill > > You should also check the /etc/hosts.allow f

RE: [expert] Postfix filing up my /VAR!!!

2000-11-07 Thread Bill Shirley
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bob Puff@NLE > Sent: Monday, November 06, 2000 8:24 PM > To: [EMAIL PROTECTED] > Subject: [expert] Postfix filing up my /VAR!!! > > > Hello, > > I just had a machine go down on me yesterday. Kept giv

RE: [expert] Unexpected pppd termination

2000-11-07 Thread Bill Shirley
Try using these options for pppd: nodeflate noaccomp noccp nopcomp novj novjccomp I had a problem similar (no pppd crash, pppd just stalled) to yours that was solved by using them. Lots of info on the web about pppd having problems with vj compression. Search for "ppp stall" or "pppd stall".

RE: [expert] switch /usr partition ?

2000-11-08 Thread Bill Shirley
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of jean-philippe > Sent: Wednesday, November 08, 2000 4:30 AM > To: [EMAIL PROTECTED] > Subject: Re: [expert] switch /usr partition ? > > > > > pgeorges wrote: > > > > "David M. Kufta" a écrit : > >

RE: [expert] I complain, therefore I'm running ;-)

2000-11-10 Thread Bill Shirley
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Buchan Milne > Sent: Friday, November 10, 2000 9:32 AM > To: [EMAIL PROTECTED] > Subject: Re: [expert] I complain, therefore I'm running ;-) > > > > > Declan Moriarty wrote: > > > > Hi Buc

RE: [expert] SCSI tape drive -- what's the secret? :(

2000-11-11 Thread Bill Shirley
Go to Edit, Preferences in Kdat and enter you tape drive name. Mine is /dev/tape. FYI, your tape drive will whir the tape everytime the SCSI bus is reset and everytime you insert a tape. A SCSI reset happens when you boot up. This doesn't mean that the OS is doing anything, it's a hardware

RE: [expert] 7.2 and comms problems

2000-11-11 Thread Bill Shirley
You need irqtune. You can set the serial ports to a higher IRQ priority than the disks. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tommiy Rant > Sent: Saturday, November 11, 2000 4:08 AM > To: [EMAIL PROTECTED] > Subject: Re: [expert]

RE: [expert] syslog problems

2000-11-13 Thread Bill Shirley
It is just logrotate doing its job. After moving the log file, logrotate must restart syslogd for it to create a new log file. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tib > Sent: Sunday, November 12, 2000 9:37 PM > To: [EMAIL PROTEC

RE: [expert] sshd and simple networking

2000-12-04 Thread Bill Shirley
That should be "sshd:" instead of "in.sshd:" HTH, Bill PS. Why to have a ": ALLOW" at the end of the line? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SIR admin Sent: Monday, December 04, 2000 9:53 AM To: expert Subject: [expert] sshd and simple ne

[expert] Postfix: No route to host

2000-12-04 Thread Bill Shirley
I am having a problem on my LM 7.1 server running postfix. I need another pair of eyes to help me with this. I am getting entries in the /var/log/main.info like: Dec 2 21:15:17 server1 postfix/smtp[21898]: connect to ASPIRIN.DII.utk.edu[128.169.76.123]: No route to host (port 25) Dec 2 21:15

RE: [expert] Postfix: No route to host

2000-12-04 Thread Bill Shirley
:[EMAIL PROTECTED]]On Behalf Of gene Sent: Monday, December 04, 2000 2:45 PM To: [EMAIL PROTECTED] Subject: Re: [expert] Postfix: No route to host At 12:14 PM -0500 12/4/00, Bill Shirley wrote: >I am having a problem on my LM 7.1 server running postfix. I need >another pair of eyes to help m

RE: [expert] Postfix: No route to host

2000-12-04 Thread Bill Shirley
Yep, you were right. They just started blocking port 25. Thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Balaji Ramani Sent: Monday, December 04, 2000 3:27 PM To: [EMAIL PROTECTED] Subject: Re: [expert] Postfix: No route to host It may be

RE: [expert] Setting up a mail cronjob

2000-12-04 Thread Bill Shirley
You might want to get a free account at www.yi.org or www.dyndns.org. From your linux box you just update their DNS when your IP address changes. Then use nslookup to find your IP address. If you opened an account with userid xxxyyy then "nslookup xxxyyy.yi.org" will show you your IP address

RE: [expert] shell script function to pause / wait

2000-12-15 Thread Bill Shirley
man sleep Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andy Judge Sent: Thursday, December 14, 2000 5:22 PM To: [EMAIL PROTECTED] Subject: [expert] shell script function to pause / wait What is the function to have the script pause for n amoun

RE: [expert] lilo

2000-06-16 Thread Bill Shirley
When you run lilo and is says: Warning: /dev/hdb is not on the first disk it is telling you "I will write the boot program to /dev/hdb but your BIOS will probably never look for the boot loader on hard drive B!" You are probably booting the lilo on /dev/hda which now points to a kernel th

RE: [expert] ePatents

2000-06-16 Thread Bill Shirley
I would if I could. Tried is just now and the link (at the top of http://www.linux-mandrake.com/en/ )timed out. Will definately try again, though. Bill > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Civileme > Sent: Friday, June 16, 2000 4:45 PM

RE: [expert] PPPoE and DSL

2000-06-19 Thread Bill Shirley
PPPoE is in LM 7.1. I haven't used it thought. Bill > -Original Message- > From: james.fogg [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 19, 2000 1:11 PM > To: '[EMAIL PROTECTED]' > Subject: [expert] PPPoE and DSL > > > I might be ready to hang myself. > > I live in a rural area

RE: [expert] Upgrade on Software root RAID

2000-06-24 Thread Bill Shirley
Yes, I did an install on /dev/hda1 and then configured hdb1 and hdc1 for raid0 (for / mount) -- hdb3 and hdc3 (for /boot mount) on a couple of 20G drives. (/dev/hdb2 and /dev/hdc2 are 128M swap). I mounted /dev/md0 as /mnt/root and /dev/md1 as /mnt/boot. Then: cp -ax /boot /mnt/boot cp -ax / /m

RE: [expert] Fwd: Can't Install 7.1

2000-06-26 Thread Bill Shirley
Hey John, I had the same problem with 7.1. Disable PS/2 mouse in BIOS. The mouse still won't work until you choose serial mouse at GUI install. (This selection is before disk partitioniong.) After that proceed with using mouse. Worked for me, Hope is works for you, Bill > -Original Mess

[expert] BUG in netconf

2000-06-28 Thread Bill Shirley
smime.p7m

[expert] BUG in netconf

2000-06-28 Thread Bill Shirley
Title: I don't know what when wrong with the original message.  (I'm using Outlook 98, maybe that should be my first clue).  But here it is: There is a bug in netconf. Please follow the description of the problem below. I want to forward traffic between my two subnets, 192.168.1.0/24 (subne

RE: [expert] Strange problem with the users with Samba

2000-06-29 Thread Bill Shirley
You sure didn't provide much information! Send a: cat /etc/smb.conf ls -l /path/up/to/share/name ls -l /path/share/name and maybe someone can help you. One of my shares look like this: [billprivate] comment = stuff for install/admin path = /home/lan/shares/billprivate pu

[expert] REPOST: BUG in netconf

2000-06-29 Thread Bill Shirley
Title: Did anyone understand my posting?  Did anyone at Mandrake verify this problem?  Am I on track here, or totally ignorant of how ipchains works? (Pffft, pffft, is this thing working?  Testing, one, two, three.  Testing.) --

RE: [expert] Strange problem with the users with Samba

2000-06-29 Thread Bill Shirley
samba.org/samba/archives.html Bill > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Leopold Palomo > Sent: Thursday, June 29, 2000 5:50 PM > To: [EMAIL PROTECTED] > Cc: Bill Shirley > Subject: Re: [expert] Strange problem with the

RE: [expert] Strange problem with the users with Samba

2000-07-05 Thread Bill Shirley
Bill > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Leopold Palomo > Sent: Monday, July 03, 2000 6:17 PM > To: [EMAIL PROTECTED] > Cc: Bill Shirley > Subject: Re: [expert] Strange problem with the users with Samba > > &

RE: [expert] 7.1 network problem

2000-07-08 Thread Bill Shirley
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt > Sent: Saturday, July 08, 2000 4:57 PM > To: [EMAIL PROTECTED] > Subject: [expert] 7.1 network problem > > > I'm having trouble with a new 7.1 install. I'm not sure if its a > network config or s

RE: [expert] No MBR

2000-07-11 Thread Bill Shirley
I've seen this kind of information from fdisk when you partition a drive and then change the geometry in the BIOS. Have you tried turning LBA off in the BIOS? Bill > -Original Message- > From: Matt Stegman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 11, 2000 5:38 PM > To: Linux-Ma

[expert] OT: $0.05 e-mail surcharge

2000-08-01 Thread Bill Shirley
Title: I received this e-mail and want to know if anyone knows if this is true: Thanks in advance, Bill > This is not right, the Government wants to put  a charge on email! > >>> We knew this was coming!! >>> >>> Bill 602P will permit the Federal Government charge a 5 cent

RE: [expert] AMD with Solaris Automounter

2000-08-18 Thread Bill Shirley
If you are talking about NFS exports: I had a hard time exporting a directory on LM 7.02 a few months back. It seams that /etc/exports is _totally_ ignored. After digging thru the docs, I found out that /etc/exports is only implemented when you run exportfs -a. This, however, does NOT work eit