***: Lucifer333 has joined #arpnetworks
jpalmer has quit IRC (Quit: leaving)
jpalmer has joined #arpnetworks
Lucifer333 has quit IRC (Quit: Leaving)
up_the_irons: sjackso: we're definitely going to be publishing a pricing table , most likely on https://www.arpnetworks.com/dedicated . I've been debating whether it should go on a separate page, but I don't want there to be confusing as to which offering is "dedicated". They both are, just in a different way.
It's no longer the case that physically different boxes need to be used to actually dedicate resources to a client
sjackso: how much RAM in those E3 systems for $50 from the budget providers?
nathani: brycec plett : I would just use the onboard watchdog. I haven't seen a MB in a while that didn't have that feature.
brycec: But does esxi support onboard watchdog devices?
nathani: I currently have the system tail the /var/log/syslog.log file via an ssh session to see if shows any errors before crash
up_the_irons: well, can esxi load regular linux kernel mods? sorry, i don't have much experience with esxi
here's something we have on our older systems:
$ cat /etc/modprobe.d/watchdog.conf
# Choose which watchdog to use and blacklist the other one
blacklist iTCO_wdt
brycec: (me either, though I have vcenter access to a few...)
up_the_irons: options iTCO_wdt heartbeat=300 nowayout=0
options ipmi_watchdog timeout=300 nowayout=0 action=power_cycle
$
brycec: (Google turns up surprisingly few notes on configuring host watchdogs in esxi :( )
mercutio: brycec: that's what i was searching for :)
i thought the sensible approach was google
you could just stick linux/kvm on it..
nathani: yea
mercutio: but first
nathani: I like the click click gui proviced by VMware
mercutio: i would see if they can get your box to not crash
brycec: Man I don't know wtf is up with my Arch desktop, but it's been sporadically failing to resolve. ssh and curl just fail "Name or service not known" yet host and dig resolve just fine. And if I wait a bit, it eventually works...
mercutio: watchdog is a bandaid
bryce: are you usin ga router for dns or your isp>?
or your own name server..
sometimes router dns forwarders are really terrible
brycec: my own forwarder
mercutio: ahh
brycec: (unbound)
And again, dig/host against that work just fine. It is somehow per-program that it's failing
mercutio: i would run tcpdump on port 53 and write it to a file
if you have more than one forwarder i wonder if one is failing and it's trying too frequently to use it
brycec: Here's what's crazy - There's NO TRAFFIC when it fails
-: brycec blames systemd
mercutio: oh wow
is it doing that systemd listen on port thing?
brycec: ?
mercutio: ie make systemd like inetd
i only just learnt about that recently
brycec: Oh, the forwarder is on another host.
mercutio: ahh
and it works fine from other hosts?
brycec: And when I try curl/ssh, while tcpdumping, it doesn't even try to connect
mercutio: ok
that is random
i haven't actually done an update in a while
i kept finding the updates would kill my X...
brycec: Yeah, though I think that's irrelevant. It's this host not even trying to resolve, except for host/dig... And eventually ssh/curl will work. Makes no sense.
mercutio: so now i'm hoping when i update i don't hit that
brycec: lol
mercutio: i was using beta mesa i think
brycec: This is spanning updates, even. (about 30 days' worth)
mercutio: hmm
brycec: And Google hasn't given anything :(
mercutio: you haven't done anything crazy with nsswitch.conf?
or resolv.conf
brycec: Nope. It's completely stock. (though I fiddled with it to no avail, moving resolve up higher in the hosts order.) [nsswitch.conf]
mercutio: wtf
i thought i'd try netstat..
brycec: Also - While curl/ssh fail for the host I'm trying for, they resolve other hosts just fine.
mercutio: and google chrome listens on port 5353
brycec: ^ Chromecast listner
*listener
mercutio: oh
i was grepping for :53
i'm using dnsmasq at home
i assume you've tried setting your dns straight to your isp
in case it makes any diff?
brycec: sonofa... It's systemd-resolved doing... something.
mercutio: hahaha
brycec: "Using degraded feature set (UDP) for DNS server" "Grace period over, resuming full feature set (UDP+EDNS0+DO+LARGE) for DNS server"
mercutio: i don't have systemd-resolved
i didn't even know there was such a thing
it's like nscd?
brycec: I think I know what's happening... systemd-resolved is barfing about unsigned domains.
https://www.freedesktop.org/wiki/Software/systemd/resolved/
Maybe like nscd, not sure
mercutio: i'm reading about resolved
it seems like ncsd
ncsd used to leak
and do other nasty thing
BryceBot: That's what she said!!
mercutio: well leak and crash iirc
brycec: systemctl stop... And ssh works :)
mercutio: it does seem strange to not hash /etc/passwd
but it doesn't seem to hurt that bad
brycec: (Thank you #arpnetworks for being a sounding board)
mercutio: i wonder when arch introduced it
brycec: *introduced* or *enabled* ;)
mercutio: made it standard
i have systemd-resolve binary
if you want to use systed-resolv you're meant to set resolve instead of dns in nsswitch.conf
brycec: I can reliably reproduce this too, at least. If I restart resolved then query it directly over 127.0.0.53 I get the same failures as curl/wget saw.
This is the stock nsswitch.conf on my Arch machine, note that it tries resolve first and fails completely if it fails.
hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
mercutio: ok
mine is nothing like that
% cat /etc/nsswitch.conf | grep ^host
hosts: files dns
i might have got annoyed at it or something though
brycec: Do you have any nsswitch.conf.pacnew or similar files?
mercutio: nope
my nsswitch.conf is dated feb 9 2015
hmm i checked another box and it has the same nsswitch.conf
brycec: https://git.archlinux.org/svntogit/packages.git/tree/trunk/nsswitch.conf?h=packages/filesystem
^ the "filesystem" package is what installs nsswitch.conf, so that's the authoritative source
It was modified 5 November https://git.archlinux.org/svntogit/packages.git/commit/trunk/nsswitch.conf?h=packages/filesystem&id=f1cd9f7fb4cdf7617a1b875e14be212733f9c67a
mercutio: hmm
but both of those have resolve
-: brycec stabs at https://bugs.archlinux.org/task/51709
brycec: (And now I've found others with the same issue as I :P)
mercutio: hosts: files dns myhostname
i found something with that
but nothing with resolve
brycec: mercutio: what version filesystem package do you have? pacman -Qi filesyste m
(minus typo ;)) Should be 2016.12-2...
mercutio: Version : 2015.09-1
brycec: wtf mercutio
why haven't you updated in over a year?
mercutio: i have
brycec: Not that package, you haven't...
mercutio: there prob wasn't an update
https://git.archlinux.org/svntogit/packages.git/log/?h=packages/filesystem
it's more like i haven't updated in a month
brycec: lol I see
mercutio: which is still a little bad
brycec: So you've somehow missed the last 6 package versions because they were all in the last 5 weeks. Got it.
mercutio: heh
hangon this is strange
filesystem-2016.11-2-x86_64.pkg.tar.xz
i have that downloaded
but not installed.
brycec: Back to the topic of ESXi watchdog support (now that I can ssh to an esxi box), it does not appear there are any modules for watchdog support. SATA, network, SCSI, USB... Even one called ipmi_ipm, but nothing else it looks like, nothing watchdog.
mercutio: what about in dmesg?
as it may be built into kernel
brycec: lol
Have you seen an esxi dmesg? It's not remotely linux-like... And given that the machine has been running quite awhile, any boot messages are long gone.
~ # dmesg | head
2016-12-12T16:50:37.276Z cpu4:35581)World: 14299: VC opID hostd-5d48 maps to vmkernel opID c6486b8
Also, the kernel is 44kb, probably not built-in
File: /bootbank/tboot.b00 Size: 44343
mercutio: oh
it seemed busybox like to me
brycec: It's a fairly unique kernel, in my experience. Unix-like, sure, and the kernel was definitely based on Linux, but... it's not recognizable as "Linux" these days.
***: Nahual has joined #arpnetworks
jpalmer: up_the_irons: are you around?
up_the_irons: jpalmer: i am, but just about to head home
jpalmer: up_the_irons: you going to be online when you get home? or should I just email you?
up_the_irons: jpalmer: you can just type here, or PM, and i'll get to it when I can :) email is also OK. If it's support related, support@ gets the fastest response.
when i get home, i'll be with the kids until they go to bed
jpalmer: it's more of a billing thing, but somewhat complicated, which is why I tried to raise you here.. so we could talk realtime. I'll send you a PM
up_the_irons: ok
jpalmer: have a good evening. make sure to hug those kids, and enjoy the time you get with them!
up_the_irons: :)
thanks
***: Nahual has quit IRC (Quit: Leaving.)
jpalmer has quit IRC (Quit: leaving)
jpalmer has joined #arpnetworks
jpalmer has quit IRC (Client Quit)
jpalmer has joined #arpnetworks
nathani: anyone use YNAB or similar budgeting apps?
@google YNAB
BryceBot: 56,900 total results returned for 'YNAB', here's 3
I'm Jesse Mecham, founder of YNAB, and this is a sleep-deprived AMA (https://www.reddit.com/r/ynab/comments/3z1zps/im_jesse_mecham_founder_of_ynab_and_this_is_a/) Jan 1, 2016 ... YNAB has a lot of really great support resources that you should probably check out. Please wander over to some of the following links at ...
Home | You Need a Budget (https://www.youneedabudget.com/) Offers personal budget software along with a book. Includes support forums and a blog.
YNAB Classic - Android Apps on Google Play (https://play.google.com/store/apps/details?id=com.youneedabudget.ynab.app.market&hl=en) If you've never heard of YNAB and are looking to gain total control of your money while massively reducing your financial stress, you have come to the right ...
jpalmer: nathani: I used to use YNAB
brycec: And now you no-longer NAB? :P
nathani: jpalmer: did you find it useful / worth the fee?