Re: [uml-user] SKAS on XEN

2005-03-02 Thread nils toedtmann
On Tue, Mar 01, 2005 at 11:53:21AM +0100, Gerd Knorr wrote: > nils toedtmann <[EMAIL PROTECTED]> writes: > > this is about combining SKAS & XEN without having any clue. > > Just did that last week. ... but _with_ clue ;-) Thanks! > It's to be applied on top of 2.6.11-rc plus 2.6.11-v8-rc2 > s

Re: [uml-user] SKAS on XEN

2005-03-02 Thread Blaisorblade
On Tuesday 01 March 2005 14:22, nils toedtmann wrote: > On Tue, Mar 01, 2005 at 11:53:21AM +0100, Gerd Knorr wrote: > Blaisorblade: > -v8-rc2-fix.patch> gives a 403. Sorry, fixed. Simply kmail saved the fail with 0700 per

Re: [uml-user] SKAS on XEN

2005-03-02 Thread nils toedtmann
On Tue, Mar 01, 2005 at 03:22:03PM +0100, Gerd Knorr wrote: > > > > Yes, that one. > > > > plus a batch of xen patches maintained by someone else ;) > > > > Where did you find them? xen-[2.0.4|2.0-testing|unstable] only > > has

Re: [uml-user] SKAS on XEN

2005-03-02 Thread Blaisorblade
On Tuesday 01 March 2005 15:22, Gerd Knorr wrote: > > > > Yes, that one. > > > > plus a batch of xen patches maintained by someone else ;) > > > > Where did you find them? xen-[2.0.4|2.0-testing|unstable] only > > has patches for 2.

Re: [uml-user] SKAS on XEN

2005-03-02 Thread nils toedtmann
On Mon, Feb 28, 2005 at 05:57:24PM -0600, Christopher S. Aker wrote: > >Unfortunately, within my FC3 UMLs some binaries now crash :-( > >While sysV startup (including network, cron, syslog, sshd), > >bash, find, host, ping, ... all work fine, others like > >/bin/rpm or /bin/ls segfault. /usr/bin/v

Re: [uml-user] SKAS on XEN

2005-03-01 Thread nils toedtmann
On Tue, Mar 01, 2005 at 12:38:45PM -0600, Christopher S. Aker wrote: > >>>The "set_thread_area(...) = -1 ENOSYS" is normal (or?), > >>>since there are no TLS libs any more, so it comes down to > > > > > >... i exactly meant that :) This is a different proble

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Christopher S. Aker
The "set_thread_area(...) = -1 ENOSYS" is normal (or?), since there are no TLS libs any more, so it comes down to ... i exactly meant that :) This is a different problem. Yeah, didn't see that line :) The issue with TLS/NPTL and UML is that it doesn't imp

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Gerd Knorr
> Only the Xen tools in domain 0 sometimes looses connection to the > Xen kernel (so i cannot control domains via "xm" any more), but > i doubt that this has anything to do with SKAS. Network setup is a bit tricky indeed because both xen and uml use bridges to make virtual machines appear transpar

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Gerd Knorr
> Yes, that one. > > plus a batch of xen patches maintained by someone else ;) > > Where did you find them? xen-[2.0.4|2.0-testing|unstable] only > has patches for 2.6.10. When i apply them to 2.6.11-rc5 it won't > compile :-(

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Gerd Knorr
nils toedtmann <[EMAIL PROTECTED]> writes: > Moin *, > > this is about combining SKAS & XEN without having any clue. Just did that last week. It's to be applied on top of 2.6.11-rc plus 2.6.11-v8-rc2 skas patch plus fix for that from bodo (fished from devel list) plus a batch of xen patches mai

Re: [uml-user] SKAS on XEN

2005-02-28 Thread Jim Carter
On Tue, 1 Mar 2005, nils toedtmann wrote: > Unfortunately, within my FC3 UMLs some binaries now crash :-( > While sysV startup (including network, cron, syslog, sshd), > bash, find, host, ping, ... all work fine, others like > /bin/rpm or /bin/ls segfault. /usr/bin/vim also segfaults, > but when

Re: [uml-user] SKAS on XEN

2005-02-28 Thread Christopher S. Aker
First off -- nice work. I attempted this a while back and quickly abandoned the idea :) Unfortunately, within my FC3 UMLs some binaries now crash :-( While sysV startup (including network, cron, syslog, sshd), bash, find, host, ping, ... all work fine, others like /bin/rpm or /bin/ls segfault.

[uml-user] SKAS on XEN

2005-02-28 Thread nils toedtmann
Moin *, this is about combining SKAS & XEN without having any clue. If you are only interested in the details, go here: It does not really work, but almost. Maybe it's only a small last step to produce a functional SKAS-on-XEN-patch. Maybe someo