Re: [9fans] linux 9p: uid & gid

2019-06-20 Thread Charles Forsyth
4294967294 probably started off as -2, which some systems used for user "nobody" On Thu, Jun 20, 2019 at 4:04 PM Oleg wrote: > Hi, all. > > I wrote a 9p fs with help of libixp and after mounting i see strange uid > and > gid numbers for files: > > ~# mount -t 9p -o trans=unix,noextend q t > ~# l

[9fans] linux 9p: uid & gid

2019-06-20 Thread Oleg
Hi, all. I wrote a 9p fs with help of libixp and after mounting i see strange uid and gid numbers for files: ~# mount -t 9p -o trans=unix,noextend q t ~# ls -l t -rw-rw-rw- 1 4294967294 4294967294 1 Jan 1 1970 conf -rw-rw-rw- 1 4294967294 4294967294 1 Jan 1 1970 data -rw-rw-rw- 1 4294967294 4

Re: [9fans] tls "i/o on hungup channel"

2019-06-20 Thread Lucio De Re
I see that error on the workstation side when the switch between the server and my workstation falls over (power glitches do that). It gets reported, understandably, when I try to run a task, so yes, I think in your case your side is trying to use a connection that is no longer active. Netstat may

[9fans] tls "i/o on hungup channel"

2019-06-20 Thread Steve Simon
Hi, I am getting some hacker/spammer banging on my ssmtpd bort (no surprise) but tlssrv is reporting "i/o on hungup channel", and I am not clear what this implies. Is it that the spammer has given up and dropped the connection but I am still trying to talk to them? I would add some debug but d