The path is now set for "busybox", FreeBSD style

2010-11-13 Thread Adrian Chadd
Hi everyone, I've committed the below changes to -HEAD. You can now create and build your own busybox style binary system, completely cross-compiled within the existing Make framework. It isn't as impressive as it sounds though - a lot of the framework is already there from just building crunchgen

[head tinderbox] failure on powerpc64/powerpc

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-14 00:07:50 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-14 00:07:50 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2010-11-14 00:07:50 - cleaning the object tree TB --- 2010-11-14 00:07:53 - cvsupping the source tree TB --- 2010-11-14 00:07:53 - /u

[head tinderbox] failure on i386/i386

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-13 21:00:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-13 21:00:00 - starting HEAD tinderbox run for i386/i386 TB --- 2010-11-13 21:00:00 - cleaning the object tree TB --- 2010-11-13 21:00:24 - cvsupping the source tree TB --- 2010-11-13 21:00:24 - /usr/bin/c

Re: www/chromium crashing whole system

2010-11-13 Thread Julian Elischer
On 11/13/10 2:13 PM, Robert Watson wrote: On Sat, 13 Nov 2010, Garrett Cooper wrote: Isn't there also DEADLKRES that might be helpful in this case (if Alex is really dealing with a livelock in the kernel)...? The deadlock resolver is compiled into the GENERIC kernel on -CURRENT, so I'm a

Re: www/chromium crashing whole system

2010-11-13 Thread Julian Elischer
On 11/13/10 2:08 PM, Robert Watson wrote: On Sat, 13 Nov 2010, Alexander Best wrote: i tried detaching and attaching my keyboard after chromium crashed my system and the lights of the keyboard didn't even went on. so in fact everything crashed and not just X. If I said it unclear, let me repe

Re: www/chromium crashing whole system

2010-11-13 Thread Robert Watson
On Sat, 13 Nov 2010, Garrett Cooper wrote: Isn't there also DEADLKRES that might be helpful in this case (if Alex is really dealing with a livelock in the kernel)...? The deadlock resolver is compiled into the GENERIC kernel on -CURRENT, so I'm assuming it hasn't helped (or perhaps is eve

Re: www/chromium crashing whole system

2010-11-13 Thread Garrett Cooper
On Sat, Nov 13, 2010 at 2:08 PM, Robert Watson wrote: > > On Sat, 13 Nov 2010, Alexander Best wrote: > i tried detaching and attaching my keyboard after chromium crashed my system and the lights of the keyboard didn't even went on. so in fact everything crashed and not just X. >>> >

Re: www/chromium crashing whole system

2010-11-13 Thread Robert Watson
On Sat, 13 Nov 2010, Alexander Best wrote: i tried detaching and attaching my keyboard after chromium crashed my system and the lights of the keyboard didn't even went on. so in fact everything crashed and not just X. If I said it unclear, let me repeat, the usermode crash dump you got probab

[PATCH] Unbreak buildworld post-r215254

2010-11-13 Thread Garrett Cooper
Looks like buildworld is broken when TARGET/TARGET_ARCH isn't specified: $ make buildworld "/usr/src/Makefile.inc1", line 127: Malformed conditional (${TARGET_ARCH} == "mips" && ${TARGET} == "mips") "/usr/src/Makefile.inc1", line 128: warning: "TARGET_ARCH of mips is deprecated in favor of

Re: 8-STABLE on -CURRENT with clang?

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Tim Kientzle wrote: > Has anyone else tried "make buildworld" on an 8-STABLE checkout on a recent > -CURRENT using clang? > > I'm seeing failures building GCC and was wondering if this was something > messed-up locally and whether it was worth even trying to fix. can you check

libc_r removal?

2010-11-13 Thread Alexander Best
hi there, any reason to keep lib/libc_r still around? it has been detached from the build process on all supported branches (r162846; 4 years ago). cheers. alex -- a13x ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread Eir Nym
On 13/11/2010, crocket wrote: > Does Delete key match \E[3~ on FreeBSD-CURRENT xterm mode? > It's nice to see backspace key match ^?(ASCII DEL), too, since ^H(Ctrl-H) is > reserved by such applications as vim and emacs. > For witch action C-H is reserved in vim(1) ? vim, emacs, zsh, and many othe

8-STABLE on -CURRENT with clang?

2010-11-13 Thread Tim Kientzle
Has anyone else tried "make buildworld" on an 8-STABLE checkout on a recent -CURRENT using clang? I'm seeing failures building GCC and was wondering if this was something messed-up locally and whether it was worth even trying to fix. Tim ___ freebsd-

Re: Sense fetching [Was: cdrtools /devel ...]

2010-11-13 Thread Brandon Gooch
On Sat, Nov 13, 2010 at 3:34 AM, Alexander Motin wrote: > Brandon Gooch wrote: >> 2010/11/5 Alexander Motin : >>> Hi. >>> >>> I've reviewed tests that scgcheck does to SCSI subsystem. It shown >>> combination of several issues in both CAM, ahci(4) and cdrtools itself. >>> Several small patches all

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread crocket
Does Delete key match \E[3~ on FreeBSD-CURRENT xterm mode? It's nice to see backspace key match ^?(ASCII DEL), too, since ^H(Ctrl-H) is reserved by such applications as vim and emacs. ___ freebsd-current@freebsd.org mailing list http://lists.fr

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread crocket
--- On Sat, 11/13/10, Eir Nym wrote: > From: Eir Nym > Subject: Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM > in the kernel. > To: "crocket" > Cc: freebsd-current@freebsd.org > Date: Saturday, November 13, 2010, 4:54 PM > On 13 November 2010 15:52, crocket > > wrote: >

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread Ed Schouten
* crocket , 20101113 13:52: > TEKEN_XTERM turns on xterm mode. > I compiled a kernel with TEKEN_XTERM, and changed cons25 to xterm in > /etc/ttys. > > When I executed vim on a console, the keyboard acted weirdly. Keep in mind that this list is supposed to discuss FreeBSD -CURRENT

Re: Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread Eir Nym
On 13 November 2010 15:52, crocket wrote: > TEKEN_XTERM turns on xterm mode. > I compiled a kernel with TEKEN_XTERM, and changed cons25 to xterm in > /etc/ttys. > > When I executed vim on a console, the keyboard acted weirdly. > After setting TERM back to cons25 again, vim acted normally again on

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 11:03:00 +0200 Ivan Klymenko пишет: > В Sat, 13 Nov 2010 08:38:16 +0300 > "Andrey V. Elsukov" пишет: > > > On 12.11.2010 21:47, Ivan Klymenko wrote: > > > http://img80.imageshack.us/i/qemu.png/ > > > Think all options for gpart are correct - what can there be a > > > problem?

Keymaps in X11 and consoles should be the same with TEKEN_XTERM in the kernel.

2010-11-13 Thread crocket
TEKEN_XTERM turns on xterm mode. I compiled a kernel with TEKEN_XTERM, and changed cons25 to xterm in /etc/ttys. When I executed vim on a console, the keyboard acted weirdly. After setting TERM back to cons25 again, vim acted normally again on consoles. I could assign xterm console characters in /

Re: Sense fetching [Was: cdrtools /devel ...]

2010-11-13 Thread Jakub Lach
Hello. scgcheck after applying all patches: Ready to start test for second SCSI open? Enter to continue: First SCSI open OK - device usable **> Checking for second SCSI open. Second SCSI open for same device succeeded, 1 additional file descriptor(s) used. Second SCSI open is usable Cl

Re: www/chromium crashing whole system

2010-11-13 Thread Garrett Cooper
On Sat, Nov 13, 2010 at 4:47 AM, Alexander Best wrote: > On Sat Nov 13 10, Kostik Belousov wrote: >> On Sat, Nov 13, 2010 at 12:38:46PM +, Alexander Best wrote: >> > On Sat Nov 13 10, Kostik Belousov wrote: >> > > On Sat, Nov 13, 2010 at 11:59:00AM +, Alexander Best wrote: >> > > > On Sat

Re: www/chromium crashing whole system

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Kostik Belousov wrote: > On Sat, Nov 13, 2010 at 12:38:46PM +, Alexander Best wrote: > > On Sat Nov 13 10, Kostik Belousov wrote: > > > On Sat, Nov 13, 2010 at 11:59:00AM +, Alexander Best wrote: > > > > On Sat Nov 13 10, Kostik Belousov wrote: > > > > > On Fri, Nov 12, 20

Re: www/chromium crashing whole system

2010-11-13 Thread Kostik Belousov
On Sat, Nov 13, 2010 at 12:38:46PM +, Alexander Best wrote: > On Sat Nov 13 10, Kostik Belousov wrote: > > On Sat, Nov 13, 2010 at 11:59:00AM +, Alexander Best wrote: > > > On Sat Nov 13 10, Kostik Belousov wrote: > > > > On Fri, Nov 12, 2010 at 10:37:15PM +, Alexander Best wrote: > > >

Re: www/chromium crashing whole system

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Kostik Belousov wrote: > On Sat, Nov 13, 2010 at 11:59:00AM +, Alexander Best wrote: > > On Sat Nov 13 10, Kostik Belousov wrote: > > > On Fri, Nov 12, 2010 at 10:37:15PM +, Alexander Best wrote: > > > > hi there, > > > > > > > > i'm having an issue with www/chromium. som

Re: www/chromium crashing whole system

2010-11-13 Thread Kostik Belousov
On Sat, Nov 13, 2010 at 11:59:00AM +, Alexander Best wrote: > On Sat Nov 13 10, Kostik Belousov wrote: > > On Fri, Nov 12, 2010 at 10:37:15PM +, Alexander Best wrote: > > > hi there, > > > > > > i'm having an issue with www/chromium. sometimes it will completely lock > > > up my > > > sys

Re: www/chromium crashing whole system

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Kostik Belousov wrote: > On Fri, Nov 12, 2010 at 10:37:15PM +, Alexander Best wrote: > > hi there, > > > > i'm having an issue with www/chromium. sometimes it will completely lock up > > my > > system without producing a core dump. i'm running HEAD (r215102; amd64). > Core d

Re: www/chromium crashing whole system

2010-11-13 Thread Kostik Belousov
On Fri, Nov 12, 2010 at 10:37:15PM +, Alexander Best wrote: > hi there, > > i'm having an issue with www/chromium. sometimes it will completely lock up my > system without producing a core dump. i'm running HEAD (r215102; amd64). Core dump of the kernel or the process ? You probably should fo

[head tinderbox] failure on powerpc/powerpc

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-13 08:24:40 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-13 08:24:40 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2010-11-13 08:24:40 - cleaning the object tree TB --- 2010-11-13 08:25:01 - cvsupping the source tree TB --- 2010-11-13 08:25:01 - /usr

Re: Sense fetching [Was: cdrtools /devel ...]

2010-11-13 Thread Alexander Motin
Brandon Gooch wrote: > 2010/11/5 Alexander Motin : >> Hi. >> >> I've reviewed tests that scgcheck does to SCSI subsystem. It shown >> combination of several issues in both CAM, ahci(4) and cdrtools itself. >> Several small patches allow us to pass most of that tests: >> http://people.freebsd.org/~m

Call for Area SATA II RAID controller testers [Fwd: svn commit: r215234 - head/sys/dev/arcmsr]

2010-11-13 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I have just committed a new vendor release of arcmsr(4) driver. This is intended for 8.2-RELEASE so please test if you could. Thanks in advance! (Note: I have a tarball at http://people.freebsd.org/~delphij/misc/arcmsr.tar.xz which can be use

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 08:38:16 +0300 "Andrey V. Elsukov" пишет: > On 12.11.2010 21:47, Ivan Klymenko wrote: > > http://img80.imageshack.us/i/qemu.png/ > > Think all options for gpart are correct - what can there be a > > problem? > > This was temporary regression and it is fixed now in r215118. > I

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 11:49:29 +0300 "Andrey V. Elsukov" пишет: > On 13.11.2010 11:40, Ivan Klymenko wrote: > >> So, I can not reproduce this error. And I still think that you use > >> older revision and you should rebuild your ISO image with fresh > >> sources. > >> > > > > well ... > > but it wil

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Andrey V. Elsukov
On 13.11.2010 11:40, Ivan Klymenko wrote: >> So, I can not reproduce this error. And I still think that you use >> older revision and you should rebuild your ISO image with fresh >> sources. >> > > well ... > but it will take a little time ... Just a note - as you may see from tinderbox's emails

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 11:34:12 +0300 "Andrey V. Elsukov" пишет: > On 13.11.2010 11:25, Ivan Klymenko wrote: > > Once mounted iso image of my drive to /mnt > > ident error: /mnt/boot/kernel/kernel.symbols: No such file or > > directory because this file (kernel.symbols) is really not in the > > iso i

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 10:10:32 +0200 Ivan Klymenko пишет: > В Fri, 12 Nov 2010 20:02:08 -0800 > Garrett Cooper пишет: > > > On Fri, Nov 12, 2010 at 7:09 PM, Kris Moore wrote: > > > On Fri, Nov 12, 2010 at 08:47:00PM +0200, Ivan Klymenko wrote: > > >> Hello! People. > > >> > > >> I use the alterna

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Andrey V. Elsukov
On 13.11.2010 11:25, Ivan Klymenko wrote: > Once mounted iso image of my drive to /mnt > ident error: /mnt/boot/kernel/kernel.symbols: No such file or directory > because this file (kernel.symbols) is really not in the iso image... So, I can not reproduce this error. And I still think that you use

[head tinderbox] failure on powerpc64/powerpc

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-13 08:25:49 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-13 08:25:49 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2010-11-13 08:25:49 - cleaning the object tree TB --- 2010-11-13 08:25:52 - cvsupping the source tree TB --- 2010-11-13 08:25:52 - /u

[head tinderbox] failure on i386/i386

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-13 06:25:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-13 06:25:00 - starting HEAD tinderbox run for i386/i386 TB --- 2010-11-13 06:25:00 - cleaning the object tree TB --- 2010-11-13 06:25:38 - cvsupping the source tree TB --- 2010-11-13 06:25:38 - /usr/bin/c

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 11:01:36 +0300 "Andrey V. Elsukov" пишет: > On 13.11.2010 10:34, Ivan Klymenko wrote: > >> Hmm, are you sure that your kernel is based on r215176? > >> > > > > no doubt! :) > > Do you use custom ISO image? yes. > Can you mount it and show > output of command: > # ident /mnt

[head tinderbox] failure on mips/mips

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-13 08:23:58 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-13 08:23:58 - starting HEAD tinderbox run for mips/mips TB --- 2010-11-13 08:23:58 - cleaning the object tree TB --- 2010-11-13 08:23:58 - cvsupping the source tree TB --- 2010-11-13 08:23:58 - /usr/bin/c

[head tinderbox] failure on i386/pc98

2010-11-13 Thread FreeBSD Tinderbox
TB --- 2010-11-13 06:25:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-13 06:25:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2010-11-13 06:25:00 - cleaning the object tree TB --- 2010-11-13 06:25:36 - cvsupping the source tree TB --- 2010-11-13 06:25:36 - /usr/bin/c

Re: Sense fetching [Was: cdrtools /devel ...]

2010-11-13 Thread Jakub Lach
In spirit of Brandon Gooch's mail (although I have lurked whole time) , I'm currently on FreeBSD 8.1-STABLE #0 r215179 amd64, and I'm also willing to test any relevant patches, preferably after consensus is reached. regards, - Jakub Lach -- View this message in context: http://old.nabble.com/S

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Fri, 12 Nov 2010 20:02:08 -0800 Garrett Cooper пишет: > On Fri, Nov 12, 2010 at 7:09 PM, Kris Moore wrote: > > On Fri, Nov 12, 2010 at 08:47:00PM +0200, Ivan Klymenko wrote: > >> Hello! People. > >> > >> I use the alternate installer pc-sysinstall based on FreeBSD > >> 9.0-CURRENT r215176 > >>

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Andrey V. Elsukov
On 13.11.2010 10:34, Ivan Klymenko wrote: >> Hmm, are you sure that your kernel is based on r215176? >> > > no doubt! :) Do you use custom ISO image? Can you mount it and show output of command: # ident /mnt/boot/kernel/kernel.symbols | grep g_part.c -- WBR, Andrey V. Elsukov signature.asc D

Re: Error 1: gpart create -s GPT ad0

2010-11-13 Thread Ivan Klymenko
В Sat, 13 Nov 2010 09:35:14 +0200 Ivan Klymenko пишет: > В Fri, 12 Nov 2010 22:09:30 -0500 > Kris Moore пишет: > > > On Fri, Nov 12, 2010 at 08:47:00PM +0200, Ivan Klymenko wrote: > > > Hello! People. > > > > > > I use the alternate installer pc-sysinstall based on FreeBSD > > > 9.0-CURRENT r2