Re: UFS snapshot weirdness

2008-02-13 Thread Daniel O'Connor
On Wed, 13 Feb 2008, Eirik Øverby wrote: > Yes, I am absolutely sure of this. > > I considered using the snapshot tool, however I need to reduce > dependencies to an absolute minimum (as one target environment is > very strict on allowing additional software installs).. > > I use the snapshots to g

Re: Three interface NAT box

2008-02-13 Thread Henrik Schewe
Hi! I am thinking it could be an IPNAT issue or a routing issue; perhaps both. Here's my /etc/ipnat.conf file: map xl0 192.168.0.0/24 -> 0.0.0.0/32 portmap tcp/udp auto map xl0 192.168.0.0/24 -> 0.0.0.0/32 Just a wild guess:) 192.168.0.0/23 is correct for 192.168.0.0-192.168.1.255 -BR, HS _

RELENG_7 is not building

2008-02-13 Thread Dominic Fandrey
Here's the output for amd64, but it stops at the same place with TARGET=i386: cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date.lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.lo ln.lo ls.lo mkdir.lo mv.lo pax.lo ps.lo pwd.lo realpath.lo rm.lo

RE: RELENG_7 is not building

2008-02-13 Thread Johan Hendriks
Try building without -jx then you will see exactly where the build fails! Regards, Johan -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Dominic Fandrey Verzonden: woensdag 13 februari 2008 10:07 Aan: freebsd-stable@freebsd.org Onderwerp: RELENG_7 is not b

broken buildkernel (scsi_low and -Os) and duplicate manpages

2008-02-13 Thread David Naylor
Hi, Building the kernel with CFLAGS=-Os breaks when compiling module scsi_low. Sorry no output available. Placing CFLAGS+= -O in the Makefile fixes the problem. Last build with -O2 did work (for everything, world, kernel and ports). >From my research it appears the -Os produces code faster tha

6.3-STABLE: keyboard not recognized

2008-02-13 Thread Dmitry Karasik
Hello, I have a strange problem with a PS/2 keyboard attached through USB adapter to USB port (machine doesn't have PS/2 ports). The keyboard behaves fine during POST and first boot stages (I'm not sure if that's the first stage, but I'm referring to the stage where I can select single-user mode).

Re: RELENG_7 is not building

2008-02-13 Thread Dominic Fandrey
Johan Hendriks wrote: -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Dominic Fandrey Verzonden: woensdag 13 februari 2008 10:07 Aan: freebsd-stable@freebsd.org Onderwerp: RELENG_7 is not building Here's the output for amd64, but it stops at the same plac

Re: Analysis of disk file block with ZFS checksum error

2008-02-13 Thread junics-fbsdstable
Joe Peterson wrote: *cut* I suppose the best ZFS could then do is retry the write (if its failure was even detected - still not sure if ZFS does a re-check of the disk data checksum after the disk write), not knowing until the later scrub that the block had corrupted a file. *cut* Disclaime

RE: RELENG_7 is not building

2008-02-13 Thread Johan Hendriks
>>> >>> Here's the output for amd64, but it stops at the same place with >>> TARGET=i386: >>> >>> ... >>> >>> I build with make -j4 on a Core2 Duo on amd64. > > > > Try building without -jx then you will see exactly where the build fails! >Here we go, the same for TARGET=i386 and amd64: >===

Re: broken buildkernel (scsi_low and -Os) and duplicate manpages

2008-02-13 Thread Christian Brueffer
On Wed, Feb 13, 2008 at 11:15:29AM +0200, David Naylor wrote: > Hi, > > Building the kernel with CFLAGS=-Os breaks when compiling module > scsi_low. Sorry no output available. > > Placing CFLAGS+= -O in the Makefile fixes the problem. Last build > with -O2 did work (for everything, world, kerne

Re: RELENG_7 is not building

2008-02-13 Thread Dominic Fandrey
Johan Hendriks wrote: Here's the output for amd64, but it stops at the same place with TARGET=i386: ... I build with make -j4 on a Core2 Duo on amd64. Try building without -jx then you will see exactly where the build fails! Here we go, the same for TARGET=i386 and amd64: ===> sbin/gpt (

Buildworld failed (RELENG_6)

2008-02-13 Thread Konstantin I. Voronov
Hello, freebsd-stable. System: $ uname -a FreeBSD uo.211.ru 6.3-STABLE FreeBSD 6.3-STABLE #0: Sun Jun 8 19:52:08 NOVST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/uo i386 buildworld log: cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/f

[releng_7 tinderbox] failure on amd64/amd64

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 09:45:16 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 09:45:16 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2008-02-13 09:45:16 - cleaning the object tree TB --- 2008-02-13 09:45:26 - cvsupping the source tree TB --- 2008-02-13 09:45:26 - /usr/

FreeBSD RELENG_7 doesn't build

2008-02-13 Thread Oliver Herold
Hi Sorry for the noise, but I used the wrong mailinglist (current) I did an install with FreeBSD 7 RC2 iso and updated the sources (today) to RELENG_7. It stops compiling after printing this error [...] gzip -cn info-stnd.inf > info-stnd.info.gz gzip cn texinfo.info > texinfo.info.gz 1 error **

[releng_7 tinderbox] failure on i386/pc98

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 10:37:57 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 10:37:57 - starting RELENG_7 tinderbox run for i386/pc98 TB --- 2008-02-13 10:37:57 - cleaning the object tree TB --- 2008-02-13 10:38:12 - cvsupping the source tree TB --- 2008-02-13 10:38:12 - /usr/bi

Re: Buildworld failed (RELENG_6)

2008-02-13 Thread Neil Long
On 13 Feb 2008, at 10:10, Konstantin I. Voronov wrote: Hello, freebsd-stable. System: $ uname -a FreeBSD uo.211.ru 6.3-STABLE FreeBSD 6.3-STABLE #0: Sun Jun 8 19:52:08 NOVST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/uo i386 buildworld log: cc -DHAVE_CONFIG_H -DCOMPILE_ONLY -I/

[releng_7 tinderbox] failure on i386/i386

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 10:35:38 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 10:35:38 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2008-02-13 10:35:38 - cleaning the object tree TB --- 2008-02-13 10:35:46 - cvsupping the source tree TB --- 2008-02-13 10:35:46 - /usr/bi

Re: FreeBSD RELENG_7 doesn't build

2008-02-13 Thread Jeremy Chadwick
On Wed, Feb 13, 2008 at 11:40:29AM +0100, Oliver Herold wrote: > Hi Please fix your mail client. Your mails have two different Email addresses in them; the From line does not match the Mail-Followup-To line address. [EMAIL PROTECTED] results in bounced mail (SMTP 550 User unknown), while I'm wil

Re: FreeBSD RELENG_7 doesn't build

2008-02-13 Thread Jeremy Chadwick
On Wed, Feb 13, 2008 at 11:40:29AM +0100, Oliver Herold wrote: > I did an install with FreeBSD 7 RC2 iso and updated the sources (today) to > RELENG_7. It stops compiling after printing this error > > [...] > > gzip -cn info-stnd.inf > info-stnd.info.gz > gzip cn texinfo.info > texinfo.info.gz >

Re: Buildworld failed (RELENG_6)

2008-02-13 Thread Jeremy Chadwick
On Wed, Feb 13, 2008 at 11:09:00AM +, Neil Long wrote: > I found that with a clean 6.2 install, taken to RELENG_6_2 built fine but > then updating to either RELENG_6_3 or RELENG_6_3_RELEASE required a rm of > /usr/obj. > Went happy after that. One should always rm -fr /usr/obj/* before start

[releng_6 tinderbox] failure on i386/i386

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 10:26:16 - tinderbox 2.3 running on freebsd-legacy.sentex.ca TB --- 2008-02-13 10:26:16 - starting RELENG_6 tinderbox run for i386/i386 TB --- 2008-02-13 10:26:16 - cleaning the object tree TB --- 2008-02-13 10:27:03 - cvsupping the source tree TB --- 2008-02-13 10:27:03 - /usr/bi

[releng_6 tinderbox] failure on amd64/amd64

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 10:10:56 - tinderbox 2.3 running on freebsd-legacy.sentex.ca TB --- 2008-02-13 10:10:56 - starting RELENG_6 tinderbox run for amd64/amd64 TB --- 2008-02-13 10:10:56 - cleaning the object tree TB --- 2008-02-13 10:11:48 - cvsupping the source tree TB --- 2008-02-13 10:11:48 - /usr/

Re: FreeBSD RELENG_7 doesn't build

2008-02-13 Thread Oliver Herold
Sorry, just fixed it. Oliver On Wed, Feb 13, 2008 at 03:36:33AM -0800, Jeremy Chadwick wrote: > On Wed, Feb 13, 2008 at 11:40:29AM +0100, Oliver Herold wrote: > > Hi > > Please fix your mail client. Your mails have two different Email > addresses in them; the From line does not match the Mail-F

[releng_7 tinderbox] failure on powerpc/powerpc

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 11:29:24 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 11:29:24 - starting RELENG_7 tinderbox run for powerpc/powerpc TB --- 2008-02-13 11:29:24 - cleaning the object tree TB --- 2008-02-13 11:29:36 - cvsupping the source tree TB --- 2008-02-13 11:29:36 - /

Re[2]: Buildworld failed (RELENG_6)

2008-02-13 Thread Konstantin I. Voronov
Hello, Neil. On 13 февраля 2008 г., 17:09:00 you wrote: > On 13 Feb 2008, at 10:10, Konstantin I. Voronov wrote: >> Hello, freebsd-stable. >> >> System: >> $ uname -a >> FreeBSD uo.211.ru 6.3-STABLE FreeBSD 6.3-STABLE #0: Sun Jun 8 >> 19:52:08 NOVST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src

Re: Formatting bug in C++ iostreams when running i386 binary on amd64

2008-02-13 Thread Tom Evans
On Wed, 2008-02-13 at 05:54 +1100, Peter Jeremy wrote: > On Tue, Feb 12, 2008 at 06:23:18PM +, Tom Evans wrote: > >I've encountered a strange bug deploying one of our C++ applications on > >amd64. We tend to build most of our applications on i386, even if the > >deployment box is amd64, as we a

[releng_7 tinderbox] failure on ia64/ia64

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 11:26:58 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 11:26:58 - starting RELENG_7 tinderbox run for ia64/ia64 TB --- 2008-02-13 11:26:58 - cleaning the object tree TB --- 2008-02-13 11:27:06 - cvsupping the source tree TB --- 2008-02-13 11:27:06 - /usr/bi

[releng_7 tinderbox] failure on sparc64/sparc64

2008-02-13 Thread FreeBSD Tinderbox
TB --- 2008-02-13 12:21:55 - tinderbox 2.3 running on freebsd-stable.sentex.ca TB --- 2008-02-13 12:21:55 - starting RELENG_7 tinderbox run for sparc64/sparc64 TB --- 2008-02-13 12:21:55 - cleaning the object tree TB --- 2008-02-13 12:22:01 - cvsupping the source tree TB --- 2008-02-13 12:22:01 - /

Re: Buildworld failed (RELENG_6)

2008-02-13 Thread Jeremy Chadwick
On Wed, Feb 13, 2008 at 06:05:22PM +0600, Konstantin I. Voronov wrote: > >> /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc > > I'm doing rm -rf /usr/obj, but build process stopped with same error > at the same place. > > More idea? :) > > By the way, installation of 6.3-RELEASE was clean, with

Re: [releng_6 tinderbox] failure on i386/i386

2008-02-13 Thread David Wolfskill
On Wed, Feb 13, 2008 at 06:33:12AM -0500, FreeBSD Tinderbox wrote: > [...] > cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. > -I/sr

RELENG_6_3 - Make installworld error

2008-02-13 Thread Gilles Rosenbaum
Hi freebsd-stable, For my complete rebuild of my FreeBSD-6.3-stable, every stage is successful except the "make installworld" one. I've got this log : # make installworld PATH=$PATH mkdir -p /tmp/install.tiu3jVqh for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep install

AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Mike Tancsa
Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some reason ? It works fine on i386 [ns8]# ifstat -b ifstat: no interfaces to monitor! [ns8]# [ns8]# ifconfig em0: flags=8843 metric 0 mtu 1500

Re: broken buildkernel (scsi_low and -Os) and duplicate manpages

2008-02-13 Thread Rong-En Fan
On Wed, Feb 13, 2008 at 10:52:50AM +0100, Christian Brueffer wrote: > On Wed, Feb 13, 2008 at 11:15:29AM +0200, David Naylor wrote: > > Hi, > > > > Building the kernel with CFLAGS=-Os breaks when compiling module > > scsi_low. Sorry no output available. > > > > Placing CFLAGS+= -O in the Makefil

Re: another: supervisor read, page not present

2008-02-13 Thread Mikhail Teterin
вівторок 12 лютий 2008 11:41 по, Kip Macy Ви написали: > What workload, if any, was running at the time? I was just swithed from one X11-session to another (Ctrl-Alt-F5) and clicked on the KDE's button to start an xterm. You would notice, that kdeinit is the "current process" in the dump. The m

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Sean C. Farley
On Wed, 13 Feb 2008, Hugo Silva wrote: Mike Tancsa wrote: Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some reason ? It works fine on i386 *snip* Try this patch. The type to the fourth argument

Re: Rebuilding World Problems

2008-02-13 Thread Gavin Spomer
>>> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 02/12/08 6:13 PM >>> >On 12/02/2008, Chris H. <[EMAIL PROTECTED]> wrote: >> Quoting Gavin Spomer <[EMAIL PROTECTED]>: >. . . > > > for some reason. Having said that, I figured I would also have to be > > > in /usr/src for the "make installworld" step. Bu

buildkernel error going from 6.2-STABLE to 6.3-STABLE i386

2008-02-13 Thread Doug Poland
Hello, I'm attempting to build a GENERIC kernel for 6.3-STABLE and am getting the following error message: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Hugo Silva
Mike Tancsa wrote: Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some reason ? It works fine on i386 [ns8]# ifstat -b ifstat: no interfaces to monitor! [ns8]# I used ifstat on my old i386 servers

Re: Rebuilding World Problems

2008-02-13 Thread Gavin Spomer
"Chris H." <[EMAIL PROTECTED]> 02/12/08 4:34 PM >>> >Quoting Gavin Spomer <[EMAIL PROTECTED]>: >> First, let me note that step one in rebuilding world should be "cd >> /usr/src", not "make buildworld". I guess I was supposed to know that >> for some reason. Having said that, I figured I woul

Re: Rebuilding World Problems

2008-02-13 Thread Gavin Spomer
>>> Kevin Oberman <[EMAIL PROTECTED]> 02/12/08 7:01 PM >>> > > make buildkernel KERNCONF=YOUR_KERNEL_HERE > > make installkernel KERNCONF=YOUR_KERNEL_HERE > If you put KERNCONF into make.conf, you can simplify it to: > make kernel Just to be clear, if I add the appropriate KERNCONF line in /etc/ma

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Mike Tancsa
At 01:40 PM 2/13/2008, Sean C. Farley wrote: On Wed, 13 Feb 2008, Hugo Silva wrote: Mike Tancsa wrote: Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some reason ? It works fine on i386 *snip* Try

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Sean C. Farley
On Wed, 13 Feb 2008, Mike Tancsa wrote: At 01:40 PM 2/13/2008, Sean C. Farley wrote: On Wed, 13 Feb 2008, Hugo Silva wrote: Mike Tancsa wrote: Couple of little things I noticed with a new RELENG_7 AMD64 box (as of yesterday) ifstat from the ports cannot seem to find interfaces for some reaso

Re: Rebuilding World Problems

2008-02-13 Thread Jim Pingle
Gavin Spomer wrote: Kevin Oberman <[EMAIL PROTECTED]> 02/12/08 7:01 PM >>> make buildkernel KERNCONF=YOUR_KERNEL_HERE make installkernel KERNCONF=YOUR_KERNEL_HERE If you put KERNCONF into make.conf, you can simplify it to: make kernel Just to be clear, if I add the appropriate KERNCONF line i

Re: buildkernel error going from 6.2-STABLE to 6.3-STABLE i386

2008-02-13 Thread David Wolfskill
On Wed, Feb 13, 2008 at 12:22:57PM -0600, Doug Poland wrote: > Hello, > > I'm attempting to build a GENERIC kernel for 6.3-STABLE and am getting > the following error message: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit

Re: Rebuilding World Problems

2008-02-13 Thread Chris H.
Quoting Gavin Spomer <[EMAIL PROTECTED]>: "Chris H." <[EMAIL PROTECTED]> 02/12/08 4:34 PM >>> Quoting Gavin Spomer <[EMAIL PROTECTED]>: First, let me note that step one in rebuilding world should be "cd /usr/src", not "make buildworld". I guess I was supposed to know that for some reason. Havi

Re: AMD64 vs i386, ifstat and bsnmp

2008-02-13 Thread Mike Tancsa
At 03:05 PM 2/13/2008, Sean C. Farley wrote: I recommend filing a PR, so it will not get lost. Besides being behind on my own PR's :), I am still a src-committer-in-training--commits must Done ! http://www.freebsd.org/cgi/query-pr.cgi?pr=120625 ---Mike __

Re: Rebuilding World Problems

2008-02-13 Thread Gavin Spomer
>>> "Chris H." <[EMAIL PROTECTED]> 02/13/08 1:25 PM >>> > > Surprisingly I grokked most of your cheatsheet and looked at a few > > man pages to figure out most of the rest. Haven't tried it all yet. I > > was wondering about the "mount -u /". Is it really necessary to mount > > the root partitio

Re: Rebuilding World Problems

2008-02-13 Thread Mark Andrews
> > > Also, UPDATING has "adjkerntz -i" just before "mergemaster -p". I=20 > > > looked at the man page for adjkerntz and am still uncertain if I = > need=20 > > > to do this. I run an ntpd client, if that makes any difference. > >=20 > > Again, just a precaution. Think "safe", or "event free". :)

Re: Rebuilding World Problems

2008-02-13 Thread Gavin Spomer
Hallelujah! My "world" is rebuilt! Thanks to Chris, "[EMAIL PROTECTED]", Kevin and Jim for educating me and pointing me in the right direction. Will definitely research further and continue to have a blast with FreeBSD on my test server. It very well could be that I will be using FreeBSD for my

Re: Rebuilding World Problems

2008-02-13 Thread Kevin Oberman
> Date: Wed, 13 Feb 2008 11:12:45 -0800 > From: Gavin Spomer <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > >>> Kevin Oberman <[EMAIL PROTECTED]> 02/12/08 7:01 PM >>> > > > make buildkernel KERNCONF=YOUR_KERNEL_HERE > > > make installkernel KERNCONF=YOUR_KERNEL_HERE > > If you put KERNCONF in

Re: Rebuilding World Problems

2008-02-13 Thread Kevin Oberman
> Date: Wed, 13 Feb 2008 13:25:04 -0800 > From: "Chris H." <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Quoting Gavin Spomer <[EMAIL PROTECTED]>: > > Thanks, this was very helpful. First of all I would just like to > > admit that I only gave /usr/src/UPDATING a quick glance. Shame on me;