Douglas A. Whitfield on nu.federati.net
This remote profile is registered on another site; see musicman's original profile page on nu.federati.net.
-
Douglas A. Whitfield (musicman)'s status on Saturday, 09-Dec-2017 18:36:56 EST 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)'s status on Monday, 04-Dec-2017 10:36:14 EST 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)'s status on Wednesday, 29-Nov-2017 17:19:07 EST 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)'s status on Tuesday, 07-Nov-2017 14:35:56 EST Douglas A. Whitfield
I assume the answer is no, but is there any sort of AIX emulator publicly available? !sysadmin -
Douglas A. Whitfield (musicman)'s status on Monday, 06-Nov-2017 14:38:00 EST 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)'s status on Wednesday, 25-Oct-2017 13:34:20 EDT 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… -
Douglas A. Whitfield (musicman)'s status on Wednesday, 11-Oct-2017 17:11:37 EDT Douglas A. Whitfield
Anybody ever seen "buffer too small to read octet string (17 < 17)" -
Douglas A. Whitfield (musicman)'s status on Monday, 02-Oct-2017 16:49:40 EDT Douglas A. Whitfield
Is there a sane way to print commits in gitlab? -
Douglas A. Whitfield (musicman)'s status on Wednesday, 27-Sep-2017 10:46:32 EDT 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)'s status on Wednesday, 27-Sep-2017 10:41:35 EDT Douglas A. Whitfield
Which environment variables does su -c get? -
Douglas A. Whitfield (musicman)'s status on Friday, 22-Sep-2017 12:04:52 EDT Douglas A. Whitfield
Any Thai speakers around here have any thoughts on https://support.nagios.com/forum/viewtopic.php?t=45705&start=9999#bottom ? -
Douglas A. Whitfield (musicman)'s status on Friday, 15-Sep-2017 15:29:21 EDT Douglas A. Whitfield
Anybody know anything about Room Alert software? -
Douglas A. Whitfield (musicman)'s status on Wednesday, 13-Sep-2017 15:53:04 EDT Douglas A. Whitfield
How does one query these things? https://msdn.microsoft.com/en-us/library/aa379567.aspx -
Douglas A. Whitfield (musicman)'s status on Wednesday, 23-Aug-2017 10:48:10 EDT Douglas A. Whitfield
https://access.redhat.com/solutions/64838 suggests they will fix moderate and low issues... -
Douglas A. Whitfield (musicman)'s status on Wednesday, 23-Aug-2017 10:40:04 EDT Douglas A. Whitfield
Anybody have insight as to why this is a WONTFIX even though CentOS 6 still supports PHP 5.3? https://bugzilla.redhat.com/show_bug.cgi?id=1245236 -
Douglas A. Whitfield (musicman)'s status on Monday, 21-Aug-2017 11:38:36 EDT Douglas A. Whitfield
Is #sed required for ssh login in any sane system? -
Douglas A. Whitfield (musicman)'s status on Tuesday, 15-Aug-2017 17:51:14 EDT Douglas A. Whitfield
Anybody know of a VM or container download with mongodb replication already set up? This is a pain in the ass. -
Douglas A. Whitfield (musicman)'s status on Tuesday, 15-Aug-2017 17:49:28 EDT Douglas A. Whitfield
Type: boolean
Default: False
but really, they mean false... -
Douglas A. Whitfield (musicman)'s status on Tuesday, 15-Aug-2017 17:46:11 EDT Douglas A. Whitfield
0 and False are not boolean...wtf does this want? -
Douglas A. Whitfield (musicman)'s status on Tuesday, 15-Aug-2017 12:58:19 EDT Douglas A. Whitfield
CentOS PHP upgrade repos other than webtatic and remi? Neither seems to work. It would be odd that PHP 5.6 worked until 5.6.31, but that somehow does seem to be the case.