Re: vkernel GSoC, some questions

2008-03-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Oliver Fromme [EMAIL PROTECTED] writes: : The vkernel feature has certainly benefits, e.g. the fact : that you can attach to it with standard gdb and use the : familiar debugging facilities, which can attract more Can't you say qemu -s and attach gdb to

Re: Building in /usr/src copied to $HOME

2008-03-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Giorgos Keramidas [EMAIL PROTECTED] writes: : On 2008-03-18 21:28, V??clav Haisman [EMAIL PROTECTED] wrote: : Hi, : I am trying to use /usr/src copied to my $HOME but the build process : doesn't want to work. For example when I try build /bin/cp I get

Re: Building in /usr/src copied to $HOME

2008-03-21 Thread Václav Haisman
M. Warner Losh wrote, On 21.3.2008 17:34: In message: [EMAIL PROTECTED] Giorgos Keramidas [EMAIL PROTECTED] writes: : On 2008-03-18 21:28, V??clav Haisman [EMAIL PROTECTED] wrote: : Hi, : I am trying to use /usr/src copied to my $HOME but the build process : doesn't want to work.

features of objcopy

2008-03-21 Thread Kai Wang
Hi list, I'm working on a BSD Licensed objcopy/strip rewrite(in p4) based on libelf, I really want to know the answers to a few questions listed below, and please do not hesitate if you have other related suggestions. Thanks in advance! 1. Do you often use object/strip on 'ar' archives? 2. Do

Re: Building in /usr/src copied to $HOME

2008-03-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Václav Haisman [EMAIL PROTECTED] writes: : M. Warner Losh wrote, On 21.3.2008 17:34: : In message: [EMAIL PROTECTED] : Giorgos Keramidas [EMAIL PROTECTED] writes: : : On 2008-03-18 21:28, V??clav Haisman [EMAIL PROTECTED] wrote: : : Hi, :

Re: features of objcopy

2008-03-21 Thread Max Laier
On Friday 21 March 2008 21:03:19 Kai Wang wrote: Hi list, I'm working on a BSD Licensed objcopy/strip rewrite(in p4) based on libelf, I really want to know the answers to a few questions listed below, and please do not hesitate if you have other related suggestions. Thanks in advance! 1.

Re: Building in /usr/src copied to $HOME

2008-03-21 Thread Giorgos Keramidas
On Fri, 21 Mar 2008 14:32:24 -0600 (MDT), M. Warner Losh [EMAIL PROTECTED] wrote: In message: [EMAIL PROTECTED] Václav Haisman [EMAIL PROTECTED] writes: : The problem is that MK_DYNAMICROOT is defined by bsd.own.mk. This : likely means that he's not building the same version of

Some versioned storage program?

2008-03-21 Thread Xin LI
Hi, folks, I'm looking for some versioned storage program that can fulfill the following requirements: - Open source/Free Software that can run on FreeBSD, or not far (i.e. on other POSIX OS) - Support of atomic commit/rollback. - Fast checkin time (At least, when added/changed files

Re: features of objcopy

2008-03-21 Thread Joerg Sonnenberger
On Fri, Mar 21, 2008 at 09:03:19PM +0100, Kai Wang wrote: 1. Do you often use object/strip on 'ar' archives? Strip on ar(1)chives is very handy. 2. Do you often convert ELF to raw binary, iHex, S-Record or vice versa? Not via objcopy, but with ld. 3. What features do you like to add into

Re: Some versioned storage program?

2008-03-21 Thread Giorgos Keramidas
On Fri, 21 Mar 2008 16:10:22 -0700, Xin LI [EMAIL PROTECTED] wrote: Hi, folks, I'm looking for some versioned storage program that can fulfill the following requirements: - Open source/Free Software that can run on FreeBSD, or not far (i.e. on other POSIX OS) - Support of atomic

Re: Some versioned storage program?

2008-03-21 Thread Xin LI
Giorgos Keramidas wrote: On Fri, 21 Mar 2008 16:10:22 -0700, Xin LI [EMAIL PROTECTED] wrote: Hi, folks, I'm looking for some versioned storage program that can fulfill the following requirements: - Open source/Free Software that can run on FreeBSD, or not far (i.e. on other POSIX OS) -

Re: Some versioned storage program?

2008-03-21 Thread Tim Kientzle
Xin LI wrote: Ah... Ok I think I should have mentioned the purpose of the system. It is supposed to be used in a CMS system, and the storage program will be used as one auxiliary backend where rendered pages are being stored. I've considered using SVN+Apache behind one or more Squid caches

Re: Vital Patches for ataraid with Intel Matrix RAID (ICH7)

2008-03-21 Thread Daniel O'Connor
On Thu, 20 Mar 2008, Stef Walter wrote: Don't duplicate the RAID amoeba style if you boot with a drive present that was detached from a RAID. This can happen if you manage to get past the above panic problem. You'll end up with two devices like ar0 and ar1. This can be a major mess if ar1 was

Re: Vital Patches for ataraid with Intel Matrix RAID (ICH7)

2008-03-21 Thread Stef Walter
Daniel O'Connor wrote: I have seen this bug in other ATA RAID implementations (VIA Promise) too. From what I can tell this part of your patch is general to all ATA RAID arrays, right? Yes, a small part. The part that will write out the RAID information (thus updating the generation)