mercutio: for laggy ssh connections, I really like mosh. mercutio: I know I'm crazy late to that conversation, but I like it enough that I felt like it was still worth mentioning. mercutio: I have a datacenter in a city north of the arctic circle. It's only connectivity is via satellite, and it's down more than it's up. 1200-2000ms round trip ping times are common. mosh still makes that link useful. I wish mosh supported IPv6. mhoran: same mhoran: but also, most sites that are modern enough to have ipv6, probably have decent connectivity too. (with obvious exceptions, like the datacenter I was just talking about) T-mobile is native IPv6 on Android 4.4+, and the IPv4 connectivity is actually NAT back to the base station. So that's kinda lame, for a mobile SSH client, connecting over IPv6 to an IPv6 server via IPv4. ipv6 you say? I might consider switching... (I was already considering switching anyways) If only they had better coverage in my area. Yeah. It's great in the city but drops whenever I'm outof town. Oh well. I'm pretty close to rural areas, so I'd frequently be in and out But the pricing is appealing, as is native ipv6 Yeah, the price is great. Also, their international roaming deal is awesome. Free data and SMS. And calls are pretty cheap. yeah - it's my primary plan now Tmo is who I use the odd time I need a temporary cell plan. It's wonderful that (unlike most US carriers) they're happy to sell a SIM incredible for world-travellers like me especially since I spend one weekend a month in tijuana :) ... http://www.t-mobile.com/cell-phone-plans/simple-choice-international-plan-countries.html tmo uses 464XLAT for v6 if anyone was interested in checking that out https://sites.google.com/site/tmoipv6/464xlat there was a talk about it at nanog earlier this year I love how open they are Well, they use 464XLAT for v4. :) It's native v6. That's what she said!! BryceBot: no Oh, okay... I'm sorry. 'It's native v6.' lol mhoran But it's pretty cool. I'm happy that mobile is pushing v6 deployment. (I also love just "fuck you bigger guys" Tmo's CEO is) Yeah. yea, his strategy forced other carriers to reduce my monthly cost, haha tmo's covg where i live is horrible, so they're not an option for me i tried them out and couldn't use my phone in my house or where i worked, haha https://www.youtube.com/watch?v=Xl-hIyZSAmA YouTube Tech: "464XLAT: Breaking Free of IPv4" by TeamNANOG (39m 47s), 841 views, 14 likes and 0 dislikes. Uploaded 2014-06-06T00:50:51.000Z. T-mo branded phones have some sort of UMA or whatever the most recent is these days, which lets you make calls on your WiFi with voice minutes. yeah, but my phone doesn't support it because it's an unlocked device Yeah, same. meh. guess i should go run errands. jpalmer: for normal path based loss bouncing via another host often works easier if you have a 1000 msec or something link that you can't do anything about mosh may work better. is anyone here running smokeping with fastcgi/nginx? i've been using lighttpd for ages, and i thought i'd try nginx more properly, and i'm struggling to make smokeping work i'm stuck at that atm smokeping_cgi: require Smokeping::probes::FPing failed: Can't locate IPC/Open3.pm
require Smokeping::probes::FPing failed: Can't locate IPC/Open3.pm:   Permission denied at /usr/bin/../lib/Smokeping/probes/FPing.pm line 19, <File> line 3.
i'm sure it used to work
lol
[http@emerald ~]$ locate IPC/Open3.pm
/usr/share/perl5/core_perl/IPC/Open3.pm
[http@emerald ~]$ wc -l /usr/share/perl5/core_perl/IPC/Open3.pm
425 /usr/share/perl5/core_perl/IPC/Open3.pm
i was doing:  smokeping_cgi /etc/smokeping/config
to make sure that part works
You mean "/usr/bin/perl /usr/lib/cgi-bin/smokeping.cgi" ?
nah it's called smokeping_cgi
(At least, that's what I'm running)
which seems to be in perl
hmm it loads as root
but not as http/smokeping
are you using fcgiwrap?
no
how are you doing it?
OHHH
mercutio, were you the one I was talking about 5.6 on arp with?
i think i found the issue
mkb: yeah probably
when i su'ed i was still in /root/
so that bit is working
have you been migrated yet and have you been able to boot since then?
i never hit the issue myself
That's what she said!!
my host is on newer kvm
were you migrated?
oh nice; yeah to kvr04
and is it working?
haven't updated yet
ahh ok
when it didn't work I reinstalled 5.5
i updated to 5.6 snapshots early ish
from 5.4
I migrated another customer that ran OpenBSD 5.6 and he reports it works great now on newer KVM/QEMU
up_the_irons: how are the upgrades going?
i suppose having so many hosts makes it harder :)
s/how.*/are we there yet?
 up_the_irons: are we there yet?
:P
what?
bryce are you free now? :)
More free
Composing a long email, then I'm free
i got distracted heh.  so i'm getting 403 forbidden error with nginx smokeping still.
oh ok :)
(unless something else comes up)
i'll let you compose!
lol
damnit i had an idea that it might be socket permissions, but nooo
What does error_log say?
nothing
that's the problem
For a 403 response, there's gotta be something
it says something if you miss the i off the end
 % ./microcurl/microcurl -v http://202.49.71.24:24/smokeping/smokeping.fcgi
http protocol.
f
403 Forbidden
0
 *402 open() "/srv/http/smokeping/smokeping.fcg" failed (2: No such file or directory)
so the error log works normally
and su to http user and running the cgi works
but you have to get out of the /root/ directory
or it says permission denied
on something random to confuse you :)
Here's my nginx config http://sprunge.us/DiPX
how are you running smokeping with with that fastcgi.sock
And I spawn smokeping with: exec /usr/bin/spawn-fcgi -n -s /var/run/smokeping/fastcgi.sock -u smokeping -g smokeping -U www-data -G www-data -- /usr/lib/cgi-bin/smokeping.cgi
ok maybe i shoudl try that
i'm trying to use fcgiwrap
(And I'm using runit to supervise that)
it says to use multiwatch
this was so easy on lightty :)
Meh I prefer runit
hmm
i used to use daemontools
Either way, command/syntax for spawn-fcgi is the same
i use it some other places
It's the only service I use runit for as well
Anyhow, hope that helps. It really Just Works(tm) for me, a matter of pointing nginx at the fastcgi socket, and spawning the fastcgi listener
yeah uhh
hopefulyl i can figure it out
i'm not used to this whole systemd thing
heh
i'm going to try inside tmux first i think
(This is a Debian Wheezy system, no systemd involved in my setup)
yeah
now i get that IPC/Open3.pm error
I am going up in the world! :)
woot got it
i have to do that exec in /tmp
rather than somwhere it cna't read
and i have a script that calls itself and runs that spawn-fcgi
thanks bryce
congrats, mercutio
up_the_irons, openbsd 5.6 works great; thanks!
mkb: :)
only difficulty was that vio0 turned into em0 and I was without networking until I fixed that
oh did you have virtio before?  I can enable that again if you like.
cuz with em0 you're just on intel e1000
was that an inbetwen version?
i thought virtio didn't work on older kvm
I did; I didn't know if it was supported on the new kvm
I guess it wouldn't have gone away
up_the_irons, send a ticket or can you just do it?
mkb: pm me your vps uuid
while you're shifting his to virtio could you shift mine to virtio too please?
done
mercutio: the nic?
nic and storage
dmesg said my storage was already vio
oh
right you are
my storage is virtual
it wasn't last i looked :)
it's hostname.vic0?
vio0 i believe
ok
apparently viornd(4) exists. didn't know that
in new kvm yeh
hard to get entropy in a virtual machine
and there's vio
mine isn't up again yet hmm
oh it can't find /dev/rwd1a
up?
there was an extra drive attached to it
wd? mine are sd
mine are wd
it booted in read only mode when i typed exit
after shell
i hoped it would just continue without the drive
That's what she said!!
when it was mounting everything?
vinagre breaks under synergy
shift doesn't work
now i can't exit vi
bah it's mounted read only anyway
yeah i had rwd0 and rwd1
you should have your console be the serial console
yeah that'd be sensible
the option wasn't there when i first set it up iirc
bsd.rd asks when you install
nah on arp
oh you used the default setup
nah ssh console server wasn't there i mean i think
oh that must have been a long time ago
maybe it was
i've had a vm since jan 2011 it sems
that's longer than me at least
it doesnt' seem like very long to me
i had a dedicated server 10 years ago or something
in a different location
and it ran openbsd too :)
but pentium pro 200
heh
I used to have a machine at home, but it just got to be such a hassle to maintain behind dynamic IP
heh
dynamic ip sucks yeh
i ran a mail server on dynamic ip in like 98
but the whole idea of personal servers and vps's isn't new to me relaly
but now days there's no real reason for low end servers vs vsp
vps
hmm up_the_irons didnt' seem to get back
argh shit why did i use vi again
so i've lot wd1 and wd0 has turend to sd0
but it seems to work at least
the bios always shows 3 disks for me; maybe that explains wd0 wd1
cool, working now up_the_irons.  thanks.
mercutio: np