Re: [9fans] contrib/install

2015-12-20 Thread erik quanstrom
> I wonder, have you installed the contribution package? If not then this is > what you need, I think - it's been a few years since I did this... > > 9fs sources > /n/sources/contrib/fgb/root/rc/bin/contrib/install fgb/contrib > > Once this completes you should be able to do the installs you

Re: [9fans] contrib/install

2015-12-20 Thread Steve Simon
I wonder, have you installed the contribution package? If not then this is what you need, I think - it's been a few years since I did this... 9fs sources /n/sources/contrib/fgb/root/rc/bin/contrib/install fgb/contrib Once this completes you should be able to do the installs you wanted. FYI, i

Re: [9fans] contrib/install

2015-12-20 Thread Skip Tavakkolian
what is the value of the 'path' environment variable? (i.e. echo $path) > I am trying to install contributed software and after running install > contrib/install I always get: > term% contrib/install fgb/opensslcontrib/install: './contrib' directory entry > not found > So I create it and

[9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
Anyone else having trouble getting equis installed via contrib/install? I tried to do this this morning, as I was interested in giving cinap_lenrek's dillo rc bundle a spin, and figured I needed X11 for that, but it might already be there (it's failing). X11 didn't succeed in installing, and it

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread ron minnich
the contrib tools are based on replica and in my experience that makes them slow and fragile. You might want to give the 9pm stuff I did a try. It works,it's far faster, and they're trivial shell scripts that are easy to understand. Simple example, installing openssh is about 50 times faster --

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:01 AM, ron minnich rminn...@gmail.com wrote: the contrib tools are based on replica and in my experience that makes them slow and fragile. You might want to give the 9pm stuff I did a try. It works,it's far faster, and they're trivial shell scripts that are easy to

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread erik quanstrom
I've been thinking there might be a way for me to contribute to contrib here with failure cleanup, once I get a good handle on how it all works. contrib/remove didn't work? - erik

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:04 AM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 8:01 AM, ron minnich rminn...@gmail.com wrote: the contrib tools are based on replica and in my experience that makes them slow and fragile. You might want to give the 9pm stuff I did a try. It

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:17 AM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 8:12 AM, erik quanstrom quans...@quanstro.netwrote: I've been thinking there might be a way for me to contribute to contrib here with failure cleanup, once I get a good handle on how it all

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread erik quanstrom
having very strange behavior of /tmp after a failed contrib/install. sounds like magic. what is the behavior? - erik

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:15 AM, Stanley Lieber stanley.lie...@gmail.comwrote: For what it's worth, I installed equis via contrib/install about a week ago and it worked. Slow, but everything installed and I was able to use it. Thanks for that feedback. I'm having some issues with it not

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread erik quanstrom
Thanks for that feedback. I'm having some issues with it not completing, and now /tmp says clone failed when I try to ls from a cwd of /tmp. okay, either a process is in the Broken state, or the file server serving /tmp has exited. you should be able to get a lot of information with ps and

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:24 AM, erik quanstrom quans...@quanstro.netwrote: having very strange behavior of /tmp after a failed contrib/install. sounds like magic. what is the behavior? getting clone failed when doing ls from a cwd of /tmp. I ended up just firing up another ramfs to move

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:27 AM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 8:24 AM, erik quanstrom quans...@quanstro.netwrote: having very strange behavior of /tmp after a failed contrib/install. sounds like magic. what is the behavior? getting clone failed when

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread ron minnich
On Mon, Nov 15, 2010 at 8:20 AM, David Leimbach leim...@gmail.com wrote: I just tried contrib/remove, lots of files were rm -f'd, and in the end, contrib/install says it's still installed. Yep, that's not an unusual experience. ron

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread ron minnich
On Mon, Nov 15, 2010 at 8:36 AM, David Leimbach leim...@gmail.com wrote: Ah now we're failing again: error: copying /386/bin/X11/equis: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/twm: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/xclock: '/n/dist/386/bin' does

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Steve Simon
I just tried contrib/remove, lots of files were rm -f'd, and in the end, contrib/install says it's still installed. Yep, that's not an unusual experience. educated guess at the answer... contrib/remove prints the commands to remove the package, it does not actually do the removal, thats up

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Steve Simon
error: copying /386/bin/X11/equis: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/twm: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/xclock: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/xev: '/n/dist/386/bin' does not exist error: copying

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 10:34 AM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 8:46 AM, ron minnich rminn...@gmail.com wrote: On Mon, Nov 15, 2010 at 8:36 AM, David Leimbach leim...@gmail.com wrote: Ah now we're failing again: error: copying /386/bin/X11/equis:

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Yaroslav
error: copying /386/bin/X11/equis: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/twm: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/xclock: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/xev: '/n/dist/386/bin' does not exist error: copying

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 1:50 PM, Yaroslav yari...@gmail.com wrote: error: copying /386/bin/X11/equis: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/twm: '/n/dist/386/bin' does not exist error: copying /386/bin/X11/xclock: '/n/dist/386/bin' does not exist error: copying

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Federico G. Benavento
also it shouldn't take that long... if you have the latest contrib tools what happens it's this: it first fcp's an iso.bz2 to your /tmp and runs replica from there. of course that iso.bz2 is 22 MB, but that's not contrib's fault On Mon, Nov 15, 2010 at 8:33 PM, Federico G. Benavento

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 3:37 PM, Federico G. Benavento benave...@gmail.comwrote: also it shouldn't take that long... if you have the latest contrib tools what happens it's this: it first fcp's an iso.bz2 to your /tmp and runs replica from there. of course that iso.bz2 is 22 MB, but that's

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 3:42 PM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 3:37 PM, Federico G. Benavento benave...@gmail.com wrote: also it shouldn't take that long... if you have the latest contrib tools what happens it's this: it first fcp's an iso.bz2 to your

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Federico G. Benavento
the easiest way to reinstall is % contrib/install -f usr/pkg On Mon, Nov 15, 2010 at 6:52 PM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 1:50 PM, Yaroslav yari...@gmail.com wrote: error: copying /386/bin/X11/equis: '/n/dist/386/bin' does not exist error: copying

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 3:45 PM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 3:42 PM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 3:37 PM, Federico G. Benavento benave...@gmail.com wrote: also it shouldn't take that long... if you have the latest

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Federico G. Benavento
nope, the log is the problem, but anyways, ignore those errors, the installation worked just fine. I'll try to remove them, so it doesn't confuse anyone On Mon, Nov 15, 2010 at 8:56 PM, David Leimbach leim...@gmail.com wrote: On Mon, Nov 15, 2010 at 3:45 PM, David Leimbach leim...@gmail.com

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread ron minnich
On Mon, Nov 15, 2010 at 3:37 PM, Federico G. Benavento benave...@gmail.com wrote: also it shouldn't take that long... if you have the latest contrib tools what happens it's this: it first fcp's an iso.bz2 to your /tmp and runs replica from there. neat. That's a good step. 9pm won't use

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread Federico G. Benavento
btw, there are no lbuns for firefox and such, but it works, opera does too On Tue, Nov 16, 2010 at 1:57 AM, Federico G. Benavento benave...@gmail.com wrote: ok, dillo is a linux binary, right?  and it looks like is looking for a unix socket, but equis has APE sockets! so for dillo try tcp

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread David Leimbach
On Mon, Nov 15, 2010 at 8:57 PM, Federico G. Benavento benave...@gmail.comwrote: ok, dillo is a linux binary, right? and it looks like is looking for a unix socket, but equis has APE sockets! so for dillo try tcp DISPLAY=127.0.0.1:0 I did try that, thinking that could have been the

Re: [9fans] contrib/install fgb/X11?

2010-11-15 Thread cinap_lenrek
there is a very old version of linuxemu in that lbun... the current one supports ape unix domain sockets (even server side). it might be possible to repack the lbun with a current version, but i can't remember the details. -- cinap ---BeginMessage--- On Mon, Nov 15, 2010 at 8:57 PM, Federico G.

[9fans] contrib/install steve/mysqlfs

2009-02-19 Thread Steve Simon
Mysqlfs available in my contrib area, modeled after inferno's odbc(10.4) though not strictly compatible with it. -Steve