Re: Compile failure against RELENG_4

2001-02-03 Thread Kent Stewart



Dennis Glatting wrote:
 
 Updated my sources yesterday. There were no changes to the tree today.
 So, I guess this must be a problem.

Well, I updated my sources last night and didn't have a problem doing
the usual buildworld, buildkernel, installkernel, and installworld.

What version did you start with? Are you trying to build a release
because I don't have a disk-1 directory.

Kent

 
 cd /disk-1/src/gnu/lib/libgcc;  make depend;  make all;  make install
 echo '#include i386/xm-i386.h' config.h
 echo '#include xm-freebsd.h'   config.h
 echo '#include "gansidecl.h"'tconfig.h
 echo '#include "i386/xm-i386.h"' tconfig.h
 echo '#include "i386/i386.h"'tm.h
 echo '#include "i386/att.h"' tm.h
 echo '#include "svr4.h"' tm.h
 echo '#include freebsd.h'  tm.h
 echo '#include "i386/freebsd.h"' tm.h
 echo '#include "i386/perform.h"' tm.h
 rm -f .depend
 mkdep -f .depend -a
 -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config
 -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
 -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/obj/disk-1/src/i386/usr/include
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
 mkdep -f .depend -a   -nostdinc++
 -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc
 
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33:
 gansidecl.h: No
 such file or directory
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34:
 eh-common.h: No
 such file or directory
 mkdep: compile failed
 *** Error code 1
 
 Stop in /disk-1/src/gnu/lib/libgcc.
 *** Error code 1
 
 Stop in /disk-1/src.
 *** Error code 1
 
 Stop in /disk-1/src.
 *** Error code 1
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:[EMAIL PROTECTED]
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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



Re: installworld anomoly

2001-02-03 Thread Kent Stewart



"Corey G." wrote:
 
 I was just going to report the same issue.  It happened last night and
 at 11:00AM Central time with a stable cvsup.

Don't use ssh to do the installworld. If you telnet, you don't have
any problem.

Kent

 
 install -c -o root -g wheel -m 444 sshd.8.gz  /usr/share/man/man8
 === etc
 === etc/sendmail
 
 --
  Rebuilding man page indices
 --
 cd /usr/src/share/man; make makedb
 makewhatis /usr/share/man
 
 gzcat: stdout: Broken pipe
 
 gzcat: stdout: Broken pipe
 
 gzcat: stdout: Broken pipe
 
 gzcat: stdout: Broken pipe
 
 gzcat: stdout: Broken pipe
 
 gzcat: stdout: Broken pipe
 
 On Sat, Feb 03, 2001 at 03:43:44PM -0500, Brian Dean wrote:
  My last several -stable installworlds have completed with the
  messages:
 
  [...]
 
  --
   Rebuilding man page indices
  --
  cd /usr/src/share/man; make makedb
  makewhatis /usr/share/man
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  [... message repeated many times ]
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
  makewhatis /usr/share/perl/man
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
 
  gzcat: stdout: Broken pipe
  rm -rf /tmp/install.85245
 
 
  Is anyone else seeing this?
 
  Thanks,
  -Brian
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-stable" in the body of the message
 ---end quoted text---
 
 --
 Best Regards,
 Corey
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:[EMAIL PROTECTED]
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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



Re: installworld anomoly

2001-02-03 Thread Corey G.

Never would have guessed this one.  Thanks.

Corey


On Sat, Feb 03, 2001 at 12:53:04PM -0800, Kent Stewart wrote:
 
 
 "Corey G." wrote:
  
  I was just going to report the same issue.  It happened last night and
  at 11:00AM Central time with a stable cvsup.
 
 Don't use ssh to do the installworld. If you telnet, you don't have
 any problem.
 
 Kent
 
  
  install -c -o root -g wheel -m 444 sshd.8.gz  /usr/share/man/man8
  === etc
  === etc/sendmail
  
  --
   Rebuilding man page indices
  --
  cd /usr/src/share/man; make makedb
  makewhatis /usr/share/man
  
  gzcat: stdout: Broken pipe
  
  gzcat: stdout: Broken pipe
  
  gzcat: stdout: Broken pipe
  
  gzcat: stdout: Broken pipe
  
  gzcat: stdout: Broken pipe
  
  gzcat: stdout: Broken pipe
  
  On Sat, Feb 03, 2001 at 03:43:44PM -0500, Brian Dean wrote:
   My last several -stable installworlds have completed with the
   messages:
  
   [...]
  
   --
Rebuilding man page indices
   --
   cd /usr/src/share/man; make makedb
   makewhatis /usr/share/man
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   [... message repeated many times ]
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
   makewhatis /usr/share/perl/man
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
  
   gzcat: stdout: Broken pipe
   rm -rf /tmp/install.85245
  
  
   Is anyone else seeing this?
  
   Thanks,
   -Brian
  
  
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with "unsubscribe freebsd-stable" in the body of the message
  ---end quoted text---
  
  --
  Best Regards,
  Corey
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-stable" in the body of the message
 
 -- 
 Kent Stewart
 Richland, WA
 
 mailto:[EMAIL PROTECTED]
 http://kstewart.urx.com/kstewart/index.html
 FreeBSD News http://daily.daemonnews.org/
---end quoted text---

-- 
Best Regards,
Corey


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



Re: panic: ufs_dirbad: bad dir

2001-02-03 Thread Dan Langille

I had to give up on that disk.  I bought a new 10GB IDE to replace it (it's 
going to be vastly under-filled).

I still have the disk, so if anyone wants to follow this up, it is still intact.

On 2 Feb 2001, at 5:21, Dan Langille wrote:

 I recently upgraded a box from 4.1-stable to 4.2-stable. An NFS mount was
 used for the install world and install kernel.  During the kernel install
 the box panic'd (sorry, didn't see the message).  Upon boot, the box give
 these messages: 
 
 Mounting root from ufs:/dev/ad0s1a
 /: bad dir ino 2 at offset 0: mangled entry
 panic: ufs_dirbad: bad dir 
 
 syncing disks 1 1 1 1 1 1 1 1..etc
 giving up on 1 buffers 
 
 
 I did an fsck on the disk by moving it to another box. The above messages
 appeared both before and after the fsck. 
 
 Clues please! 


--
Dan Langille
pgpkey - finger [EMAIL PROTECTED] | http://unixathome.org/finger.php


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



Re: installworld anomoly

2001-02-03 Thread Crist J. Clark

On Sat, Feb 03, 2001 at 12:53:04PM -0800, Kent Stewart wrote:
 
 
 "Corey G." wrote:
  
  I was just going to report the same issue.  It happened last night and
  at 11:00AM Central time with a stable cvsup.
 
 Don't use ssh to do the installworld. If you telnet, you don't have
 any problem.

Or if you don't want to telnet, you just need to separate the IO from
ssh. You can do something like,

  # batch
  make buildworld
  ^D
  #

And you'll be fine.
-- 
Crist J. Clark   [EMAIL PROTECTED]


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



Re: BRIDGE breaks ARP?

2001-02-03 Thread Crist J. Clark

On Sat, Feb 03, 2001 at 02:26:10PM -0800, Rich Wales wrote:
 I'm running -STABLE (cvsup'ed on 26jan2001) on a machine with the
 BRIDGE option, bridging between two PCI NICs (rl0 and xl0).
 
 I'm having ARP problems.  Machines on the "rl0" card are unable to
 get a hardware address for the bridge.  (For whatever reason, I have
 no problems talking via the "xl0" interface.)

[snip]

 I can sidestep the problem by using "arp -s" commands on the other
 machines to tell them the bridge's hardware address -- but I really
 shouldn't have to do this.
 
 Any ideas?

Not all cards support bridging. The bridge(4) manpage _used to_ have a
list of cards that work. Now all it says is,

"Interfaces that cannot be put into promiscuous mode or that don't support
 sending packets with arbitrary Ethernet source addresses are not compati-
 ble with bridging."

And I have not been able to figure out if the rl(4) device satisfies
those conditions. I should note that rl(4) was not on the list of
working cards prior to the change in the manpage.

Maybe someone who knows more about the rl(4) driver can elaborate?
-- 
Crist J. Clark   [EMAIL PROTECTED]


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



Re: BRIDGE breaks ARP?

2001-02-03 Thread Rich Wales

Crist Clark wrote:

 Not all cards support bridging.

As far as I can tell, the "rl" device is (or, at least, is supposed to
be) supported by the bridge code.

"ifconfig rl0" on my bridge shows the interface is running in promis-
cuous mode, and bridging works perfectly for me in all respects other
than ARP.

The "rl0" card in my bridge is identified as an "Accton MPX 5030/5038",
and I'm running it in 100baseTX full-duplex mode (connected to another
machine via a crossover cable).

Rich Wales [EMAIL PROTECTED] http://www.webcom.com/richw/



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



does cvsup replace/pull all files every time?

2001-02-03 Thread Robert Chalmers

I'm just wondering, being a first time user of cvsup, if every time it's run
it replaces or updates all the files, and downloads all the files every time?

also, I suppose it's impossible to cvsup to upgrade a 2.2-snap to 4.2 stable?

Robert
-- 
Support Whirled Peas. 
http://www.chalmers.com.au  [EMAIL PROTECTED]
Location: P.O. Box 2003. Mackay. 4740. 21'7" S, 149'14" E.


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



Re: does cvsup replace/pull all files every time?

2001-02-03 Thread Kris Kennaway

On Sun, Feb 04, 2001 at 12:24:21PM +1000, Robert Chalmers wrote:
 I'm just wondering, being a first time user of cvsup, if every time it's run
 it replaces or updates all the files, and downloads all the files every time?

See the cvsup FAQ on www.polstra.com, but basically it only sends the
bits which have changed, unless that would mean more traffic than just
sending the entire file.

 also, I suppose it's impossible to cvsup to upgrade a 2.2-snap to 4.2 stable?

It's quite possible, but again see the FAQ.

Kris

 PGP signature


laptop ide-cd-writer

2001-02-03 Thread Vladimir Linnik

Hi All,

How can I copy cd on FreeBSD 4.2-stable? 
I have cd-writer on DELL 5000e clone.

from dmesg

acd0: CD-RW UJDA310 at ata1-master using PIO4

I tried cdrecord  cdrdao but thay work just with SCSI.
How I can enable ide-cd-writer on FreeBSD?

Thanks,
vl


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



Re: Compile failure against RELENG_4

2001-02-03 Thread Dennis Glatting

On Saturday 03 February 2001 12:51 pm, Kent Stewart wrote:
 Dennis Glatting wrote:
  Updated my sources yesterday. There were no changes to the tree
  today. So, I guess this must be a problem.

 Well, I updated my sources last night and didn't have a problem doing
 the usual buildworld, buildkernel, installkernel, and installworld.

 What version did you start with? Are you trying to build a release
 because I don't have a disk-1 directory.


I feed several local machines from a CVS tree that I keep up to date 
from cvsup8.freebsd.org. The source in question has checked out against 
the RELENG_4 tag several times since 4.2. /usr/src is a symlink into 
/disk-1 on this machine. The last time I built RELENG_4 was January 10, 
2001. When I compiler all I say is "make buildworld."


 Kent

  cd /disk-1/src/gnu/lib/libgcc;  make depend;  make all;  make
  install echo '#include i386/xm-i386.h' config.h
  echo '#include xm-freebsd.h'   config.h
  echo '#include "gansidecl.h"'tconfig.h
  echo '#include "i386/xm-i386.h"' tconfig.h
  echo '#include "i386/i386.h"'tm.h
  echo '#include "i386/att.h"' tm.h
  echo '#include "svr4.h"' tm.h
  echo '#include freebsd.h'  tm.h
  echo '#include "i386/freebsd.h"' tm.h
  echo '#include "i386/perform.h"' tm.h
  rm -f .depend
  mkdep -f .depend -a
  -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config
  -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
  -D_PTHREADS -DGTHREAD_USE_WEAK
  -I/usr/obj/disk-1/src/i386/usr/include
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
  mkdep -f .depend -a   -nostdinc++
  -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc
 
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33:
  gansidecl.h: No
  such file or directory
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34:
  eh-common.h: No
  such file or directory
  mkdep: compile failed
  *** Error code 1
 
  Stop in /disk-1/src/gnu/lib/libgcc.
  *** Error code 1
 
  Stop in /disk-1/src.
  *** Error code 1
 
  Stop in /disk-1/src.
  *** Error code 1
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-stable" in the body of the message


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



Re: Compile failure against RELENG_4

2001-02-03 Thread Kent Stewart



Dennis Glatting wrote:
 
 On Saturday 03 February 2001 12:51 pm, Kent Stewart wrote:
  Dennis Glatting wrote:
   Updated my sources yesterday. There were no changes to the tree
   today. So, I guess this must be a problem.
 
  Well, I updated my sources last night and didn't have a problem doing
  the usual buildworld, buildkernel, installkernel, and installworld.
 
  What version did you start with? Are you trying to build a release
  because I don't have a disk-1 directory.
 
 
 I feed several local machines from a CVS tree that I keep up to date
 from cvsup8.freebsd.org. The source in question has checked out against
 the RELENG_4 tag several times since 4.2. /usr/src is a symlink into
 /disk-1 on this machine. The last time I built RELENG_4 was January 10,
 2001. When I compiler all I say is "make buildworld."

I also use cvsup8 and have a number of successful cvsup's and build's
since 26 Jan. Four of them have been run since 1 Feb. I don't have any
idea what is wrong at your site. I don't have any symlinks but do
mount /usr/src and /usr/obj on different HD's.

Kent

 
  Kent
 
   cd /disk-1/src/gnu/lib/libgcc;  make depend;  make all;  make
   install echo '#include i386/xm-i386.h' config.h
   echo '#include xm-freebsd.h'   config.h
   echo '#include "gansidecl.h"'tconfig.h
   echo '#include "i386/xm-i386.h"' tconfig.h
   echo '#include "i386/i386.h"'tm.h
   echo '#include "i386/att.h"' tm.h
   echo '#include "svr4.h"' tm.h
   echo '#include freebsd.h'  tm.h
   echo '#include "i386/freebsd.h"' tm.h
   echo '#include "i386/perform.h"' tm.h
   rm -f .depend
   mkdep -f .depend -a
   -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config
   -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
   -D_PTHREADS -DGTHREAD_USE_WEAK
   -I/usr/obj/disk-1/src/i386/usr/include
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
   mkdep -f .depend -a   -nostdinc++
   -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc
  
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33:
   gansidecl.h: No
   such file or directory
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34:
   eh-common.h: No
   such file or directory
   mkdep: compile failed
   *** Error code 1
  
   Stop in /disk-1/src/gnu/lib/libgcc.
   *** Error code 1
  
   Stop in /disk-1/src.
   *** Error code 1
  
   Stop in /disk-1/src.
   *** Error code 1
  
  
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with "unsubscribe freebsd-stable" in the body of the message
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:[EMAIL PROTECTED]
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


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



Re: does cvsup replace/pull all files every time?

2001-02-03 Thread Larry Rosenman

* Robert Chalmers [EMAIL PROTECTED] [010203 21:19]:
 I'm just wondering, being a first time user of cvsup, if every time it's run
 it replaces or updates all the files, and downloads all the files every time?
NO, just the CHANGES to the files, and any new ones, and deletes
obsolete stuff.
 
 also, I suppose it's impossible to cvsup to upgrade a 2.2-snap to 4.2 stable?
I believe that is true.
 
 Robert
 -- 
 Support Whirled Peas. 
 http://www.chalmers.com.au  [EMAIL PROTECTED]
 Location: P.O. Box 2003. Mackay. 4740. 21'7" S, 149'14" E.
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message
-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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