[CFT] ssh/scp/ssh-add/ssh-agent/ssh-keygen on /rescue

2009-05-24 Thread Norikatsu Shigemura
Hi. I wondered that ssh/scp (at least) was not in /rescue. They are the indispensable tools, and I also often use them in the emergency (single user mode). So I made a patch for src/rescue/rescue/Makefile and src/secure/usr.bin/scp/Makefile. Please

Compiling world+kernel in RELENG_7 right now

2009-05-24 Thread Svein Skogen (listmail accont)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot: btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o zfsboot.ld -P 1 zfsboot.bin btxld: zfsboot.ldr: Invalid argument *** Error

Re: Compiling world+kernel in RELENG_7 right now

2009-05-24 Thread Dmitry Morozovsky
On Sun, 24 May 2009, Svein Skogen (listmail accont) wrote: SSla For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot: SSla SSla btxld -v -E 0x2000 -f bin -b SSla /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o SSla zfsboot.ld -P 1 zfsboot.bin SSla btxld:

Re: ZFS MFC heads up

2009-05-24 Thread Philipp Wuensche
Kirk Strauser wrote: On Thursday 21 May 2009 09:12:14 am Louis Mamakos wrote: Any pointers to running multiple jails with ZFS? I was looking for something like a union-mount capability for ZFS. I don't necessarily need a jail to run divergent /bin, /usr/local, etc. just the isolation.

msk(4) and Yukon

2009-05-24 Thread Danny Braniss
hi, Since I saw some activity, I decided to try out my msks, so the Yukon 88E8050 on my Intel SE7320VP21 now works with hw.msk.legacy_intr=0 which didn't before (sorry, but the best I can say is 'long time ago' ;-) on an Asus P5K-VM with Yukon 88E8056, it panics when used to PXE

Re: Compiling world+kernel in RELENG_7 right now | releng_7 tinderbox

2009-05-24 Thread Bernhard Schmidt
Hi, /obj/amd64/src/sys/boot/i386/zfsboot/../btx/lib/crt0.o zfsboot.o sio.o \ /obj/amd64/src/tmp/usr/lib/libstand.a objcopy -S -O binary zfsboot.out zfsboot.bin btxld -v -E 0x2000 -f bin -b /obj/amd64/src/ sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr \ -o zfsboot.ld -P 1

Re: Compiling world+kernel in RELENG_7 right now

2009-05-24 Thread Svein Skogen (listmail accont)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dmitry Morozovsky wrote: On Sun, 24 May 2009, Svein Skogen (listmail accont) wrote: SSla For the past 8 or so hours, compiling RELENG_7 breaks down in zfsboot: SSla SSla btxld -v -E 0x2000 -f bin -b SSla

Building 7.2-STABLE from 7.2-RELEASE

2009-05-24 Thread Andrew Klaus
I'm trying to build a 7.2-STABLE buildworld right after I do a fresh install of 7.2-RELEASE. The kernel compiles (and boots) properly, without issue, however when I try to do a buildworld, I get the following error: objcopy -S -O binary zfsboot.out zfsboot.bin btxld -v -E 0x2000 -f bin -b

Re: Building 7.2-STABLE from 7.2-RELEASE

2009-05-24 Thread Glen Barber
Hi, Andrew On Sun, May 24, 2009 at 12:43 PM, Andrew Klaus andrewkl...@gmail.com wrote: I'm trying to build a 7.2-STABLE buildworld right after I do a fresh install of 7.2-RELEASE. The kernel compiles (and boots) properly, without issue, however when I try to do a buildworld, I get the

[releng_7 tinderbox] failure on amd64/amd64

2009-05-24 Thread FreeBSD Tinderbox
TB --- 2009-05-24 16:45:54 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-05-24 16:45:54 - starting RELENG_7 tinderbox run for amd64/amd64 TB --- 2009-05-24 16:45:54 - cleaning the object tree TB --- 2009-05-24 16:46:06 - cvsupping the source tree TB --- 2009-05-24 16:46:06 -

Re: Building 7.2-STABLE from 7.2-RELEASE

2009-05-24 Thread Andrew Klaus
Yea I wish there was a way to cancel send on the email.. I sorted the mailing list by date a few moments after I sent the original question and saw the fix - I'm recompiling now. Thanks! Andrew On Sun, May 24, 2009 at 11:30 AM, Glen Barber glen.j.bar...@gmail.comwrote: Hi, Andrew On Sun,

[releng_7 tinderbox] failure on i386/i386

2009-05-24 Thread FreeBSD Tinderbox
TB --- 2009-05-24 17:45:38 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2009-05-24 17:45:38 - starting RELENG_7 tinderbox run for i386/i386 TB --- 2009-05-24 17:45:38 - cleaning the object tree TB --- 2009-05-24 17:45:53 - cvsupping the source tree TB --- 2009-05-24 17:45:53 -

Building 7.2 Stable fails to compile dtmalloc

2009-05-24 Thread John B Scroggins
after cvsuping the latest source files I run into to this during my build process. Ive rm'd the /usr/../../modules/dtrace directory and resupped/rebuilt it, but to no avail. as anyone run into this problem? === dtrace (all) === dtrace/dtmalloc (all) cc -O2 -fno-strict-aliasing -pipe

Re: Building 7.2-STABLE from 7.2-RELEASE

2009-05-24 Thread Paul Schmehl
--On May 24, 2009 10:43:56 AM -0600 Andrew Klaus andrewkl...@gmail.com wrote: I'm trying to build a 7.2-STABLE buildworld right after I do a fresh install of 7.2-RELEASE. The kernel compiles (and boots) properly, without issue, however when I try to do a buildworld, I get the following error:

Re: msk(4) and Yukon

2009-05-24 Thread Pyun YongHyeon
On Sun, May 24, 2009 at 06:05:47PM +0300, Danny Braniss wrote: hi, Since I saw some activity, I decided to try out my msks, so the Yukon 88E8050 on my Intel SE7320VP21 now works with hw.msk.legacy_intr=0 which didn't before (sorry, but the best I can say is 'long time ago' ;-)