Re: [9fans] 9VX failure

2010-09-11 Thread ron minnich
hg diff diff -r c7e9b5edb8d4 src/9vx/main.c --- a/src/9vx/main.cSun Dec 27 09:49:22 2009 -0800 +++ b/src/9vx/main.cFri Sep 03 16:58:16 2010 +0100 @@ -55,6 +55,7 @@ static voidbootinit(void); static voidsiginit(void); +static void machkeyinit(void); static char* getuser(void);

Re: [9fans] 9VX failure

2010-09-11 Thread ron minnich
Try 2. sorry. Thanks again to charles for finding that CLD issue. ron hg diff diff -r c7e9b5edb8d4 src/9vx/main.c --- a/src/9vx/main.cSun Dec 27 09:49:22 2009 -0800 +++ b/src/9vx/main.cFri Sep 03 16:58:16 2010 +0100 @@ -55,6 +55,7 @@ static voidbootinit(void); static voidsigin

Re: [9fans] 9VX failure

2010-09-11 Thread yy
2010/9/11 Lucio De Re : > That bit was easy, just move the leading # from nopcap to etherpcap: >From now on, this is the default in my 9vx version: http://bitbucket.org/yiyus/vx32/ If anybody thinks pcap should be compiled by default, please let me know. > Now, where do I find Charles' fix for th

Re: [9fans] 9VX failure

2010-09-11 Thread Lucio De Re
On Sat, Sep 11, 2010 at 01:46:16PM -0400, Devon H. O'Dell wrote: > > pcap is for the virtual ethernet driver to use the native ip stack. > there's another one that uses TAP that yiyus finalized from someone > else's efforts (I'm not giving due credit here, sorry). If you don't > have pcap just don

Re: [9fans] 9VX failure

2010-09-11 Thread Devon H. O'Dell
pcap is for the virtual ethernet driver to use the native ip stack. there's another one that uses TAP that yiyus finalized from someone else's efforts (I'm not giving due credit here, sorry). If you don't have pcap just don't build etherve.c. --dho 2010/9/11 Lucio De Re : > On Sat, Sep 11, 2010 a

Re: [9fans] 9VX failure

2010-09-11 Thread Lucio De Re
On Sat, Sep 11, 2010 at 10:24:05AM -0700, ron minnich wrote: > >> > > Is that included in rminnich/vx32, where default compilation fails with > > a missing "pcap.h"? > > the pcap.h thing is unrelated and I think I'm going to change it so > that it builds default with no pcap support, since I'm not

Re: [9fans] 9VX failure

2010-09-11 Thread ron minnich
On Sat, Sep 11, 2010 at 10:18 AM, Lucio De Re wrote: > On Sat, Sep 11, 2010 at 09:34:20AM -0700, ron minnich wrote: >> >> I am pretty sure Charle's patch will fix this problem >> > Is that included in rminnich/vx32, where default compilation fails with > a missing "pcap.h"? the pcap.h thing is un

Re: [9fans] 9VX failure

2010-09-11 Thread Lucio De Re
On Sat, Sep 11, 2010 at 09:34:20AM -0700, ron minnich wrote: > > I am pretty sure Charle's patch will fix this problem > Is that included in rminnich/vx32, where default compilation fails with a missing "pcap.h"? What should I be looking for? ++L

Re: [9fans] 9VX failure

2010-09-11 Thread ron minnich
I am pretty sure Charle's patch will fix this problem ron

Re: [9fans] 9VX failure

2010-09-11 Thread Lucio De Re
On Sat, Sep 11, 2010 at 09:02:36AM +0200, Lucio De Re wrote: > > I was hoping to try 9vx.tgz from swtch.com which is not 9vx*.bz2, but > that does not behave any differently. > s/not 9/now 9/ ++L

[9fans] 9VX failure

2010-09-11 Thread Lucio De Re
Not much more than init: starting /bin/rc Segmentation fault from a freshly compiled 9vx or the 9vx.Linux contained in the HG repository on bitbucket.org. I was hoping to try 9vx.tgz from swtch.com which is not 9vx*.bz2, but that does not behave any differently. The platform