RE: [newbie] Stuck on a network problem

2004-10-22 Thread Bill Shirley
[EMAIL PROTECTED] root]# rpm -q tightvnc-server tightvnc-server-1.2.9-4mdk Edit /etc/init.d/vncserver and make the top look like this: #!/bin/bash # # chkconfig: 2345 91 35 # description: Starts and stops vncserver. \ # used to provide remote X administration services. USER=root

RE: [newbie] Permissions in a network

2004-10-07 Thread Bill Shirley
Yes, you can do this. Make a unix group for these users. As root: groupadd staff Now add users to this group. There may be a GUI way to do this but I would just edit /etc/group and add the users' name to the staff group. Now make the directory: mkdir -m 2770 /home/staff

RE: [newbie] How to Capture Text Mode Output?

2004-10-07 Thread Bill Shirley
I think you will find these messages in ~/.xsession-errors HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David B. Carter Sent: Wednesday, October 06, 2004 10:20 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] How to Capture Text Mode

RE: [newbie] Strange diff check ?

2004-09-28 Thread Bill Shirley
When in doubt: rpm -ql /usr/bin/lbp660 HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, September 24, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: RE: [newbie] Strange diff check ? -Original

RE: [newbie] DNS Problems affter upgrade

2004-09-28 Thread Bill Shirley
Are you running bind? (The daemon is named). It sounds like your are if you are using rndc. When I upgraded from 10.0 OE to 10.1 CE my /etc/rndc.conf and my /etc/named.conf got massaged for me. rndc wouldn't work until I un-massaged it. Check if bind is running: ps aux | grep named Please post

RE: [newbie] TightVNC Server... wassup??

2004-09-21 Thread Bill Shirley
Any clues as to what is going on in ~/.xsession-errors? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Scott Sent: Monday, September 20, 2004 3:45 PM To: [EMAIL PROTECTED] Subject: [newbie] TightVNC Server... wassup?? Yo; I have

RE: [newbie] Win-Clients 'forget' samba server name

2004-09-15 Thread Bill Shirley
'man smb.conf' will give a much better explanation than I could give you. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Harald T ZIPKO Sent: Wednesday, September 15, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: RE: [newbie] Win-Clients

RE: [newbie] eth0:0, eth0:1, eth0:2, etc.

2004-09-11 Thread Bill Shirley
I hope you didn't put it in rc.local. The place for this is /etc/sysconfig/network-scripts. [EMAIL PROTECTED] windows.m]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.128.1 NETWORK=192.168.128.0 BROADCAST=192.168.128.255 NETMASK=255.255.255.0

RE: [newbie] Accessing MySQL

2004-09-11 Thread Bill Shirley
I guess I woke up cranky this morning. (Still working on my 1st cup of coffee.) What is it you are wanting to do? You can access MySQL from Apache, perl, C, etc. You can administer MySQL from phpMyAdmin (a web interface). Bill RANT Why do ppl ask for help and only give vague descriptions? I

RE: [newbie] update installation

2004-09-04 Thread Bill Shirley
urpmi cups-drivers printer-utils HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of john Sent: Saturday, September 04, 2004 7:25 AM To: [EMAIL PROTECTED] Subject: [newbie] update installation Hello I am updating md10 and keep getting a

RE: [newbie] FTP Download issues...

2004-08-31 Thread Bill Shirley
Got a firewall on this box? What does 'iptables -L -n -v' say? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Travis Crook Sent: Tuesday, August 31, 2004 6:08 PM To: Mandrake List Subject: Re: [newbie] FTP Download issues... On Tue,

RE: [newbie] start up script for mandrake

2004-08-25 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of lmcilwain Sent: Tuesday, August 24, 2004 9:19 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] start up script for mandrake Now for for the exit is that a separate script? If I want to do a

RE: [newbie] start up script for mandrake

2004-08-23 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of lmcilwain Sent: Monday, August 23, 2004 6:08 PM To: [EMAIL PROTECTED] Subject: [newbie] start up script for mandrake Hello all, I am looking to create a startup script for vnc server. I had to

RE: [newbie] FQDN's preventing me to connect to Todd's site?

2004-08-23 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Steve Jeppesen Sent: Sunday, August 22, 2004 3:11 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] FQDN's preventing me to connect to Todd's site? On Sun, 22 Aug 2004 16:57:08 +0100 Derek Jennings

RE: [newbie] Teaching Spamassassin

2004-08-15 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Wilson Sent: Saturday, August 14, 2004 11:45 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Teaching Spamassassin On August 9, 2004 03:01 pm, SME Server Admin wrote: Hiya Right. i've had

RE: [newbie] DHCP Server

2004-08-12 Thread Bill Shirley
You should be seeing messages in /var/log/syslog like: Aug 8 15:32:20 server1 dhcpd: DHCPDISCOVER from 00:d0:09:f4:49:37 via eth0 Aug 8 15:32:21 server1 dhcpd: DHCPOFFER on 192.168.128.126 to 00:d0:09:f4:49:37 (LAB4) via eth0 Can you post your /etc/dhcpd.conf file? What IP address range are

RE: [newbie] Network problem

2004-08-09 Thread Bill Shirley
So you have a router at 192.168.1.1? Post the output of: ifconfig arp -n iptables -L -n Bill -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ralph UtbultSent: Monday, August 09, 2004 3:28 AMTo: [EMAIL PROTECTED]Subject: [newbie] Network

RE: [newbie] folder looses read/write permissions after each reboot....

2004-08-08 Thread Bill Shirley
You are fighting with msec which runs every hour and resets the permissions. What is it you want to do? My guess is that you want a directory where all members of the 'users' group can put stuff. If this is the case: mkdir -m 2770 /home/ubw/users chown admin.users /home/ubw/users drwxrwsrwx

RE: [newbie] Cron doesn't run for user

2004-08-05 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of German Guillot Sent: Thursday, August 05, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Cron doesn't run for user On Thu, 5 Aug 2004 08:29:16 -0400, Bill Shirley [EMAIL PROTECTED] wrote

RE: [newbie] Cron doesn't run for user

2004-08-05 Thread Bill Shirley
Do you set and export the DISPLAY variable? From an xterminal run: env | grep DISPLAY to see what it is set to. I would think that if you do startx as root then the crontab would have to be root's. Also, if your cron job fails you should get email. Check that for errors. Test your script.

RE: [newbie] Cron doesn't run for user

2004-08-04 Thread Bill Shirley
Try putting in the script: DISPLAY=:0.0 at the top after #!/bin/sh HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of German Guillot Sent: Wednesday, August 04, 2004 4:43 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Cron doesn't run for

RE: [newbie] Setting up CPAN

2004-07-17 Thread Bill Shirley
[EMAIL PROTECTED] root]# locate config.h | grep perl /usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE/config.h /usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE/uconfig.h [EMAIL PROTECTED] perl]# rpm -qf /usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE/config.h perl-devel-5.8.3-5mdk HTH, Bill

RE: [newbie] changing eth0 module

2004-07-17 Thread Bill Shirley
/etc/modprobe.conf HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill W. Sent: Friday, July 16, 2004 11:08 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] changing eth0 module Hi, I finally checked and it appears that I am running

RE: [newbie] I tink or I know my postfix local mailer ist kaput!

2004-07-17 Thread Bill Shirley
First let me say: It's early in the AM and I working on my first cup of coffee, so don't expect me to be too sharp. (grin) 'Host or domain name not found' is indeed your problem. Postfix can't figure out where to send the mail. Can you post the output of: cat /etc/resolv.conf and host

RE: [newbie] 10.0 hostname problem

2004-07-09 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ronald J. Hall Sent: Thursday, July 08, 2004 2:45 PM To: MDK Newbie Subject: [newbie] 10.0 hostname problem Okay, I'm still trying to sort out stuff on my sons comp and here is the latest problem

RE: [newbie] nice/renice question

2004-07-06 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ronald J. Hall Sent: Tuesday, July 06, 2004 5:14 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] nice/renice question On Tuesday 06 July 2004 02:44 pm, Greg Meyer wrote: -On Tuesday 06 July 2004

RE: [newbie] The network from hell! Kinda Long!

2004-06-15 Thread Bill Shirley
Bring up the linux box's modem and show us the output of: 'ifconfig' 'route -n' 'cat /etc/sysconfig/network-scripts/ifcfg-eth0' 'cat /etc/sysconfig/network-scripts/ifcfg-eth1' 'cat /etc/sysconfig/network-scripts/ifcfg-eth2' Connectivity first, firewall second. Bill -Original Message-

RE: [newbie] automatic batch editing of files

2004-06-15 Thread Bill Shirley
Ah, but in your original post you said remove. None of the suggestions you received removed the lines; they just copied them to a different file. This is kinda like in the status line of some browers where it says Transfering data from http://www.mydomain.com;. It's not transfering, it's

RE: [newbie] automatic batch editing of files

2004-06-15 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mikkel L. Ellertson Sent: Tuesday, June 15, 2004 11:50 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] automatic batch editing of files Bill Shirley wrote: Ah, but in your original post you said remove. None

RE: [newbie] dev file question

2004-05-26 Thread Bill Shirley
put any modules you want to be automatically loaded upon boot in /etc/modules: [EMAIL PROTECTED] samba]# cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments

RE: [newbie] Samba server not working

2004-05-26 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Video 4Linux Sent: Wednesday, May 26, 2004 8:01 AM To: [EMAIL PROTECTED] Subject: [newbie] Samba server not working I'm trying to set up a Samba server on my Linux Mandrake 10 machine. I've copied

RE: [newbie] How to trouble shoot 'eth0 FAILED'?

2004-05-17 Thread Bill Shirley
Yes, very nice explanation. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kaj Haulrich Sent: Monday, May 17, 2004 5:41 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] How to trouble shoot 'eth0 FAILED'? On Monday 17 May 2004 10:56, Derek

RE: [newbie] DNS questions

2004-05-16 Thread Bill Shirley
Run a DNS server on your box and the problem is solved. urpmi bind bind-utils chkconfig --add named chkconfig --levels 2345 named on service named start change /etc/resolv.conf to: nameserver 127.0.0.1 HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [newbie] samba configuration in 10.0

2004-05-16 Thread Bill Shirley
Yes, make a copy of your /etc/samba/smb.conf. The 3.0 rpm borked mine. HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Raffaele BELARDI Sent: Wednesday, May 12, 2004 3:32 AM To: [EMAIL PROTECTED] Subject: [newbie] samba configuration in

RE: [newbie] [Somewhat OT] Recursing in bash

2004-05-15 Thread Bill Shirley
Sounds like a job for 'find' ! find /home/bill -type f -name '*.doc' -exec somecommand someargs {} \; ^ ^ ^ ^ ^ ^ ^ where to only look name what cmdcommand | +-- mandatory startat files pattern

RE: [newbie] I'm losting my samba's shares after some time... permission denied... help plz.

2004-05-12 Thread Bill Shirley
address as their WINS server and only use the TCP/IP protocol on the PC. (Remove NetBeui protocol). Are these PC's in the same workgroup as the linux machine? Samba - cups printing is kinda boinked on my system right now, so I can't really help you on that one. Bill Shirley -Original Message

RE: [newbie] apache making me batty

2004-05-11 Thread Bill Shirley
on the public_html directories. All new files/directories created in public_html will have group apache. HTH, Bill Shirley PS. It is secure if everything in ~/ has the correct permissions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Todd Slater Sent

RE: [newbie] turning off mailman

2004-05-06 Thread Bill Shirley
crontab -e -u mail then put a # in front of 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/bin/python -S /usr/lib/mailman-2.1.4/cron/gate_news Bill Shirley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of robert lester Sent: Tuesday, May 04, 2004 5:06

RE: [newbie] I'm losting my samba's shares after some time... permission denied... help plz.

2004-05-06 Thread Bill Shirley
and they MAY need to log off and back on to see your change. Each file or directory created in /share/docs will be owned by the user that created it and have the group of docusers. All members of group docusers can edit/delete files/directories. Hope this helps, Bill Shirley -Original Message

RE: [newbie] Sasl Authentication for Postfix

2004-05-06 Thread Bill Shirley
#SASLAUTHD_OPTS=-n 3 Works like a charm and handles virtual mailboxes too. Bill Shirley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Derek Jennings Sent: Wednesday, May 05, 2004 6:18 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Sasl Authentication

[newbie] Test

2004-02-21 Thread Bill Shirley
Just testing that I can post to the list. Bill Shirley Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

RE: [newbie] Setting up VNC

2001-03-17 Thread Bill Shirley
I start mine with: /usr/local/bin/vncserver -geometry 1152x864 and here's my xstartup: [root@elmo .vnc]# cat /root/.vnc/xstartup #!/bin/sh #xrdb $HOME/.Xresources #xsetroot -solid grey #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" #kwm /usr/bin/startkde HTH, Bill

RE: [newbie] attached to : repost : lan problems

2001-03-07 Thread Bill Shirley
Got in late on this, but here goes. Do you know if the eth0 card is on the LAN and the eth1 is dsl? Maybe the are reversed. HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Quaylar Sent: Tuesday, March 06, 2001 10:34 AM To: [EMAIL

RE: [newbie] local lan problem

2001-01-19 Thread Bill Shirley
As far as I can see, everything looks ok. Of course, that's what you said but it doesn't hurt to see the output. When you said "On the hub side the light never did come on showing that there was a connection." this could indicate that you may have a dead port on the hub or be plugging it into

RE: [newbie] Setting up Samba as Passowrd Server for win98

2001-01-10 Thread Bill Shirley
Look in /usr/doc/samba-2.0.7/docs/textdocs . You might also check out www.samba.org Basicly, you want: workgroup = WORKGROUP domain master = yes preferred master = yes local master = yes logon script = %U.bat logon path = \\%L\Profiles\%U logon drive = h: logon home =

RE: [newbie]WIN vs Linux Fileserver (was Gates...)

2001-01-02 Thread Bill Shirley
I have been using linux for a Windows file servers for about 6 years now. My Winders PC's run Office 2000 from the linux share. You just need to get some disk space and set up samba correctly. There is plenty of help here in the newsgroup. Bill It also allows every PC on the home LAN to

RE: [newbie] Spaces in names

2000-12-13 Thread Bill Shirley
Anyone ever used the tab key on the command line? Type command (like: cat) and then type the first few characters of the file name and hit tab to auto complete the name. Works with files with spaces in them. Also, works after typing a few characters of a command. HTH, Bill -Original

RE: [newbie] help with diald and/or alternatives

2000-11-26 Thread Bill Shirley
I'm not sure what is not configured correctly for your diald, but here is my diald.conf: #debug 72 debug 0 mode ppp # lock is now inn the /etc/ppp/options file #lock dynamic local 192.168.254.1 remote 192.168.254.2 fifo /var/run/diald.ctl accounting-log /var/log/diald.log include

RE: [newbie] Midi with Soundblaster 16 Vibra

2000-11-18 Thread Bill Shirley
I have a SB Vibra 16. It was set up when I installed LM 7.1. My /etc/conf.modules: alias sound sb options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330 HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian P. Trotter Sent: Saturday,

RE: [newbie] re sendmail simple question (I think :)

2000-11-16 Thread Bill Shirley
Go to Windows Control panel/Mail. Select your internet e-mail/properties. Select the server tab. At the bottom, check the box "My server requires authentication'. See if that works. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL

RE: [newbie] Configure modem on ttyS3, IRQ 12

2000-11-15 Thread Bill Shirley
/bin/setserial -v /dev/ttyS3 irq 12 Put command at the bottom of /etc/rc.d/rc.local Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bernie Luger, III Sent: Wednesday, November 15, 2000 12:01 AM To: [EMAIL PROTECTED] Subject: [newbie] Configure

RE: [newbie] Telnet

2000-11-15 Thread Bill Shirley
Check your /etc/hosts.allow and /etc/hosts.deny Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Collard Sent: Wednesday, November 15, 2000 5:40 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] Telnet It is. At first it wasn't. I enabled it,

RE: [newbie] domain name setup

2000-11-14 Thread Bill Shirley
It is not set up correctly. [root@elmo msg]# nslookup kompukit.com Server: elmo.lan.shirleyfamily.net Address: 192.168.4.1 *** elmo.lan.shirleyfamily.net can't find kompukit.com: Non-existent host/domain [root@elmo msg]# nslookup www.kompukit.com Server: elmo.lan.shirleyfamily.net Address:

RE: [newbie] keepalive app

2000-11-14 Thread Bill Shirley
Just set up a ping entry in crontab. "man crontab" crontab -e Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of KompuKit Sent: Tuesday, November 14, 2000 12:34 AM To: Linux-Mandrake Subject: [newbie] keepalive app where can I find a keepalive

RE: [newbie] domain name setup

2000-11-14 Thread Bill Shirley
, November 14, 2000 10:31 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] domain name setup I have a static IPit's: 216.126.164.238 if you mean my ISP, they are: naisp.net if you mean the registrars: domainregistry.com Bill Shirley wrote: It is not set up correctly. [root@elmo msg

RE: [newbie] DSL provider

2000-11-14 Thread Bill Shirley
I use telocity.com. They might cover your area. The have some sort of agreement with the local phone company. Bell South actually provides the DSL line. Telocity gives you a static IP address, 2nd month free, DSL modem free ($25 to ship to you), 5 line filters, and 5 email addresses (but

RE: [newbie] domain name setup

2000-11-14 Thread Bill Shirley
Fine. Believe what you want. [root@elmo postfix]# nslookup kompukit.com ns1.naisp.net. Server: ns1.naisp.net Address: 216.129.152.1 *** ns1.naisp.net can't find kompukit.com: Non-existent host/domain [root@elmo postfix]# nslookup kompukit.com ns2.naisp.net. Server: ns2.naisp.net Address:

RE: [newbie] domain name setup

2000-11-14 Thread Bill Shirley
Kewl. Where you from? Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of mark Sent: Tuesday, November 14, 2000 7:10 PM To: [EMAIL PROTECTED] Subject: RE: [newbie] domain name setup Hey, I like your name. Mine's Mark Shirley On Tue, 14 Nov

RE: [newbie] Tar Installs

2000-11-13 Thread Bill Shirley
Use: tar -zxvf filname -C /directory/where/you/want/it/to/go HTH, Bill P.S. Uppercase C -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of gcobb Sent: Sunday, November 12, 2000 4:19 PM To: [EMAIL PROTECTED] Subject: [newbie] Tar Installs I've got this

RE: [newbie] How are serial ports initialized?

2000-11-12 Thread Bill Shirley
are serial ports initialized? It was Nov 5, 2000, 17:37, when Bill Shirley keyboarded: Edit your /etc/rc.d/rc.3/S99local and put at the bottom of it: # Set the correct IRQ for ttyS2 echo "Setting IRQ for ttyS2" /bin/setserial -v /dev/ttyS2 irq 10 As far as I know, it would be e

RE: [newbie] STILL cannot mount floppy or cdrom drive!! HELP

2000-11-11 Thread Bill Shirley
OK, I'll take a stab at this. As I have read, to use and IDE cd-rom burner you have too load ide-scsi, right? Well, now the cd-rom drive is no longer /dev/hdc but /dev/scd0 or something. \ If this is true you need to delete /dev/cdrom and create a symlink: ln -s /dev/scd0 /dev/cdrom and

RE: [newbie] Modprobe errno=8

2000-11-07 Thread Bill Shirley
Hehe, I'm fresh out of flares here. I might have a candle or two. I don't know what binfmt is but, see if /usr/doc/kernel-doc-2.2.16/binfmt_misc.txt enlightens (pun, get it?) you any. HTH, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John

RE: [newbie] My continuing cable modem woes...

2000-11-06 Thread Bill Shirley
You didn't say if you had it working or not. My /etc/dhclient.conf: request subnet-mask, broadcast-address, routers; require subnet-mask, broadcast-address, routers; supersede domain-name "mydomain.com mysubdomain.mydomain.com"; supersede domain-name-servers 192.168.4.1; You don't really need

RE: [newbie] Clock question

2000-11-05 Thread Bill Shirley
Pardon, that is hwclock -w Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Shirley Sent: Sunday, November 05, 2000 10:04 AM To: [EMAIL PROTECTED] Subject: RE: [newbie] Clock question Or, set the clock to the correct time and issue

RE: [newbie] How are serial ports initialized?

2000-11-05 Thread Bill Shirley
You should not use cua devices anymore, they are going away soon. You should use ttyS2 instead. Edit your /etc/rc.d/rc.3/S99local and put at the bottom of it: # Set the correct IRQ for ttyS2 echo "Setting IRQ for ttyS2" /bin/setserial -v /dev/ttyS2 irq 10 Bill -Original Message-

RE: [newbie] My continuing cable modem woes...

2000-11-05 Thread Bill Shirley
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Roger Sherman Sent: Sunday, November 05, 2000 10:29 PM To: [EMAIL PROTECTED] Subject: Re: [newbie] My continuing cable modem woes... On Sat, 4 Nov 2000 14:24:01 -0800, you wrote: OK, heres

RE: [newbie] Problem connecting to Internet

2000-11-04 Thread Bill Shirley
I am running LM 7.1. I had a problem when using compression with pppd. The connection would work for short while and then hang. Only when I disabled compression did I get it to work reliably. I didn't use kppp so I don't know where you should put these. But try these options: nodeflate