Notices by Douglas A. Whitfield (musicman@nu.federati.net)
-
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 09-Apr-2018 21:43:46 UTC Douglas A. Whitfield Let's do a little experiment. It's obviously biased by my relative participation in each, but I'm comparing the reach of twitter, facebook, Diaspora, pump, G+, and GNU Social (plus anything that can talk directly to it...that is not via NavierStokes).
Please like this if you see it. Obviously, if you want more people to like it, then you share it, but I'm only going to count likes. -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 16-Feb-2018 16:17:15 UTC Douglas A. Whitfield How many people around here are using #git? What tools do you use? What over #VCS? I suppose I should start a VCS group. -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 07-Feb-2018 20:34:15 UTC Douglas A. Whitfield Anybody know if #Oracle does anything funky to drives? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 26-Jan-2018 15:07:09 UTC Douglas A. Whitfield Any thoughts on why a fifo would be getting changed to a non-fifo on the fly. umask or something? Doesn't make a lot of sense to me. -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Thursday, 25-Jan-2018 15:43:34 UTC Douglas A. Whitfield Anybody know a replacement for #MRTG? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 24-Jan-2018 15:13:19 UTC Douglas A. Whitfield mysql max_connections of 818 in my.cnf works. Making that 1000 turns that to 214. what the hell? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Friday, 22-Dec-2017 16:57:43 UTC Douglas A. Whitfield Is locale the way to go if you want to change your syslog language or is there a way to just do it in syslog? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Tuesday, 19-Dec-2017 22:23:42 UTC Douglas A. Whitfield Anybody have #mysql upgrade repo instructions for #CentOS6 that don't involve remi? remi had a bad PHP issue this summer, so now people are skittish. #RHEL6 has their #RHEL collections, but I need something specific to #CentOS 6. I know *I* could recompile or use the MySQL community repos, but those aren't going to work for everyone. The MySQL community instructions might work for this other person. I need to check.
Also, is there a mysql !fediverse !fedgroups ? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Thursday, 14-Dec-2017 20:34:31 UTC Douglas A. Whitfield Anybody have a recommended version of #MySQL/#MariaDB for performance purposes? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Saturday, 09-Dec-2017 23:36:56 UTC Douglas A. Whitfield #MariaDB could use some cleanup on their learn page: https://mariadb.org/learn/ !sysadmin (and yeah, I get that sysadmins and dbas are not the same thing, but some sysadmins do need to know about MariaDB!) -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 04-Dec-2017 15:36:14 UTC Douglas A. Whitfield Who should win?
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
ACCEPT icmp -- 10.65.251.102 anywhere icmp echo-request -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 29-Nov-2017 22:19:07 UTC Douglas A. Whitfield is there a tool that will build a docker image (or whatever container) from a VM? I need to see this guy's system, but I don't have a way to get an entire disk image...I mean, they are unwilling to put it on an FTP server, so I mean, ultimately if I can't do it I can't do it, but it'd be nice to help them out (and make sure this is not a fixable bug rather than a config error) -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Tuesday, 07-Nov-2017 19:35:56 UTC Douglas A. Whitfield I assume the answer is no, but is there any sort of AIX emulator publicly available? !sysadmin -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 06-Nov-2017 19:38:00 UTC Douglas A. Whitfield How would one check to see if ipv4 --> ipv6 translations is happening?
netstat gives me the following:
tcp6 0 0 :::5544 :::* LISTEN
However, only the following in tcp (vs tcp6):
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
!sysadmin -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 25-Oct-2017 17:34:20 UTC Douglas A. Whitfield Anybody ever seen bad DNS entries cause crashes in compiled Linux applications (specifically on the Red Hat side of things)? My guess at the moment is somehow these DNS failures are causing a resource limitation.
It doesn't make any sense from an application point of view, since !nagioscore sees down hosts all the time. These is not a beta, this is in a version that came out in 2016 and I'd guess 80% of our customers are using. There's a better chance that we are living in a simulation than that this is an application issue. Of course, that doesn't mean it's not an application issue. -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 16-Oct-2017 00:09:25 UTC Douglas A. Whitfield Anybody know if @drkulp is still in the #fediverse? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 11-Oct-2017 21:11:37 UTC Douglas A. Whitfield Anybody ever seen "buffer too small to read octet string (17 < 17)" -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Monday, 02-Oct-2017 20:49:40 UTC Douglas A. Whitfield Is there a sane way to print commits in gitlab? -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 27-Sep-2017 14:46:32 UTC Douglas A. Whitfield ok, looks like you'd need to use this syntax of you want the different environment -- su - username -c 'echo hello' -
Douglas A. Whitfield (musicman@nu.federati.net)'s status on Wednesday, 27-Sep-2017 14:41:35 UTC Douglas A. Whitfield Which environment variables does su -c get?