Re: Any recent news on Xen support for FreeBSD?

2007-04-04 Thread Rink Springer
Hi, On Mon, Apr 02, 2007 at 02:52:40AM -0700, Jaye Mathisen wrote: I was just curious if there was a better or updated status available. As Kip stated, I am working on improving FreeBSD/xen support to work correctly [1] on more recent versions of Xen 3.0. Progress is being made, but due to

Re: strange bit-shifting

2007-04-04 Thread Andriy Gapon
on 03/04/2007 21:02 Stefan Farfeleder said the following: On Tue, Apr 03, 2007 at 08:22:15PM +0300, Andriy Gapon wrote: [...] $ ./test_shl $ uname -srm FreeBSD 6.2-RELEASE-p2 amd64 $ gcc -v Using built-in specs. Configured with: FreeBSD/amd64 system

diskless/rm causing deadlock?

2007-04-04 Thread Danny Braniss
I stumbled on this in -current, but it's also true for 6.2. /(root) is mounted diskless, doing rm of a file in /, even as a lowly mortal will hang the network, and hence everything. on a 6.1 system, it works as expected. badwolf rm /usr/ports rm: /usr/ports: Read-only file system i'll try to

Mac OS underlying FreeBSD - does it run Linux emulation?

2007-04-04 Thread Christoph P. Kukulies
Hi, does anyone know whether one can run Linux applications under the underlying FreeBSD of the MAC OS (on an Intel Core Duo mini Mac)? -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org ___ freebsd-hackers@freebsd.org mailing list

Re: Mac OS underlying FreeBSD - does it run Linux emulation?

2007-04-04 Thread Ed Schouten
* Christoph P. Kukulies [EMAIL PROTECTED] wrote: does anyone know whether one can run Linux applications under the underlying FreeBSD of the MAC OS (on an Intel Core Duo mini Mac)? If you mean by recompiling the applications in question, often you can. Take a look at MacPorts or Fink. Those

Re: Mac OS underlying FreeBSD - does it run Linux emulation?

2007-04-04 Thread Mike Meyer
In [EMAIL PROTECTED], Christoph P. Kukulies [EMAIL PROTECTED] typed: does anyone know whether one can run Linux applications under the underlying FreeBSD of the MAC OS (on an Intel Core Duo mini Mac)? No, you can't. The underlying FreeBSD is userland code; not kernel code. The OSX kernel is

Re: Mac OS underlying FreeBSD - does it run Linux emulation?

2007-04-04 Thread Robert Watson
On Wed, 4 Apr 2007, Mike Meyer wrote: In [EMAIL PROTECTED], Christoph P. Kukulies [EMAIL PROTECTED] typed: does anyone know whether one can run Linux applications under the underlying FreeBSD of the MAC OS (on an Intel Core Duo mini Mac)? No, you can't. The underlying FreeBSD is userland

Re: diskless/rm causing deadlock?

2007-04-04 Thread Kris Kennaway
On Wed, Apr 04, 2007 at 11:55:10AM +0300, Danny Braniss wrote: I stumbled on this in -current, but it's also true for 6.2. /(root) is mounted diskless, doing rm of a file in /, even as a lowly mortal will hang the network, and hence everything. on a 6.1 system, it works as expected. badwolf

Re: Mac OS underlying FreeBSD - does it run Linux emulation?

2007-04-04 Thread Coleman Kane
On 4/4/07, Robert Watson [EMAIL PROTECTED] wrote: On Wed, 4 Apr 2007, Mike Meyer wrote: In [EMAIL PROTECTED], Christoph P. Kukulies [EMAIL PROTECTED] typed: does anyone know whether one can run Linux applications under the underlying FreeBSD of the MAC OS (on an Intel Core Duo mini Mac)?