↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | Lucifer333 has quit IRC (Ping timeout: 252 seconds) | [01:50] |
............................................................................................................. (idle for 9h1mn) | ||
Lucifer333 has joined #arpnetworks | [10:51] | |
................................. (idle for 2h42mn) | ||
jpalmer has quit IRC (Quit: leaving)
jpalmer has joined #arpnetworks | [13:33] | |
................................................ (idle for 3h58mn) | ||
Lucifer333 has quit IRC (Quit: Leaving) | [17:31] | |
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. | [17:37] |
brycec | But does esxi support onboard watchdog devices? | [17:40] |
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 | [17:41] |
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 | [17:42] |
brycec | (me either, though I have vcenter access to a few...) | [17:43] |
up_the_irons | options iTCO_wdt heartbeat=300 nowayout=0
options ipmi_watchdog timeout=300 nowayout=0 action=power_cycle $ | [17:43] |
brycec | (Google turns up surprisingly few notes on configuring host watchdogs in esxi :( ) | [17:44] |
mercutio | brycec: that's what i was searching for :)
i thought the sensible approach was google you could just stick linux/kvm on it.. | [17:44] |
nathani | yea | [17:46] |
mercutio | but first | [17:46] |
nathani | I like the click click gui proviced by VMware | [17:46] |
mercutio | i would see if they can get your box to not crash | [17:46] |
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... | [17:46] |
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 | [17:46] |
brycec | my own forwarder | [17:47] |
mercutio | ahh | [17:47] |
brycec | (unbound)
And again, dig/host against that work just fine. It is somehow per-program that it's failing | [17:47] |
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 | [17:47] |
brycec | Here's what's crazy - There's NO TRAFFIC when it fails
brycec blames systemd | [17:48] |
mercutio | oh wow
is it doing that systemd listen on port thing? | [17:48] |
brycec | ? | [17:48] |
mercutio | ie make systemd like inetd
i only just learnt about that recently | [17:48] |
brycec | Oh, the forwarder is on another host. | [17:48] |
mercutio | ahh
and it works fine from other hosts? | [17:48] |
brycec | And when I try curl/ssh, while tcpdumping, it doesn't even try to connect | [17:49] |
mercutio | ok
that is random i haven't actually done an update in a while i kept finding the updates would kill my X... | [17:49] |
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. | [17:49] |
mercutio | so now i'm hoping when i update i don't hit that | [17:49] |
brycec | lol | [17:50] |
mercutio | i was using beta mesa i think | [17:50] |
brycec | This is spanning updates, even. (about 30 days' worth) | [17:50] |
mercutio | hmm | [17:50] |
brycec | And Google hasn't given anything :( | [17:50] |
mercutio | you haven't done anything crazy with nsswitch.conf?
or resolv.conf | [17:51] |
brycec | Nope. It's completely stock. (though I fiddled with it to no avail, moving resolve up higher in the hosts order.) [nsswitch.conf] | [17:51] |
mercutio | wtf
i thought i'd try netstat.. | [17:52] |
brycec | Also - While curl/ssh fail for the host I'm trying for, they resolve other hosts just fine. | [17:52] |
mercutio | and google chrome listens on port 5353 | [17:52] |
brycec | ^ Chromecast listner
*listener | [17:52] |
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? | [17:52] |
brycec | sonofa... It's systemd-resolved doing... something. | [17:54] |
mercutio | hahaha | [17:54] |
brycec | "Using degraded feature set (UDP) for DNS server" "Grace period over, resuming full feature set (UDP+EDNS0+DO+LARGE) for DNS server" | [17:54] |
mercutio | i don't have systemd-resolved
i didn't even know there was such a thing it's like nscd? | [17:54] |
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 | [17:55] |
mercutio | i'm reading about resolved
it seems like ncsd ncsd used to leak and do other nasty thing | [17:56] |
BryceBot | That's what she said!! | [17:56] |
mercutio | well leak and crash iirc | [17:56] |
brycec | systemctl stop... And ssh works :) | [17:56] |
mercutio | it does seem strange to not hash /etc/passwd
but it doesn't seem to hurt that bad | [17:57] |
brycec | (Thank you #arpnetworks for being a sounding board) | [17:57] |
mercutio | i wonder when arch introduced it | [17:58] |
brycec | *introduced* or *enabled* ;) | [17:58] |
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 | [17:58] |
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 | [18:02] |
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 | [18:03] |
brycec | Do you have any nsswitch.conf.pacnew or similar files? | [18:03] |
mercutio | nope
my nsswitch.conf is dated feb 9 2015 hmm i checked another box and it has the same nsswitch.conf | [18:03] |
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 | [18:04] |
mercutio | hmm
but both of those have resolve | [18:06] |
brycec | brycec stabs at https://bugs.archlinux.org/task/51709
(And now I've found others with the same issue as I :P) | [18:06] |
mercutio | hosts: files dns myhostname
i found something with that but nothing with resolve | [18:07] |
brycec | mercutio: what version filesystem package do you have? pacman -Qi filesyste m
(minus typo ;)) Should be 2016.12-2... | [18:07] |
mercutio | Version : 2015.09-1 | [18:07] |
brycec | wtf mercutio
why haven't you updated in over a year? | [18:07] |
mercutio | i have | [18:08] |
brycec | Not that package, you haven't... | [18:08] |
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 | [18:08] |
brycec | lol I see | [18:09] |
mercutio | which is still a little bad | [18:09] |
brycec | So you've somehow missed the last 6 package versions because they were all in the last 5 weeks. Got it. | [18:09] |
mercutio | heh
hangon this is strange filesystem-2016.11-2-x86_64.pkg.tar.xz i have that downloaded but not installed. | [18:09] |
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. | [18:22] |
mercutio | what about in dmesg?
as it may be built into kernel | [18:25] |
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 | [18:33] |
mercutio | oh
it seemed busybox like to me | [18:39] |
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. | [18:46] |
*** | Nahual has joined #arpnetworks | [18:50] |
..... (idle for 23mn) | ||
jpalmer | up_the_irons: are you around? | [19:13] |
up_the_irons | jpalmer: i am, but just about to head home | [19:14] |
jpalmer | up_the_irons: you going to be online when you get home? or should I just email you? | [19:15] |
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 | [19:17] |
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 | [19:17] |
up_the_irons | ok | [19:18] |
jpalmer | have a good evening. make sure to hug those kids, and enjoy the time you get with them! | [19:18] |
up_the_irons | :)
thanks | [19:19] |
......... (idle for 43mn) | ||
*** | Nahual has quit IRC (Quit: Leaving.) | [20:02] |
...... (idle for 29mn) | ||
jpalmer has quit IRC (Quit: leaving) | [20:31] | |
jpalmer has joined #arpnetworks
jpalmer has quit IRC (Client Quit) | [20:42] | |
jpalmer has joined #arpnetworks | [20:55] | |
.... (idle for 16mn) | ||
nathani | anyone use YNAB or similar budgeting apps?
@google YNAB | [21:11] |
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 ... | [21:12] |
..... (idle for 23mn) | ||
jpalmer | nathani: I used to use YNAB | [21:35] |
brycec | And now you no-longer NAB? :P | [21:43] |
........... (idle for 52mn) | ||
nathani | jpalmer: did you find it useful / worth the fee? | [22:35] |
↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |