[9fans] Removing a nedmail -c box

2016-11-09 Thread Ingo Krabbe
Hi, once I created a mailbox with nedmail upas/nedmail -c AListBox to store some mails from mailings lists, I made some error and want to get rid of that file again ls -l /mail/box/glenda/qemu -lrw-rw-rw- M 23 glenda glenda 0 Nov 10 06:53 /mail/box/glenda/qemu/L.mbox

Re: [9fans] p9p sed vs linux sed

2015-08-12 Thread Ingo Krabbe
> | sed 's/^//' > Why would you pipe text data in acme through sed and not use Edit x/^.*$/s/.*/<&>/ ?

Re: [9fans] p9p sed vs linux sed

2015-08-12 Thread Ingo Krabbe
at 09:57:18AM +0200, Rudolf Sykora wrote: >> On 12 August 2015 at 09:48, Ingo Krabbe wrote: >> >> > Actually sed is a line based command and should add a newline, imho. >> >> I don't think it should add anything. For itself it should be able to count >>

Re: [9fans] p9p sed vs linux sed

2015-08-12 Thread Ingo Krabbe
> You mean perseus=; is your prompt? Strange. > > Actually sed is a line based command and should add a newline, imho. You can > simply use tr -d '\n'. > > There are several quoting differences between plan9 sed and linux sed and I > think the \+ operator doesn't work anyway in linux sed, but I

Re: [9fans] p9p sed vs linux sed

2015-08-12 Thread Ingo Krabbe
You mean perseus=; is your prompt? Strange. Actually sed is a line based command and should add a newline, imho. You can simply use tr -d '\n'. There are several quoting differences between plan9 sed and linux sed and I think the \+ operator doesn't work anyway in linux sed, but I might be wron

Re: [9fans] github blob exchange

2015-08-10 Thread Ingo Krabbe
;Plan 9" together and immediately heard angels singing. :) > > Question what does the --raw option do? > > On August 10, 2015 5:04:54 AM CDT, Ingo Krabbe wrote: >>Hi Plan9ers, >> >>I wrote a little rc script for my personal use. I want to share it with >>

[9fans] github blob exchange

2015-08-10 Thread Ingo Krabbe
Hi Plan9ers, I wrote a little rc script for my personal use. I want to share it with you, as it look quite usefull to me (why would I have wrote it otherwise). https://github.com/ikrabbe/github.rc Check it out and tell me your thoughts. Regards, ingo

Re: [9fans] Problem with imaps/imap.gmail.com

2015-07-30 Thread Ingo Krabbe
Great, after patching libsec and reinstall of tlsclient and upas both command work with gmail. Maybe I should run a system update 2015-07-30 22:19 GMT+02:00 David du Colombier <0in...@gmail.com>: > > echo -n 'open /imaps/imap.gmail.com/NAME/INBOX gmail' > /mail/fs/ctl > > echo: write error: imap

[9fans] Problem with imaps/imap.gmail.com

2015-07-30 Thread Ingo Krabbe
Hi, I'm using plan9 legacy and I have a problem with the tls certificate or with the handshake when I try to connect to the gmail.com account. It used to work for some time now. Today something went wrong with the imaps connection. I can't remember what, but there was some output on the console. N

Re: [9fans] Has Linux jumped the shark?

2015-07-24 Thread Ingo Krabbe
> Look what I started. And All That Clever Code ... Maybe I'm dumb but, where should I look at "all that clever code" and the things you "started"?

Re: [9fans] Has Linux jumped the shark?

2015-07-24 Thread Ingo Krabbe
Actually not all bugs are fixed, some are introduced as a feature http://intellivisionlives.com/bluesky/games/credits/space.html#hawk > On 24 July 2015 at 04:54, Prof Brucee wrote: > >> has Linux with the release of 4.0 finally jumped the shark. > > > Since it's called "Hurr Durr I'ma Sheep"

Re: [9fans] Has Linux jumped the shark?

2015-07-24 Thread Ingo Krabbe
I don't think that anyone on this list really got what you want/-ed. At least I didn't. But maybe I already jumped the shark too. Regards ingo > I sent a message to this list a short while ago suggesting that interested > parties contact me about my startup. Sorry if it was too cryptic. Consid

Re: [9fans] Trying to override 'cd' command

2015-06-13 Thread Ingo Krabbe
try whatis cd to test if the function as active at all btw: I just saw your signature. Great :D >>> -- >>> Ryan >>> [ERROR]: Your autotools build scripts are 200 lines longer than your >>> program. Something’s wrong. >>> http://kirbyfan64.github.io/ > > -- > Sent from my Android device with

Re: [9fans] Trying to override 'cd' command

2015-06-13 Thread Ingo Krabbe
I tried it in a fresh window, where it works for me. > Thanks for replying! Unfortunately, that doesn't change anything. Still > stuck at the 'term% ' prompt. > > > On Sun, Jun 7, 2015 at 6:43 PM, Ingo Krabbe wrote: > >> try it with &g

Re: [9fans] Trying to override 'cd' command

2015-06-07 Thread Ingo Krabbe
try it with fn cd{ builtin cd $1 prompt=(`{pwd}^'% ' '') } the difference is `{pwd} not '{pwd}. > Coming from a bash world, I really like knowing what directory I'm in at > the prompt. I tried putting this at the end of 'lib/profile': > > > > fn cd{ > built

Re: [9fans] ssh2 (at least the legacy version) seems incompatible

2015-01-21 Thread Ingo Krabbe
ucture to debug this >> logistic behaviour of /net/ssh/keys. >> >> A downgrade to >> >> OpenSSH_6.6p1-hpn14v4, OpenSSL 1.0.1k 8 Jan 2015 >> >> gives me ssh access to the gentoo system again. >> >> If I find out more, I will post a followup. But maybe it would be helpfull >> if someone with more insight into netssh tries to resolve this bug. >> >> regards, >> >> ingo krabbe

Re: [9fans] ssh2 (at least the legacy version) seems incompatible with

2015-01-21 Thread Ingo Krabbe
maybe it would be helpfull if > someone with more insight into netssh tries to resolve this bug. > > regards, > > ingo krabbe

[9fans] ssh2 (at least the legacy version) seems incompatible with openssh-6.7

2015-01-21 Thread Ingo Krabbe
s bug. regards, ingo krabbe

[9fans] authentication, factotum and p9p

2015-01-15 Thread Ingo Krabbe
Good Morning, I have a running cpu/file server (legacy plan9 with venti backed fossil) and a plan9 terminal through qemu in my linux laptop and I want to mount the 9p filesystem from the cpu/file server with linux now. The 9p2000 protocol itself should be simple, but authentication might be a

Re: [9fans] The Best way (easiest) of sending E-MAIL in Plan 9.

2014-11-16 Thread Ingo Krabbe
basically sending mail in plan9 depends on a command chain that looks a bit different, when you change perspective, but that's common to using any mail system. Of course other mail utilities are much more integrated. To understand the mail process I recommend the manual pages mail(1), marshal(1

Re: [9fans] Persistent font in Acme.

2014-11-06 Thread Ingo Krabbe
The default font in acme is compiled in. So to change that you need to edit the source code and recompile the binary. Another option is to write an own command #!/bin/rc acme -f YOUR_FONT -F YOUR_FIXED_FONT $* or add an rc function. If you use dump files (you should), the fonts are written to

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Ingo Krabbe
> Yes you can. That's how I verified this works. Open up the tag to > multiple lines (just type newline in the tag). I use the plan9 legacy version, that seems to ignore typed newlines. With the p9p it works and possible with the 9front version too. Actually I can echo 'Edit {… }'>/mnt/acme/{win

Re: [9fans] [acme] Edit command -- More than one argument?

2014-10-27 Thread Ingo Krabbe
but you can't do this on a acme headline. So how would you apply such multiline commands to a range you marked in the buffer? > Edit { > s/^/\[/ > s/\:\ /\]/ > } > > > On Mon, Oct 27, 2014 at 8:28 AM, Eduardo Alvarez > wrote: > >> Hello, everyone, >> >> I'm in the process of learning acme via

[9fans] plan9 legacy tcs -t unicode sucks last char

2014-09-22 Thread Ingo Krabbe
term% echo 'öäü'| tcs -t unicode| tcs -f unicode; echo öä term% this looks quite wrong! I will post a fix tomorrow noone else feels guilty. Regards, Ingo Krabbe

Re: [9fans] Annyoing modified by boyd

2014-09-18 Thread Ingo Krabbe
st times it is wrong and gets auto-ignored by the chair-to-keyboard-interface. FYI: boyd is the unknown modifiying user of any file on cifs, who is a friend of bill and trog. I always think of boyd to be the younger brother of void. Regards Ingo Krabbe > On 17 September 2014 23:1

Re: [9fans] Annyoing modified by boyd

2014-09-18 Thread Ingo Krabbe
st.txt' 'bill' 'trog' 'boyd' q (75b35fd9e54fbee0 1411027197 ) m 0666 at 1411027241 mt 1411027197 l 498 t 67 d 4 as the stat after the write shows the same timestamp as the open (before the write), which seems wrong. When the file is changed in the acme buffe

[9fans] Annyoing modified by boyd

2014-09-17 Thread Ingo Krabbe
Hey, using legacy bell-labs plan9 (I don't know the others), I often, that converges to always, get "FILE modified by boyd since last read" when editing a file on a cifs share with acme. The cifs main.c defines "boyd" as the "modifying user" (muid) in I2D and V2D, which are from fs.stat. >Fro

Re: [9fans] Using webfs from rc

2014-07-14 Thread Ingo Krabbe
Hey riddler, that has something to do with the way how you open the connection. I'm not 100% sure if its a perfect description what happens, but when you > % echo -n url http://www.google.co.uk > ctl the >ctl will open and close the connection to 0/ctl. But you can read the body only while the

Re: [9fans] (no subject)

2014-04-16 Thread Ingo Krabbe
>>> In my experience a VESA BIOS will sometimes report >>> different available modes depending on the detected >>> EDID. >> >> I have no problem believing this is true, but I'm also sure > there's more >> to it than that. > > I agree. One problem is that these things are all different, > almost c

Re: [9fans] Remote auth server

2014-03-24 Thread Ingo Krabbe
Yes it is possible and usefull too. All you should have on a fast lan is a fileserver. But: 1. the plan9 terminal must configure the network before it connects to the auth server either through dhcp or through a static configuration in the boot configuration 2. somewhere in the s

Re: [9fans] sam resizing

2013-10-21 Thread Ingo Krabbe
On Tue Oct 22 08:19:47 CES 2013, quans...@quanstro.net wrote: > so i'm wondering. acme does a good job of auto layout. > the thing acme lacks is a edit buffer (~~sam~~). so maybe > it would be fruitful to add edit buffer(s) to acme? > > - erik I don't think its good to compare acme and sam as t

Re: [9fans] sam resizing

2013-10-21 Thread Ingo Krabbe
Hey Mark, as you wrote, sam window configuration depends on the situation. But for me its not the number of files that changes the resize options, but the base size of the whole sam workspace. If it's big enough, its resonable to resize the ~~sam~~ command window to an upper left rectangle (vi

[9fans] my mails to 9fans

2013-10-07 Thread Ingo Krabbe
Seems I found a mail relay that works. thanks for your audience ingo

[9fans] my mails to 9fans

2013-10-07 Thread Ingo Krabbe
Hmm, direct mx is blocked by spamhouse too. Seems I need an own smtp server in the internet with a static IP. > As my mails sometimes don't reach the list, I want to test to send it direct > to the mx now. > If this arrives, I will keep this practice. > If it doesn't I might need another tele-co

Re: [9fans] cifs fails on nodes named aux

2013-08-28 Thread Ingo Krabbe
.6). I'm not sure about all these versions and names, some call it cifs, some call it samba, I still like raider, though it's called twix now. (raider was the name for this twix chocolate, caramel bar, in germany in the 80's ;). Maybe I will debug this further when I find some time... Cheers, Ingo Krabbe

Re: [9fans] cifs fails on nodes named aux

2013-08-28 Thread Ingo Krabbe
> Ingo Krabbe wrote: > |Hey, > | > |I found a quite strange effect with cifs (plan9 bell labs edition). \ > |I use cifs to mount werc installations from p9p linux servers. \ > |Cifs is needed here, as the virtual hosted machine does not \ > |support nfs. Maybe I sho

[9fans] cifs fails on nodes named aux

2013-08-28 Thread Ingo Krabbe
weeks... ... Ah I just found out, that ls 'aux' does actually work. Any hints for debugging this might help. cheers ingo krabbe

Re: [9fans] page fit to window does not work on large jpegs

2012-04-12 Thread Ingo Krabbe
On Thu, Apr 12, 2012 at 02:31:05PM -0400, erik quanstrom wrote: > On Thu Apr 12 14:24:25 EDT 2012, ikrabbe@gmail.com wrote: > > On Thu, Apr 12, 2012 at 11:47:49AM -0600, andrey mirtchovski wrote: > > > change line 452 of /sys/src/cmd/page/rotate.c to > > > 'sysfatal("unloadimage: %r");', compil

Re: [9fans] page fit to window does not work on large jpegs

2012-04-12 Thread Ingo Krabbe
On Thu, Apr 12, 2012 at 11:47:49AM -0600, andrey mirtchovski wrote: > change line 452 of /sys/src/cmd/page/rotate.c to > 'sysfatal("unloadimage: %r");', compile and run your program again. Yes, that was expected somehow: page: unloadimage: unloadimage: image too wide Maybe I will take a closer l

[9fans] page fit to window does not work on large jpegs

2012-04-12 Thread Ingo Krabbe
Hey 9fans, Today I tried to open a quite large jpeg. About 2400x1800 pixel. So first I want an overview of that image. So I choose "Fit in Window" from the page window. All that this command does is "page: unloadimage", which was not the expected function. Actually I found no way to scale the i