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. But does esxi support onboard watchdog devices? I currently have the system tail the /var/log/syslog.log file via an ssh session to see if shows any errors before crash 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 (me either, though I have vcenter access to a few...) options iTCO_wdt heartbeat=300 nowayout=0 options ipmi_watchdog timeout=300 nowayout=0 action=power_cycle $ (Google turns up surprisingly few notes on configuring host watchdogs in esxi :( ) brycec: that's what i was searching for :) i thought the sensible approach was google you could just stick linux/kvm on it.. yea but first I like the click click gui proviced by VMware i would see if they can get your box to not crash 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... 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 my own forwarder ahh (unbound) And again, dig/host against that work just fine. It is somehow per-program that it's failing 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 Here's what's crazy - There's NO TRAFFIC when it fails oh wow is it doing that systemd listen on port thing? ? ie make systemd like inetd i only just learnt about that recently Oh, the forwarder is on another host. ahh and it works fine from other hosts? And when I try curl/ssh, while tcpdumping, it doesn't even try to connect ok that is random i haven't actually done an update in a while i kept finding the updates would kill my X... 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. so now i'm hoping when i update i don't hit that lol i was using beta mesa i think This is spanning updates, even. (about 30 days' worth) hmm And Google hasn't given anything :( you haven't done anything crazy with nsswitch.conf? or resolv.conf Nope. It's completely stock. (though I fiddled with it to no avail, moving resolve up higher in the hosts order.) [nsswitch.conf] wtf i thought i'd try netstat.. Also - While curl/ssh fail for the host I'm trying for, they resolve other hosts just fine. and google chrome listens on port 5353 ^ Chromecast listner *listener 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? sonofa... It's systemd-resolved doing... something. hahaha "Using degraded feature set (UDP) for DNS server" "Grace period over, resuming full feature set (UDP+EDNS0+DO+LARGE) for DNS server" i don't have systemd-resolved i didn't even know there was such a thing it's like nscd? 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 i'm reading about resolved it seems like ncsd ncsd used to leak and do other nasty thing That's what she said!! well leak and crash iirc systemctl stop... And ssh works :) it does seem strange to not hash /etc/passwd but it doesn't seem to hurt that bad (Thank you #arpnetworks for being a sounding board) i wonder when arch introduced it *introduced* or *enabled* ;) 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 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 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 Do you have any nsswitch.conf.pacnew or similar files? nope my nsswitch.conf is dated feb 9 2015 hmm i checked another box and it has the same nsswitch.conf 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 hmm but both of those have resolve (And now I've found others with the same issue as I :P) hosts: files dns myhostname i found something with that but nothing with resolve mercutio: what version filesystem package do you have? pacman -Qi filesyste m (minus typo ;)) Should be 2016.12-2... Version : 2015.09-1 wtf mercutio why haven't you updated in over a year? i have Not that package, you haven't... 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 lol I see which is still a little bad So you've somehow missed the last 6 package versions because they were all in the last 5 weeks. Got it. heh hangon this is strange filesystem-2016.11-2-x86_64.pkg.tar.xz i have that downloaded but not installed. 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. what about in dmesg? as it may be built into kernel 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 oh it seemed busybox like to me 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. up_the_irons: are you around? jpalmer: i am, but just about to head home up_the_irons: you going to be online when you get home? or should I just email you? 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 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 ok have a good evening. make sure to hug those kids, and enjoy the time you get with them! :) thanks anyone use YNAB or similar budgeting apps? @google YNAB 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 ... nathani: I used to use YNAB And now you no-longer NAB? :P jpalmer: did you find it useful / worth the fee?