9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Pietro Gagliardi <pietro10@mac.com>
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?]
Date: Tue, 11 Mar 2008 19:44:17 -0400	[thread overview]
Message-ID: <6A0064D3-2A14-4BB5-8D27-A487E3CAC120@mac.com> (raw)
In-Reply-To: <20080311152936.979181E7@resin17.mta.everyone.net>

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:

>
>
> --- weigelt@metux.de wrote:
>
> From: Enrico Weigelt <weigelt@metux.de>
> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
> 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 <viniciusfs@gmail.com> 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 .-



  reply	other threads:[~2008-03-11 23:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-11 22:29 philo
2008-03-11 23:44 ` Pietro Gagliardi [this message]
2008-03-12 12:05   ` Steve Simon
2008-03-12 13:36     ` erik quanstrom
2008-03-12 16:55       ` Iruata Souza
2008-03-12 17:22         ` erik quanstrom
2008-03-12 17:54           ` Federico G. Benavento
2008-03-12 18:54             ` Pietro Gagliardi
2008-03-12 18:59               ` erik quanstrom
2008-03-12 19:23               ` Federico G. Benavento
  -- strict thread matches above, loose matches on Subject: below --
2008-03-12 23:08 erik quanstrom
2008-03-14 21:54 ` Bruce Ellis
2008-03-14 22:21   ` erik quanstrom
2008-03-08  3:00 [9fans] Hi and, plan9-native abaco sources? Sean Caron
2008-03-08  4:16 ` Iruata Souza
2008-03-10 11:38   ` Vinícius de Figueiredo Silva
2008-03-11 17:01     ` [9fans] abaco @ plan9port [WAS: Hi and, plan9-native abaco sources?] Enrico Weigelt
2008-03-11 17:12       ` Federico G. Benavento
2008-03-12 21:36         ` Enrico Weigelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6A0064D3-2A14-4BB5-8D27-A487E3CAC120@mac.com \
    --to=pietro10@mac.com \
    --cc=9fans@9fans.net \
    --cc=Philo565@tuol.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).