Conversation with #inferno at Sun Oct 4 00:58:53 2009 on powerman-asdf@irc.freenode.net (irc) (02:14:41) sqweek: hm, /win away seems to work but also gives me "unknown command" in the current window (04:23:12) anothy_x [n=a@adsl-99-155-109-206.dsl.bcvloh.sbcglobal.net] entered the room. (05:24:47) jimerickson: trying to build inferno on plan9. getting errors from mk. it cant find libinterp.a and /bin/limbo. what am i doing wrong? (05:25:18) sqweek: did you run mk install or just mk all? (05:25:36) jimerickson: sqweek just mk all (05:26:36) sqweek: that will do it (05:27:24) sqweek: you need to mk install as some of the built products (eg libinterp.a and limbo) are used again later and expected to be found in system paths (05:28:52) jimerickson: ok i will try it sqweek (06:10:34) jimerickson: well i tried and failed. i have set the variables in mkconfig and am using the native mk on plan9. no matter what i do i get the same error about libinterp.a and /bin/limbo. (06:11:23) sqweek: double check the readme (06:11:37) sqweek: it might want you to bind 386/^(bin lib) in place on plan 9 (06:12:10) jimerickson: ok sqweek thanks (06:20:28) jimerickson: yes i see now. but how do i modify the value of path in plan9? (06:20:41) sqweek: you don't (06:21:06) sqweek: just union bind the inferno bin dir onto /bin (06:21:15) sqweek: see bind(2) (06:21:30) jimerickson: got it thank you! (06:48:27) paigeadele left the room (quit: "brb"). (06:49:59) paigeadele [i=pthomps@75-146-55-252-Washington.hfc.comcastbusiness.net] entered the room. (07:00:03) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (07:25:24) jimerickson: well i got the union bind set up successfully. and it built for quite awhile but eventually gave a keyringmodinit error for elgamalinit, rsainit, and dsainit. how can i deal with this? (07:42:03) sqweek: what's the error? (07:50:23) jimerickson: keyringmodinit: elgamalinit undefined. same for rsainit and dsainit. (08:04:27) sqweek: no idea, never seen that one (08:04:30) sqweek: try the list (08:05:25) jimerickson: ok thanks sqweek i will give them a try... (08:06:01) sqweek: be clear about what version you're using though (08:06:45) jimerickson: 20090730 (11:12:13) mjl-: sqweek: you're right about the /win away error... a missing return somewhere (11:15:11) mjl-: fix committed and pushed (11:15:18) mjl-: thanks (11:15:20) sqweek: cheers :) (11:40:16) anothy_x left the room (quit: Read error: 105 (No buffer space available)). (12:47:06) sswam left the room (quit: "Lost terminal"). (12:50:59) j123m1 [n=j1m@unas-revda.interra.ru] entered the room. (12:52:14) j123m left the room (quit: Read error: 104 (Connection reset by peer)). (13:00:43) uriel left the room (quit: leguin.freenode.net irc.freenode.net). (13:01:07) uriel [n=uriel@li43-28.members.linode.com] entered the room. (13:26:35) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (15:55:56) sswam left the room (quit: "leaving"). (15:56:27) j123m [n=j1m@unas-revda.interra.ru] entered the room. (15:57:15) j123m1 left the room (quit: Read error: 54 (Connection reset by peer)). (16:07:40) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (17:16:55) anothy_x [n=a@99.40.131.117] entered the room. (17:32:25) j123m left the room (quit: "Leaving."). (17:33:43) j123m [n=j1m@unas-revda.interra.ru] entered the room. (17:55:49) yiyus left the room (quit: Read error: 110 (Connection timed out)). (18:24:36) yiyus [i=12427124@je.je.je] entered the room. (18:42:10) sswam left the room (quit: "leaving"). (19:16:17) yiyus left the room (quit: Read error: 110 (Connection timed out)). (19:27:51) acmeuser [n=acmeuser@p4FF63C3B.dip.t-dialin.net] entered the room. (19:29:37) acmeuser left the room (quit: Read error: 104 (Connection reset by peer)). (20:02:19) yiyus [i=12427124@server1.bouncer4you.de] entered the room. (00:56:04) roberthahn [n=robertha@CPE000d3a73f0a0-CM00194757ad54.cpe.net.cable.rogers.com] entered the room. (00:56:56) roberthahn: Hi! Is this the right channel to ask for help with AcmeSAC? It's the channel listed in the README... (00:59:21) mjl-: never hurts to try, there are some users of acmesac here (00:59:24) mjl-: unsurprisingly :) (00:59:27) mjl-: i'm not one of them though (01:00:59) roberthahn: ok, thanks mjl- (01:02:52) roberthahn: For those who are AcmeSAC users (on OS X, if that's important), how can I add paths? For example, I noticed that scripts that I have in /n/local/~/bin/ won't run, so I'd like to add it to whatever the equivalent of $PATH is... (01:03:32) mjl-: normally you would bind that path after /dis. e.g. bind -a $home/dis /dis (01:04:13) mjl-: perhaps acmesac has a default path from the homedir that it binds on /dis, don't know. it probably has some startup script you can put such a bind command in... (01:05:27) roberthahn: I've worked out that I have a profile in /usr/roberthahn/lib/profile (inside the acmesac environment), and it looks much like what I'd expect a shell profile file to look like (01:05:48) roberthahn: modulo the fact that I'm not familiar with Inferno's sh (01:07:00) roberthahn: from what i've worked out, mjl, AcmeSAC seems to boot a virtual Inferno environment, and adds a 'way out' to the regular filesystem via /n/local/ (01:07:40) mjl-: yeah, that makes sense. i do the same with normal inferno nowdays (01:08:16) mjl-: so the path is something like /n/local/home/$user/bin, and it contains dis programs or inferno sh scripts you want to run? (01:08:39) roberthahn: well, actually, what i want to run are ruby scripts (01:08:54) roberthahn: i'm out of luck, aren't I :P (01:10:07) mjl-: well, inferno isn't going to interpret the scripts for you of course, but you can use the os(1) command to let the host os (mac os x in this case) execute them (01:10:41) roberthahn: ah, ok. (01:11:06) roberthahn: i think you've given me a way forward on my research here. Thanks mjl- (01:11:15) mjl-: i think acmesac has a way to make use of os(1) easier (normally, os(1) cannot map an inferno path (e.g. /n/local/some/dir) to the host os path (/some dir), but acmesac has something for that (01:11:18) mjl-: cool, np (01:12:04) mjl-: roberthahn: you could try 'os /usr/local/bin/ruby' (or where mac os x stores it), and see what happens. or directly make it run a specific script (01:15:43) roberthahn: ok, looks like i can get that to work. If I want to turn 'os /usr/bin/ruby' into a one-word script, can i take that oneliner and save it to a file somewhere? in /dis? (01:15:57) roberthahn: can I put Inferno sh scripts in /dis? (01:16:20) mjl-: yes, that should work (01:16:32) mjl-: start it with: #!/dis/sh.dis (01:17:01) mjl-: e.g. /dis/man (that probably exists on acmesac too, i have it on normal inferno at least) (01:18:17) roberthahn: yes, i've seen evidence that it does exist. Very cool. Thanks again mjl- (01:21:54) mjl-: have fun (01:22:02) mjl-: i'm off to bed, o/~~ :) (05:25:05) anothy_x1 [n=a@99.40.131.117] entered the room. (05:34:23) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (05:41:27) anothy_x1 is now known as anothy_x (06:25:22) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (07:16:58) jimerickson: "keyringmodinit: elgamalinit is undefined" error received trying to build inferno on a plan9 vm (08:21:44) rapidfx [n=host666@vl-cen-ce1.avtlg.ru] entered the room. (09:22:55) underspecified [n=eric@isa7-dhcp-116-217.naist.jp] entered the room. (09:24:02) sswam: lol at nounderscoresinlongvariablenames (11:32:25) underspecified left the room (quit: ). (11:33:42) underspecified [n=eric@163.221.116.148] entered the room. (13:39:53) roberthahn left the room (quit: ). (13:54:53) underspecified left the room (quit: ). (14:12:05) eno left the room (quit: Read error: 104 (Connection reset by peer)). (14:12:08) eno__ [n=eno@70.137.155.161] entered the room. (14:20:57) robot12 [n=robot12@inferno.kgts.ru] entered the room. (14:47:47) robot12 left the room (quit: "Ухожу я от вас (xchat 2.4.5 или старше)"). (14:58:35) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:19:58) andguent left the room (quit: "ZNC - http://znc.sourceforge.net"). (16:36:53) j123m1 [n=j1m@unas-revda.interra.ru] entered the room. (16:37:30) j123m left the room (quit: Read error: 54 (Connection reset by peer)). (16:40:06) andguent [n=andguent@qcx.be] entered the room. (16:41:54) mennis [n=mennis@adsl-065-012-170-146.sip.asm.bellsouth.net] entered the room. (16:58:20) gualteri [n=speiro@crespins.disca.upv.es] entered the room. (19:27:59) jimerickson: sqweek i got a response from the list. the solution was to add "keyring" to emu/Plan9/emu just before "sec" in the lib section. thought you might like to know. (19:30:50) jimerickson: attachscreen: can't mount widow manager: bad rectangle in attach. (19:30:50) jimerickson: wmlib: can't allocate Display: initdisplay: /dev/draw/new: bad rectangle (19:30:50) jimerickson: in attach. how can i resolve this? (19:49:00) anothy_x: what's that in response to? (20:08:01) gualteri left the room. (20:29:37) mjl-: is everyone finishing their work in progress reports for iwp9 yet? :) (20:59:42) mennis left the room (quit: Remote closed the connection). (21:56:47) rapidfx left the room (quit: "Leaving."). (22:37:26) sswam left the room (quit: "Lost terminal"). (22:46:43) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (22:52:17) mennis left the room (quit: Client Quit). (23:01:34) j123m1 left the room (quit: Read error: 110 (Connection timed out)). (00:25:50) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (00:32:31) digi9 [n=john@illiac2.rit.edu] entered the room. (00:32:38) digi9: Any of you using Octopus? (00:42:17) digi9 left the room (quit: Remote closed the connection). (00:59:19) mennis left the room (quit: Client Quit). (02:01:08) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (02:56:45) underspecified left the room (quit: ). (03:39:32) underspecified [n=eric@walnut.naist.jp] entered the room. (03:39:37) underspecified left the room (quit: Read error: 104 (Connection reset by peer)). (03:39:50) underspecified [n=eric@walnut.naist.jp] entered the room. (04:12:11) eno [n=eno@nslu2-linux/eno] entered the room. (04:23:04) eno__ left the room (quit: Read error: 110 (Connection timed out)). (04:58:07) anothy_x [n=a@adsl-99-40-129-119.dsl.bcvloh.sbcglobal.net] entered the room. (05:23:46) anothy_x1 [n=a@adsl-99-40-129-119.dsl.bcvloh.sbcglobal.net] entered the room. (05:31:55) anothy_x left the room (quit: Read error: 110 (Connection timed out)). (05:47:19) anothy_x1 is now known as anothy_x (07:26:33) robot12 [n=robot12@inferno.kgts.ru] entered the room. (07:53:49) sswam [n=sswam@124.181.21.144] entered the room. (07:59:12) rapidfx [n=host666@vl-cen-ce1.avtlg.ru] entered the room. (08:02:08) sswam left the room (quit: "leaving"). (09:38:01) j123m [n=j1m@unas-revda.interra.ru] entered the room. (11:41:52) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (12:11:33) eno left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) jimerickson left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) sswam left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) rapidfx left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) robot12 left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) dagle1 left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) anothy_x left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) maht left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) sqweek left the room (quit: leguin.freenode.net irc.freenode.net). (12:11:33) mjl- left the room (quit: leguin.freenode.net irc.freenode.net). (12:12:46) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (12:12:46) rapidfx [n=host666@vl-cen-ce1.avtlg.ru] entered the room. (12:12:46) robot12 [n=robot12@inferno.kgts.ru] entered the room. (12:12:46) anothy_x [n=a@adsl-99-40-129-119.dsl.bcvloh.sbcglobal.net] entered the room. (12:12:46) eno [n=eno@nslu2-linux/eno] entered the room. (12:12:46) jimerickson [n=user@75-170-169-33.desm.qwest.net] entered the room. (12:12:46) maht [n=maht__@85.189.31.174.proweb.managedbroadband.co.uk] entered the room. (12:12:46) sqweek [n=none@124-169-155-176.dyn.iinet.net.au] entered the room. (12:12:46) dagle1 [n=dagle@host162-104.bornet.net] entered the room. (12:12:46) mjl- [n=none@knaagkever.ueber.net] entered the room. (12:52:04) j123m left the room (quit: Read error: 104 (Connection reset by peer)). (13:01:08) j123m [n=j1m@unas-revda.interra.ru] entered the room. (13:01:38) sswam left the room (quit: "leaving"). (13:23:25) j123m left the room (quit: Read error: 110 (Connection timed out)). (13:28:05) j123m [n=j1m@unas-revda.interra.ru] entered the room. (13:28:35) yiyus left the room (quit: Remote closed the connection). (13:42:39) sswam [n=sswam@CPE-124-181-21-144.lns7.win.bigpond.net.au] entered the room. (14:05:03) yiyus [i=12427124@server1.bouncer4you.de] entered the room. (14:24:36) underspecified left the room (quit: ). (14:29:52) j123m left the room (quit: Read error: 104 (Connection reset by peer)). (14:37:01) j123m [n=j1m@unas-revda.interra.ru] entered the room. (15:02:37) j123m left the room (quit: Read error: 110 (Connection timed out)). (15:25:32) j123m [n=j1m@unas-revda.interra.ru] entered the room. (16:09:48) underspecified [n=eric@softbank220043052007.bbtec.net] entered the room. (16:13:36) robot12 left the room (quit: "Ухожу я от вас (xchat 2.4.5 или старше)"). (16:15:54) rapidfx1 [n=host666@vl-cen-ce1.avtlg.ru] entered the room. (16:16:57) rapidfx left the room (quit: Remote closed the connection). (16:29:41) sswam left the room (quit: "leaving"). (16:38:13) gualteri [n=salva@crespins.disca.upv.es] entered the room. (16:50:24) j123m left the room (quit: Read error: 110 (Connection timed out)). (17:25:01) j123m [n=j1m@unas-revda.interra.ru] entered the room. (17:30:18) uriel left the room (quit: leguin.freenode.net irc.freenode.net). (17:31:12) uriel [n=uriel@li43-28.members.linode.com] entered the room. (17:41:34) mennis [n=mennis@adsl-068-016-104-079.sip.asm.bellsouth.net] entered the room. (18:14:00) andguent left the room (quit: leguin.freenode.net irc.freenode.net). (18:14:00) te left the room (quit: leguin.freenode.net irc.freenode.net). (18:14:00) Robdgreat left the room (quit: leguin.freenode.net irc.freenode.net). (18:14:02) Robdgrea1 [i=rob@cqtopia.com] entered the room. (18:14:34) Robdgrea1 is now known as Robdgreat (18:14:35) andguent [n=andguent@qcx.be] entered the room. (18:17:49) uriel left the room (quit: leguin.freenode.net irc.freenode.net). (18:17:56) uriel [n=uriel@li43-28.members.linode.com] entered the room. (18:19:13) gualteri left the room. (18:19:18) te [i=tao@gateway/shell/blinkenshell.org/x-sedhhyisfvdzxyfn] entered the room. (18:21:34) uriel_ [n=uriel@li43-28.members.linode.com] entered the room. (18:23:16) uriel left the room (quit: leguin.freenode.net irc.freenode.net). (22:15:06) rapidfx1 left the room (quit: "Leaving."). (00:06:06) gualteri [n=salva@84.123.158.129.dyn.user.ono.com] entered the room. (00:41:42) uriel_ is now known as uriel (01:03:51) mennis left the room (quit: Client Quit). (01:13:11) gualteri left the room. (01:24:33) mjl-: http://www.qnap.com/pro_detail_feature.asp?p_id=134 ← nas, seems to be based on the marvell kirkwood chip that 's in the sheevaplug (01:25:28) mjl-: not cheap (04:37:50) underspecified left the room (quit: ). (05:47:47) underspecified [n=eric@walnut.naist.jp] entered the room. (07:10:48) robot12 [n=robot12@inferno.kgts.ru] entered the room. (07:12:01) robot12: morning !