src/sbin/ping.c

2002-08-26 Thread Yutaka KAWASE


Hi,

I just noticed -A option is not indicated in usage().

Although I'm not sure if this is the place to comment such thing.

-- 
Yutaka KAWASE [EMAIL PROTECTED]

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



Re: After upgrade problem

2002-08-26 Thread Max Khon

hi, there!

On Tue, Aug 27, 2002 at 01:25:38AM +0400, Ruslan Sulemanov wrote:

 Thank for the help!
 My mistake was in /etc/fstab, i has changed
 /dev/acd0c on /dev/acd0a, and all began on the places!
 ls -l /dev/acd*
 crw-rw-rw-  2 root  operator  117,   0 Aug 26 18:53 /dev/acd0a
 crw-rw-rw-  2 root  operator  117,   2 Aug 26 18:53 /dev/acd0c
 crw-rw-rw-  2 root  operator  117,   8 Aug 26 18:53 /dev/acd1a
 crw-rw-rw-  2 root  operator  117,  10 Aug 26 18:53 /dev/acd1c

actually your mistake was in not running MAKEDEV all after mergemaster.
you should have something like this in /dev:

fjoe@husky:~$ls -l /dev/acd0*
crw-rw  4 root  cdrom  117,   0 27 Á×Ç 02:44 /dev/acd0a
crw-rw  4 root  cdrom  117,   0 27 Á×Ç 02:44 /dev/acd0c
fjoe@husky:~$

(note /dev/acd0c minor is now equal to /dev/acd0a minor)

/fjoe


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



Re: 4.6 stable to 4.6.2 stable

2002-08-26 Thread Kevin Oberman

 Date: Sun, 25 Aug 2002 13:56:21 +0100
 From: Jeff Penn [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
 On Sun, Aug 25, 2002 at 03:23:59PM +0400, RUS wrote:
  #cd /usr/src
  #make buildworld
  #make buildkernel KERNCONF=mykernel
  #make installkernel KERNCONF=mykernel
  after reboot to single mode
  #make installworld
  #margemaster
  and reboot
 
 I always clean out /usr/obj.  You can also add the 2 new mergemaster
 calls using -p  -C options:
 
 cd /usr/obj
 chflags -R noschg *
 rm -rf *
 cd /usr/src
 mergemaster -p
 make buildworld
 make buildkernel KERNCONF=MYKERNEL
 make installkernel KERNCONF=MYKERNEL
 
 shutdown -r now
 boot -s fsck -p
 mount -u /
 mount -a -t ufs
 swapon -a
 cd /usr/src
 make installworld
 mergemaster
 mergemaster -C

And, don't forget 'adjkerntz -i' before you 'make installworld' so
that you won't be installing files before they were built.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634

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