systemd / systemd

The systemd System and Service Manager
https://systemd.io
GNU General Public License v2.0
12.81k stars 3.68k forks source link

Filter mechanism for logs in journald #6432

Closed PhilippWendler closed 1 year ago

PhilippWendler commented 6 years ago

Submission type

systemd version the issue has been seen with

234

Used distribution

irrelevant

Description

A possibility to filter logs in journald, i.e., before they are written to the journal, would be helpful in cases where some daemon spams the log with countless messages.

Of course, it is better to fix the source instead of filtering away log messages, but for many users the former is not possible and the latter is a helpful workaround until the real problem is fixed. As an example, my concrete current problem is that I need to run snmpd for lack of alternatives and it spams the log with error messages (so just reducing the log level would mean I also do not see other errors), and this behavior exists for years but is not getting fixed (Debian bug from 2015, Red Hat bug from 2016). This shows that in practice, a log-filter possibility would indeed be helpful.

I know that journalctl can filter log messages, but for cases like this I do not want these messages to be written to the journal, because for example many such messages can lead to earlier-than-desired log truncation due to the SystemMaxUse/SystemKeepFree options.

rsyslog has an equivalent feature (which I have been using until now), so I could solve this by ignoring the journal and using traditional syslog, but I really like the additional features of the journal and do not want to fall back to syslog just because of this.

I do not have a full proposal how the syntax for log filters could look like. I suggest to start with an option in journald.conf that can take an expression similar to that of journalctl, but I assume that for such a feature to be most useful there would need to be the possibility to due regexp or at least substring matches on the message field, like rsyslog has. Maybe a syntax inspired by CSS attribute selectors could be used or something like Perl-style =~ for regexp matches?

poettering commented 6 years ago

This has been requested before, but I am still not convinced we should do filtering at collection time, but instead do that at query time. We should work on making journald data collection quicker to make this less of a hassle (for example through #6392 and such).

PhilippWendler commented 6 years ago

Note that it might not only be a performance problem, but also a disk-space problem that leads to earlier-than-desired log truncation.

dkg commented 6 years ago

See also #2447

aldem commented 6 years ago

Performance is not an issue (not a big one), disk/RAM storage is (and rotations because of it).

There are plenty of applications/daemons (rrdcached is one of them, as an example) which simply do not offer granular logging control - while spamming a lot, thus leaving us no choice.

Additional issue is "out of band" log rotation (and retention policies) for services that log to stdout/stderr - systemd/journald does not offer functionality like daemontools' multilog does - it is "all or nothing" choice - while per app/service configurable log rotation policies are desirable, but with journald this is simply impossible - one heavy on logging app may spoil everything.

Sure, it is easy to say "fix at the source" - but this won't work, while collection time filtering, even with regexes or whatever else similar is relatively easy to implement and solves the problem once and forever.

Love it or hate it, but there are plenty of apps that do not care about logging control but are stick for quite a while, and we have to deal with them...

folknor commented 6 years ago

@poettering What would it take to convince you that filtering at collection time is a worthwhile endeavour? If the answer is "nothing can convince me", then there's nowhere to go. I suspect that's not the case, since this issue remains open - in which case it would be helpful to have a list of actual criteria for consideration.

Steam spams the logs with 60 megabytes of total garbage every day. You can say "fix Steam", or "fix dbus", and I'd agree with that, but I'd also say that one job of a system-level utility is to allow for easier system management where you don't necessarily have total control of the software stack.

Steam repeats this from startup to shutdown, at seemingly random intervals (1-60 seconds):

nov. 01 12:12:12 foo bar[1216]: process 15988: arguments to dbus_connection_unref() were incorrect, assertion "connection->generation == _dbus_current_generation" failed
nov. 01 12:12:12 foo bar[1216]: This is normally a bug in some application using the D-Bus library.

Of course, I could just filter the Steam spam at query time, but most of the friend+family machines that I manage use spinning disks, and I'm not a stranger to disk failures from both SSD and HDDs. Of course I'm not blaming neither journald nor Steam, I'm just saying that surely this kind of behavior is not helpful.

This behavior has been present in both the live and beta Steam versions for linux since at least the end of August.

laktak commented 6 years ago

@poettering systemd is also used on rasperry pi's and other IoT devices. Here the whole file system is stored on a SSD. To avoid premature SSD death we have to limit the number of writes to the filesystem as much as possible.

BryanQuigley commented 6 years ago

I actually just found a bug that this would help me avoid -https://github.com/BOINC/boinc/issues/2256

If this feature existed I would just modify the unit file to ignore it, and never work to fix the actual problem. Given that, I think it might be better overall for the ecosystem to not have this feature.

Vash63 commented 6 years ago

I'd also love this feature for the same reason listed above - Steam floods my journal with tens of thousands of lines of errors every day. Just in the last 15 minutes I've had 3,775 lines of spam that I'd love to filter out at collection time to not waste my disk space and SSD wear.

Ynot82 commented 6 years ago

Just to add my +1 for this.

There are certain circumstances where messages from units (particularly error messages) are expected and ideally should be ignored.

Example: Nagios check verifying if an OpenVPN server is up and running.

The way check works, it opens a connection to the OpenVPN server, verifies if it gets the expected response, then just exits. I'm guessing this is to save on resources, and also to not have to supply authentication credentials and varies other gubbins that aren't needed.

Issue is, from OpenVPN's POV, this looks like a client error. Client connects, but then disappeared before it could be authenticated.

Errors written to journal

ovpn-server[29338]: <IP>:<PORT> TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
ovpn-server[29338]: <IP>:<PORT> TLS Error: TLS handshake failed

While not a major issue, it's kind of annoying to have these plastered all over the journal at 10 min intervals. And when looking for genuine errors, means it's difficult to see the wheat from the chaff.

Some method of filtering messages prior to inclusion in the journal log would be very helpful here.

Thanks

bbetter173 commented 6 years ago

I too have a similar issue using some legacy in-house applications that we don't have the source code to. Having just migrated to CentOS 7 and porting all the init.d scripts to systemd units, one application writes an "Everything is OK" line to stdout every 15 seconds.

SaschaZorn commented 6 years ago

I also have software here that is spamming the log every minute and I don't even need that stuff on my SSD!

Mar 06 10:10:33 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:10:33 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:10:33 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:10:33 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105
Mar 06 10:11:03 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:11:03 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:11:03 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:11:03 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105
Mar 06 10:11:33 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:11:33 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:11:33 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:11:33 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105
Mar 06 10:12:04 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:12:04 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:12:04 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:12:04 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105
Mar 06 10:12:34 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:12:34 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:12:34 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:12:34 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105
Mar 06 10:13:04 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:13:04 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:13:04 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:13:04 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105
Mar 06 10:13:34 myHost vasidmapd[2105]: vlmapd_check_running_status: Checking our status
Mar 06 10:13:34 myHost vasidmapd[2105]: vlmapd_check_for_lock: checking for lock on file /var/run/vasidmapd.pid
Mar 06 10:13:34 myHost vasidmapd[2105]: vlmapd_check_running_status: File is not locked by another vasidmapd process, set the lock for pid 2105
Mar 06 10:13:34 myHost vasidmapd[2105]: vlmapd_set_lock: Lock was successfully set on /var/run/vasidmapd.pid for process with pid 2105

A simple filter by unit would be sufficient for me.

@poettering So how could I even "instead do that at query time"? As far as I can figure it out via the man page, I can only search for a specific unit and do a simple "OR" (+) on the terms, but not even a "not" PATTERN.

So do I need to dump the journal as json to jq to write a filter there? Or how is the supposed way to easily filter a log at query time?

portersrc commented 6 years ago

This kind of feature would help! Another use case applies even when you have full control over the software stack: You have multiple logging interfaces to maintain, and you want a single point of filtering. Without this functionality, interfaces have to duplicate filtering (more upfront work and maintenance), or the logs have to pass through one extra intermediary before going to the journal (slower and awkwardly architected, seeing as there's already a focal point at the journal).

hannut commented 6 years ago

Very useful feature. I have a mediaserver which spams the below logs for more than 1000 lines per second 24/7 for a couple of years now and the nice folks at Intel haven't fixed this yet. Have moved the journals to volatile memory but there is never a single line of useful log since the below lines rotate all useful messages before I can see them. Also I use 1G of ram and some cpu cycles just to rotate these without any use. "not convinced we should do filtering at collection time" indeed :)

heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt heinä 01 11:38:02 myytti.lan kernel: [drm:ironlake_irq_handler [i915]] ERROR Poison interrupt

deadlydoge commented 5 years ago

I've looking whole day about filtering in collection time... You have my +1 for this feature.

aog2000a commented 5 years ago

Please also see "Per-Unit Journal Limits" #3045 . I very much support some way of restricting the data collecting scope of journald, if not by filtering at least by being able to set a per unit logging level to maximize the disk space usage for useful information.

drexljo commented 5 years ago

Hope this gets implemented soon, as I've run into the same issue as the ones before me. We're having some search engine indexer processes running that date back to Solaris times and one can't convince them to STFU. Basically they chatter about every changed database entry, which are a lot. Every time someone rents, brings back, updates, throws away or buys a book, we're having at least one line of chatter, most of the time multiple. Not within one library, within every library in our country (yes, not county, but country, as in nation, state... I'm talking tens of Gigabytes of logs every day). And trust me on that: Library software is ancient, buggy and is not cared well for. "Fix it" is not an option.

You had a bunch of good ideas with systemd, but journald is a regression in this respect. We desperately need the option to pre-filter logged messages, as rsyslog was nicely capable of.

nethershaw commented 4 years ago

For an administrator to have some means of filtering messages from ever being stored in the journal is an absolutely essential feature for any platform where writes to the filesystem must be controlled. Embedded systems are one such situation. This has nothing at all to do with query time; if an important application misbehaves in such a way that it stores too much data in the journal, but the administrator's only options are to stop using the journal entirely or stop using that application entirely, then the absence of an option to filter the noise from being stored can in the worst case scenario result in a denial of service.

You don't mitigate a DoS attack by filtering egress; you mitigate it by filtering ingress. This is very much the same thing.

lilmike commented 4 years ago

This certainly has my +1 as well. I have a similar situation to the openvpn one except with postfix, where monitoring daemon and service connect to postfix to verify connectivity and immediately disconnect. This happens every 30 seconds for the daemon, and like 9x every minute for the service (for multiple monitoring locations) so filtering these from not hitting the journal would be very helpful.

gleventhal commented 4 years ago

+1 to filtering. I would love to be able to filter messages to specific journal files when disk persistence is used as well. This way, I could persist data that relates to a specific program but not need to persist other data. One useful example is that coredumpctl relies on journal metadata, but if I don't persist the /var/log/journal data between reboots, then coredumpctl doesnt know about prior coredumps. If I could send systemd-coredump data to one specific file, I could back that up and restore it.

This feature seems so incredibly necessary to me, I honestly don't understand the hesitation. From a systems administrative standpoint, its a no-brainer.

gleventhal commented 4 years ago

@poettering Let me give you a simple use-case: A shared Linux system exists where the Bash history logging to syslog functionality is required due to compliance reasons.

These systems are shared and we don't want users to be able to see each other's history, but root access is required for some users.

We simply want the journal to not write these bash history events, but we do need them to be logged by syslog, which writes to a remote data-store over a TLS-encrypted session.

We don't want to disable the journal storage just because we have a compliance requirement to keep bash history. It's a simple ask, I don't understand your reluctance. It makes systemd objectively better to add journal filtering.

pciavald commented 4 years ago

moving to rsyslog because of this.

https://github.com/docker/for-linux/issues/679#issuecomment-509159724

TriMoon commented 4 years ago

@poettering https://github.com/systemd/systemd/issues/6432#issuecomment-319020762 This has been requested before, but I am still not convinced we should do filtering at collection time, but instead do that at query time. We should work on making journald data collection quicker to make this less of a hassle (for example through #6392 and such).

Just look at how many people want/need this functionality and the timeline (2 years), just get over your personal (or financial) reasons to withhold the implementation asked by the community, and just play along with the democracy of the internet. Or maybe you prefer this software to be labeled as "forbidden" due to certain laws?

Users of this software want, just as i do, to prevent certain log messages from reaching the storage on disk/memory for various reasons as many have explained above.

Maybe you don't want to provide this possibility or see any use for it, but others certainly do.

aog2000a commented 4 years ago

moving to rsyslog because of this.

docker/for-linux#679 (comment)

Really confused... we are arguing in favor of a journald feature, which would make systemd resp. journald much more useful and flexible in certain cases. Cases in which you don't even WANT to have an extra logging deamon. What does this have to do with docker or rsyslog?

aog2000a commented 4 years ago

@poettering https://github.com/systemd/systemd/issues/6432#issuecomment-319020762 This has been requested before, but I am still not convinced we should do filtering at collection time, but instead do that at query time. We should work on making journald data collection quicker to make this less of a hassle (for example through #6392 and such).

At query time it is just TOO LATE for the use cases many of us are having. One daemon may produce way too much irrelevant logging of level INFO, while another one may publish important details for the personal use case as level DEBUG. How to handle that at query time, without destroying your SD card or overflowing your disk??

BTW, collecting way too much data also makes the system less performant and journald data collection slower.

Orteko commented 4 years ago

Filtering at collection time definitely has it's use cases:

In our scenario we are forced to run "enterprise" software that produces enormous quantities of useless log entries logged at the same level as logs that we actually need to see.

Unfortunately the vendor isn't interested in fixing their product so currently our journal & plaintext log files have to be very limited in size as otherwise we'll quickly be blowing through many gigabytes of disk on data we never want to see.

pciavald commented 4 years ago

moving to rsyslog because of this. docker/for-linux#679 (comment)

Really confused... we are arguing in favor of a journald feature, which would make systemd resp. journald much more useful and flexible in certain cases. Cases in which you don't even WANT to have an extra logging deamon. What does this have to do with docker or rsyslog?

Sorry for the lack of clarity of my message. Since a recent version, docker triggers a systemd log that spams the journal. The only way to avoid the insertion of these useless logs is to add rsyslog which has the feature of filtering out log entries before insertion. I was just adding a use-case for the feature request.

Feb 22 10:49:14 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.RqzpeQ.mount: Succeeded.
Feb 22 10:49:14 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.RqzpeQ.mount: Succeeded.
Feb 22 10:49:35 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.qSIXLc.mount: Succeeded.
Feb 22 10:49:35 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.qSIXLc.mount: Succeeded.
Feb 22 10:49:45 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.SDl5MT.mount: Succeeded.
Feb 22 10:49:45 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.SDl5MT.mount: Succeeded.
Feb 22 10:49:55 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.1jlVkE.mount: Succeeded.
Feb 22 10:49:55 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.1jlVkE.mount: Succeeded.
Feb 22 10:50:06 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.i87F67.mount: Succeeded.
Feb 22 10:50:16 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.6z1e2P.mount: Succeeded.
Feb 22 10:50:16 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.6z1e2P.mount: Succeeded.
Feb 22 10:50:26 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.qIytgx.mount: Succeeded.
Feb 22 10:50:26 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.qIytgx.mount: Succeeded.
Feb 22 10:50:57 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.FA8B8n.mount: Succeeded.
Feb 22 10:50:57 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.FA8B8n.mount: Succeeded.
Feb 22 10:51:07 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.JQadD5.mount: Succeeded.
Feb 22 10:51:18 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.dk487D.mount: Succeeded.
Feb 22 10:51:18 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.dk487D.mount: Succeeded.
Feb 22 10:51:25 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-8d878da2975b7c441f66d60a716e8d7695e4a55de7cb5edf1f9eab4fdff18536-runc.nNYCIN.mount: Succeeded.
Feb 22 10:51:38 moonshot systemd[1]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.h6jCu2.mount: Succeeded.

Using rsyslog as the log-driver of docker is not an optimal solution as it adds a layer of complexity and it also makes it impossible to use docker logs to view a container's logs contrary to using directly journald as the log-driver. But as i'm trying to get readability over the journals of several servers, keeping the spam is not an option.

h0tw1r3 commented 4 years ago

For PCI DSS compliance, we have found the most convenient place to mask all PAN data is at the local log agent. Therefor we've made the unfortunate decision to replace journald as the local agent.

s1shed commented 4 years ago

Feb 22 10:49:14 moonshot systemd[11245]: run-docker-runtime\x2drunc-moby-cd6587581f9670b216d09c87cf71536c8aaa12280137c90aa9094e0f0d14cd46-runc.RqzpeQ.mount: Succeeded.

This is exactly why I'd like to have the ability to prevent some messages from being written to the journal. The journal is filled with a multitude of useless entries for everyone (?) running Docker.

jeka commented 4 years ago

OK, it would be really helpful to have this feature. For example, in recent kernels, there is a slipped line of code that is annoying. It's fixed recently upstream but it will take time until it gets in distribution kernels.

For example:

# journalctl -f
-- Logs begin at Wed 2020-04-08 20:48:58 UTC. --
Apr 09 07:55:01 clear.virt.local unknown: testing the buffer
Apr 09 07:55:01 clear.virt.local unknown: testing the buffer
Apr 09 07:55:01 clear.virt.local unknown: testing the buffer
Apr 09 07:55:01 clear.virt.local unknown: testing the buffer
Apr 09 07:55:31 clear.virt.local unknown: testing the buffer
Apr 09 07:55:31 clear.virt.local unknown: testing the buffer
Apr 09 07:55:41 clear.virt.local unknown: testing the buffer
Apr 09 07:55:41 clear.virt.local unknown: testing the buffer
Apr 09 07:55:41 clear.virt.local unknown: testing the buffer
Apr 09 07:55:41 clear.virt.local unknown: testing the buffer

# uptime
 07:56:25  up   0:07,  1 user,  load average: 0.10, 0.11, 0.04

# journalctl -b | grep "testing the buffer" | wc -l
2440

I have a hard time to check the log in case of debugging errors because of this. Also, the journal rotates really fast

@poettering what is your proposal in such cases?

semidark commented 4 years ago

I Would also very much like this feature. In my case wpa_supplicant is spamming my Raspi based WLAN Hotspot log with:

Apr 19 18:32:50 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:51 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:52 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:53 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:54 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:55 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:56 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:57 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1
Apr 19 18:32:58 hostname wpa_supplicant[845]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-95 retry=1

It seams to be a bug in the NetworkManager or wpa_supplicant implementation which I'm pretty sure won't get fixed that soon.

@poettering: Could you please consider implementing a Write Time Message Filter?

liger1978 commented 4 years ago

Would be lovely to be able to put a regex into the unit file specifying what output to discard or to keep.

adrian-the-git commented 3 years ago
-- Logs begin at Wed 2020-07-08 16:08:23 PDT, end at Wed 2020-08-26 19:06:08 PDT. --
Aug 26 18:57:43 zika slim[3481523]: [3481523:3521595:0826/185743.744647:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:44 zika slim[3481523]: [3481523:3521595:0826/185744.757744:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:44 zika slim[3481523]: [3481523:3521595:0826/185744.763548:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:45 zika slim[3481523]: [3481523:3521595:0826/185745.773184:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:45 zika slim[3481523]: [3481523:3521595:0826/185745.776017:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:46 zika slim[3481523]: [3481523:3521595:0826/185746.785314:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:46 zika slim[3481523]: [3481523:3521595:0826/185746.789848:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:47 zika slim[3481523]: [3481523:3521595:0826/185747.799738:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:47 zika slim[3481523]: [3481523:3521595:0826/185747.805905:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:48 zika slim[3481523]: [3481523:3521595:0826/185748.817649:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:48 zika slim[3481523]: [3481523:3521595:0826/185748.821114:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:49 zika slim[3481523]: [3481523:3521595:0826/185749.832875:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:49 zika slim[3481523]: [3481523:3521595:0826/185749.838398:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:50 zika slim[3481523]: [3481523:3521595:0826/185750.851608:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:50 zika slim[3481523]: [3481523:3521595:0826/185750.857120:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:51 zika slim[3481523]: [3481523:3521595:0826/185751.865269:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:51 zika slim[3481523]: [3481523:3521595:0826/185751.867571:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:52 zika slim[3481523]: [3481523:3521595:0826/185752.875957:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:52 zika slim[3481523]: [3481523:3521595:0826/185752.877826:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:53 zika slim[3481523]: [3481523:3521595:0826/185753.883314:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:53 zika slim[3481523]: [3481523:3521595:0826/185753.884922:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:54 zika slim[3481523]: [3481523:3521595:0826/185754.888830:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:54 zika slim[3481523]: [3481523:3521595:0826/185754.890428:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:55 zika slim[3481523]: [3481523:3521595:0826/185755.894748:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:55 zika slim[3481523]: [3481523:3521595:0826/185755.896338:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:56 zika slim[3481523]: [3481523:3521595:0826/185756.900864:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:56 zika slim[3481523]: [3481523:3521595:0826/185756.902502:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:57 zika slim[3481523]: [3481523:3521595:0826/185757.906939:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:57 zika slim[3481523]: [3481523:3521595:0826/185757.908554:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:58 zika slim[3481523]: [3481523:3521595:0826/185758.913134:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:58 zika slim[3481523]: [3481523:3521595:0826/185758.914821:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:59 zika slim[3481523]: [3481523:3521595:0826/185759.919563:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:57:59 zika slim[3481523]: [3481523:3521595:0826/185759.921196:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:00 zika slim[3481523]: [3481523:3521595:0826/185800.927216:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:00 zika slim[3481523]: [3481523:3521595:0826/185800.929569:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:01 zika slim[3481523]: [3481523:3521595:0826/185801.935529:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:01 zika slim[3481523]: [3481523:3521595:0826/185801.937933:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:02 zika slim[3481523]: [3481523:3521595:0826/185802.944250:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:02 zika slim[3481523]: [3481523:3521595:0826/185802.947160:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:03 zika slim[3481523]: [3481523:3521595:0826/185803.954940:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:03 zika slim[3481523]: [3481523:3521595:0826/185803.959136:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:04 zika slim[3481523]: [3481523:3521595:0826/185804.966782:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:04 zika slim[3481523]: [3481523:3521595:0826/185804.971235:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:05 zika slim[3481523]: [3481523:3521595:0826/185805.982514:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:05 zika slim[3481523]: [3481523:3521595:0826/185805.985606:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:06 zika slim[3481523]: [3481523:3521595:0826/185806.997483:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:07 zika slim[3481523]: [3481523:3521595:0826/185807.001710:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:08 zika slim[3481523]: [3481523:3521595:0826/185808.014269:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:08 zika slim[3481523]: [3481523:3521595:0826/185808.019759:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:09 zika slim[3481523]: [3481523:3521595:0826/185809.031119:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:09 zika slim[3481523]: [3481523:3521595:0826/185809.034330:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:10 zika slim[3481523]: [3481523:3521595:0826/185810.046455:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:10 zika slim[3481523]: [3481523:3521595:0826/185810.051636:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:11 zika slim[3481523]: [3481523:3521595:0826/185811.061121:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:11 zika slim[3481523]: [3481523:3521595:0826/185811.064969:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:12 zika slim[3481523]: [3481523:3521595:0826/185812.076789:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:12 zika slim[3481523]: [3481523:3521595:0826/185812.080679:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:13 zika slim[3481523]: [3481523:3521595:0826/185813.089287:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:13 zika slim[3481523]: [3481523:3521595:0826/185813.093015:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:14 zika slim[3481523]: [3481523:3521595:0826/185814.105502:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:14 zika slim[3481523]: [3481523:3521595:0826/185814.108021:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:15 zika slim[3481523]: [3481523:3521595:0826/185815.120640:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:15 zika slim[3481523]: [3481523:3521595:0826/185815.127040:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:16 zika slim[3481523]: [3481523:3521595:0826/185816.137189:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:16 zika slim[3481523]: [3481523:3521595:0826/185816.142353:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:17 zika slim[3481523]: [3481523:3521595:0826/185817.152022:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:17 zika slim[3481523]: [3481523:3521595:0826/185817.158023:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:18 zika slim[3481523]: [3481523:3521595:0826/185818.170295:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:18 zika slim[3481523]: [3481523:3521595:0826/185818.175672:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:19 zika slim[3481523]: [3481523:3521595:0826/185819.188132:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:19 zika slim[3481523]: [3481523:3521595:0826/185819.193001:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:20 zika slim[3481523]: [3481523:3521595:0826/185820.201431:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:20 zika slim[3481523]: [3481523:3521595:0826/185820.204679:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:21 zika slim[3481523]: [3481523:3521595:0826/185821.211074:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:21 zika slim[3481523]: [3481523:3521595:0826/185821.212672:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:22 zika slim[3481523]: [3481523:3521595:0826/185822.217958:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:22 zika slim[3481523]: [3481523:3521595:0826/185822.219719:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:23 zika slim[3481523]: [3481523:3521595:0826/185823.223941:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:23 zika slim[3481523]: [3481523:3521595:0826/185823.225948:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:24 zika slim[3481523]: [3481523:3521595:0826/185824.230303:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:24 zika slim[3481523]: [3481523:3521595:0826/185824.231902:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:25 zika slim[3481523]: [3481523:3521595:0826/185825.249614:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:25 zika slim[3481523]: [3481523:3521595:0826/185825.254566:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:26 zika slim[3481523]: [3481523:3521595:0826/185826.267690:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:26 zika slim[3481523]: [3481523:3521595:0826/185826.270055:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:27 zika slim[3481523]: [3481523:3521595:0826/185827.281227:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:27 zika slim[3481523]: [3481523:3521595:0826/185827.286212:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:28 zika slim[3481523]: [3481523:3521595:0826/185828.293512:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:28 zika slim[3481523]: [3481523:3521595:0826/185828.298100:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:29 zika slim[3481523]: [3481523:3521595:0826/185829.308967:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:29 zika slim[3481523]: [3481523:3521595:0826/185829.312249:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:30 zika slim[3481523]: [3481523:3521595:0826/185830.316085:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:30 zika slim[3481523]: [3481523:3521595:0826/185830.318907:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:31 zika slim[3481523]: [3481523:3521595:0826/185831.321098:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:31 zika slim[3481523]: [3481523:3521595:0826/185831.322777:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:32 zika slim[3481523]: [3481523:3521595:0826/185832.333310:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:32 zika slim[3481523]: [3481523:3521595:0826/185832.338973:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:33 zika slim[3481523]: [3481523:3521595:0826/185833.348363:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:33 zika slim[3481523]: [3481523:3521595:0826/185833.351825:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:34 zika slim[3481523]: [3481523:3521595:0826/185834.361118:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:34 zika slim[3481523]: [3481523:3521595:0826/185834.363994:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:35 zika slim[3481523]: [3481523:3521595:0826/185835.367790:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:35 zika slim[3481523]: [3481523:3521595:0826/185835.369587:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:36 zika slim[3481523]: [3481523:3521595:0826/185836.373958:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:36 zika slim[3481523]: [3481523:3521595:0826/185836.376576:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:37 zika slim[3481523]: [3481523:3521595:0826/185837.384093:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:37 zika slim[3481523]: [3481523:3521595:0826/185837.388198:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:38 zika slim[3481523]: [3481523:3521595:0826/185838.390305:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:38 zika slim[3481523]: [3481523:3521595:0826/185838.391965:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:39 zika slim[3481523]: [3481523:3521595:0826/185839.402081:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:39 zika slim[3481523]: [3481523:3521595:0826/185839.406110:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:40 zika slim[3481523]: [3481523:3521595:0826/185840.414157:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:40 zika slim[3481523]: [3481523:3521595:0826/185840.417460:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:41 zika slim[3481523]: [3481523:3521595:0826/185841.427113:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:41 zika slim[3481523]: [3481523:3521595:0826/185841.432035:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:42 zika slim[3481523]: [3481523:3521595:0826/185842.442867:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:42 zika slim[3481523]: [3481523:3521595:0826/185842.448423:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:43 zika slim[3481523]: [3481523:3521595:0826/185843.457872:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:43 zika slim[3481523]: [3481523:3521595:0826/185843.461679:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:44 zika slim[3481523]: [3481523:3521595:0826/185844.473061:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:44 zika slim[3481523]: [3481523:3521595:0826/185844.478765:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:45 zika slim[3481523]: [3481523:3521595:0826/185845.490703:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:45 zika slim[3481523]: [3481523:3521595:0826/185845.495123:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:46 zika slim[3481523]: [3481523:3521595:0826/185846.500934:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:46 zika slim[3481523]: [3481523:3521595:0826/185846.503537:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:47 zika slim[3481523]: [3481523:3521595:0826/185847.513278:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:47 zika slim[3481523]: [3481523:3521595:0826/185847.515673:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:48 zika slim[3481523]: [3481523:3521595:0826/185848.519795:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:48 zika slim[3481523]: [3481523:3521595:0826/185848.521481:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:49 zika slim[3481523]: [3481523:3521595:0826/185849.526690:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:49 zika slim[3481523]: [3481523:3521595:0826/185849.528468:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:50 zika slim[3481523]: [3481523:3521595:0826/185850.533090:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:50 zika slim[3481523]: [3481523:3521595:0826/185850.534704:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:51 zika slim[3481523]: [3481523:3521595:0826/185851.539028:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:51 zika slim[3481523]: [3481523:3521595:0826/185851.540750:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:52 zika slim[3481523]: [3481523:3521595:0826/185852.545070:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:52 zika slim[3481523]: [3481523:3521595:0826/185852.546793:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:53 zika slim[3481523]: [3481523:3521595:0826/185853.550915:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:53 zika slim[3481523]: [3481523:3521595:0826/185853.552536:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:54 zika slim[3481523]: [3481523:3521595:0826/185854.556619:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:54 zika slim[3481523]: [3481523:3521595:0826/185854.558201:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:55 zika slim[3481523]: [3481523:3521595:0826/185855.562236:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:55 zika slim[3481523]: [3481523:3521595:0826/185855.563994:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:56 zika slim[3481523]: [3481523:3521595:0826/185856.568160:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:56 zika slim[3481523]: [3481523:3521595:0826/185856.569722:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:57 zika slim[3481523]: [3481523:3521595:0826/185857.574700:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:57 zika slim[3481523]: [3481523:3521595:0826/185857.576387:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:58 zika slim[3481523]: [3481523:3521595:0826/185858.580723:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:58 zika slim[3481523]: [3481523:3521595:0826/185858.582270:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:59 zika slim[3481523]: [3481523:3521595:0826/185859.585804:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:58:59 zika slim[3481523]: [3481523:3521595:0826/185859.587317:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:00 zika slim[3481523]: [3481523:3521595:0826/185900.590844:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:00 zika slim[3481523]: [3481523:3521595:0826/185900.592609:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:01 zika slim[3481523]: [3481523:3521595:0826/185901.596920:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:01 zika slim[3481523]: [3481523:3521595:0826/185901.598576:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:02 zika slim[3481523]: [3481523:3521595:0826/185902.603358:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:02 zika slim[3481523]: [3481523:3521595:0826/185902.605098:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:03 zika slim[3481523]: [3481523:3521595:0826/185903.608814:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:03 zika slim[3481523]: [3481523:3521595:0826/185903.610495:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:04 zika slim[3481523]: [3481523:3521595:0826/185904.614627:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:04 zika slim[3481523]: [3481523:3521595:0826/185904.616319:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:05 zika slim[3481523]: [3481523:3521595:0826/185905.621509:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:05 zika slim[3481523]: [3481523:3521595:0826/185905.624161:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:06 zika slim[3481523]: [3481523:3521595:0826/185906.632472:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:06 zika slim[3481523]: [3481523:3521595:0826/185906.635297:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:07 zika slim[3481523]: [3481523:3521595:0826/185907.644304:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:07 zika slim[3481523]: [3481523:3521595:0826/185907.647909:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:08 zika slim[3481523]: [3481523:3521595:0826/185908.657852:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:08 zika slim[3481523]: [3481523:3521595:0826/185908.662078:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:09 zika slim[3481523]: [3481523:3521595:0826/185909.673058:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:09 zika slim[3481523]: [3481523:3521595:0826/185909.678031:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:10 zika slim[3481523]: [3481523:3521595:0826/185910.688295:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:10 zika slim[3481523]: [3481523:3521595:0826/185910.692817:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:11 zika slim[3481523]: [3481523:3521595:0826/185911.703433:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:11 zika slim[3481523]: [3481523:3521595:0826/185911.708811:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:12 zika slim[3481523]: [3481523:3521595:0826/185912.721917:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:12 zika slim[3481523]: [3481523:3521595:0826/185912.726719:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:13 zika slim[3481523]: [3481523:3521595:0826/185913.739234:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:13 zika slim[3481523]: [3481523:3521595:0826/185913.743925:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:14 zika slim[3481523]: [3481523:3521595:0826/185914.752994:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:14 zika slim[3481523]: [3481523:3521595:0826/185914.756190:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:15 zika slim[3481523]: [3481523:3521595:0826/185915.768622:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:15 zika slim[3481523]: [3481523:3521595:0826/185915.771511:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:16 zika slim[3481523]: [3481523:3521595:0826/185916.784997:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:16 zika slim[3481523]: [3481523:3521595:0826/185916.791302:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:17 zika slim[3481523]: [3481523:3521595:0826/185917.804477:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:17 zika slim[3481523]: [3481523:3521595:0826/185917.809051:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:18 zika slim[3481523]: [3481523:3521595:0826/185918.821246:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:18 zika slim[3481523]: [3481523:3521595:0826/185918.826961:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:19 zika slim[3481523]: [3481523:3521595:0826/185919.840594:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:19 zika slim[3481523]: [3481523:3521595:0826/185919.847026:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:20 zika slim[3481523]: [3481523:3521595:0826/185920.859851:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:20 zika slim[3481523]: [3481523:3521595:0826/185920.863619:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:21 zika slim[3481523]: [3481523:3521595:0826/185921.876415:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:21 zika slim[3481523]: [3481523:3521595:0826/185921.878902:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:22 zika slim[3481523]: [3481523:3521595:0826/185922.888836:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:22 zika slim[3481523]: [3481523:3521595:0826/185922.892983:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:23 zika slim[3481523]: [3481523:3521595:0826/185923.898111:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:23 zika slim[3481523]: [3481523:3521595:0826/185923.900241:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:24 zika slim[3481523]: [3481523:3521595:0826/185924.903580:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:24 zika slim[3481523]: [3481523:3521595:0826/185924.905032:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:25 zika slim[3481523]: [3481523:3521595:0826/185925.909383:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:25 zika slim[3481523]: [3481523:3521595:0826/185925.910988:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:26 zika slim[3481523]: [3481523:3521595:0826/185926.914944:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:26 zika slim[3481523]: [3481523:3521595:0826/185926.916567:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:27 zika slim[3481523]: [3481523:3521595:0826/185927.920465:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:27 zika slim[3481523]: [3481523:3521595:0826/185927.922030:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:28 zika slim[3481523]: [3481523:3521595:0826/185928.926295:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:28 zika slim[3481523]: [3481523:3521595:0826/185928.927860:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:29 zika slim[3481523]: [3481523:3521595:0826/185929.932149:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:29 zika slim[3481523]: [3481523:3521595:0826/185929.933655:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:30 zika slim[3481523]: [3481523:3521595:0826/185930.937659:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:30 zika slim[3481523]: [3481523:3521595:0826/185930.939197:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:31 zika slim[3481523]: [3481523:3521595:0826/185931.943099:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:31 zika slim[3481523]: [3481523:3521595:0826/185931.944726:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:32 zika slim[3481523]: [3481523:3521595:0826/185932.948239:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:32 zika slim[3481523]: [3481523:3521595:0826/185932.949859:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:33 zika slim[3481523]: [3481523:3521595:0826/185933.954165:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:33 zika slim[3481523]: [3481523:3521595:0826/185933.955912:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:34 zika slim[3481523]: [3481523:3521595:0826/185934.959785:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:34 zika slim[3481523]: [3481523:3521595:0826/185934.962146:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:35 zika slim[3481523]: [3481523:3521595:0826/185935.968227:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:35 zika slim[3481523]: [3481523:3521595:0826/185935.971256:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:36 zika slim[3481523]: [3481523:3521595:0826/185936.977959:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:36 zika slim[3481523]: [3481523:3521595:0826/185936.980923:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:37 zika slim[3481523]: [3481523:3521595:0826/185937.988465:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:37 zika slim[3481523]: [3481523:3521595:0826/185937.992807:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:39 zika slim[3481523]: [3481523:3521595:0826/185939.003180:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:39 zika slim[3481523]: [3481523:3521595:0826/185939.006500:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:40 zika slim[3481523]: [3481523:3521595:0826/185940.017010:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:40 zika slim[3481523]: [3481523:3521595:0826/185940.021033:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:41 zika slim[3481523]: [3481523:3521595:0826/185941.034063:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:41 zika slim[3481523]: [3481523:3521595:0826/185941.039553:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:42 zika slim[3481523]: [3481523:3521595:0826/185942.052157:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:42 zika slim[3481523]: [3481523:3521595:0826/185942.055460:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:43 zika slim[3481523]: [3481523:3521595:0826/185943.064255:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:43 zika slim[3481523]: [3481523:3521595:0826/185943.070110:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:44 zika slim[3481523]: [3481523:3521595:0826/185944.082823:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:44 zika slim[3481523]: [3481523:3521595:0826/185944.087755:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:45 zika slim[3481523]: [3481523:3521595:0826/185945.096567:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:45 zika slim[3481523]: [3481523:3521595:0826/185945.101166:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:45 zika slim[3817951]: [ 08/26/2020 18:59:45.287 win_clear_flags WARN ] Flags cleared on a destroyed window 0x00a9a8b2 (ls -lt)
Aug 26 18:59:46 zika slim[3481523]: [3481523:3521595:0826/185946.114559:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:46 zika slim[3481523]: [3481523:3521595:0826/185946.118484:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:47 zika slim[3481523]: [3481523:3521595:0826/185947.141606:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:47 zika slim[3481523]: [3481523:3521595:0826/185947.148181:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:48 zika slim[3481523]: [3481523:3521595:0826/185948.153284:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:48 zika slim[3481523]: [3481523:3521595:0826/185948.156259:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:49 zika slim[3481523]: [3481523:3521595:0826/185949.166533:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:49 zika slim[3481523]: [3481523:3521595:0826/185949.170853:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:50 zika slim[3481523]: [3481523:3521595:0826/185950.181408:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:50 zika slim[3481523]: [3481523:3521595:0826/185950.186756:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:51 zika slim[3481523]: [3481523:3521595:0826/185951.196754:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:51 zika slim[3481523]: [3481523:3521595:0826/185951.202140:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:52 zika slim[3481523]: [3481523:3521595:0826/185952.212535:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:52 zika slim[3481523]: [3481523:3521595:0826/185952.215767:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:53 zika slim[3481523]: [3481523:3521595:0826/185953.225586:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:53 zika slim[3481523]: [3481523:3521595:0826/185953.230364:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:54 zika slim[3481523]: [3481523:3521595:0826/185954.237504:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:54 zika slim[3481523]: [3481523:3521595:0826/185954.240020:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:55 zika slim[3481523]: [3481523:3521595:0826/185955.245663:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:55 zika slim[3481523]: [3481523:3521595:0826/185955.248012:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:56 zika slim[3481523]: [3481523:3521595:0826/185956.252917:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:56 zika slim[3481523]: [3481523:3521595:0826/185956.254601:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:57 zika slim[3481523]: [3481523:3521595:0826/185957.259288:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:57 zika slim[3481523]: [3481523:3521595:0826/185957.260923:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:58 zika slim[3481523]: [3481523:3521595:0826/185958.265243:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:58 zika slim[3481523]: [3481523:3521595:0826/185958.266796:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:59 zika slim[3481523]: [3481523:3521595:0826/185959.270884:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 18:59:59 zika slim[3481523]: [3481523:3521595:0826/185959.272607:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:00 zika slim[3481523]: [3481523:3521595:0826/190000.277200:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:00 zika slim[3481523]: [3481523:3521595:0826/190000.278952:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:01 zika slim[3481523]: [3481523:3521595:0826/190001.283706:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:01 zika slim[3481523]: [3481523:3521595:0826/190001.285356:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:02 zika slim[3481523]: [3481523:3521595:0826/190002.292521:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:02 zika slim[3481523]: [3481523:3521595:0826/190002.296078:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:03 zika slim[3481523]: [3481523:3521595:0826/190003.302333:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:03 zika slim[3481523]: [3481523:3521595:0826/190003.305090:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:04 zika slim[3481523]: [3481523:3521595:0826/190004.313253:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:04 zika slim[3481523]: [3481523:3521595:0826/190004.316600:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:05 zika slim[3481523]: [3481523:3521595:0826/190005.323924:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:05 zika slim[3481523]: [3481523:3521595:0826/190005.327505:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:06 zika slim[3481523]: [3481523:3521595:0826/190006.338234:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:06 zika slim[3481523]: [3481523:3521595:0826/190006.340916:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:07 zika slim[3481523]: [3481523:3521595:0826/190007.352439:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:07 zika slim[3481523]: [3481523:3521595:0826/190007.358113:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:08 zika slim[3481523]: [3481523:3521595:0826/190008.367958:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:08 zika slim[3481523]: [3481523:3521595:0826/190008.372853:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:09 zika slim[3481523]: [3481523:3521595:0826/190009.376840:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:09 zika slim[3481523]: [3481523:3521595:0826/190009.378757:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:10 zika slim[3481523]: [3481523:3521595:0826/190010.387798:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:10 zika slim[3481523]: [3481523:3521595:0826/190010.390280:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:11 zika slim[3481523]: [3481523:3521595:0826/190011.401562:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:11 zika slim[3481523]: [3481523:3521595:0826/190011.407095:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:12 zika slim[3481523]: [3481523:3521595:0826/190012.417567:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:12 zika slim[3481523]: [3481523:3521595:0826/190012.422763:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:13 zika slim[3481523]: [3481523:3521595:0826/190013.434023:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:13 zika slim[3481523]: [3481523:3521595:0826/190013.440139:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:14 zika slim[3481523]: [3481523:3521595:0826/190014.453386:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:14 zika slim[3481523]: [3481523:3521595:0826/190014.455562:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:15 zika slim[3481523]: [3481523:3521595:0826/190015.467881:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:15 zika slim[3481523]: [3481523:3521595:0826/190015.473636:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:16 zika slim[3481523]: [3481523:3521595:0826/190016.485476:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:16 zika slim[3481523]: [3481523:3521595:0826/190016.489591:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:17 zika slim[3481523]: [3481523:3521595:0826/190017.496360:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:17 zika slim[3481523]: [3481523:3521595:0826/190017.499328:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:18 zika slim[3481523]: [3481523:3521595:0826/190018.504375:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:18 zika slim[3481523]: [3481523:3521595:0826/190018.507097:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:19 zika slim[3481523]: [3481523:3521595:0826/190019.514859:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:19 zika slim[3481523]: [3481523:3521595:0826/190019.517250:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:20 zika slim[3481523]: [3481523:3521595:0826/190020.524289:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:20 zika slim[3481523]: [3481523:3521595:0826/190020.528215:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:21 zika slim[3481523]: [3481523:3521595:0826/190021.539148:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:21 zika slim[3481523]: [3481523:3521595:0826/190021.544541:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:22 zika slim[3481523]: [3481523:3521595:0826/190022.557380:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:22 zika slim[3481523]: [3481523:3521595:0826/190022.559975:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:23 zika slim[3481523]: [3481523:3521595:0826/190023.569557:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:23 zika slim[3481523]: [3481523:3521595:0826/190023.574907:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:24 zika slim[3481523]: [3481523:3521595:0826/190024.587145:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:24 zika slim[3481523]: [3481523:3521595:0826/190024.589578:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:25 zika slim[3481523]: [3481523:3521595:0826/190025.594196:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:25 zika slim[3481523]: [3481523:3521595:0826/190025.596058:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:26 zika slim[3481523]: [3481523:3521595:0826/190026.603234:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:26 zika slim[3481523]: [3481523:3521595:0826/190026.605052:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:27 zika slim[3481523]: [3481523:3521595:0826/190027.609482:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:27 zika slim[3481523]: [3481523:3521595:0826/190027.611257:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:28 zika slim[3481523]: [3481523:3521595:0826/190028.615154:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:28 zika slim[3481523]: [3481523:3521595:0826/190028.616757:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:29 zika slim[3481523]: [3481523:3521595:0826/190029.620530:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:29 zika slim[3481523]: [3481523:3521595:0826/190029.622146:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:30 zika slim[3481523]: [3481523:3521595:0826/190030.626496:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:30 zika slim[3481523]: [3481523:3521595:0826/190030.628326:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:31 zika slim[3481523]: [3481523:3521595:0826/190031.632661:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:31 zika slim[3481523]: [3481523:3521595:0826/190031.634346:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:32 zika slim[3481523]: [3481523:3521595:0826/190032.638600:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:32 zika slim[3481523]: [3481523:3521595:0826/190032.640196:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:33 zika slim[3481523]: [3481523:3521595:0826/190033.649944:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:33 zika slim[3481523]: [3481523:3521595:0826/190033.651561:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:34 zika slim[3481523]: [3481523:3521595:0826/190034.654842:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:34 zika slim[3481523]: [3481523:3521595:0826/190034.656447:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:35 zika slim[3481523]: [3481523:3521595:0826/190035.660088:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:35 zika slim[3481523]: [3481523:3521595:0826/190035.661839:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:36 zika slim[3481523]: [3481523:3521595:0826/190036.665912:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:36 zika slim[3481523]: [3481523:3521595:0826/190036.667600:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:37 zika slim[3481523]: [3481523:3521595:0826/190037.671814:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:37 zika slim[3481523]: [3481523:3521595:0826/190037.673948:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:38 zika slim[3481523]: [3481523:3521595:0826/190038.677528:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:38 zika slim[3481523]: [3481523:3521595:0826/190038.679180:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:39 zika slim[3481523]: [3481523:3521595:0826/190039.682770:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:39 zika slim[3481523]: [3481523:3521595:0826/190039.684345:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:40 zika slim[3481523]: [3481523:3521595:0826/190040.689110:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:40 zika slim[3481523]: [3481523:3521595:0826/190040.691770:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:41 zika slim[3481523]: [3481523:3521595:0826/190041.699357:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:41 zika slim[3481523]: [3481523:3521595:0826/190041.702611:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:42 zika slim[3481523]: [3481523:3521595:0826/190042.711225:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:42 zika slim[3481523]: [3481523:3521595:0826/190042.715880:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:43 zika slim[3481523]: [3481523:3521595:0826/190043.726629:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:43 zika slim[3481523]: [3481523:3521595:0826/190043.731059:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:44 zika slim[3481523]: [3481523:3521595:0826/190044.742207:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:44 zika slim[3481523]: [3481523:3521595:0826/190044.746744:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:45 zika slim[3481523]: [3481523:3521595:0826/190045.758536:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:45 zika slim[3481523]: [3481523:3521595:0826/190045.763230:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:46 zika slim[3481523]: [3481523:3521595:0826/190046.771272:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:46 zika slim[3481523]: [3481523:3521595:0826/190046.776249:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:47 zika slim[3481523]: [3481523:3521595:0826/190047.788469:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:47 zika slim[3481523]: [3481523:3521595:0826/190047.793408:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:48 zika slim[3481523]: [3481523:3521595:0826/190048.803017:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:48 zika slim[3481523]: [3481523:3521595:0826/190048.807129:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:49 zika slim[3481523]: [3481523:3521595:0826/190049.820021:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:49 zika slim[3481523]: [3481523:3521595:0826/190049.825812:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:50 zika slim[3481523]: [3481523:3521595:0826/190050.838433:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:50 zika slim[3481523]: [3481523:3521595:0826/190050.844599:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:51 zika slim[3481523]: [3481523:3521595:0826/190051.856697:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:51 zika slim[3481523]: [3481523:3521595:0826/190051.861806:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:52 zika slim[3481523]: [3481523:3521595:0826/190052.875041:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:52 zika slim[3481523]: [3481523:3521595:0826/190052.876870:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:53 zika slim[3481523]: [3481523:3521595:0826/190053.889030:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:53 zika slim[3481523]: [3481523:3521595:0826/190053.893588:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:54 zika slim[3481523]: [3481523:3521595:0826/190054.904041:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:54 zika slim[3481523]: [3481523:3521595:0826/190054.908850:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:55 zika slim[3481523]: [3481523:3521595:0826/190055.919843:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:55 zika slim[3481523]: [3481523:3521595:0826/190055.923629:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:56 zika slim[3481523]: [3481523:3521595:0826/190056.929904:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:56 zika slim[3481523]: [3481523:3521595:0826/190056.932881:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:57 zika slim[3481523]: [3481523:3521595:0826/190057.942253:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:57 zika slim[3481523]: [3481523:3521595:0826/190057.945457:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:58 zika slim[3481523]: [3481523:3521595:0826/190058.954345:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:58 zika slim[3481523]: [3481523:3521595:0826/190058.956922:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:59 zika slim[3481523]: [3481523:3521595:0826/190059.961249:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:00:59 zika slim[3481523]: [3481523:3521595:0826/190059.962766:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:00 zika slim[3481523]: [3481523:3521595:0826/190100.967653:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:00 zika slim[3481523]: [3481523:3521595:0826/190100.969081:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:01 zika slim[3481523]: [3481523:3521595:0826/190101.972598:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:01 zika slim[3481523]: [3481523:3521595:0826/190101.975927:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:02 zika slim[3481523]: [3481523:3521595:0826/190102.980429:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:02 zika slim[3481523]: [3481523:3521595:0826/190102.981967:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:03 zika slim[3481523]: [3481523:3521595:0826/190103.986324:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:03 zika slim[3481523]: [3481523:3521595:0826/190103.988245:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:04 zika slim[3481523]: [3481523:3521595:0826/190104.992829:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:04 zika slim[3481523]: [3481523:3521595:0826/190104.994431:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:05 zika slim[3481523]: [3481523:3521595:0826/190105.998810:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:06 zika slim[3481523]: [3481523:3521595:0826/190106.000382:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:07 zika slim[3481523]: [3481523:3521595:0826/190107.004149:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:07 zika slim[3481523]: [3481523:3521595:0826/190107.005690:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:08 zika slim[3481523]: [3481523:3521595:0826/190108.009925:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:08 zika slim[3481523]: [3481523:3521595:0826/190108.011606:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:09 zika slim[3481523]: [3481523:3521595:0826/190109.015512:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:09 zika slim[3481523]: [3481523:3521595:0826/190109.017937:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:10 zika slim[3481523]: [3481523:3521595:0826/190110.022525:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:10 zika slim[3481523]: [3481523:3521595:0826/190110.025003:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:11 zika slim[3481523]: [3481523:3521595:0826/190111.031412:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:11 zika slim[3481523]: [3481523:3521595:0826/190111.034785:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:12 zika slim[3481523]: [3481523:3521595:0826/190112.042505:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:12 zika slim[3481523]: [3481523:3521595:0826/190112.045830:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:13 zika slim[3481523]: [3481523:3521595:0826/190113.054644:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:13 zika slim[3481523]: [3481523:3521595:0826/190113.057328:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:14 zika slim[3481523]: [3481523:3521595:0826/190114.064561:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:14 zika slim[3481523]: [3481523:3521595:0826/190114.069182:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:15 zika slim[3481523]: [3481523:3521595:0826/190115.076160:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:15 zika slim[3481523]: [3481523:3521595:0826/190115.079419:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:16 zika slim[3481523]: [3481523:3521595:0826/190116.085078:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:16 zika slim[3481523]: [3481523:3521595:0826/190116.088443:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:17 zika slim[3481523]: [3481523:3521595:0826/190117.099961:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:17 zika slim[3481523]: [3481523:3521595:0826/190117.105680:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:18 zika slim[3481523]: [3481523:3521595:0826/190118.118703:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:18 zika slim[3481523]: [3481523:3521595:0826/190118.123415:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:19 zika slim[3481523]: [3481523:3521595:0826/190119.134381:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:19 zika slim[3481523]: [3481523:3521595:0826/190119.139383:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:20 zika slim[3481523]: [3481523:3521595:0826/190120.151086:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:20 zika slim[3481523]: [3481523:3521595:0826/190120.156415:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:21 zika slim[3481523]: [3481523:3521595:0826/190121.168832:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:21 zika slim[3481523]: [3481523:3521595:0826/190121.175068:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:22 zika slim[3481523]: [3481523:3521595:0826/190122.187896:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:22 zika slim[3481523]: [3481523:3521595:0826/190122.193104:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:23 zika slim[3481523]: [3481523:3521595:0826/190123.203180:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:23 zika slim[3481523]: [3481523:3521595:0826/190123.207061:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:24 zika slim[3481523]: [3481523:3521595:0826/190124.219749:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:24 zika slim[3481523]: [3481523:3521595:0826/190124.225556:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:25 zika slim[3481523]: [3481523:3521595:0826/190125.233197:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:25 zika slim[3481523]: [3481523:3521595:0826/190125.236936:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:26 zika slim[3481523]: [3481523:3521595:0826/190126.247170:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:26 zika slim[3481523]: [3481523:3521595:0826/190126.252824:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:27 zika slim[3481523]: [3481523:3521595:0826/190127.260968:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:27 zika slim[3481523]: [3481523:3521595:0826/190127.264082:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:28 zika slim[3481523]: [3481523:3521595:0826/190128.274727:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:28 zika slim[3481523]: [3481523:3521595:0826/190128.279968:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:29 zika slim[3481523]: [3481523:3521595:0826/190129.286549:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:29 zika slim[3481523]: [3481523:3521595:0826/190129.290243:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:30 zika slim[3481523]: [3481523:3521595:0826/190130.296521:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:30 zika slim[3481523]: [3481523:3521595:0826/190130.300164:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:31 zika slim[3481523]: [3481523:3521595:0826/190131.310115:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:31 zika slim[3481523]: [3481523:3521595:0826/190131.311985:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:32 zika slim[3481523]: [3481523:3521595:0826/190132.315990:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:32 zika slim[3481523]: [3481523:3521595:0826/190132.317697:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:33 zika slim[3481523]: [3481523:3521595:0826/190133.321766:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:33 zika slim[3481523]: [3481523:3521595:0826/190133.323477:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:34 zika slim[3481523]: [3481523:3521595:0826/190134.327423:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:34 zika slim[3481523]: [3481523:3521595:0826/190134.329100:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:35 zika slim[3481523]: [3481523:3521595:0826/190135.333262:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:35 zika slim[3481523]: [3481523:3521595:0826/190135.334849:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:36 zika slim[3481523]: [3481523:3521595:0826/190136.338603:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:36 zika slim[3481523]: [3481523:3521595:0826/190136.340144:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:37 zika slim[3481523]: [3481523:3521595:0826/190137.344625:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:37 zika slim[3481523]: [3481523:3521595:0826/190137.347605:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:38 zika slim[3481523]: [3481523:3521595:0826/190138.351434:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:38 zika slim[3481523]: [3481523:3521595:0826/190138.353582:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:39 zika slim[3481523]: [3481523:3521595:0826/190139.357398:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:39 zika slim[3481523]: [3481523:3521595:0826/190139.359200:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:40 zika slim[3481523]: [3481523:3521595:0826/190140.366296:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:40 zika slim[3481523]: [3481523:3521595:0826/190140.369774:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:41 zika slim[3481523]: [3481523:3521595:0826/190141.377620:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:41 zika slim[3481523]: [3481523:3521595:0826/190141.381725:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:42 zika slim[3481523]: [3481523:3521595:0826/190142.389998:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:42 zika slim[3481523]: [3481523:3521595:0826/190142.393345:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:43 zika slim[3481523]: [3481523:3521595:0826/190143.403693:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:43 zika slim[3481523]: [3481523:3521595:0826/190143.407677:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:44 zika slim[3481523]: [3481523:3521595:0826/190144.418198:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:44 zika slim[3481523]: [3481523:3521595:0826/190144.420315:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:45 zika slim[3481523]: [3481523:3521595:0826/190145.431549:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:45 zika slim[3481523]: [3481523:3521595:0826/190145.436785:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:46 zika slim[3481523]: [3481523:3521595:0826/190146.448827:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:46 zika slim[3481523]: [3481523:3521595:0826/190146.452046:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:47 zika slim[3481523]: [3481523:3521595:0826/190147.464500:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:47 zika slim[3481523]: [3481523:3521595:0826/190147.469124:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:48 zika slim[3481523]: [3481523:3521595:0826/190148.473527:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:48 zika slim[3481523]: [3481523:3521595:0826/190148.475264:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:49 zika slim[3481523]: [3481523:3521595:0826/190149.487258:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:49 zika slim[3481523]: [3481523:3521595:0826/190149.492400:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:50 zika slim[3481523]: [3481523:3521595:0826/190150.502933:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:50 zika slim[3481523]: [3481523:3521595:0826/190150.507160:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:51 zika slim[3481523]: [3481523:3521595:0826/190151.516274:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:51 zika slim[3481523]: [3481523:3521595:0826/190151.520306:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:52 zika slim[3481523]: [3481523:3521595:0826/190152.533022:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:52 zika slim[3481523]: [3481523:3521595:0826/190152.536115:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:53 zika slim[3481523]: [3481523:3521595:0826/190153.548101:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:53 zika slim[3481523]: [3481523:3521595:0826/190153.550951:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:54 zika slim[3481523]: [3481523:3521595:0826/190154.564178:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:54 zika slim[3481523]: [3481523:3521595:0826/190154.566345:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:55 zika slim[3481523]: [3481523:3521595:0826/190155.575984:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:55 zika slim[3481523]: [3481523:3521595:0826/190155.581325:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:56 zika slim[3481523]: [3481523:3521595:0826/190156.590138:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:56 zika slim[3481523]: [3481523:3521595:0826/190156.592398:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:57 zika slim[3481523]: [3481523:3521595:0826/190157.604079:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:57 zika slim[3481523]: [3481523:3521595:0826/190157.608548:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:58 zika slim[3481523]: [3481523:3521595:0826/190158.618309:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:58 zika slim[3481523]: [3481523:3521595:0826/190158.622152:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:59 zika slim[3481523]: [3481523:3521595:0826/190159.632447:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:01:59 zika slim[3481523]: [3481523:3521595:0826/190159.636161:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:00 zika slim[3481523]: [3481523:3521595:0826/190200.640971:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:00 zika slim[3481523]: [3481523:3521595:0826/190200.642932:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:01 zika slim[3481523]: [3481523:3521595:0826/190201.647568:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:01 zika slim[3481523]: [3481523:3521595:0826/190201.650281:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:02 zika slim[3481523]: [3481523:3521595:0826/190202.654764:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:02 zika slim[3481523]: [3481523:3521595:0826/190202.656576:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:03 zika slim[3481523]: [3481523:3521595:0826/190203.660286:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:03 zika slim[3481523]: [3481523:3521595:0826/190203.661738:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:04 zika slim[3481523]: [3481523:3521595:0826/190204.665941:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:04 zika slim[3481523]: [3481523:3521595:0826/190204.667677:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:05 zika slim[3481523]: [3481523:3521595:0826/190205.671719:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:05 zika slim[3481523]: [3481523:3521595:0826/190205.673353:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:06 zika slim[3481523]: [3481523:3521595:0826/190206.677097:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:06 zika slim[3481523]: [3481523:3521595:0826/190206.678753:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:07 zika slim[3481523]: [3481523:3521595:0826/190207.683270:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:07 zika slim[3481523]: [3481523:3521595:0826/190207.685668:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:08 zika slim[3481523]: [3481523:3521595:0826/190208.689952:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:08 zika slim[3481523]: [3481523:3521595:0826/190208.691601:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:09 zika slim[3481523]: [3481523:3521595:0826/190209.695441:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:09 zika slim[3481523]: [3481523:3521595:0826/190209.697147:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:10 zika slim[3481523]: [3481523:3521595:0826/190210.700936:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:10 zika slim[3481523]: [3481523:3521595:0826/190210.702672:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:11 zika slim[3481523]: [3481523:3521595:0826/190211.706260:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:11 zika slim[3481523]: [3481523:3521595:0826/190211.707982:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:12 zika slim[3481523]: [3481523:3521595:0826/190212.712289:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:12 zika slim[3481523]: [3481523:3521595:0826/190212.713944:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:13 zika slim[3481523]: [3481523:3521595:0826/190213.718414:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:13 zika slim[3481523]: [3481523:3521595:0826/190213.720014:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:14 zika slim[3481523]: [3481523:3521595:0826/190214.724358:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:14 zika slim[3481523]: [3481523:3521595:0826/190214.726069:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:15 zika slim[3481523]: [3481523:3521595:0826/190215.729969:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:15 zika slim[3481523]: [3481523:3521595:0826/190215.731703:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:16 zika slim[3481523]: [3481523:3521595:0826/190216.735948:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:16 zika slim[3481523]: [3481523:3521595:0826/190216.737688:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:17 zika slim[3481523]: [3481523:3521595:0826/190217.741537:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:17 zika slim[3481523]: [3481523:3521595:0826/190217.743242:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:18 zika slim[3481523]: [3481523:3521595:0826/190218.747218:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:18 zika slim[3481523]: [3481523:3521595:0826/190218.748916:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:19 zika slim[3481523]: [3481523:3521595:0826/190219.752789:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:19 zika slim[3481523]: [3481523:3521595:0826/190219.754459:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:20 zika slim[3481523]: [3481523:3521595:0826/190220.760334:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:20 zika slim[3481523]: [3481523:3521595:0826/190220.762787:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:21 zika slim[3481523]: [3481523:3521595:0826/190221.768597:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:21 zika slim[3481523]: [3481523:3521595:0826/190221.771283:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:22 zika slim[3481523]: [3481523:3521595:0826/190222.777406:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:22 zika slim[3481523]: [3481523:3521595:0826/190222.780021:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:23 zika slim[3481523]: [3481523:3521595:0826/190223.788422:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:23 zika slim[3481523]: [3481523:3521595:0826/190223.792927:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:24 zika slim[3481523]: [3481523:3521595:0826/190224.803273:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:24 zika slim[3481523]: [3481523:3521595:0826/190224.808891:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:25 zika slim[3481523]: [3481523:3521595:0826/190225.817869:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:25 zika slim[3481523]: [3481523:3521595:0826/190225.820914:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:26 zika slim[3481523]: [3481523:3521595:0826/190226.832117:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:26 zika slim[3481523]: [3481523:3521595:0826/190226.838267:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:27 zika slim[3481523]: [3481523:3521595:0826/190227.848750:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:27 zika slim[3481523]: [3481523:3521595:0826/190227.854146:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:28 zika slim[3481523]: [3481523:3521595:0826/190228.866185:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:28 zika slim[3481523]: [3481523:3521595:0826/190228.871585:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:29 zika slim[3481523]: [3481523:3521595:0826/190229.884413:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:29 zika slim[3481523]: [3481523:3521595:0826/190229.887206:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:30 zika slim[3481523]: [3481523:3521595:0826/190230.897533:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:30 zika slim[3481523]: [3481523:3521595:0826/190230.900995:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:31 zika slim[3481523]: [3481523:3521595:0826/190231.912477:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:31 zika slim[3481523]: [3481523:3521595:0826/190231.918121:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:32 zika slim[3481523]: [3481523:3521595:0826/190232.930413:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:32 zika slim[3481523]: [3481523:3521595:0826/190232.936477:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:33 zika slim[3481523]: [3481523:3521595:0826/190233.948899:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:33 zika slim[3481523]: [3481523:3521595:0826/190233.954597:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:34 zika slim[3481523]: [3481523:3521595:0826/190234.966903:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:34 zika slim[3481523]: [3481523:3521595:0826/190234.969063:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:35 zika slim[3481523]: [3481523:3521595:0826/190235.980906:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:35 zika slim[3481523]: [3481523:3521595:0826/190235.984654:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:36 zika slim[3481523]: [3481523:3521595:0826/190236.996627:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:36 zika slim[3481523]: [3481523:3521595:0826/190236.999621:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:38 zika slim[3481523]: [3481523:3521595:0826/190238.006429:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:38 zika slim[3481523]: [3481523:3521595:0826/190238.009247:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:39 zika slim[3481523]: [3481523:3521595:0826/190239.013909:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:39 zika slim[3481523]: [3481523:3521595:0826/190239.015592:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:40 zika slim[3481523]: [3481523:3521595:0826/190240.020713:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:40 zika slim[3481523]: [3481523:3521595:0826/190240.022328:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:41 zika slim[3481523]: [3481523:3521595:0826/190241.026143:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:41 zika slim[3481523]: [3481523:3521595:0826/190241.027744:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:42 zika slim[3481523]: [3481523:3521595:0826/190242.032074:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:42 zika slim[3481523]: [3481523:3521595:0826/190242.033698:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:43 zika slim[3481523]: [3481523:3521595:0826/190243.038103:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:43 zika slim[3481523]: [3481523:3521595:0826/190243.039645:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:44 zika slim[3481523]: [3481523:3521595:0826/190244.044319:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:44 zika slim[3481523]: [3481523:3521595:0826/190244.045946:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:45 zika slim[3481523]: [3481523:3521595:0826/190245.049825:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:45 zika slim[3481523]: [3481523:3521595:0826/190245.051554:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:46 zika slim[3481523]: [3481523:3521595:0826/190246.055387:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:46 zika slim[3481523]: [3481523:3521595:0826/190246.056977:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:47 zika slim[3481523]: [3481523:3521595:0826/190247.061492:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:47 zika slim[3481523]: [3481523:3521595:0826/190247.063131:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:48 zika slim[3481523]: [3481523:3521595:0826/190248.069235:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:48 zika slim[3481523]: [3481523:3521595:0826/190248.071868:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:49 zika slim[3481523]: [3481523:3521595:0826/190249.078209:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:49 zika slim[3481523]: [3481523:3521595:0826/190249.081335:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:50 zika slim[3481523]: [3481523:3521595:0826/190250.089778:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:50 zika slim[3481523]: [3481523:3521595:0826/190250.093499:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:51 zika slim[3481523]: [3481523:3521595:0826/190251.102311:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:51 zika slim[3481523]: [3481523:3521595:0826/190251.107314:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:52 zika slim[3481523]: [3481523:3521595:0826/190252.118294:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:52 zika slim[3481523]: [3481523:3521595:0826/190252.121522:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:53 zika slim[3481523]: [3481523:3521595:0826/190253.131915:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:53 zika slim[3481523]: [3481523:3521595:0826/190253.134624:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:54 zika slim[3481523]: [3481523:3521595:0826/190254.145888:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:54 zika slim[3481523]: [3481523:3521595:0826/190254.148638:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:55 zika slim[3481523]: [3481523:3521595:0826/190255.160021:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:55 zika slim[3481523]: [3481523:3521595:0826/190255.163835:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:56 zika slim[3481523]: [3481523:3521595:0826/190256.176000:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:56 zika slim[3481523]: [3481523:3521595:0826/190256.180452:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:57 zika slim[3481523]: [3481523:3521595:0826/190257.192836:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:57 zika slim[3481523]: [3481523:3521595:0826/190257.197993:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:58 zika slim[3481523]: [3481523:3521595:0826/190258.207387:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:58 zika slim[3481523]: [3481523:3521595:0826/190258.211767:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:59 zika slim[3481523]: [3481523:3521595:0826/190259.224764:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:02:59 zika slim[3481523]: [3481523:3521595:0826/190259.230612:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:00 zika slim[3481523]: [3481523:3521595:0826/190300.242046:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:00 zika slim[3481523]: [3481523:3521595:0826/190300.247785:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:01 zika slim[3481523]: [3481523:3521595:0826/190301.259495:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:01 zika slim[3481523]: [3481523:3521595:0826/190301.265240:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:02 zika slim[3481523]: [3481523:3521595:0826/190302.277244:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:02 zika slim[3481523]: [3481523:3521595:0826/190302.282581:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:03 zika slim[3481523]: [3481523:3521595:0826/190303.294668:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:03 zika slim[3481523]: [3481523:3521595:0826/190303.299550:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:04 zika slim[3481523]: [3481523:3521595:0826/190304.311505:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:04 zika slim[3481523]: [3481523:3521595:0826/190304.316786:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:05 zika slim[3481523]: [3481523:3521595:0826/190305.329628:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:05 zika slim[3481523]: [3481523:3521595:0826/190305.334300:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:06 zika slim[3481523]: [3481523:3521595:0826/190306.342550:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:06 zika slim[3481523]: [3481523:3521595:0826/190306.345129:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:07 zika slim[3481523]: [3481523:3521595:0826/190307.348624:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:07 zika slim[3481523]: [3481523:3521595:0826/190307.350352:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:08 zika slim[3481523]: [3481523:3521595:0826/190308.355093:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:08 zika slim[3481523]: [3481523:3521595:0826/190308.357160:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:09 zika slim[3481523]: [3481523:3521595:0826/190309.361845:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:09 zika slim[3481523]: [3481523:3521595:0826/190309.363402:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:10 zika slim[3481523]: [3481523:3521595:0826/190310.367616:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:10 zika slim[3481523]: [3481523:3521595:0826/190310.369256:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:11 zika slim[3481523]: [3481523:3521595:0826/190311.373794:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:11 zika slim[3481523]: [3481523:3521595:0826/190311.375441:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:12 zika slim[3481523]: [3481523:3521595:0826/190312.379251:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:12 zika slim[3481523]: [3481523:3521595:0826/190312.380879:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:13 zika slim[3481523]: [3481523:3521595:0826/190313.384911:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:13 zika slim[3481523]: [3481523:3521595:0826/190313.386795:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:14 zika slim[3481523]: [3481523:3521595:0826/190314.390909:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:14 zika slim[3481523]: [3481523:3521595:0826/190314.392919:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:15 zika slim[3481523]: [3481523:3521595:0826/190315.396573:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:15 zika slim[3481523]: [3481523:3521595:0826/190315.398221:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:16 zika slim[3481523]: [3481523:3521595:0826/190316.402503:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:16 zika slim[3481523]: [3481523:3521595:0826/190316.404158:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:17 zika slim[3481523]: [3481523:3521595:0826/190317.408375:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:17 zika slim[3481523]: [3481523:3521595:0826/190317.410037:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:18 zika slim[3481523]: [3481523:3521595:0826/190318.415560:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:18 zika slim[3481523]: [3481523:3521595:0826/190318.417639:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:19 zika slim[3481523]: [3481523:3521595:0826/190319.423760:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:19 zika slim[3481523]: [3481523:3521595:0826/190319.426266:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:20 zika slim[3481523]: [3481523:3521595:0826/190320.433121:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:20 zika slim[3481523]: [3481523:3521595:0826/190320.436230:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:21 zika slim[3481523]: [3481523:3521595:0826/190321.442055:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:21 zika slim[3481523]: [3481523:3521595:0826/190321.444735:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:22 zika slim[3481523]: [3481523:3521595:0826/190322.451850:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:22 zika slim[3481523]: [3481523:3521595:0826/190322.455071:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:23 zika slim[3481523]: [3481523:3521595:0826/190323.466871:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:23 zika slim[3481523]: [3481523:3521595:0826/190323.471121:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:24 zika slim[3481523]: [3481523:3521595:0826/190324.479106:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:24 zika slim[3481523]: [3481523:3521595:0826/190324.483693:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:25 zika slim[3481523]: [3481523:3521595:0826/190325.493707:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:25 zika slim[3481523]: [3481523:3521595:0826/190325.497756:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:26 zika slim[3481523]: [3481523:3521595:0826/190326.505375:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:26 zika slim[3481523]: [3481523:3521595:0826/190326.509327:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:27 zika slim[3481523]: [3481523:3521595:0826/190327.521787:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:27 zika slim[3481523]: [3481523:3521595:0826/190327.526856:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:28 zika slim[3481523]: [3481523:3521595:0826/190328.538824:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:28 zika slim[3481523]: [3481523:3521595:0826/190328.541445:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:29 zika slim[3481523]: [3481523:3521595:0826/190329.548802:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:29 zika slim[3481523]: [3481523:3521595:0826/190329.551620:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:30 zika slim[3481523]: [3481523:3521595:0826/190330.556493:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:30 zika slim[3481523]: [3481523:3521595:0826/190330.558312:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:31 zika slim[3481523]: [3481523:3521595:0826/190331.571708:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:31 zika slim[3481523]: [3481523:3521595:0826/190331.574556:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:32 zika slim[3481523]: [3481523:3521595:0826/190332.585557:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:32 zika slim[3481523]: [3481523:3521595:0826/190332.589758:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:33 zika slim[3481523]: [3481523:3521595:0826/190333.597539:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:33 zika slim[3481523]: [3481523:3521595:0826/190333.601450:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:34 zika slim[3481523]: [3481523:3521595:0826/190334.613902:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:34 zika slim[3481523]: [3481523:3521595:0826/190334.619680:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:35 zika slim[3481523]: [3481523:3521595:0826/190335.623788:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:35 zika slim[3481523]: [3481523:3521595:0826/190335.625436:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:36 zika slim[3481523]: [3481523:3521595:0826/190336.634046:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:36 zika slim[3481523]: [3481523:3521595:0826/190336.635926:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:37 zika slim[3481523]: [3481523:3521595:0826/190337.640241:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:37 zika slim[3481523]: [3481523:3521595:0826/190337.641770:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:38 zika slim[3481523]: [3481523:3521595:0826/190338.645588:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:38 zika slim[3481523]: [3481523:3521595:0826/190338.647311:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:39 zika slim[3481523]: [3481523:3521595:0826/190339.659717:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:39 zika slim[3481523]: [3481523:3521595:0826/190339.665176:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:40 zika slim[3481523]: [3481523:3521595:0826/190340.676954:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:40 zika slim[3481523]: [3481523:3521595:0826/190340.680494:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:41 zika slim[3481523]: [3481523:3521595:0826/190341.693440:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:41 zika slim[3481523]: [3481523:3521595:0826/190341.698967:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:42 zika slim[3481523]: [3481523:3521595:0826/190342.706019:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:42 zika slim[3481523]: [3481523:3521595:0826/190342.708502:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:43 zika slim[3481523]: [3481523:3521595:0826/190343.713297:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:43 zika slim[3481523]: [3481523:3521595:0826/190343.714859:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:44 zika slim[3481523]: [3481523:3521595:0826/190344.719296:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:44 zika slim[3481523]: [3481523:3521595:0826/190344.721815:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:45 zika slim[3481523]: [3481523:3521595:0826/190345.726277:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:45 zika slim[3481523]: [3481523:3521595:0826/190345.727893:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:46 zika slim[3481523]: [3481523:3521595:0826/190346.731401:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:46 zika slim[3481523]: [3481523:3521595:0826/190346.733388:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:47 zika slim[3481523]: [3481523:3521595:0826/190347.737460:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:47 zika slim[3481523]: [3481523:3521595:0826/190347.739060:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:48 zika slim[3481523]: [3481523:3521595:0826/190348.743727:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:48 zika slim[3481523]: [3481523:3521595:0826/190348.746038:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:49 zika slim[3481523]: [3481523:3521595:0826/190349.750476:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:49 zika slim[3481523]: [3481523:3521595:0826/190349.751955:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:50 zika slim[3481523]: [3481523:3521595:0826/190350.756881:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:50 zika slim[3481523]: [3481523:3521595:0826/190350.759059:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:51 zika slim[3481523]: [3481523:3521595:0826/190351.762789:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:51 zika slim[3481523]: [3481523:3521595:0826/190351.764455:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:52 zika slim[3481523]: [3481523:3521595:0826/190352.769805:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:52 zika slim[3481523]: [3481523:3521595:0826/190352.771770:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:53 zika slim[3481523]: [3481523:3521595:0826/190353.778190:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:53 zika slim[3481523]: [3481523:3521595:0826/190353.780556:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:54 zika slim[3481523]: [3481523:3521595:0826/190354.789565:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:54 zika slim[3481523]: [3481523:3521595:0826/190354.793625:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:55 zika slim[3481523]: [3481523:3521595:0826/190355.801817:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:55 zika slim[3481523]: [3481523:3521595:0826/190355.805308:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:56 zika slim[3481523]: [3481523:3521595:0826/190356.811089:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:56 zika slim[3481523]: [3481523:3521595:0826/190356.813123:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:57 zika slim[3481523]: [3481523:3521595:0826/190357.817521:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:57 zika slim[3481523]: [3481523:3521595:0826/190357.819051:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:58 zika slim[3481523]: [3481523:3521595:0826/190358.823361:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:58 zika slim[3481523]: [3481523:3521595:0826/190358.825114:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:59 zika slim[3481523]: [3481523:3521595:0826/190359.828946:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:03:59 zika slim[3481523]: [3481523:3521595:0826/190359.830792:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:00 zika slim[3481523]: [3481523:3521595:0826/190400.834805:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:00 zika slim[3481523]: [3481523:3521595:0826/190400.836537:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:01 zika slim[3481523]: [3481523:3521595:0826/190401.840060:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:01 zika slim[3481523]: [3481523:3521595:0826/190401.841694:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:02 zika slim[3481523]: [3481523:3521595:0826/190402.845887:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:02 zika slim[3481523]: [3481523:3521595:0826/190402.847540:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:03 zika slim[3481523]: [3481523:3521595:0826/190403.852106:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:03 zika slim[3481523]: [3481523:3521595:0826/190403.853721:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:04 zika slim[3481523]: [3481523:3521595:0826/190404.857880:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:04 zika slim[3481523]: [3481523:3521595:0826/190404.859602:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:05 zika slim[3481523]: [3481523:3521595:0826/190405.864560:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:05 zika slim[3481523]: [3481523:3521595:0826/190405.866286:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:06 zika slim[3481523]: [3481523:3521595:0826/190406.870688:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:06 zika slim[3481523]: [3481523:3521595:0826/190406.872338:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:07 zika slim[3481523]: [3481523:3521595:0826/190407.876814:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:07 zika slim[3481523]: [3481523:3521595:0826/190407.878424:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:08 zika slim[3481523]: [3481523:3521595:0826/190408.884605:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:08 zika slim[3481523]: [3481523:3521595:0826/190408.887714:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:09 zika slim[3481523]: [3481523:3521595:0826/190409.896488:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:09 zika slim[3481523]: [3481523:3521595:0826/190409.899995:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:10 zika slim[3481523]: [3481523:3521595:0826/190410.909991:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:10 zika slim[3481523]: [3481523:3521595:0826/190410.914794:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:11 zika slim[3481523]: [3481523:3521595:0826/190411.926233:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:11 zika slim[3481523]: [3481523:3521595:0826/190411.931524:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:12 zika slim[3481523]: [3481523:3521595:0826/190412.942917:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:12 zika slim[3481523]: [3481523:3521595:0826/190412.946524:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:13 zika slim[3481523]: [3481523:3521595:0826/190413.958217:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:13 zika slim[3481523]: [3481523:3521595:0826/190413.962127:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:14 zika slim[3481523]: [3481523:3521595:0826/190414.974959:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:14 zika slim[3481523]: [3481523:3521595:0826/190414.979803:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:15 zika slim[3481523]: [3481523:3521595:0826/190415.993348:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:15 zika slim[3481523]: [3481523:3521595:0826/190415.995331:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:17 zika slim[3481523]: [3481523:3521595:0826/190417.006540:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:17 zika slim[3481523]: [3481523:3521595:0826/190417.008752:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:18 zika slim[3481523]: [3481523:3521595:0826/190418.022017:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:18 zika slim[3481523]: [3481523:3521595:0826/190418.025135:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:19 zika slim[3481523]: [3481523:3521595:0826/190419.036741:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:19 zika slim[3481523]: [3481523:3521595:0826/190419.042534:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:20 zika slim[3481523]: [3481523:3521595:0826/190420.054958:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:20 zika slim[3481523]: [3481523:3521595:0826/190420.058648:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:21 zika slim[3481523]: [3481523:3521595:0826/190421.068964:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:21 zika slim[3481523]: [3481523:3521595:0826/190421.072124:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:22 zika slim[3481523]: [3481523:3521595:0826/190422.076748:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:22 zika slim[3481523]: [3481523:3521595:0826/190422.078385:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:23 zika slim[3481523]: [3481523:3521595:0826/190423.083819:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:23 zika slim[3481523]: [3481523:3521595:0826/190423.085550:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:24 zika slim[3481523]: [3481523:3521595:0826/190424.089132:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:24 zika slim[3481523]: [3481523:3521595:0826/190424.091127:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:25 zika slim[3481523]: [3481523:3521595:0826/190425.094775:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:25 zika slim[3481523]: [3481523:3521595:0826/190425.096632:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:26 zika slim[3481523]: [3481523:3521595:0826/190426.100527:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:26 zika slim[3481523]: [3481523:3521595:0826/190426.102118:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:27 zika slim[3481523]: [3481523:3521595:0826/190427.106191:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:27 zika slim[3481523]: [3481523:3521595:0826/190427.107764:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:28 zika slim[3481523]: [3481523:3521595:0826/190428.111145:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:28 zika slim[3481523]: [3481523:3521595:0826/190428.112679:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:29 zika slim[3481523]: [3481523:3521595:0826/190429.116516:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:29 zika slim[3481523]: [3481523:3521595:0826/190429.118229:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:30 zika slim[3481523]: [3481523:3521595:0826/190430.123154:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:30 zika slim[3481523]: [3481523:3521595:0826/190430.125988:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:31 zika slim[3481523]: [3481523:3521595:0826/190431.131511:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:31 zika slim[3481523]: [3481523:3521595:0826/190431.134027:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:32 zika slim[3481523]: [3481523:3521595:0826/190432.140560:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:32 zika slim[3481523]: [3481523:3521595:0826/190432.143428:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:33 zika slim[3481523]: [3481523:3521595:0826/190433.153652:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:33 zika slim[3481523]: [3481523:3521595:0826/190433.158646:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:34 zika slim[3481523]: [3481523:3521595:0826/190434.169163:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:34 zika slim[3481523]: [3481523:3521595:0826/190434.171575:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:35 zika slim[3481523]: [3481523:3521595:0826/190435.181258:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:35 zika slim[3481523]: [3481523:3521595:0826/190435.187485:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:36 zika slim[3481523]: [3481523:3521595:0826/190436.199560:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:36 zika slim[3481523]: [3481523:3521595:0826/190436.204617:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:37 zika slim[3481523]: [3481523:3521595:0826/190437.216502:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:37 zika slim[3481523]: [3481523:3521595:0826/190437.223057:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:38 zika slim[3481523]: [3481523:3521595:0826/190438.235434:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:38 zika slim[3481523]: [3481523:3521595:0826/190438.241272:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:39 zika slim[3481523]: [3481523:3521595:0826/190439.253670:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:39 zika slim[3481523]: [3481523:3521595:0826/190439.259138:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:40 zika slim[3481523]: [3481523:3521595:0826/190440.265978:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:40 zika slim[3481523]: [3481523:3521595:0826/190440.268960:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:41 zika slim[3481523]: [3481523:3521595:0826/190441.278097:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:41 zika slim[3481523]: [3481523:3521595:0826/190441.283929:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:42 zika slim[3481523]: [3481523:3521595:0826/190442.295304:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:42 zika slim[3481523]: [3481523:3521595:0826/190442.298077:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:43 zika slim[3481523]: [3481523:3521595:0826/190443.307289:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:43 zika slim[3481523]: [3481523:3521595:0826/190443.310116:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:44 zika slim[3481523]: [3481523:3521595:0826/190444.323376:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:44 zika slim[3481523]: [3481523:3521595:0826/190444.327237:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:45 zika slim[3481523]: [3481523:3521595:0826/190445.337543:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:45 zika slim[3481523]: [3481523:3521595:0826/190445.339716:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:46 zika slim[3481523]: [3481523:3521595:0826/190446.349698:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:46 zika slim[3481523]: [3481523:3521595:0826/190446.353895:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:47 zika slim[3481523]: [3481523:3521595:0826/190447.365847:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:47 zika slim[3481523]: [3481523:3521595:0826/190447.370796:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:48 zika slim[3481523]: [3481523:3521595:0826/190448.381000:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:48 zika slim[3481523]: [3481523:3521595:0826/190448.384139:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:49 zika slim[3481523]: [3481523:3521595:0826/190449.393852:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:49 zika slim[3481523]: [3481523:3521595:0826/190449.399475:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:50 zika slim[3481523]: [3481523:3521595:0826/190450.407521:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:50 zika slim[3481523]: [3481523:3521595:0826/190450.409328:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:51 zika slim[3481523]: [3481523:3521595:0826/190451.414288:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:51 zika slim[3481523]: [3481523:3521595:0826/190451.416598:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:52 zika slim[3481523]: [3481523:3521595:0826/190452.420824:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:52 zika slim[3481523]: [3481523:3521595:0826/190452.422763:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:53 zika slim[3481523]: [3481523:3521595:0826/190453.429202:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:53 zika slim[3481523]: [3481523:3521595:0826/190453.430858:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:54 zika slim[3481523]: [3481523:3521595:0826/190454.434840:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:54 zika slim[3481523]: [3481523:3521595:0826/190454.436533:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:55 zika slim[3481523]: [3481523:3521595:0826/190455.440199:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:55 zika slim[3481523]: [3481523:3521595:0826/190455.441903:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:56 zika slim[3481523]: [3481523:3521595:0826/190456.445736:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:56 zika slim[3481523]: [3481523:3521595:0826/190456.447824:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:57 zika slim[3481523]: [3481523:3521595:0826/190457.453960:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:57 zika slim[3481523]: [3481523:3521595:0826/190457.455732:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:58 zika slim[3481523]: [3481523:3521595:0826/190458.460943:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:58 zika slim[3481523]: [3481523:3521595:0826/190458.463123:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:59 zika slim[3481523]: [3481523:3521595:0826/190459.469421:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:04:59 zika slim[3481523]: [3481523:3521595:0826/190459.472423:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:00 zika slim[3481523]: [3481523:3521595:0826/190500.478841:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:00 zika slim[3481523]: [3481523:3521595:0826/190500.481920:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:01 zika slim[3481523]: [3481523:3521595:0826/190501.488328:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:01 zika slim[3481523]: [3481523:3521595:0826/190501.492793:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:02 zika slim[3481523]: [3481523:3521595:0826/190502.501612:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:02 zika slim[3481523]: [3481523:3521595:0826/190502.505389:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:03 zika slim[3481523]: [3481523:3521595:0826/190503.515388:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:03 zika slim[3481523]: [3481523:3521595:0826/190503.519300:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:04 zika slim[3481523]: [3481523:3521595:0826/190504.531971:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:04 zika slim[3481523]: [3481523:3521595:0826/190504.534512:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:05 zika slim[3481523]: [3481523:3521595:0826/190505.543521:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:05 zika slim[3481523]: [3481523:3521595:0826/190505.548630:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:06 zika slim[3481523]: [3481523:3521595:0826/190506.560419:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:06 zika slim[3481523]: [3481523:3521595:0826/190506.563048:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:07 zika slim[3481523]: [3481523:3521595:0826/190507.575655:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:07 zika slim[3481523]: [3481523:3521595:0826/190507.581873:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:08 zika slim[3481523]: [3481523:3521595:0826/190508.595482:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:08 zika slim[3481523]: [3481523:3521595:0826/190508.601481:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:09 zika slim[3481523]: [3481523:3521595:0826/190509.612979:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:09 zika slim[3481523]: [3481523:3521595:0826/190509.616058:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:10 zika slim[3481523]: [3481523:3521595:0826/190510.629626:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:10 zika slim[3481523]: [3481523:3521595:0826/190510.632643:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:11 zika slim[3481523]: [3481523:3521595:0826/190511.639906:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:11 zika slim[3481523]: [3481523:3521595:0826/190511.644482:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:12 zika slim[3481523]: [3481523:3521595:0826/190512.654973:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:12 zika slim[3481523]: [3481523:3521595:0826/190512.656948:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:13 zika slim[3481523]: [3481523:3521595:0826/190513.667356:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:13 zika slim[3481523]: [3481523:3521595:0826/190513.671954:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:14 zika slim[3481523]: [3481523:3521595:0826/190514.684882:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:14 zika slim[3481523]: [3481523:3521595:0826/190514.690438:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:15 zika slim[3481523]: [3481523:3521595:0826/190515.701426:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:15 zika slim[3481523]: [3481523:3521595:0826/190515.704218:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:16 zika slim[3481523]: [3481523:3521595:0826/190516.715321:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:16 zika slim[3481523]: [3481523:3521595:0826/190516.720576:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:17 zika slim[3481523]: [3481523:3521595:0826/190517.732818:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:17 zika slim[3481523]: [3481523:3521595:0826/190517.735439:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:18 zika slim[3481523]: [3481523:3521595:0826/190518.743718:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:18 zika slim[3481523]: [3481523:3521595:0826/190518.745464:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:19 zika slim[3481523]: [3481523:3521595:0826/190519.749684:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:19 zika slim[3481523]: [3481523:3521595:0826/190519.751306:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:20 zika slim[3481523]: [3481523:3521595:0826/190520.757604:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:20 zika slim[3481523]: [3481523:3521595:0826/190520.759186:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:21 zika slim[3481523]: [3481523:3521595:0826/190521.764096:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:21 zika slim[3481523]: [3481523:3521595:0826/190521.765687:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:22 zika slim[3481523]: [3481523:3521595:0826/190522.769974:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:22 zika slim[3481523]: [3481523:3521595:0826/190522.771620:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:23 zika slim[3481523]: [3481523:3521595:0826/190523.775470:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:23 zika slim[3481523]: [3481523:3521595:0826/190523.777039:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:24 zika slim[3481523]: [3481523:3521595:0826/190524.781443:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:24 zika slim[3481523]: [3481523:3521595:0826/190524.783358:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:25 zika slim[3481523]: [3481523:3521595:0826/190525.787660:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:25 zika slim[3481523]: [3481523:3521595:0826/190525.789194:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:26 zika slim[3481523]: [3481523:3521595:0826/190526.793081:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:26 zika slim[3481523]: [3481523:3521595:0826/190526.794841:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:27 zika slim[3481523]: [3481523:3521595:0826/190527.799059:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:27 zika slim[3481523]: [3481523:3521595:0826/190527.801464:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:28 zika slim[3481523]: [3481523:3521595:0826/190528.805740:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:28 zika slim[3481523]: [3481523:3521595:0826/190528.808282:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:29 zika slim[3481523]: [3481523:3521595:0826/190529.813993:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:29 zika slim[3481523]: [3481523:3521595:0826/190529.816214:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:30 zika slim[3481523]: [3481523:3521595:0826/190530.822188:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:30 zika slim[3481523]: [3481523:3521595:0826/190530.824809:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:31 zika slim[3481523]: [3481523:3521595:0826/190531.832091:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:31 zika slim[3481523]: [3481523:3521595:0826/190531.835444:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:32 zika slim[3481523]: [3481523:3521595:0826/190532.842943:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:32 zika slim[3481523]: [3481523:3521595:0826/190532.846267:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:33 zika slim[3481523]: [3481523:3521595:0826/190533.853502:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:33 zika slim[3481523]: [3481523:3521595:0826/190533.857112:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:34 zika slim[3481523]: [3481523:3521595:0826/190534.867488:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:34 zika slim[3481523]: [3481523:3521595:0826/190534.873023:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:35 zika slim[3481523]: [3481523:3521595:0826/190535.882962:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:35 zika slim[3481523]: [3481523:3521595:0826/190535.887327:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:36 zika slim[3481523]: [3481523:3521595:0826/190536.898699:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:36 zika slim[3481523]: [3481523:3521595:0826/190536.903369:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:37 zika slim[3481523]: [3481523:3521595:0826/190537.914431:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:37 zika slim[3481523]: [3481523:3521595:0826/190537.919381:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:38 zika slim[3481523]: [3481523:3521595:0826/190538.928288:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:38 zika slim[3481523]: [3481523:3521595:0826/190538.930536:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:39 zika slim[3481523]: [3481523:3521595:0826/190539.935261:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:39 zika slim[3481523]: [3481523:3521595:0826/190539.937255:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:40 zika slim[3481523]: [3481523:3521595:0826/190540.942722:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:40 zika slim[3481523]: [3481523:3521595:0826/190540.944443:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:41 zika slim[3481523]: [3481523:3521595:0826/190541.948267:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:41 zika slim[3481523]: [3481523:3521595:0826/190541.949965:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:42 zika slim[3481523]: [3481523:3521595:0826/190542.954235:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:42 zika slim[3481523]: [3481523:3521595:0826/190542.955866:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:43 zika slim[3481523]: [3481523:3521595:0826/190543.959401:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:43 zika slim[3481523]: [3481523:3521595:0826/190543.961033:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:44 zika slim[3481523]: [3481523:3521595:0826/190544.965210:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:44 zika slim[3481523]: [3481523:3521595:0826/190544.966840:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:45 zika slim[3481523]: [3481523:3521595:0826/190545.971028:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:45 zika slim[3481523]: [3481523:3521595:0826/190545.972723:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:46 zika slim[3481523]: [3481523:3521595:0826/190546.977091:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:46 zika slim[3481523]: [3481523:3521595:0826/190546.978811:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:47 zika slim[3481523]: [3481523:3521595:0826/190547.982302:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:47 zika slim[3481523]: [3481523:3521595:0826/190547.983854:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:48 zika slim[3481523]: [3481523:3521595:0826/190548.987532:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:48 zika slim[3481523]: [3481523:3521595:0826/190548.989212:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:49 zika slim[3481523]: [3481523:3521595:0826/190549.994007:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:49 zika slim[3481523]: [3481523:3521595:0826/190549.995819:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:50 zika slim[3481523]: [3481523:3521595:0826/190550.999303:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:51 zika slim[3481523]: [3481523:3521595:0826/190551.000980:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:52 zika slim[3481523]: [3481523:3521595:0826/190552.005161:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:52 zika slim[3481523]: [3481523:3521595:0826/190552.006808:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:53 zika slim[3481523]: [3481523:3521595:0826/190553.010985:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:53 zika slim[3481523]: [3481523:3521595:0826/190553.012624:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:54 zika slim[3481523]: [3481523:3521595:0826/190554.018924:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:54 zika slim[3481523]: [3481523:3521595:0826/190554.022487:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:55 zika slim[3481523]: [3481523:3521595:0826/190555.029705:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:55 zika slim[3481523]: [3481523:3521595:0826/190555.033551:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:56 zika slim[3481523]: [3481523:3521595:0826/190556.041889:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:56 zika slim[3481523]: [3481523:3521595:0826/190556.046328:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:57 zika slim[3481523]: [3481523:3521595:0826/190557.058035:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:57 zika slim[3481523]: [3481523:3521595:0826/190557.062759:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:58 zika slim[3481523]: [3481523:3521595:0826/190558.073138:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:58 zika slim[3481523]: [3481523:3521595:0826/190558.077569:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:59 zika slim[3481523]: [3481523:3521595:0826/190559.089678:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:05:59 zika slim[3481523]: [3481523:3521595:0826/190559.092766:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:00 zika slim[3481523]: [3481523:3521595:0826/190600.105059:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:00 zika slim[3481523]: [3481523:3521595:0826/190600.110756:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:01 zika slim[3481523]: [3481523:3521595:0826/190601.123851:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:01 zika slim[3481523]: [3481523:3521595:0826/190601.126697:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:02 zika slim[3481523]: [3481523:3521595:0826/190602.133483:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:02 zika slim[3481523]: [3481523:3521595:0826/190602.136418:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:03 zika slim[3481523]: [3481523:3521595:0826/190603.144825:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:03 zika slim[3481523]: [3481523:3521595:0826/190603.147041:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:04 zika slim[3481523]: [3481523:3521595:0826/190604.152126:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:04 zika slim[3481523]: [3481523:3521595:0826/190604.153709:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:05 zika slim[3481523]: [3481523:3521595:0826/190605.158491:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:05 zika slim[3481523]: [3481523:3521595:0826/190605.160187:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:06 zika slim[3481523]: [3481523:3521595:0826/190606.164499:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:06 zika slim[3481523]: [3481523:3521595:0826/190606.166129:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:07 zika slim[3481523]: [3481523:3521595:0826/190607.169645:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:07 zika slim[3481523]: [3481523:3521595:0826/190607.171349:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:08 zika slim[3481523]: [3481523:3521595:0826/190608.175522:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)
Aug 26 19:06:08 zika slim[3481523]: [3481523:3521595:0826/190608.177247:ERROR:socket_posix.cc(94)] CreatePlatformSocket() failed: Address family not supported by protocol (97)

There's one message in there. Did you notice it?

Come on @poettering journald is just filling our disks.

gleventhal commented 3 years ago

@poettering If you don't think journald should do this job, how about creating a little socket proxy program that accepts some type of filtering (regex, anything) and let it proxy /dev/log to the journal, selectively dropping messages that we ask it to drop? It's win-win, you don't compromise on your unyielding, dogmatic stance on journald, and we get the feature. Nice, right?

gleventhal commented 3 years ago

moving to rsyslog because of this.

docker/for-linux#679 (comment)

Audio sample from taken: "good luck!" (Sorry Rainer XD)

ckujau commented 3 years ago

One more usecase for filtering in systemd-journald instead (only) in journalctl: some programs tend to log sensitive information that should not get logged to (even encrypted) disks. Sure, $program should not log sensitive details in the first place, but not always does one have control over such applications. Thus, excluding certain programs from logging would be a great addition. For example, this is my rsyslog.conf snippet, doing exactly that:

:programname,contains,"audit" stop
:programname,contains,"org.gnome.Shell.desktop" stop
:programname,contains,"gdm-x-session" stop
:programname,contains,"journal" stop
:programname,contains,"systemd" stop
:programname,contains,"chromium-browser.desktop" stop
:msg,contains,"error: kex_exchange_identification: Connection closed by remote host" stop
:msg,contains,"Failed to stat\(\) runtime directory" stop
:msg,contains,"/mnt/corp" stop
zcalusic commented 3 years ago

Systemd itself generating messages like below in the loop, constantly spamming the journal. Looked for a way to disable this needless log spam, couldn't find any. Looked for a way to filter it before it is logged, found this several years old ticket still open with no solution in sight.

So, basically systemd is now generating DoS on it's own logging system, wasting I/O cycles, filling disk with rubbish and most dangerously hiding important system log messages behind all those useless messages. And there's ABSOLUTELY NOTHING I can do about it, I mean... except getting back to rsyslog and turning off journal as a completely inadequate logging solution. And that is exactly what I'm going to do...


systemd-sysv-generator[1250835]: SysV service '/etc/init.d/loadcpufreq' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250835]: SysV service '/etc/init.d/cpufrequtils' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250835]: SysV service '/etc/init.d/hddtemp' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250835]: SysV service '/etc/init.d/sysfsutils' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250886]: SysV service '/etc/init.d/loadcpufreq' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250886]: SysV service '/etc/init.d/cpufrequtils' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250886]: SysV service '/etc/init.d/hddtemp' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250886]: SysV service '/etc/init.d/sysfsutils' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250920]: SysV service '/etc/init.d/loadcpufreq' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250920]: SysV service '/etc/init.d/cpufrequtils' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250920]: SysV service '/etc/init.d/hddtemp' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
systemd-sysv-generator[1250920]: SysV service '/etc/init.d/sysfsutils' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
poettering commented 3 years ago

Systemd itself generating messages like below in the loop, constantly spamming the journal. Looked for a way to disable this needless log spam, couldn't find any. Looked for a way to filter it before it is logged, found this several years old ticket still open with no solution in sight.

This looks like something is constantly reloading systemd configuraiton. Maybe address that first.

Also, maybe just write service files for those legacy sysv scripts, it's a nice, future-proof way to make those warnings go away for good.

aog2000a commented 3 years ago

Systemd itself generating messages like below in the loop, constantly spamming the journal. Looked for a way to disable this needless log spam, couldn't find any. Looked for a way to filter it before it is logged, found this several years old ticket still open with no solution in sight.

This looks like something is constantly reloading systemd configuraiton. Maybe address that first.

Also, maybe just write service files for those legacy sysv scripts, it's a nice, future-proof way to make those warnings go away for good.

@poettering Fair answer in that case, true. But your first and only answer in this ticket (besides the above one) was to the OP in July 2017... you seem to be carefully selecting, which comments to answer ;-) The fact is that journald lacks some critical functionality present in all other logging systems...

liger1978 commented 3 years ago

In most cases, I agree with @poettering’s uncompromising approach, which often results in elegance and logical integration of components. However, in this case I can’t see a workaround for the issue that the requested feature would address. As a sysadmin, there is just some data we can’t have or don’t want on disk.

eode commented 3 years ago

@poettering Be honest with yourself. What are your real, logical reasons for not wanting to do this?

pschulten commented 3 years ago

After four years wanting this feature, I must admit, I no longer need it. The world changes a lot. Complicated solutions die fast. Simple ones survive for ages. The hard part is to say no. Chapeau Lennart.

jjacque commented 3 years ago

I'll add my +1 here, knowing that systemd is flooding my logs:

[14652774.778763] systemd-sysv-generator[20232]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14654993.597568] systemd-sysv-generator[7276]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14656974.276271] systemd-sysv-generator[17782]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14658538.474829] systemd-sysv-generator[19680]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14659860.334873] systemd-sysv-generator[15117]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14661775.855300] systemd-sysv-generator[19672]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14663338.849675] systemd-sysv-generator[19288]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14665383.054186] systemd-sysv-generator[25685]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14667475.855966] systemd-sysv-generator[6475]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14669222.228707] systemd-sysv-generator[11074]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14671137.559407] systemd-sysv-generator[23064]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14672577.865889] systemd-sysv-generator[28438]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14674623.472938] systemd-sysv-generator[24121]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14676184.399176] systemd-sysv-generator[4068]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14678084.934604] systemd-sysv-generator[17756]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14679902.403747] systemd-sysv-generator[28995]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14681225.340608] systemd-sysv-generator[28618]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14682600.257947] systemd-sysv-generator[29566]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14684280.035583] systemd-sysv-generator[4767]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14686198.585910] systemd-sysv-generator[17920]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14687938.956057] systemd-sysv-generator[29801]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14689744.839244] systemd-sysv-generator[22642]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14691125.637953] systemd-sysv-generator[9244]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.
[14692501.730429] systemd-sysv-generator[26020]: Overwriting existing symlink /run/systemd/generator.late/nscd.service with real service.

When you're running thousands of servers with centralised logs collection it's consuming a lot of bandwidth/cpu/memory/storage !

poettering commented 3 years ago

@jjacque you system appears to have two sysv scripts that implement nscd. might be worth fixing that, it's a much prettier fix for your problem

jjacque commented 3 years ago

@poettering this is an example among others, when you can't expect to have quickly a patch to reduce the volume of useless messages from the source software it's a feature that is needed. Especially when logs centralisation is involved: the magnitude order is impressive

gleventhal commented 3 years ago

@poettering Would you mind explaining your reasoning for pushing-back against this feature request? Is it a difficult problem to solve technically? Does is philosophically differ from the vision you have for systemd? It's hard for me to understand how a QR reader fits into the service manager vision better than filtering in the overarching log management database does.

poettering commented 3 years ago

It's hard for me to understand how a QR reader fits into the service manager vision better than filtering in the overarching log management database does.

There's no QR reader in the service manager. Not sure what makes you think that. Please don't add fuddy noise to this, this is not helpful.

gleventhal commented 3 years ago

It's hard for me to understand how a QR reader fits into the service manager vision better than filtering in the overarching log management database does.

There's no QR reader in the service manager. Not sure what makes you think that. Please don't add fuddy noise to this, this is not helpful. @poettering

Apologies, I should have said that there is optional qr-code support in journalctl (I'd misremembered, conflating systemd with journald). I just don't understand the priority of features of the project, and was asking in earnest the reason for the pushback on filtering.

poettering commented 3 years ago

Apologies, I should have said that there is optional qr-code support in journalctl (I'd misremembered, conflating systemd with journald). I just don't understand the priority of features of the project, and was asking in earnest the reason for the pushback on filtering.

I presume when you talk about the "QR reader" you mean the forward secure sealing support in journald, where optionally a QR code can be generated to extract the sealing key, and the dep is build time and runtime optional? I mean, you are confused about reading and generating, and you make it sound as if this was some generic QR code support, while it very specific to FSS.

One major priority for systemd is system security, i.e. locking down logs so that they cannot be modified without this being noticed on intrusion. doing messy pre-collection regex mangling/filtering/processing OTOH is a hack around broken software. Now, we should always have precaution against broken software, and we do (as we enforce log ratelimiting to misbehaving clients), but manually patching around in the log stream is just doctoring around bugs at the wrong place and makes this very unsympathetic to me. systemd is not the place for working around broken software. it's the place to monitor, to lockdown, to resource manage software, but not massage badly written software into working slightly less badly.

That said, I actually think filtering is necessary and important – but at the moment you look at the logs, so that you can apply filtering and see immediate effects. i.e. have a robust, static database of log entries and filter when you look at it. This is what we implement. journalctl has a multitude of filtering options built in, with regexes and whatnot — all when looking at things.

I mean, to say this differently: why do you want to filter at collection time? because one client generates to much rubbish? if so, ratelimiting is the answer or fixing your software or your configuration. or is it because you only want to see some stuff but not other stuff? then filtering when looking at it makes more sense, i.e. what journalctl already implements.

So yes, priority for systemd are many things. Security and lockdown are a big one. massaging broken program output to make it less broken, or hiding bugs is not a priority. sorry.

semidark commented 3 years ago

would someone be so nice and direct me to this "magic" rate limiting feature @poettering is talking about? Maybe I should have a look at this.

BryanQuigley commented 3 years ago

@semidark https://www.freedesktop.org/software/systemd/man/systemd.exec.html

Rate Limiting bits LogRateLimitIntervalSec=, LogRateLimitBurst= You can also redirect StandardOutput/StandardError separately