Can't install FreeBSD 4.1

2001-03-17 Thread petro

Hi!
I try to install FreeBSD 4.1  
when the proces of copying begin, (near 20% of /bin copied)
I receive such error

panic: general protection fault
syncing disks .. 99.. 99 99 99 
automatic reboot in 15 seconds, press any key to abort.

Thank you very much for any help.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



PPPD!

2001-03-23 Thread petro

Hi!
Does anybody know about support pppunit in the ppp conf files, or may be
can advice me where I can read about pppunit.
Thank you very much.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Diskless station!!!

2001-04-01 Thread petro

Hi.
May be some of you can advice me where I can get nb3c509.com file for my
diskless station with 3Com509 Ethernet, beceuse I can't run make in
netboot directory.
Thank you very much for any help.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Problem with terminal type.

2001-04-03 Thread petro

Hi.
I have diskless station and now when I try to connect to it, I receive
such message

tcsh: No entry for terminal type "xterm"
tcsh: using dumb terminal settings.

it happened after that as I on server mv /usr/share /services/share and
made ln -s /usr/share /services/share, but /services/share is not visible
from diskless station, so what and where I need to copy to decide this
problem. Also when I try to log off I receive such message

tput: tgetent failure: No such file or directory
tput: tgetent failure: No such file or directory
 
Thank you very much for any help.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



SCSI disks.

2000-09-03 Thread petro

Hi! I have the following problem:
I installed FreeBSD 4.1 on Compaq Proliant with SCSI disks. I tried to
change in kernel such parameters
config kernel root on wd0 
to
config kernel root on id0
also I added such strings
controller ida0
disk id0 at ida0 drive0
disk id1 at ida0 drive1

but when i try to
config KERNEL_NAME
I receive such message
config id:unknown device
config; line 36: no root device specified.

If someone can help, please...
Thank you very much...




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Kernel problem...

2000-09-03 Thread petro

Excuse that I again trouble you.
I installed FreeBSD 4.1 on Compaq Proliant and I try to compile kernel I
make such things
#config KERNEL_NAME
#cd ../../compile/KERNEL_NAME
#make depend
..making
#make
Nothing happening I again receive #
Then I try to run 
#make install
but I receive such message you first must build the kernel and then
install it.

I will be happy to receive any ideas.
Thank you...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Kernel problem...

2000-09-03 Thread petro


It said that it doesn't now how to buildkernel.
Also excuse I installed 3.5-RELEASE and not 4.1
but I must change this
config root kernel on wd0
because I have only SCSI disks so after machine rebooted I receive such
message
can't mount root(2)
it is because he tried to find root on wd0.

I also tried to run make all, but  I receive empty string, so if someone
can please help me how to compile kernel in 3.5-RELEASE to boot from SCSI
disk and not from IDE.(I use Compaq Proliant 1500)

On Sun, 3 Sep 2000, void wrote:

 In UPDATING, there is a description of the new kernel build procedure.
 
 # cd /usr/src
 # make buildkernel KERNEL=KERNEL_NAME
 # make installkernel KERNEL=KERNEL_NAME
 
 You can set KERNEL in /etc/make.conf so you don't have to specify it on
 the command line, I just learned the other day.
 
 On Sun, Sep 03, 2000 at 11:06:12AM +0300, petro wrote:
  Excuse that I again trouble you.
  I installed FreeBSD 4.1 on Compaq Proliant and I try to compile kernel I
  make such things
  #config KERNEL_NAME
  #cd ../../compile/KERNEL_NAME
  #make depend
  ..making
  #make
  Nothing happening I again receive #
  Then I try to run 
  #make install
  but I receive such message you first must build the kernel and then
  install it.
  
  I will be happy to receive any ideas.
  Thank you...
  
  
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-hackers" in the body of the message
 
 -- 
  Ben
 
 220 go.ahead.make.my.day ESMTP Postfix
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Boot problem!

2000-09-03 Thread petro

Excuse that I again trouble you, but after I read snth on Freebsd.org I
have such questions.
I installed FreeBSD 3.5 on Compaq Proliant 1500 with SCSI disks and after
booting I receive such message:
changing root device to wd0s1a
changing root device to wd0a

error 6: panic: cannot mount root (2)
My / filesystem is on idad0s1a
so I tried when booting wrote so
boot: 0:da(0,a)/boot/loader
but it doesn't help,
please answer me what I must write in the beggining of booting(or
somewhere else) to boot from my SCSI disks

Thank you very much



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Kernel problem...

2000-09-04 Thread petro


The old procedure doesn't work after I run make I receive empty string,
and then when I try to run make install I received 
First start to built the kernel and then install it.

Also I tried to change smth in Makefile but nothing help, please if
somebody can answer how I can boot my FreeBSD-3.5 if his root filesystem
is on /dev/idad0s1a. I tried to enter everything when FreeBSD boot, but
every time I receiving 
Can't mount root on wd0 
Can't mount root on wda0

and after this my system rebooting
Even if I enter boot: 0:da(0,a)

Excuse for my English.
On Mon, 4 Sep 2000, void wrote:

 On Sun, Sep 03, 2000 at 11:24:43PM +0300, petro wrote:
  
  How can I set KERNEL in /etc/make.conf -??? please write me more, because
  I am not so power user 
  Thank you
 
 KERNEL= KERNEL_NAME
 
 just the same way all the other variables in make.conf are set ... but
 if you're using 3.x, then I think the old build procedure is what you
 want:
 
 cd /sys/i386/conf
 config KERNEL_NAME
 cd ../../compile/KERNEL_NAME
 make depend
 make
 make install
 
 -- 
  Ben
 
 220 go.ahead.make.my.day ESMTP Postfix
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Need quick help.

2000-09-05 Thread petro

I tried to change smth in my interfaces and now receive such message in
/var/log/messages
/kernel: arp: IP_number is on rl2 but got reply from MAC_ADDRESS an ed1

Please need quick help.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Promiscuous mode

2000-09-06 Thread petro

rl0: promiscuous mode enabled
rl0: promiscuous mode disabled
What does it mean and how I can set this 
Thank you very much.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Problem...

2000-10-21 Thread petro

Hello!
I try to use hfsutils - program for accessing Macintosh HFS floppy disks
and CDROm's and when I try to run
hmount /dev/cd0a 
I have SCSI CDROM
I receive
dscheck(#cd/0): b_bcount 512 is not on a sector boundary (ssize 2048)
What is the matter is my CD bad or smth else, may be I bad understood
help...
Thank you very much for your help...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



PPPD!

2000-11-09 Thread petro

Hello!
I try to start pppd but always receive such message when start pppd
Device cuaa0 is busy...
What I must do, I try to kill all pppd and then start again, but again
receive such message, before rebbot everything works fine
Thank you...



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Shell script

2000-11-22 Thread petro

I have such script.

# more trafdump
#!/bin/sh -
#   trafdumpCopyright (c)1993 CAD lab
#
#   dump all records to /var/tmp/trafd.$iface
#
# usage: trafdump interfaces...
#
PATH=/usr/local/bin
WHERE_PID=/var/run/trafd.ed0
LOG_FILE=/var/log/traffic.log

if [ $# = 0 ]; then
echo trafdump - dump tcp/udp network data traffic
echo usage: trafdump interfaces...
exit 1
fi

for iface in $*; do
PID_FILE=$WHERE_PID$iface
if [ -f $PID_FILE ]; then
kill -HUP `cat $PID_FILE`
if [ $? = 0 ]; then
echo `date +"%b %e %H:%M:%S"` `hostname -s`
trafdump: \
'('$iface')' signaling to dump  $LOG_FILE
fi
else
echo error: $PID_FILE not found | tee -a $LOG_FILE
fi
done
#

but when I try to start
# ./trafdump -ied0
I receive three errors
I can't understand whereis the errors.
[: not found
[: not found
tee: not found




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Need help on installing FreeBSd 4.1

2000-12-02 Thread petro

Hello!
I try to install the FreeBSD 4.1 on the machine after the first attempt
fail due to the switch of light.
On the second attempt I receive such message the FPU device not available.
Tha automatic reboot in 15 seconds.

Thank you very much.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: ipfw drop packets based on SYN TTL

2000-08-14 Thread Bruce Petro

Is this similar to the following kernel configuration?
options TCP_DROP_SYNFIN  #drop TCP packets with SYN+FIN

Thanks!
Bruce.


__
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message