Re: Disk Drive Order Changes - Again

2008-04-06 Thread Butch Kemper

At 11:17 AM 4/6/2008, Hugo Vanwoerkom wrote:

Butch Kemper wrote:
Back in February, I asked a question about problems I was having 
with the hard disks sequence flip-flopping when I would boot: disk 
#1 would be hda and disk #2 would be hdc; or disk #1 would be hde 
and disk #2 would be hda.
I receive answers about using labels with the partitions so, I 
labeled the partitions and updated /etc/fstab.  This is how things now look:

IDE #1  Partition   Label   Mount Point
1   /   /
2   swap1   swap file
3   /usr/usr
4
5   /usr/local  /usr/local
6   /var/var
IDE #2  Partition   Label   Mount Point
1   /var/poptemp/var/poptemp
2   /var/mail   /var/mail
The /etc/fstab:
# file system mount point   type  options   dump
pass
proc/proc   procdefaults0   0
LABEL=/ /   ext3 defaults,errors=remount-ro 0   1
LABEL=/usr  /usrext3defaults0   2
LABEL=/usr/local/usr/local  ext3defaults0   2
LABEL=/var  /varext3defaults0   2
LABEL=/var/poptemp  /var/poptempext3defaults0   2
LABEL=/var/mail /var/mail   ext3defaults0   2
LABEL=swap1 noneswapsw  0   0
Now the partitions and mount points get assigned correctly no 
matter which order the drives are assigned.
The remaining problem is with the GRUB and the kernel.  It was 
suggested that a LABEL specification be placed in the 
/boot/grub/menu.1st entry so that:

# kopt=root=/dev/hda1   becomes
# kopt=root=LABEL=/
Using a LABEL in the Grub menu does not work because the kernel get confused:
1.  If kopt=root=/dev/hda1 and the disk order changes to make
the boot disk be /dev/hde, the boot process stops and drops
into a prompt.  I can unmount /boot, mount /boot on the
correct drive, give a CTL-D to the prompt, and the system
would continue to boot.
2.  If kopt=root=LABEL=/, the boot process will stop and drop
into a prompt WITHOUT /boot being mounted.  I can mount
/boot on the correct drive, give a CTL-D to the prompt,
and the system will continue to boot.
No where have I been able to find any documentation that shows that 
the Kernel boot command root= can have a LABEL specified.



# kopt=root=LABEL=wd80_0jd-60.05 ro noapic vga=791 apm=on ddcon=1 
network quiet


WFM

but you are still stuck with the GRUB root command, which does not 
accept a label.

So I changed grub (0.97-29) to accept this:


find/ST380011A.03
rootFILE=/ST380011A.03


and then where he finds file ST380011A.03 that is where the root will be.

Now I have a truly LABEL driven system and the drive devices can be 
wherever they are and I don't care...


Hugo


So, how do I make the kernel consistently detect and assign the 
disks in the correct order?  Someone suggested the problem lies 
with UDEV and the parallel hardware detection process.


Hugo,

I understand the find command and the results that it returns.  But 
I am unable to locate any mention of the root command having a 
FILE= option.


So, did you modify Grub to make the root command have a FILE= parameter?

Butch


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Disk Drive Order Changes - Again

2008-04-05 Thread Butch Kemper
Back in February, I asked a question about problems I was having with 
the hard disks sequence flip-flopping when I would boot: disk #1 
would be hda and disk #2 would be hdc; or disk #1 would be hde and 
disk #2 would be hda.


I receive answers about using labels with the partitions so, I 
labeled the partitions and updated /etc/fstab.  This is how things now look:


IDE #1  Partition   Label   Mount Point
1   /   /
2   swap1   swap file
3   /usr/usr
4
5   /usr/local  /usr/local
6   /var/var

IDE #2  Partition   Label   Mount Point
1   /var/poptemp/var/poptemp
2   /var/mail   /var/mail

The /etc/fstab:

# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
LABEL=/ /   ext3 defaults,errors=remount-ro 0   1
LABEL=/usr  /usrext3defaults0   2
LABEL=/usr/local/usr/local  ext3defaults0   2
LABEL=/var  /varext3defaults0   2
LABEL=/var/poptemp  /var/poptempext3defaults0   2
LABEL=/var/mail /var/mail   ext3defaults0   2
LABEL=swap1 noneswapsw  0   0

Now the partitions and mount points get assigned correctly no matter 
which order the drives are assigned.


The remaining problem is with the GRUB and the kernel.  It was 
suggested that a LABEL specification be placed in the 
/boot/grub/menu.1st entry so that:


# kopt=root=/dev/hda1   becomes
# kopt=root=LABEL=/

Using a LABEL in the Grub menu does not work because the kernel get confused:

1.  If kopt=root=/dev/hda1 and the disk order changes to make
the boot disk be /dev/hde, the boot process stops and drops
into a prompt.  I can unmount /boot, mount /boot on the
correct drive, give a CTL-D to the prompt, and the system
would continue to boot.

2.  If kopt=root=LABEL=/, the boot process will stop and drop
into a prompt WITHOUT /boot being mounted.  I can mount
/boot on the correct drive, give a CTL-D to the prompt,
and the system will continue to boot.

No where have I been able to find any documentation that shows that 
the Kernel boot command root= can have a LABEL specified.


So, how do I make the kernel consistently detect and assign the disks 
in the correct order?  Someone suggested the problem lies with UDEV 
and the parallel hardware detection process.


Thanks for any suggestions.

Butch


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Disk Drive Order Changes

2008-02-19 Thread Butch Kemper


I have built a new system using:

Etch with kernel 2.6.18-6-k7

Tyan Thunder h1000E Motherboard

2 Dual-Core AMD Opteron Processors

Two hard drives:  #1 on the builtin IDE - hda
  #2 on an PCI card - hdc

The system always boots from #1 but sometimes, the kernel gets 
confused and assigns #2 as hda and #1 as hde.  When this happens, the 
boot fails because #2 has two empty partitions.


I can enter reboot and sometimes the system will come up with the 
disk set correctly and sometimes not.


This problem also happened on Etch with kernel 2.6.18-5-k7.

I would welcome suggestions for what is causing the problem and how 
to correct it.


Thanks.

Butch
  



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Ethernet card does not work after Mother Board Change

2008-02-10 Thread Butch Kemper

At 09:25 PM 2/8/2008, you wrote:

Butch Kemper([EMAIL PROTECTED]) is reported to have said:

 I built a system using 4.0r2 net-install and have kernel 
2.6.18-5-k7 installed.


 The motherboard failed and the replacement board has a different type
 ethernet card.

 In the kern.log file, I can see the ethernet card is recognized and
 called eth0 but:

 The card is not connected to eth0 in ifconfig - there is no
 eth0.

 There is not an interrupt level in /proc/interrupts for the
 ethernet card.

 If I try an ifup eth0, I get an error about a non-existant
 device.

 I tried entering the driver name in /etc/modules but that does not help.

 I need some assistance on how to proceed to get the system to properly
 setup the ethernet card.


check the file
/etc/udev/rules.d/z25_persistent-net.rules

I suspect that there is now more then one eth0 entry.

ISTR that commenting out the old entry didn't work, so remove it and
reboot.

WT


Thank you.  The correction was as you suggested.  I deleted the file 
/etc/udev/rules.d/z25_persistent-net.rules and rebooted.  Everything 
started working.


Butch




Ethernet card does not work after Mother Board Change

2008-02-08 Thread Butch Kemper


I built a system using 4.0r2 net-install and have kernel 2.6.18-5-k7 installed.

The motherboard failed and the replacement board has a different type 
ethernet card.


In the kern.log file, I can see the ethernet card is recognized and 
called eth0 but:


The card is not connected to eth0 in ifconfig - there is no
eth0.

There is not an interrupt level in /proc/interrupts for the
ethernet card.

If I try an ifup eth0, I get an error about a non-existant
device.

I tried entering the driver name in /etc/modules but that does not help.

I need some assistance on how to proceed to get the system to 
properly setup the ethernet card.


Thanks.

Butch


SendPage - Can't reset Modem

1999-09-21 Thread Butch Kemper


I am trying to use Sendpage 0.8.6.2 with Debian 2.1.

The program is unable initialize the modem.  It sends the initialization 
string and then dies waiting for the OK that the modem never sends in 
response to the initialization string.


I have successfully used the modem with the minicom program so I know that 
the comm port and modem are working.  I think that the Sendpage program is 
not doing something right when it is writing to the modem.


Does anyone have any experiences with getting Sendpage to work that they 
can share with me?


Thanks.

Butch

TSTAR Internet, Inc | Making the Network Work
Marble Falls, TX| Serving Blanco, Burnet, and
830-693-6967| Llano Counties


Re: [offlist] Re: Defining Virtual Ethernet Interfaces

1999-08-02 Thread Butch Kemper

At 06:15 PM 7/30/99 , you wrote:

 I have a problem with adding a virtual interface to the ethernet card.

 I have put an IFCONFIG command in /etc/init.d/network for the virtual
 interface:

   ifconfig eth0:1 inet 208.21.250.3 netmask 255.255.255.0
   broadcast 208.21.250.255

 These are the messages that are logged during startup:

   Jul 18 21:53:45 dns2 kernel: eth0: RealTek RTL8139 at
   0xf600, IRQ 11, 00:00:b4:bd:cd:5c.
   Jul 18 21:53:45 dns2 kernel: net_alias_dev_create(eth0:1):
   unregistered family==2

 The virtual interface does not until I manually execute 
/etc/init.d/network

 when the interface is added.

 I either have the virtual specifications in the wrong place or there is a
 timing problem.


Hey --

Did you ever get any replies to this?  Was it a kernel compilation problem?

(This is an area of interest of mine, but I have no experience.)

If you got no replies, I'd say repost it.  Often if no one replies right
away and starts a thread, on that list things seem to just get buried by
others.


The problem waiting until after kerneld was loaded.  So, I created a new 
script /etc/init.d/network2 containing the required ifconfig command and 
then created symlinks in the rc?.d directories:


ln -s ../init.d/network2  rc2.d/S14network2
ln -s ../init.d/network2  rc3.d/S14network2
ln -s ../init.d/network2  rc4.d/S14network2
ln -s ../init.d/network2  rc5.d/S14network2

Works great now.

Butch

TSTAR Internet, Inc | Making the Network Work
Marble Falls, TX| Serving Blanco, Burnet, and
830-693-6967| Llano Counties


Defining Virtual Ethernet Interfaces

1999-07-19 Thread Butch Kemper


I have a problem with adding a virtual interface to the ethernet card.

I have put an IFCONFIG command in /etc/init.d/network for the virtual 
interface:


ifconfig eth0:1 inet 208.21.250.3 netmask 255.255.255.0
broadcast 208.21.250.255

These are the messages that are logged during startup:

Jul 18 21:53:45 dns2 kernel: eth0: RealTek RTL8139 at
 0xf600, IRQ 11, 00:00:b4:bd:cd:5c.
Jul 18 21:53:45 dns2 kernel: net_alias_dev_create(eth0:1):
unregistered family==2

The virtual interface does not until I manually execute /etc/init.d/network 
when the interface is added.


I either have the virtual specifications in the wrong place or there is a 
timing problem.


Some guidance will be appreciated.

Butch


TSTAR Internet, Inc | Making the Network Work
Marble Falls, TX| Serving Blanco, Burnet, and
830-693-6967| Llano Counties


Re: Moving Users Passwords to Debian

1999-01-20 Thread Butch Kemper

I must have been asleep when I tried it the first time.  It took two
attempts to make it work this time:

1.  Failed to observe that all characters between the : are part of
the password, even the  character.

2.  Copied all characters between the : in the password of the shadow
file and it worked.

Thanks for all who replied.

Butch

At 10:31 AM 01/20/1999 +0100, you wrote:
 
 I need to move several thousand user entries from a Solaris 2.5.1 system to
 a Debian system.  The problem that I have is to move the encrypted
passwords.
 
 I have moved passwords between Debian systems by editing the passwd file
 and using 'cut  paste.  When I tried cutting  pasting between Solaris
 and Debian, it didn't work.

I just tried from

SunOS dino 5.5.1 Generic_103640-12 sun4u sparc SUNW,Ultra-Enterprise
(big fat SUN)

to

Linux pebbles 2.0.27 #2 Mon Sep 15 10:04:07 MET DST 1997 i586
(debian bo)

and it worked.

Are you aware of the shadow settings?  If you are using them on debian,
you would first run `shadowconfig off' to insert the passwords directly
into the passwd file.  If shadow passwords are active on the SUN (I'd
guess they are), you should copy the encrypted passwords from
/etc/shadow.  Or you keep shadow passwords on in debian (`shadowconfig
on'), and copy both the lines from the passwd and from the shadow file
from the SUN.  If you are maintaining a system with so many users, be
sure to use shadow passwords with debian.


Moving Users Passwords to Debian

1999-01-19 Thread Butch Kemper


I need to move several thousand user entries from a Solaris 2.5.1 system to
a Debian system.  The problem that I have is to move the encrypted passwords.

I have moved passwords between Debian systems by editing the passwd file
and using 'cut  paste.  When I tried cutting  pasting between Solaris
and Debian, it didn't work.

Is it possible to move the passwords by doing some form of bit shifting -
converting between little indian and big indian?  If so, can someone
tell me the procedure?

Any help or suggestions would be appreciated.

Thanks.

Butch


Diald and Windows NT/95

1998-07-29 Thread Butch Kemper

I am using Diald to maintain the PPP link on an ISDN link from a Linux box
acting as a gateway for a local area network

The system works well except that the link is always coming up and going
back down after 36-37 seconds.  The link comes backup again in 19-20
seconds and goes back down again after 36-37 seconds.

The local area network has Windows NT and Windows 95 machines.

I am running the standard filter that comes with Diald.

I need some advice on:

1.  What is causing the link to yo-yo and how to change the Windows
boxes to stop the yo-yo from happening.

2.  How to change the diald filter to stop the yo-yo actions.

Thanks for your help.

Butch
Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
830-693-6967 | Refunds cheerfully provided


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: How to enable pop3?

1998-07-01 Thread Butch Kemper
At 07:53 -0500 on 6/30/98, Miquel van Smoorenburg wrote:

 And a new qpopper has been in Incoming since Saturday.

 Patches were posted, but today a new series of attacks
 proved the patches worthless.


Where can I get that version and the source that goes with it?

Thanks.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
830-693-6967 | Refunds cheerfully provided



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: changing a users group

1998-05-08 Thread Butch Kemper
At 04:57 -0500 on 5/8/98, Joost Kooij wrote:
 On Fri, 8 May 1998, Hamish Moffatt wrote:

  On Fri, May 08, 1998 at 08:03:51AM +0100, Joop Stakenborg wrote:
   Matthew D. Myers wrote:
How do you change a users group assignments without manually
editing the
passwd and group  and also shadowed files.
   use vipw for editting your password file and vigr for the group file.
 
  Which is just the same as manually editing them. Is there a good
  reason to use vipw, instead of just vi /etc/passwd?

 AFAIK vipw is supposed to lock the password file or at least perform the
 edits on a scratch copy of the original file and merge in the changes with
 the real /etc/passwd (which may have changed while you were editing) when
 you're ready.

Did I miss something?  The command usermod -g groupname userid is what I
use to change the group assignment for a user.

I don't worry about the groups file because it is static so I use vi on it.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
830-693-6967 | Refunds cheerfully provided



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Making Script Run as Super User

1998-04-13 Thread Butch Kemper
At 14:49 -0500 on 4/12/98, Jeff Noxon wrote:


 On Sun, Apr 12, 1998 at 02:41:34PM -0500, Butch Kemper wrote:
 
  I want a script to execute as the Super User.  I have tried several things
  with the s attribute but have not been successful.

 Linux won't let you create suid shell scripts -- they're insecure.
 The s attribute is ignored on shell scripts.  You can probably do what
 you want with the sudo package.

 Jeff


The sudo package was just what I needed.

Thanks.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Making Script Run as Super User

1998-04-12 Thread Butch Kemper

I want a script to execute as the Super User.  I have tried several things
with the s attribute but have not been successful.

Any suggestions will be most appreciated.

Thanks.

Butch Kemper

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Password Encryption

1998-02-12 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have two machines running Debian 1.3.  I want to add a user with their
password to the first machine and have the information propagated to the
second machine for backup purposes.

I know how to propagate the password file to the second machine but the
problem I have not solved is how to have both machines use the same seed
for encrypting the passwords.  Right now, if I add a user to machine A and
copy their encrypted password entry to Machine B, an attempt to logon fails
the password check.

Someone please point me in the right direction.

Thanks.

Butch



Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3 for non-commercial use http://www.pgp.com

iQA/AwUBNONPLChIHyLj1QScEQKWmQCgmWqROlHkeuqpBAhwz6jSuBZhFKcAnjy9
WBtWOl4VSBCkrIrGI866mqeD
=1wps
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: What Driver for Compaq Ethernet Card

1998-02-02 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 09:23 -0600 on 2/2/98, Nathan E Norman wrote:
 On Fri, 30 Jan 1998, Butch Kemper wrote:

 :
 : I have a Compaq Deskpro 2000 that has an ethernet card that Windows NT
 : identifies as Netelligent 10/100 TX PCI UTP Bus 0.  The card has a big
 : chip on it that is marked as ti Tlan Chip TNETE100APCM E303W-7BAF2TW but
 : that  didn't give me a clue.

 ftp://ftp.caldera.com/pub/stuff/ ... look for tlan* files.

 Last time I checked the file was tlan-0.24.tar.gz, but there may be a
 newer version.  I have not yet gotten this driver working smoothly, but
 that's mostly due to a lack of time on my part (read:  I haven't had
 time to play with it more than twice)


Thank you.  I have downloaded the driver and will try it later today.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3 for non-commercial use http://www.pgp.com

iQA/AwUBNNYALyhIHyLj1QScEQJFrQCeKcKIW/+Vmhmd4wnA/U4zfJkQV1sAoL8t
HyNNv7xtdXkY5Ny8KUt6dDQr
=DlPo
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


What Driver for Compaq Ethernet Card

1998-01-31 Thread Butch Kemper

I have a Compaq Deskpro 2000 that has an ethernet card that Windows NT
identifies as Netelligent 10/100 TX PCI UTP Bus 0.  The card has a big
chip on it that is marked as ti Tlan Chip TNETE100APCM E303W-7BAF2TW but
that  didn't give me a clue.

I am trying to install Bo and have been unable to get the card recoginized
by any of the drivers in the boot disks.  I went to the web page, the
Ethernet HOWTO, and some of the references but I was not successful in
determining whicht driver to use.

Does someone have a hint?

Thanks

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re:'make config'

1998-01-14 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 07:24 -0600 on 1/14/98, Chris Keathley Keathley wrote:


 I am having problems trying to run make config for one probably simple
 reason. But since I don't know a whole lot yet, I am stumped. I looked
 for /usr/src/linux, and there is no such directory. Where is my
 kernal? I even installed one from dselect and went back and checked
 and it still was not there.


Use dselect to download the optional kernel source then you will find it.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3 for non-commercial use http://www.pgp.com

iQA/AwUBNLzntChIHyLj1QScEQItugCgi3QNniJMLNvdsecTz+AB+E7pTawAoOMu
31iYPTCSuzjEoyOtWaJkpc3L
=ucjW
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re:PPP ??? #@$#

1998-01-05 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I think you need to recompile the kernel with IP_FORWARDING enabled.

Butch

At 14:53 -0600 on 1/2/98, [EMAIL PROTECTED] wrote:


 I have encountered a strange problem with dialing out on PPP, and it is
really bugging me now.

 I have got a slightly adnormal server running. This is what it looks like.

 I have got a local network running on and arcnet card whos address is
192.168.0.1, This works I and doesn't seem to stop working. I also have a
hacked DNS server for my dial-up users which gets shut off when I go
online.

 The problem is I can connect to my server and everything looks 100%
except for the fact I can't do anything on the Internet.

 When I have connected and type in ifconfig this is what I am given :

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
   UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
   RX packets:52 errors:0 dropped:0 overruns:0
   TX packets:52 errors:0 dropped:0 overruns:0

 arc0  Link encap:1.5Mbps ARCnet  HWaddr 50
   inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
   IPX/Ethernet 802.3 addr:0123:0050
   UP BROADCAST RUNNING  MTU:1500  Metric:1
   RX packets:140 errors:0 dropped:0 overruns:0
   TX packets:218 errors:0 dropped:0 overruns:0
   Interrupt:5 Base address:0x260 Memory:d1000-d17ff

 ppp0  Link encap:Point-Point Protocol
   inet addr:196.25.198.23  P-t-P:196.25.198.2  Mask:255.255.255.0
   UP POINTOPOINT RUNNING  MTU:1500  Metric:1
   RX packets:11 errors:1 dropped:1 overruns:0
   TX packets:37 errors:0 dropped:0 overruns:0

 This looks normal except for the ppp errors in which there is only one.

 If I do a route -n this is what I am given :

 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse Iface
 196.25.198.20.0.0.0 255.255.255.255 UH0  01 ppp0
 192.168.0.0 0.0.0.0 255.255.255.0   U 0  02 arc0
 127.0.0.0   0.0.0.0 255.0.0.0   U 0  04 lo
 0.0.0.0 196.25.198.20.0.0.0 UG0  01 ppp0

 This also looks right.

 Now for some init files...

 My /etc/init.d/network file :

 #!/bin/sh
 ifconfig lo 127.0.0.1
 route add -net 127.0.0.0
 IPADDR=192.168.0.1
 NETMASK=255.255.255.0
 NETWORK=192.168.0.0
 BROADCAST=192.168.0.255
 GATEWAY=none
 ifconfig arc0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
 route add -net ${NETWORK}
 route add default gw ${GATEWAY} metric 1

 This as far as I can see is default unless something has changed without
me noticing.

 My /etc/hosts file :

 127.0.0.1 localhost
 0.0.0.0   ptest
 192.168.0.1   progtest.alt.za progtest

 My /etc/networks file :

 loopback  127.0.0.1
 localnet  0.0.0.0
 alt.za192.168.0.0

 If anyone can shead some light on this I would be very happy. This has
been bugging me for the past two months.

 Thanks,
 Robert.

 ---
 +---+
 | Robert Moody Sysop of Programmer's Test BBS.  |
 | Running well on Debian ver 1.2 Kernel 2.0.27  |
 | http://www.zsd.co.za/~ptest/  |
 | e-mail: [EMAIL PROTECTED]|
 +---+





 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] .
 Trouble?  e-mail to [EMAIL PROTECTED] .


Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3 for non-commercial use http://www.pgp.com

iQA/AwUBNLBMBihIHyLj1QScEQLoOACg1lS+N6NaH8bFDc6Y9JgtlgWTeSIAn1uJ
TUIxrfxX53I1VEroJOvDnWrh
=QL2m
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re:PPP Connection Works, Can't Surf...

1997-12-31 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 09:52 -0600 on 12/31/97, G. H. wrote:


 Well thanks to Tim, I was able to get my PPP server up an running...

 One final problem, then I'm out of everyone's hair! ;)

 I can logon to the Debian box with WIN95, no problems... Debian assigns
 the WIN95 an IP address, no problems.

 BUT, the WIN95 machine isn't able to use DNS lookup or ping other
 computers here in the lab or anywhere.  The only thing it CAN do however
 is talk to the Debian box.. I can telnet, ftp, http, and everything JUST
 to the Debian Box which is the PPP server.

 And to further confuse the subject, Debian is working normally on the
 network.  It can DNS, ftp, http.. you name it, to anywhere, intra and
 Internet...

I had this problem and solved it by compiling the kernel with the
CONFIG_IP_FORWARD option turned on.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3 for non-commercial use http://www.pgp.com

iQA/AwUBNKpx9yhIHyLj1QScEQIgJwCgpWkbbHz2OrgtlbarbfPC4ph2MicAoJvG
qZXxLbDNnW9P+tuviK6XFwq3
=PywZ
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re:PPP Connection Works, Can't Surf...

1997-12-31 Thread Butch Kemper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

At 11:56 -0600 on 12/31/97, G. H. wrote:


 I had this problem and solved it by compiling the kernel with the
 CONFIG_IP_FORWARD option turned on.

 I'm about ready to snap on this Linux crap!  I've run into more and more
 walls with this thing...

 How does one go about compiling the Kernel??

 I don't have any of the source...  Where can I find the steps to do
 this?

 Is it possible to hexedit the kernel for the desired effect?

Hey, Linux is a real operating system with lots of options.  When you step
out on the edge, you have to start reading and hacking.  That's what adds
spice to life :-)

Use dselect and install the kernel source to match the kernel you are
running.  It is 6MB+ so it will take some time to download.

There is a document in /usr/doc/HOWTO that tells you how to compile the kernel.

Hexedit is *NOT* possible because the IP_FORWARD option adds 5K to the
kernel size.

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided


-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.5.3 for non-commercial use http://www.pgp.com

iQA/AwUBNKrOsChIHyLj1QScEQJLdwCfRyUxQ7kof+wK+lFIA8qrmN+Mn08AoNSh
u+ays3kdPdmJg6mFhYLeCMXW
=GFFo
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re:tar: Skipping to next header file

1997-12-19 Thread Butch Kemper
At 08:19 -0600 on 12/19/97, Aaron Walker wrote:


 I am trying to unpack the newest kernel source in /usr/src.  It goes
 along fine until it stops and says:

 tar: Skipping to next header file

 gzip: linux-2.0.33.tgz: invalid compressed data---crc error
 tar: Archive - EOF not on block boundary

 I used the following commands to try to uncompress the kernel source:
 gzip -dc linux-2.0.33.tgz | tar xvB
 tar xpvf linux-2.0.33.tgz
 They both produced the same error.
 Any ideas? Please help.
 Thanks.


The message from gzip makes me think the file was not downloaded as a
binary file but as a text file.  I would suggest trying the download
again and explicitly specify the binary option.

Butch

Butch

Butch Kemper | Free sound advice available
Kemper  Associates Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: How do I find the source of the spammers?

1997-06-22 Thread Butch Kemper
At 12:21 -0500 on 6/21/97, Vebj¯rn Forsmo wrote:


 John Foster [EMAIL PROTECTED] writes:

  snip

  If so, how do I stop it?

 There is a set of patches for Sendmail that allow it to do this,
 you can use BlackMail as a spam-filter, or install qmail
 (http://www.qmail.org/) which has a reasonable amount of
 configurability fo stopping spam, and also several patches that
 further improves this ability. (Checking if the envelope-from address
 is valid through DNS or simply blocking an ip-range.)

Point your browser to www.sendmail.org and there you will find pointers to
several good configuration changes to sendmail that will allow you to
control who uses your server to relay mail.

Butch

Butch Kemper | Free sound advice available
Brazos Internet Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] .
Trouble?  e-mail to [EMAIL PROTECTED] .


Re:mgetty for PPP; Need help

1997-05-19 Thread Butch Kemper
At 06:47 -0500 on 5/15/97, Eugene Sevinian wrote:


 After this point I get the message
 ...S1, too fast respawning mgetty. Suspended for 5 min or something
 like that. And that is all )-;

I had this problem but it went away and the modem operations went much
smoother when I took the modem out of auto-answer mode.  Seems that
mgetty wants to answer the call instead of letting the modem do it.

Butch

Butch Kemper | Free sound advice available
Brazos Internet Consulting Group | 95% sound and 5% advice
409-361-2324 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: DEBIAN 1.2 DISKETTE PROBLEMS UPDATE

1997-01-09 Thread Butch Kemper
 When I run dselect and attempt to connect this is what I get...
  Using FTP to check directories...(stop with ^C)
  
  Connecting to ftp.debian.org...
  Net::FTP: Bad hostname 'ftp.debian.org' at /usr/lib/perl5/Net/FTP.pm
  line 405
  FTP ERROR

This is a dns problem that means the name ftp.debian.org can not be found.

I think the problem is caused by one of these errors:

1.  The ethernet card is not setup correctly: bad ip address, gateway
address, or connection.

2.  The resolv.conf does not point to a active dns server.  During the
installation of the base system, you are asked where the dns server
is located.  Specifing the system that you are building as the dns
server will not work because dns will not be setup until after
bind is installed.

Edit the resolv.conf and make it point to an active dns server.

3.  The ip address of the dns server in resolv.conf is not correct.

I hope this helps.

Butch

Butch Kemper | Free sound advice available
Brazos Internet Consulting Group | 95% sound and 5% advice
409-696-6057 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re:Continued Debian Boot Problems

1996-12-22 Thread Butch Kemper
At 23:37 -0600 on 12/20/96, Bruce Perens wrote:


 I don't think this is a boot floppy problem.
 Under Debian 1.2, the wd driver is in a module. You should be able
 to remove or reconfigure that wd module by booting your system with
 the rescue floppy, mounting your hard disk, and editing /etc/modules
 or /etc/conf.modules on the mounted hard disk. You can also boot directly
 from the hard disk by adding the emergency command to the boot command
 line.

 Since it says loading device 'eth0', I surmise that you are running kerneld
 and you have /etc/conf.modules aliasing eth0 to wd. If that's not the
 case I don't understand how you'd get that driver, unless you built your own
 kernel.

   Thanks

   Bruce


Bruce,

I didn't explain the situation very well and I asked the wrong question.
Let me try again.

I couldn't get the Debian 1.2 disks dated 96-12-8 to boot because the
system would hang.  Your suggestion to add the boot command linux
cm206=0x350 solved the problem.

Because I was having troubles and my request for help had not had enough
time to generate an answer, I built a 1.2 system using a set of 1.1 boot
disks.  Everything went very well until I tried to boot the new system.

First I had to specify the boot command linux cm206=0x350 or else the
system would hang just like the 96-12-8 boot disks.  Once I got past that
point, the system now hangs with these messages:

 Loading device 'eth0'
 wd.c:v1.10 9/23/94 ..
 eth0: WD80x3 at 0x300 00 00 C0 A6 D2 24 WD8003, IRQ5, shared memory at 0xb800
 0-0xb9fff

It should be noted that this hardware configuration was working with a 1.1
system before I started over with 1.2.

Hopefully, this explaination should clarify the situation.  So, the
questions are:

1.  Why does the ethernet driver WD hang at boot under 1.2 when it was
working under 1.1?

2.  Is there some interaction between the boot command linux
cm206=0x350 and the hanging of the ethernet driver?

3.  How do I fix it?

TIA,

Butch

Butch Kemper | Free sound advice available
Brazos Internet Consulting Group | 95% sound and 5% advice
409-696-6057 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re:Continued Debian Boot Problems

1996-12-21 Thread Butch Kemper
At 9:51 -0600 on 12/11/96, Butch Kemper wrote:


 Using the suggestion by Bruce that I boot the system with the command
 linux cm206=0x350, the system now boots.  However, the system now hangs
 when it is loading the WD driver.

 Booting from the Debian 1.2 disks dated 96-12-8, I get the these messages
 before the system hangs:

 Loading device 'eth0'
 wd.c:v1.10 9/23/94 ..
 eth0: WD80x3 at 0x300 00 00 C0 A6 D2 24 WD8003, IRQ5, shared memory at 0xb800
 0-0xb9fff

Bruce mentioned in a post that he was building a new set of floppies for
this weekend that would fix several problems.  Will the new set address
these problems?

Butch

Butch Kemper | Free sound advice available
Brazos Internet Consulting Group | 95% sound and 5% advice
409-696-6057 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Continued Debian Boot Problems

1996-12-11 Thread Butch Kemper

Using the suggestion by Bruce that I boot the system with the command
linux cm206=0x350, the system now boots.  However, the system now hangs
when it is loading the WD driver.

Booting from the Debian 1.2 disks dated 96-12-8, I get the these messages
before the system hangs:

Loading device 'eth0'
wd.c:v1.10 9/23/94 ..
eth0: WD80x3 at 0x300 00 00 C0 A6 D2 24 WD8003, IRQ5, shared memory at 0xb800
0-0xb9fff

Does anyone have another suggestion/

Thanks.

Butch


Butch KemperFree sound advice available
Networks 'R Us  95% sound and 5% advice
Texas AM UniversityRefunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Debian Boot Problem

1996-12-10 Thread Butch Kemper

I have a problem booting the Debian Kernel 2.0.25 as it hangs with this on
the screent:

GSCD: Version 0.4a Oliver Raupach   ...
GSCD: Trying to detect a Goldstar R420   ..
GSCD: GoldStar Interfac Adapter does not exist or H/W error
$id: cm206.c,v 0.99.1.1 1996/08/11 10:35:01 david Exp $

The cursor is left following the last  $.

This problem occurs with the boot disks and the the system I built.

The boot disk will comeup on another system but not this one.

I had built a system with 2.0.23 and it was okay.

Does someone have some suggestions?  Thanks.

Butch

Butch KemperFree sound advice available
Networks 'R Us  95% sound and 5% advice
Texas AM UniversityRefunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


nlists.h and bind

1996-11-30 Thread Butch Kemper

I am attempting to compile bind495-REL and it is failing because the
nlist.h header file is missing.

Obviously, I have failed to install a need package but so far, I haven't
been able to determine which package.

Can someone help me?

Thanks.

Butch

Butch Kemper | Free sound advice available
Brazos Internet Consulting Group | 95% sound and 5% advice
409-696-6057 | Refunds cheerfully provided



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]