From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <20080311152936.979181E7@resin17.mta.everyone.net> References: <20080311152936.979181E7@resin17.mta.everyone.net> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <6A0064D3-2A14-4BB5-8D27-A487E3CAC120@mac.com> Content-Transfer-Encoding: quoted-printable From: Pietro Gagliardi Date: Tue, 11 Mar 2008 19:44:17 -0400 To: Philo565@tuol.org, Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] abaco @ plan9port [WAS: Hi and, plan9-native abaco sources?] Topicbox-Message-UUID: 766bca40-ead3-11e9-9d60-3106f5b1d025 Try: webcookies webfs abaco It should work then. I think abaco should be made to host its own webcookies/webfs. Why =20 not? It's this easy: if ((cookiesproc =3D fork()) =3D=3D 0) { execl("/bin/webcookies", "webcookies", 0); sysfatal("fork"); break; } else if (cookiesproc < 0) sysfatal("fork"); if ((fsproc =3D fork()) =3D=3D 0) { execl("/bin/webfs", "webfs", 0); sysfatal("fork"); break; } else if (fsproc < 0) sysfatal("fork"); On Mar 11, 2008, at 6:29 PM, philo wrote: > > > --- weigelt@metux.de wrote: > > From: Enrico Weigelt > To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> > Subject: [9fans] abaco @ plan9port [WAS: Hi and, plan9-native abaco =20= > sources?] > Date: Tue, 11 Mar 2008 18:01:05 +0100 > > * Vin=EDcius de Figueiredo Silva wrote: > > Hi folks, > >> Abaco's website is now hosted at http://abaco.oitobits.net ;) > > I've just tried it on plan9port, but running mk failed due some > missing fields in Irule. > After some futher looks I discovered another source within the > "abaco" subdir, which seems to build fine. > It seems there are two different versions in the tree, which > should be cleaned up. > > Trying to run abaco didn't work - it says it cannot connect > webfs. In fact, webfs doesn't seem to create an server socket > (in /tmp/ns.$LOGNAME.:0/). > > Could someone give me an advise, what's wrong here ? > > > > Hello: > I am a Plan 9 newbie with very little experience but have recently =20 > used Abaco. > I had checked some prior posts and and saw someone else had trouble =20= > compliling... > so I ended up merely downloading the pre-compiled version > > It worked fine ...but prior to running it I had to run webfs > > Running Abaco by itself does not automatically invoke webfs > > and for some sites it was also necessary to enable cookies > > > > Also: I am making the assumption the your net card was properly =20 > detected > and you started your ip connection and bound DNS > > _____________________________________________________________ > -. www.tuol.org .-