Try:
webcookies
webfs
abaco
It should work then.
I think abaco should be made to host its own webcookies/webfs. Why
not? It's this easy:
if ((cookiesproc = fork()) == 0) {
execl("/bin/webcookies", "webcookies", 0);
sysfatal("fork");
break;
} else if (cookiesproc < 0)
sysfatal("fork");
if ((fsproc = fork()) == 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:
--- [EMAIL PROTECTED] wrote:
From: Enrico Weigelt <[EMAIL PROTECTED]>
To: Fans of the OS Plan 9 from Bell Labs <[EMAIL PROTECTED]>
Subject: [9fans] abaco @ plan9port [WAS: Hi and, plan9-native abaco
sources?]
Date: Tue, 11 Mar 2008 18:01:05 +0100
* VinÃcius de Figueiredo Silva <[EMAIL PROTECTED]> 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
used Abaco.
I had checked some prior posts and and saw someone else had trouble
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
detected
and you started your ip connection and bound DNS
_____________________________________________________________
-. www.tuol.org .-