problem compiling RELENG_6

2007-11-18 Thread Michael Eubanks
I've CVSup'd my RELENG_6 source and tried a make buildworld.  Compilation
breaks with the following error:

===> sbin/ipf/libipf (depend)
make: don't know how to make extras.c. Stop
*** Error code 2

I noticed there was another post with this same problem at
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2007-11/msg00203.htm
l, although, I'm curious if there is a fix?


Thank you,
 Michael Eubanks


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: loader on Dell INSPIRON 1501: BTX halted

2007-11-18 Thread Daniel O'Connor
On Sat, 10 Nov 2007, John Merryweather Cooper wrote:
> > I should be getting another system like it soon so I can test it
> > again, hopefully I'll get time to add some 'go slow' routines to
> > the stack trace so I can actually record it :)
>
> btx_crx.patch doesn't apply cleanly to btx.S in FreeBSD 7.0-BETA2

Hmm I think I applied it manually.. ISTR it wasn't too difficult.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


signature.asc
Description: This is a digitally signed message part.


Re: RELENG_6 IPFilter MFC

2007-11-18 Thread Chris Rees
> Subject: RELENG_6 IPFilter MFC
> To: freebsd-stable@freebsd.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I've just completed an MFC of IPFIilter in the FreeBSD 6 branch (RELENG_6)
> from HEAD.  This brings the code used for IPFilter in FreeBSD into sync on
> each of HEAD, RELENG_6 and RELENG_7.  Hopefully I can close one or
> two bug reports now ;)
>
> If you encounter any problems, please let me know.
>
> Cheers,
> Darren

It broke make buildworld!

csup'd to RELENG_6

make buildworld



===> sbin/ipf/libipf (depend)
make: don't know how to make extras.c. Stop
*** Error code 2

Stop in /src/sbin/ipf.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1



-- 
One of the main causes of the fall of the Roman Empire was that,
lacking zero, they had no way to indicate successful termination of
their C Programs. (Robert Firth)

R< $&h ! > $- ! $+  $@ $2 < @ $1 .UUCP. > (sendmail.cf)
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No kernel messages displayed during boot

2007-11-18 Thread Andrei Kolu
Sunday 18 November 2007 21:01:59 kirjutas Dmitry Karasik:
> Hello,
>
> My 6.2-STABLE crashed today, and when I rebooted it, a very strange effect
> appeared: from the second the kernel took over, immediately after loading
> all .ko files, no text was printed in the console. The system booted
> though, and the next text was printed to the console was the login prompt.
> The screen didn't went blank, just all kernel messages and output of
> /etc/rc* wasn't there -- all was printed on the screen was FreeBSD boot
> menu, and login prompt.
>
> I've re-run 'make installworld' and 'make installkernel' (as I had
> leftovers from recent buildworld), - didn't help. I've tried to power down
> the machine (suspecied video card trouble), I've resetted BIOS, I've even
> disabled com port in BIOS (because the behavior looks like booting on
> serial console) -- nothing, absolutely nothing changes it.
>
> When I tried to boot in single-user mode, the prompt was never displayed at
> all, which fact indeed makes me think alogn the path of the wrong boot
> console. I've removed /boot/loader.conf, and double-checked that
> /boot.config isn't present - didn't help.
>
> My question is therefore, what cause of this effect might be?  Or, if noone
> would be able to answer this, how I would print messages from kernel (I'd
> recompile it for that purpose) to identify which device it picked up for
> console IO -- and especially, how I print that either to a file, or
> directly to /dev/console?

look at /boot/loader.conf
#boot_mute="-m"   # -m: Mute the console to suppress all console input 
and output during the boot.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No kernel messages displayed during boot

2007-11-18 Thread AngryWolf
Hi,

I had the exact same problem after I upgraded to 7.0-BETA2, and the problem 
seemed to be that I forgot to `make delete-old' and `make delete-old-libs'. 

For details, see thread 'No boot messages after upgrading to 7.0-BETA2'.

-- 
AngryWolf
[EMAIL PROTECTED]

On Sunday 18 November 2007 20.01.59 Dmitry Karasik wrote:
> Hello,
>
> My 6.2-STABLE crashed today, and when I rebooted it, a very strange effect
> appeared: from the second the kernel took over, immediately after loading
> all .ko files, no text was printed in the console. The system booted
> though, and the next text was printed to the console was the login prompt.
> The screen didn't went blank, just all kernel messages and output of
> /etc/rc* wasn't there -- all was printed on the screen was FreeBSD boot
> menu, and login prompt.
>
> I've re-run 'make installworld' and 'make installkernel' (as I had
> leftovers from recent buildworld), - didn't help. I've tried to power down
> the machine (suspecied video card trouble), I've resetted BIOS, I've even
> disabled com port in BIOS (because the behavior looks like booting on
> serial console) -- nothing, absolutely nothing changes it.
>
> When I tried to boot in single-user mode, the prompt was never displayed at
> all, which fact indeed makes me think alogn the path of the wrong boot
> console. I've removed /boot/loader.conf, and double-checked that
> /boot.config isn't present - didn't help.
>
> My question is therefore, what cause of this effect might be?  Or, if noone
> would be able to answer this, how I would print messages from kernel (I'd
> recompile it for that purpose) to identify which device it picked up for
> console IO -- and especially, how I print that either to a file, or
> directly to /dev/console?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD.org acting up again?

2007-11-18 Thread Eugene Grosbein
On Sun, Nov 18, 2007 at 07:41:04PM +0100, Torfinn Ingolfsen wrote:

> Is the freebsd.org machine acting up again?
> I get connection resets when I try to do
> [EMAIL PROTECTED] fetch  http://www.FreeBSD.org/ports/INDEX-6.bz2
> fetch: http://www.FreeBSD.org/ports/INDEX-6.bz2: Connection reset by peer
> 
> (or 'make fetchindex' or 'http://www.freebsd.org/')
> Or is this something else?

The same here: port 80 refuses connections.

Eugene Grosbein

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD.org acting up again?

2007-11-18 Thread Jeremy Chadwick
On Sun, Nov 18, 2007 at 07:41:04PM +0100, Torfinn Ingolfsen wrote:
> Is the freebsd.org machine acting up again?

It was earlier for sure:

# telnet www.freebsd.org 80
Trying 2001:4f8:fff6::21...
Trying 69.147.83.33...
Connected to www.freebsd.org.
Escape character is '^]'.
Connection closed by foreign host.

At present it seems alright, though:

# cd /usr/ports
# make fetchindex
/usr/ports/INDEX-6.bz2100% of 1128 kB   10 MBps
#

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: No kernel messages displayed during boot

2007-11-18 Thread Jeremy Chadwick
On Sun, Nov 18, 2007 at 08:01:59PM +0100, Dmitry Karasik wrote:
> I've re-run 'make installworld' and 'make installkernel' (as I had leftovers
> from recent buildworld), - didn't help. I've tried to power down the machine
> (suspecied video card trouble), I've resetted BIOS, I've even disabled com 
> port
> in BIOS (because the behavior looks like booting on serial console) -- 
> nothing,
> absolutely nothing changes it.

conscontrol(8) might help here ("conscontrol list").  Also worth looking
at is sysctl kern.console.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


No kernel messages displayed during boot

2007-11-18 Thread Dmitry Karasik
Hello,

My 6.2-STABLE crashed today, and when I rebooted it, a very strange effect
appeared: from the second the kernel took over, immediately after loading all
.ko files, no text was printed in the console. The system booted though, and
the next text was printed to the console was the login prompt. The screen
didn't went blank, just all kernel messages and output of /etc/rc* wasn't there
-- all was printed on the screen was FreeBSD boot menu, and login prompt.

I've re-run 'make installworld' and 'make installkernel' (as I had leftovers
from recent buildworld), - didn't help. I've tried to power down the machine
(suspecied video card trouble), I've resetted BIOS, I've even disabled com port
in BIOS (because the behavior looks like booting on serial console) -- nothing,
absolutely nothing changes it.

When I tried to boot in single-user mode, the prompt was never displayed at
all, which fact indeed makes me think alogn the path of the wrong boot console.
I've removed /boot/loader.conf, and double-checked that /boot.config isn't
present - didn't help.

My question is therefore, what cause of this effect might be?  Or, if noone
would be able to answer this, how I would print messages from kernel (I'd
recompile it for that purpose) to identify which device it picked up for
console IO -- and especially, how I print that either to a file, or directly to
/dev/console? 


-- 
Sincerely,
Dmitry Karasik

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD.org acting up again?

2007-11-18 Thread Torfinn Ingolfsen
Hello,
Is the freebsd.org machine acting up again?
I get connection resets when I try to do
[EMAIL PROTECTED] fetch  http://www.FreeBSD.org/ports/INDEX-6.bz2
fetch: http://www.FreeBSD.org/ports/INDEX-6.bz2: Connection reset by peer

(or 'make fetchindex' or 'http://www.freebsd.org/')
Or is this something else?
-- 
Regards,
Torfinn Ingolfsen

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[releng_6 tinderbox] failure on i386/pc98

2007-11-18 Thread FreeBSD Tinderbox
TB --- 2007-11-18 16:10:26 - tinderbox 2.3 running on freebsd-legacy.sentex.ca
TB --- 2007-11-18 16:10:26 - starting RELENG_6 tinderbox run for i386/pc98
TB --- 2007-11-18 16:10:26 - cleaning the object tree
TB --- 2007-11-18 16:10:59 - checking out the source tree
TB --- 2007-11-18 16:10:59 - cd /tinderbox/RELENG_6/i386/pc98
TB --- 2007-11-18 16:10:59 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd 
-rRELENG_6 src
TB --- 2007-11-18 16:23:46 - building world (CFLAGS=-O2 -pipe)
TB --- 2007-11-18 16:23:46 - cd /src
TB --- 2007-11-18 16:23:46 - /usr/bin/make -B buildworld
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
[...]
echo init: /obj/pc98/src/tmp/usr/lib/libc.a /obj/pc98/src/tmp/usr/lib/libutil.a 
/obj/pc98/src/tmp/usr/lib/libcrypt.a >> .depend
===> sbin/ip6fw (depend)
rm -f .depend
mkdep -f .depend -a /src/sbin/ip6fw/ip6fw.c
echo ip6fw: /obj/pc98/src/tmp/usr/lib/libc.a  >> .depend
===> sbin/ipf (depend)
===> sbin/ipf/libipf (depend)
make: don't know how to make extras.c. Stop
*** Error code 2

Stop in /src/sbin/ipf.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2007-11-18 16:49:12 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2007-11-18 16:49:12 - ERROR: failed to build world
TB --- 2007-11-18 16:49:12 - tinderbox aborted
TB --- 1198.17 user 196.55 system 2326.12 real


http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-i386-pc98.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[releng_6 tinderbox] failure on sparc64/sparc64

2007-11-18 Thread FreeBSD Tinderbox
TB --- 2007-11-18 16:11:55 - tinderbox 2.3 running on freebsd-legacy.sentex.ca
TB --- 2007-11-18 16:11:55 - starting RELENG_6 tinderbox run for sparc64/sparc64
TB --- 2007-11-18 16:11:55 - cleaning the object tree
TB --- 2007-11-18 16:12:22 - checking out the source tree
TB --- 2007-11-18 16:12:22 - cd /tinderbox/RELENG_6/sparc64/sparc64
TB --- 2007-11-18 16:12:22 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd 
-rRELENG_6 src
TB --- 2007-11-18 16:23:46 - building world (CFLAGS=-O2 -pipe)
TB --- 2007-11-18 16:23:46 - cd /src
TB --- 2007-11-18 16:23:46 - /usr/bin/make -B buildworld
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
[...]
echo init: /obj/sparc64/src/tmp/usr/lib/libc.a 
/obj/sparc64/src/tmp/usr/lib/libutil.a /obj/sparc64/src/tmp/usr/lib/libcrypt.a 
>> .depend
===> sbin/ip6fw (depend)
rm -f .depend
mkdep -f .depend -a /src/sbin/ip6fw/ip6fw.c
echo ip6fw: /obj/sparc64/src/tmp/usr/lib/libc.a  >> .depend
===> sbin/ipf (depend)
===> sbin/ipf/libipf (depend)
make: don't know how to make extras.c. Stop
*** Error code 2

Stop in /src/sbin/ipf.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2007-11-18 16:48:28 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2007-11-18 16:48:28 - ERROR: failed to build world
TB --- 2007-11-18 16:48:28 - tinderbox aborted
TB --- 1159.70 user 190.87 system 2193.68 real


http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-sparc64-sparc64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[releng_6 tinderbox] failure on amd64/amd64

2007-11-18 Thread FreeBSD Tinderbox
TB --- 2007-11-18 15:31:48 - tinderbox 2.3 running on freebsd-legacy.sentex.ca
TB --- 2007-11-18 15:31:48 - starting RELENG_6 tinderbox run for amd64/amd64
TB --- 2007-11-18 15:31:48 - cleaning the object tree
TB --- 2007-11-18 15:32:33 - checking out the source tree
TB --- 2007-11-18 15:32:33 - cd /tinderbox/RELENG_6/amd64/amd64
TB --- 2007-11-18 15:32:33 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd 
-rRELENG_6 src
TB --- 2007-11-18 15:45:10 - building world (CFLAGS=-O2 -pipe)
TB --- 2007-11-18 15:45:10 - cd /src
TB --- 2007-11-18 15:45:10 - /usr/bin/make -B buildworld
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
[...]
echo init: /obj/amd64/src/tmp/usr/lib/libc.a 
/obj/amd64/src/tmp/usr/lib/libutil.a /obj/amd64/src/tmp/usr/lib/libcrypt.a >> 
.depend
===> sbin/ip6fw (depend)
rm -f .depend
mkdep -f .depend -a /src/sbin/ip6fw/ip6fw.c
echo ip6fw: /obj/amd64/src/tmp/usr/lib/libc.a  >> .depend
===> sbin/ipf (depend)
===> sbin/ipf/libipf (depend)
make: don't know how to make extras.c. Stop
*** Error code 2

Stop in /src/sbin/ipf.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2007-11-18 16:11:54 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2007-11-18 16:11:54 - ERROR: failed to build world
TB --- 2007-11-18 16:11:54 - tinderbox aborted
TB --- 1241.84 user 197.65 system 2406.12 real


http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-amd64-amd64.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[releng_6 tinderbox] failure on i386/i386

2007-11-18 Thread FreeBSD Tinderbox
TB --- 2007-11-18 15:34:45 - tinderbox 2.3 running on freebsd-legacy.sentex.ca
TB --- 2007-11-18 15:34:45 - starting RELENG_6 tinderbox run for i386/i386
TB --- 2007-11-18 15:34:45 - cleaning the object tree
TB --- 2007-11-18 15:35:30 - checking out the source tree
TB --- 2007-11-18 15:35:30 - cd /tinderbox/RELENG_6/i386/i386
TB --- 2007-11-18 15:35:30 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd 
-rRELENG_6 src
TB --- 2007-11-18 15:45:10 - building world (CFLAGS=-O2 -pipe)
TB --- 2007-11-18 15:45:10 - cd /src
TB --- 2007-11-18 15:45:10 - /usr/bin/make -B buildworld
>>> Rebuilding the temporary build tree
>>> stage 1.1: legacy release compatibility shims
>>> stage 1.2: bootstrap tools
>>> stage 2.1: cleaning up the object tree
>>> stage 2.2: rebuilding the object tree
>>> stage 2.3: build tools
>>> stage 3: cross tools
>>> stage 4.1: building includes
>>> stage 4.2: building libraries
>>> stage 4.3: make dependencies
[...]
echo init: /obj/src/tmp/usr/lib/libc.a /obj/src/tmp/usr/lib/libutil.a 
/obj/src/tmp/usr/lib/libcrypt.a >> .depend
===> sbin/ip6fw (depend)
rm -f .depend
mkdep -f .depend -a /src/sbin/ip6fw/ip6fw.c
echo ip6fw: /obj/src/tmp/usr/lib/libc.a  >> .depend
===> sbin/ipf (depend)
===> sbin/ipf/libipf (depend)
make: don't know how to make extras.c. Stop
*** Error code 2

Stop in /src/sbin/ipf.
*** Error code 1

Stop in /src/sbin.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2007-11-18 16:10:26 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2007-11-18 16:10:26 - ERROR: failed to build world
TB --- 2007-11-18 16:10:26 - tinderbox aborted
TB --- 1193.43 user 183.23 system 2141.48 real


http://tinderbox.des.no/tinderbox-releng_6-RELENG_6-i386-i386.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pseudo terminals in 7.0 - pts implementation

2007-11-18 Thread Robert Watson


On Sun, 18 Nov 2007, Dan Epure wrote:


7.0-BETA3 still has issues regarding the pts implementation .
problems found:
1. - GNU screen: starting a screen, opening a few windows and quiting screen 
leaves the allocated pseudo terminal in use. 100 screen user, using each one 
opening 10 windows will deplete the default of 1000 pseudo terminals leaving 
the system unusable.
2. - 'ls /dev/ptmx' creates an additional entry in /dev/pty/. when the number 
of entries equals kern.pts.max the system became unusable.


The first of these is likely a reference management bug of some sort -- I find 
that if I close a pty in screen by exiting the shell, the pts device is GC'd 
properly, but if I close it by killing the session with ctrl-k, then the pts 
device is not properly GC'd and processes hung off it not properly killed.  I 
believe that closing the master device is not properly kicking the slave 
device and causing its consumers to exit, hence the pts device not being closd 
and released.  Christian was taking a look at this a couple of days ago, and 
I've CC'd him.


The second problem is more tricky, and has to do with the cloning model. 
Similar problems can exist with other variations on the ptmx implementation, 
and I need to give some thought to how to address this.


Robert N M Watson
Computer Laboratory
University of Cambridge
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RELENG_6 IPFilter MFC

2007-11-18 Thread Darren Reed

I've just completed an MFC of IPFIilter in the FreeBSD 6 branch (RELENG_6)
from HEAD.  This brings the code used for IPFilter in FreeBSD into sync on
each of HEAD, RELENG_6 and RELENG_7.  Hopefully I can close one or
two bug reports now ;)

If you encounter any problems, please let me know.

Cheers,
Darren

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"