Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-08-12 Thread Steven Chamberlain
On 13/07/12 14:44, Richard Yao wrote: > [...] It might be easier to make some changes to FreeBSD's > linux emulation and Debian Linux's packages so that the FreeBSD kernel > could boot a Linux userland using the same binaries used in Debian > Linux. Hi, I found some old answers to a similar quest

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-14 Thread Petr Salinger
The Linux emulation isn't intended to be a complete replacement for native ABI. It's just a layer that upstream maintains in order to run a specific set of applications. This layer is severely limited in other areas and can't be used as a "general ABI for everything" as you envisioned (that is, u

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-14 Thread Richard Yao
On 07/14/2012 07:57 AM, Robert Millan wrote: > 2012/7/13 Richard Yao : >> I understand that Debian GNU/kFreeBSD currently builds software using >> the FreeBSD ABI. It might be easier to make some changes to FreeBSD's >> linux emulation and Debian Linux's packages so that the FreeBSD kernel >> could

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-14 Thread Robert Millan
2012/7/13 Richard Yao : > I understand that Debian GNU/kFreeBSD currently builds software using > the FreeBSD ABI. It might be easier to make some changes to FreeBSD's > linux emulation and Debian Linux's packages so that the FreeBSD kernel > could boot a Linux userland using the same binaries used

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Richard Yao
Actually, I was wrong. I did receive this email, but it slipped through the cracks. I have some more thoughts that I will share below. On 07/13/2012 11:17 AM, Petr Salinger wrote: >> I understand that Debian GNU/kFreeBSD currently builds software using >> the FreeBSD ABI. It might be easier to ma

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Richard Yao
Dear Petr, I forgot to mention that I am not on the list, so please CC replies to me. I noticed Petr Salinger's reply because I was looking through the mailing list archives. > Please could, you give us some examples of what does not work correctly using FreeBSD ABI and works using Linuxator ABI

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Timo Juhani Lindfors
Richard Yao writes: >> Interesting. Does for example gnu screen work? > > Yes. Interesting, this is where I stopped last time I tried this several years ago. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Petr Salinger
I understand that Debian GNU/kFreeBSD currently builds software using the FreeBSD ABI. It might be easier to make some changes to FreeBSD's linux emulation and Debian Linux's packages so that the FreeBSD kernel could boot a Linux userland using the same binaries used in Debian Linux. This would ma

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Richard Yao
On 07/13/2012 11:10 AM, Richard Yao wrote: > On the other hand, tmux does not work. FreeBSD''s Linux compatibility > does not support epoll, but libevent's build system thinks that it does. > That stems from Linux 2.6 having epoll from the start and it being one > of the few things that FreeBSD has

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Richard Yao
On 07/13/2012 10:32 AM, Timo Juhani Lindfors wrote: > Richard Yao writes: >> have Gentoo Linux's userland running in a FreeBSD jail nearly perfectly, >> so it is definitely possible. > > Interesting. Does for example gnu screen work? > Yes. On the other hand, tmux does not work. FreeBSD''s Lin

Re: Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Timo Juhani Lindfors
Richard Yao writes: > have Gentoo Linux's userland running in a FreeBSD jail nearly perfectly, > so it is definitely possible. Interesting. Does for example gnu screen work? -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listma

Using Linux emulation in FreeBSD to run a Debian Linux userland

2012-07-13 Thread Richard Yao
Dear Everyone, I understand that Debian GNU/kFreeBSD currently builds software using the FreeBSD ABI. It might be easier to make some changes to FreeBSD's linux emulation and Debian Linux's packages so that the FreeBSD kernel could boot a Linux userland using the same binaries used in Debian Linux