Protect your Nginx powered ClassicPress / WordPress login page against brute-force password attacks using fail2ban on Debian based Linux

Heyo!

So I looked into my blog stats and noticed something interesting…

There are some very curious people out there… Some of them visited my page thousands of times. I wonder what they were looking at…

Oh…? Why would my He-bro friend looking at my wp-login.php page? Interesting…

The fact is that there are bots / malicious actors out there trying to brute-force your login and password. Why? Because they can. Because they want to. Because reasons.

Anyway. I use strong passwords but I don’t want to tempt the faith so… HOW do I stop those password brute-forcing attempts? What to do? How to live?!

There’s this piece of code called fail2ban and it will do exactly what it says. It will ban anyone that fails to log into your system.

So how do I get it and how to set it up?

Well here is how.

You open a terminal window on your https server and you gain root.

su -

Then you install fail2ban (and midnight commander):

apt install -y fail2ban mc

Next thing is to configure this bugger…

Let’s start with jail.local file

mcedit /etc/fail2ban/jail.local

And paste this into the file (Shift + Insert) and edit the file accordingly:


[DEFAULT]
ignoreip = 127.0.0.1/8
mta = mail
# Replace YourGmailRelay@gmail.com with Your Gmail Relay Email
sender = YourGmailRelay@gmail.com
sendername = Fail2ban
banaction = iptables-allports
# Replace YourGmailRelay@gmail.com with Your Gmail Relay Email
# Set up 2FA and APP Password on your Gmail relay and replace
# YourGmailRelayAppPassword with your APP Password for GMail
# Replace the TheEmailYouWantToReceiveInfoTo@YourDomain.You with your Email address
# where you want your fail2ban reports to be delivered
action = %(action_mw)s[from=YourGmailRelay@gmail.com, password=YourGmailRelayAppPassword, destination=TheEmailYouWantToReceiveInfoTo@YourDomain.You, sendername=Fail2Ban]
# IF I catch this mofo 3 times
maxretry = 3
# During 36000 seconds (10 hours)
findtime = 36000
# I'll ban his ass for 36000 seconds (10 hours)

bantime = 36000

[sshd]
# Change this to true if you want to protect your ssh logins with fail2ban too
enabled = false


[wordpress-wplogin]
enabled = true
filter = wordpress-wplogin
# IF you're not using nginx or the log is located somewhere else - edit the line below
logpath = /var/log/nginx/*_access.log
port = http,https


Save the file (F2) close the file (F10).

Next edit wordpress-wplogin.conf file:

mcedit /etc/fail2ban/filter.d/wordpress-wplogin.conf

Paste this into the file (Shift + Insert):

[Definition]
failregex = ^<HOST> .* "(GET|POST) /+wp-login.php
            ^<HOST> .* "(GET|POST) /+xmlrpc.php

Save the file (F2) close the file (F10).

Next run those two commands:

Replace the TheEmailYouWantToReceiveInfoTo@YourDomain.You with your Email address where you want your fail2ban reports to be delivered

sed -i 's/root@localhost/TheEmailYouWantToReceiveInfoTo@YourDomain.You/g' /etc/fail2ban/jail.conf

Replace YourGmailRelay@gmail.com with Your Gmail Relay Email

sed -i 's/root@<fq-hostname>/YourGmailRelay@gmail.com/g' /etc/fail2ban/jail.conf

Next enable and restart fail2ban

systemctl enable fail2ban && systemctl restart fail2ban

and now check if it’s running:

systemctl status fail2ban

Active: active (running) since Sat 2022-10-29 22:12:35 IST; 1s ago

How to check what jails is fail2ban running?

fail2ban-client status

Status
|- Number of jail: 1
`- Jail list: wordpress-wplogin

How to check status of a specific jail?

fail2ban-client status wordpress-wplogin

Status for the jail: wordpress-wplogin
|- Filter
| |- Currently failed: 0
| |- Total failed: 0
| `- File list: /var/log/nginx/some_ssl_access.log
`- Actions
|- Currently banned: 0
|- Total banned: 0
`- Banned IP list:

How to unban specific IP from a specific jail?

fail2ban-client set JAILNAME unbanip IPADDRESS

fail2ban-client set wordpress-wplogin unbanip 356.567.789.890

That’s all folks…

Cheers.

Andrzej

Edit: I have asked SloniuPL if he is using or will be using Fail2Ban. He said “No and No” and when asked why he said “I am using wordfence and jetpack, free versions”. IF you don’t want to use fail2ban – there’s an alternative however fail2ban in my opinion gives you more options as it will protect more than just you ClassicPress / WordPress.

Valheim BepinEX InSlimVML BuildShare Mods Installation 11.07.2022

Hello

I am not great at making videos but I was annoyed by the fact that I could not find a video that would give me a 100% working solution. Also the mods config file location was a PITA to find. Necessity forced me to create this monstrosity you’re watching / about to watch ;-).

Links below. Including a link to “Open Source Bug” video explaining how to open RAR file in 7z File Manage. He did a great job, no need for me to reinvent the wheel.

If you found this video useful consider buying me a cup of java?

https://www.paypal.com/paypalme/AndrzejLski

Once you have installed everything like instructed in the video those will be the paths to your main folders:

In Steam Library, right click on Valheim and choose Manage – Browse local files

Once inside the Valheim main game folder you have have:

BepinEX mods folder located in:

\BepInEx\plugins

BepinEX mods configs folder located in:

\BepInEx\config

InSlim mods folder located in:

\InSlimVML\Mods

Vbuild storage folder located in:

\BuildShare\Builds

Cheers.

AndrzejL

Links:

7z download link:
https://www.7-zip.org/
Use 7zip to open RAR file | DOWNLOAD LINK
https://youtu.be/G5MVjaaPXuU?t=63
BepinEX:
https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/
InSlimVML:
https://www.nexusmods.com/valheim/mods/21
Buildshare Mod Download:
https://www.nexusmods.com/valheim/mods/5/
Comunity Builds Library:
https://www.nexusmods.com/valheim/mods/categories/10/

SOLVED! The frustration is real… Acer One 10 S1002 64 bit Atom CPU but 32 EFI bootloader plus ElementaryOS Linux 6.x equals EFI shell after installation.

I own Acer S1002 “laptop”. Its one of those 2 in 1 tableto-laptop devices running on Atom CPU. It will only install Windows in 32 bit version because it has a dumb**s 32 bit EFI bootloader.

When installing ElementaryOS 5.1 everything (almost) is peachy. It installs it boots – few minor issues.

When installing ElementaryOS 6 it installs but after a reboot I get an EFI shell.

Upon closer look the EFI partition on 5 contains:

BOOTIA32.EFI

ubuntu (folder)

grub.efi

grubia32.efi

While ElementaryOS 6 only shows 64 bit files.

I tried copying files listed above to the EFI partition of the ElementaryOS 6 installation – that did not fix anything.

Machine’s bios does not allow to disable UEFI / enable legacy boot.

Chrooting into installation and installing refind does not help…

Tell me Gandalf, what I must do now?

Please do not leave me with Windows 10 32 bits as my only option 🙂

Kind regards.

Andrzej

Updated 18 June 2022

Solution below. Warning, beyond here there be dragons.

Ok I am sorted… I will show you how but do so at your own risk. You need to know at least basics and I am not taking any responsibility if you fubar…

First what I did was I’ve installed ElementaryOS 6 BUT I chose a custom partition setup

1st 512 mb partition ext4 /boot
2nd 512 mb partition efi /boot/efi
3rd 4 gb swap
4th rest of space ext4 /

I chose not to encrypt the drive. After install I rebooted.

I rebooted into ElementaryOS 6 LiveUSB.

Next I’ve connected to wifi and then followed a prompt and went into the “Demo” mode. You can connect to wifi after going into Demo mode too.

Then I’ve opened a terminal and ran:

sudo su

mount /dev/mmcblk2p4 /mnt

(mmcblk2p4 is my / this could be mmcblk1p4 – check fdisk -l)

mount -t proc none /mnt/proc/

mount -o bind /dev /mnt/dev/

mount -o bind /sys /mnt/sys/

mount -o bind /run /mnt/run/

mount /dev/mmcblk2p1 /mnt/boot/

(mmcblk2p1 is my /boot this could be mmcblk1p1 – check fdisk -l)

mount /dev/mmcblk2p2 /mnt/boot/efi/

(mmcblk2p2 is my /boot/efi this could be mmcblk1p2 – check fdisk -l)

chroot /mnt

apt update && apt upgrade && apt dist-upgrade && apt full-upgrade && apt autoremove --purge

(ignore messages about not being able to write the log)

apt install efibootmgr grub-common grub-efi-ia32 grub-efi-ia32-bin grub-pc-bin grub2-common mokutil secureboot-db && apt autoremove --purge

(You will be asked to type in a phrase to continue the installation)

Type it in exactly as you see it and confirm with enter.

grub-install /dev/mmcblk2

(this could be mmcblk1 – check it with fdisk -l)

update-grub

exit

reboot

After reboot I was finally able to boot 🙂

Kind regards.

Andrzej

Disable “Early Access Build” message in ElementaryOS 6 Beta

So I’ve installed Elementary 6 Beta for testing purposes. Cool.

On every single boot I was greeted with this…

I wanted to get rid of it so I’ve decided to track what application was starting this pop-up.

To figure it out I’ve installed xdotool

sudo apt install xdotool

and then ran this command and clicked on the “Welcome message” box to focus it:

sleep 5 && cat "/proc/$(xdotool getwindowpid "$(xdotool getwindowfocus)")/comm"

Turns out that the culprit was:

So I started killing off all the io.elementary.* processes that were running with my user permissions and the window was gone after I’ve killed:

io.elementary.onboarding

So I ran:

sudo apt purge io.elementary.onboarding

And after a reboot the message was no longer appearing.

Have a great day.

Andrzej

Daaaaaaamn… SSHFS… Just when I thought it couldn’t get any better… Self-reconnecting SSHFS after connection dropped.

So… IF you’re not using SSHFS yet – check it out here.

I was / am still perhaps suffering from a tg3 module crash which caused my network connection to drop and then reconnect almost immediately. That wouldn’t be such a big issue IF it didn’t leave me with a disconnected SSHFS shares… Pain in the butt… Major. So I thought about writing a script or some other method of detecting the tg3 crash and then re-running the sshfs share mounting commands. Turns out there is no need because -o reconnect is already built into the SSHFS… HOW COOL IS THIS?!… Very.

basically you’re using the exact same command as you did before but right after sshfs you are adding -o reconnect and it friggin works.

sshfs -o reconnect -p 20202 andrzejl@192.168.0.1:/media/1862_GB_X-Ternal/ /media/1862_GB_X-Ternal/

This shit is awesome…

Cheers.

Andrzej

[SOLVED] Macbook Pro 2011 A1286 + Arch Linux = TG3 module fails miserably when under load.

Yes yes yes I know… Macbook… Hahaha… Now shuddup.

Latest and greatest Arch Linux has been failing for a while now… Nasty fail. Whenever I was sending / downloading something over the LAN network tg3 kernel module would freaking crash…

Jan 27 22:36:07 mbp2011 kernel: ————[ cut here ]————
Jan 27 22:36:07 mbp2011 kernel: WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:316 dev_watchdog+0x227/0x230
Jan 27 22:36:07 mbp2011 kernel: NETDEV WATCHDOG: enp2s0f0 (tg3): transmit queue 0 timed out
Jan 27 22:36:07 mbp2011 kernel: Modules linked in: xt_recent ipt_REJECT nf_reject_ipv4 xt_comment xt_multiport xt_conntrack xt_addrtype xt_mark iptable_mangle iptable_nat nf_nat_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_CT iptable_raw xt_NFLOG nfnetlink_log nf_log_ipv4 nf_log_common xt_LOG nf_conntrack_sane nf_conntrack_proto_udplite nf_conntrack_proto_sctp nf_conntrack_netlink nfnetlink nf_nat_tftp nf_nat_snmp_basic nf_conntrack_snmp nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda nf_nat nf_conntrack_tftp nf_conntrack_sip nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp ts_kmp nf_conntrack_amanda nf_conntrack iptable_filter msr arc4 b43 mac80211 btusb btrtl btbcm btintel cfg80211
Jan 27 22:36:07 mbp2011 kernel: bluetooth ssb rfkill input_leds rng_core pcmcia hid_appleir pcmcia_core hid_generic hid_apple uvcvideo videobuf2_vmalloc mousedev iTCO_wdt iTCO_vendor_support nls_iso8859_1 intel_rapl nls_cp437 x86_pkg_temp_thermal mac_hid intel_powerclamp vfat fat evdev joydev kvm_intel kvm snd_hda_codec_cirrus snd_hda_codec_generic irqbypass i915 snd_hda_codec_hdmi tg3 sch_fq_codel crct10dif_pclmul crc32_pclmul ptp ghash_clmulni_intel snd_hda_intel bcma aesni_intel pps_core drm_kms_helper aes_x86_64 libphy lrw snd_hda_codec thunderbolt gf128mul glue_helper ablk_helper drm cryptd snd_hda_core vboxnetflt(O) vboxnetadp(O) pci_stub intel_cstate usbhid vboxpci(O) intel_gtt i2c_i801 snd_hwdep syscopyarea sysfillrect sysimgblt intel_rapl_perf i2c_smbus lpc_ich fb_sys_fops hid bcm5974 snd_pcm i2c_algo_bit
Jan 27 22:36:07 mbp2011 kernel: shpchp battery sbs sbshc acpi_als kfifo_buf apple_gmux fjes industrialio vboxdrv(O) video snd_seq apple_bl snd_seq_device button ac snd_timer tpm_tis tpm_tis_core snd tpm soundcore tun applesmc input_polldev coretemp fuse sg facetimehd(O) videobuf2_dma_sg videobuf2_memops videobuf2_v4l2 videobuf2_core videodev media ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sr_mod cdrom sd_mod uhci_hcd ahci libahci crc32c_intel libata ehci_pci sdhci_pci ehci_hcd sdhci led_class firewire_ohci scsi_mod firewire_core crc_itu_t mmc_core usbcore usb_common
Jan 27 22:36:07 mbp2011 kernel: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G O 4.9.78-1-lts #1
Jan 27 22:36:07 mbp2011 kernel: Hardware name: Apple Inc. MacBookPro8,2/Mac-94245A3940C91C80, BIOS MBP81.88Z.004D.B00.1708080655 08/08/17
Jan 27 22:36:07 mbp2011 kernel: ffff88026fa03da0 ffffffff812fd75c ffff88026fa03df0 0000000000000000
Jan 27 22:36:07 mbp2011 kernel: ffff88026fa03de0 ffffffff8107d641 0000013c00000000 0000000000000000
Jan 27 22:36:07 mbp2011 kernel: ffff88025cb48000 0000000000000000 0000000000000005 ffff88025cb48000
Jan 27 22:36:07 mbp2011 kernel: Call Trace:
Jan 27 22:36:07 mbp2011 kernel:
Jan 27 22:36:07 mbp2011 kernel: [] dump_stack+0x63/0x87
Jan 27 22:36:07 mbp2011 kernel: [] __warn+0xe1/0x100
Jan 27 22:36:07 mbp2011 kernel: [] warn_slowpath_fmt+0x5f/0x80
Jan 27 22:36:07 mbp2011 kernel: [] dev_watchdog+0x227/0x230
Jan 27 22:36:07 mbp2011 kernel: [] ? qdisc_rcu_free+0x40/0x40
Jan 27 22:36:07 mbp2011 kernel: [] call_timer_fn+0x35/0x120
Jan 27 22:36:07 mbp2011 kernel: [] expire_timers+0xd0/0x120
Jan 27 22:36:07 mbp2011 kernel: [] run_timer_softirq+0xcc/0x180
Jan 27 22:36:07 mbp2011 kernel: [] __do_softirq+0xd7/0x2da
Jan 27 22:36:07 mbp2011 kernel: [] ? hrtimer_interrupt+0xb7/0x170
Jan 27 22:36:07 mbp2011 kernel: [] irq_exit+0xb6/0xc0
Jan 27 22:36:07 mbp2011 kernel: [] smp_apic_timer_interrupt+0x48/0x60
Jan 27 22:36:07 mbp2011 kernel: [] apic_timer_interrupt+0x96/0xa0
Jan 27 22:36:07 mbp2011 kernel:
Jan 27 22:36:07 mbp2011 kernel: [] ? cpuidle_enter_state+0xb2/0x2d0
Jan 27 22:36:07 mbp2011 kernel: [] ? cpuidle_enter_state+0x92/0x2d0
Jan 27 22:36:07 mbp2011 kernel: [] cpuidle_enter+0x17/0x20
Jan 27 22:36:07 mbp2011 kernel: [] call_cpuidle+0x23/0x40
Jan 27 22:36:07 mbp2011 kernel: [] cpu_startup_entry+0x15f/0x240
Jan 27 22:36:07 mbp2011 kernel: [] rest_init+0x77/0x80
Jan 27 22:36:07 mbp2011 kernel: [] start_kernel+0x44a/0x46b
Jan 27 22:36:07 mbp2011 kernel: [] ? early_idt_handler_array+0x120/0x120
Jan 27 22:36:07 mbp2011 kernel: [] x86_64_start_reservations+0x2a/0x2c
Jan 27 22:36:07 mbp2011 kernel: [] x86_64_start_kernel+0x13b/0x15e
Jan 27 22:36:07 mbp2011 kernel: —[ end trace afefdc6b48c8ae22 ]—
Jan 27 22:36:07 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: transmit timed out, resetting
Jan 27 22:36:09 mbp2011 kernel: applesmc: send_byte(0xa0, 0x0300) fail: 0x00
Jan 27 22:36:09 mbp2011 kernel: applesmc: F0Mn: write data fail
Jan 27 22:36:10 mbp2011 kernel: applesmc: send_byte(0x00, 0x0300) fail: 0x00
Jan 27 22:36:10 mbp2011 kernel: applesmc: FS! : write data fail
Jan 27 22:36:10 mbp2011 kernel: applesmc: send_byte(0xa0, 0x0300) fail: 0x00
Jan 27 22:36:10 mbp2011 kernel: applesmc: F1Mn: write data fail
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000000: 0x16b414e4, 0x20100406, 0x02000010, 0x00800040
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000010: 0xb040000c, 0x00000000, 0xb041000c, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000020: 0x00000000, 0x00000000, 0x00000000, 0x16b414e4
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000030: 0x00000000, 0x00000048, 0x00000000, 0x00000100
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000040: 0x00000000, 0xc0000000, 0xc8035801, 0x16002008
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000050: 0x00000003, 0x00000000, 0x0086a005, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000060: 0x00000000, 0x00000000, 0xf1000298, 0x761b000f
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000070: 0x00001090, 0xf3a76d04, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000080: 0x16b414e4, 0x40000014, 0x00000000, 0x000003bd
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000090: 0x00000000, 0x000000cf, 0x00000000, 0x00000186
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000000a0: 0x8005ac11, 0x00000002, 0x00000122, 0x00020010
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000000b0: 0x05908d80, 0x00105400, 0x00075c11, 0x10110142
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000000d0: 0x0000001f, 0x00000000, 0x00000000, 0x00000001
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000000f0: 0x00000000, 0x00000000, 0x00000000, 0x57785100
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000100: 0x13c10001, 0x00000000, 0x00000000, 0x00062030
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000110: 0x00002000, 0x00002000, 0x000000a0, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x15010003
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000140: 0x143a544d, 0x0000c82a, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000150: 0x16010004, 0x00000000, 0x00078116, 0x00000001
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000160: 0x00010002, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000170: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000200: 0x00000000, 0xc0000000, 0x00000000, 0x98000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000210: 0x00000000, 0x90000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000220: 0x00000000, 0x83000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000260: 0x00000000, 0x00000000, 0x00000000, 0x00000186
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000280: 0x00000000, 0x000003bd, 0x00000000, 0x00000281
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000290: 0x00000000, 0x0000039a, 0x00000000, 0x000002e6
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000300: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000310: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000320: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000330: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000340: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000350: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000360: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000370: 0x00000000, 0x0000011b, 0x00000000, 0x0000011b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000380: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000390: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000003a0: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000003b0: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000003c0: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000003d0: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000003e0: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000003f0: 0x00000000, 0x000000cf, 0x00000000, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000400: 0x00e04808, 0x00400000, 0x00001000, 0x00000880
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000410: 0x0000c82a, 0x143a544d, 0x0000c82a, 0x143a544d
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000420: 0x0000c82a, 0x143a544d, 0x0000c82a, 0x143a544d
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000430: 0x00000000, 0x00000000, 0x000000f9, 0x000005f2
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x04384400
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000450: 0x00000001, 0x00008000, 0x00000000, 0x00000112
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000460: 0x00000008, 0x00002620, 0x01ff0006, 0x00000006
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000470: 0x80000000, 0x00000000, 0x80000000, 0x50000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000500: 0x00000008, 0x00000001, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000590: 0x00900111, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000005c0: 0x2c759268, 0x00008a87, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000600: 0xffffffff, 0x00f80011, 0x00000000, 0x00001f04
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000610: 0xffffffff, 0x00000000, 0x07c00004, 0x30000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000620: 0x00000040, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000630: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000640: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000650: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000660: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000670: 0xe13b7f9e, 0xf477bc2a, 0xac250cb8, 0xf8389fc9
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000680: 0xf1e3bbef, 0x6fa64167, 0x21befe0b, 0x7a48996b
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000690: 0x4416b03c, 0x5241d85c, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000800: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000810: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000880: 0x00000000, 0x0001b92f, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000008f0: 0x007c0001, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000c10: 0x00000000, 0x00000007, 0x00000000, 0x00060000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000c80: 0x011af9cc, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000ce0: 0xc00dc223, 0x01000000, 0x00000006, 0x00040008
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00000cf0: 0x00000000, 0x4000004e, 0x04000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001000: 0x00000002, 0x00000000, 0xa0004d4d, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001010: 0x00c90c90, 0x00004d4d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000004
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001440: 0x000000cf, 0x000000cf, 0x000000cf, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001450: 0x000000cf, 0x000000cf, 0x000000cf, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001460: 0x000000cf, 0x000000cf, 0x000000cf, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001470: 0x000000cf, 0x000000cf, 0x000000cf, 0x000000cf
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001800: 0x00000016, 0x00000000, 0x000000d1, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001840: 0x00000000, 0x00000000, 0x00000710, 0x00000010
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001850: 0x0000001f, 0x00000002, 0x00004110, 0x00d100d2
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001860: 0x01000100, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002010: 0x00000181, 0x00000001, 0x007bffff, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002100: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002110: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002120: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002130: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002140: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002150: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002160: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002170: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002180: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002190: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000021a0: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000021b0: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000021c0: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000021d0: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000021e0: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000021f0: 0x000d42a1, 0x000d42a1, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002200: 0x01db1edd, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002400: 0x00000012, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002440: 0x00000000, 0x00000000, 0x00000002, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002450: 0x00000002, 0x64e70000, 0x02001800, 0x00006000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002470: 0x00000000, 0x000000be, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000024c0: 0x00800101, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x00000132
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002c10: 0x00000000, 0x00000000, 0x00000019, 0x0000000c
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00002c20: 0x00000040, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x00000119
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003600: 0x00137400, 0x00130000, 0x00110000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003610: 0x00170000, 0x00130000, 0x00150000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003620: 0x00000000, 0x00000000, 0x00000000, 0x00032080
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003630: 0x00000000, 0x80008000, 0x00001080, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003640: 0x0000000a, 0x00400000, 0x00000020, 0x00000019
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003650: 0x00000171, 0x00000bff, 0x57785100, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003660: 0x00000000, 0x00000000, 0x000400a7, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003670: 0x0000002a, 0xfef3bff1, 0x0000000a, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000036a0: 0x00000000, 0x00000000, 0x00000000, 0x00000040
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000036b0: 0x00100348, 0x07ff07ff, 0x07ff07ff, 0x01000004
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000036c0: 0xfffffffe, 0x00000134, 0x00000000, 0x005eb27e
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000036d0: 0x0000019d, 0x00000000, 0x00000000, 0x0000130a
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000036e0: 0x00000b19, 0x20800799, 0x00500799, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c00: 0x00000302, 0x00000000, 0x00000000, 0x00000048
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c10: 0x00000000, 0x00000035, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c20: 0x00000000, 0x00000005, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c30: 0x00000000, 0x00000000, 0x00000002, 0x617f9000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c50: 0x00000000, 0x000000be, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003c80: 0x000003bd, 0x00000281, 0x0000039a, 0x000002e6
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003cc0: 0x000000c9, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003cd0: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003d00: 0x00000002, 0x62424000, 0x00000002, 0x61e37000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003d10: 0x00000002, 0x617f8000, 0x00000002, 0x5c089000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003d80: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003d90: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003da0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003db0: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003dc0: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00003dd0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004000: 0x00000002, 0x00000000, 0x0001ed7c, 0x00031474
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004010: 0x0044d690, 0x002a1012, 0x00800440, 0x0044e662
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004020: 0x00000000, 0x00000010, 0x00000010, 0x00000050
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004030: 0x00000000, 0x01081a20, 0x002a1010, 0x00441002
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004040: 0x0044e000, 0x00194700, 0x00000010, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004400: 0x00000006, 0x00000000, 0x00010000, 0x0000a000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004410: 0x00000000, 0x0000002a, 0x000000a0, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004420: 0x0000003d, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x04d13450
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004450: 0x0002053f, 0x00a200a3, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004800: 0x180303fe, 0x00000000, 0x00000000, 0x00000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004810: 0x00000000, 0x00000002, 0x00030ab5, 0x00000003
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004820: 0x0006004f, 0x0000000a, 0x40b20010, 0x401dc220
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004830: 0x00000006, 0x00000182, 0x00001777, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004840: 0x0000002d, 0x0166e02d, 0x030e2200, 0x4e0eae93
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004850: 0x021bc410, 0x81bc0042, 0x414d414d, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004860: 0x0100004e, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004900: 0x00028207, 0x50205408, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004910: 0x00000018, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c00: 0x200003fe, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c10: 0x0000003f, 0x00000000, 0x00000006, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000006
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c30: 0x00000000, 0x00ef4000, 0x000000b5, 0x000000b5
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c40: 0x00000000, 0x62424000, 0x00010020, 0x00140020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c50: 0x399a03bc, 0x0beffee5, 0x2e6e6a81, 0x003ec0c0
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00004c60: 0x00000020, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005000: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x080008a0
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005020: 0x30630fff, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005030: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005040: 0x00000000, 0x00000000, 0x080008ba, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005080: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005090: 0x00000000, 0x00000000, 0x00000000, 0x08000964
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000050a0: 0x8f636804, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000050b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000050c0: 0x00000000, 0x00000000, 0x080008ba, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005100: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005110: 0x00000000, 0x00000000, 0x00000000, 0x08000984
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005120: 0x03e00008, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005130: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005140: 0x00000000, 0x00000000, 0x080008ba, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005180: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005190: 0x00000000, 0x00000000, 0x00000000, 0x08000968
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000051a0: 0x8f636804, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000051b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000051c0: 0x00000000, 0x00000000, 0x080008ba, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005200: 0x0800ffa0, 0xb49a89ab, 0x08000000, 0x1460003a
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005210: 0x0800ff88, 0x1060002f, 0x40000014, 0x0800ffa0
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005220: 0x00000000, 0x08000000, 0x00000000, 0x40000014
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005230: 0x08000000, 0x08000000, 0x00000000, 0x40000014
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005240: 0x1060002f, 0x00000001, 0x0800ff88, 0x1060002f
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005250: 0x6f614611, 0x00000000, 0x1060002f, 0x40000014
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005260: 0x0800ffa0, 0x00000000, 0x08000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005270: 0x6f614611, 0x00000000, 0x1460003a, 0x0800ff88
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005280: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005290: 0x00000000, 0x00000000, 0x00000000, 0x08000964
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000052a0: 0x00771824, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000052b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000052c0: 0x00000000, 0x00000000, 0x0800098e, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005300: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005310: 0x00000000, 0x00000000, 0x00000000, 0x080008a0
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005320: 0x30630fff, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005330: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005340: 0x00000000, 0x00000000, 0x080008ba, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005380: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005390: 0x00000000, 0x00000000, 0x00000000, 0x08000960
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000053a0: 0x8f4300d8, 0x00000000, 0x00000000, 0x40000020
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000053b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000053c0: 0x00000000, 0x00000000, 0x080008ba, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005800: 0x00000000, 0xc0000000, 0x00000000, 0x98000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005810: 0x00000000, 0x90000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005820: 0x00000000, 0x83000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005860: 0x00000000, 0x00000000, 0x00000000, 0x00000186
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005880: 0x00000000, 0x000003bd, 0x00000000, 0x00000281
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005890: 0x00000000, 0x0000039a, 0x00000000, 0x000002e6
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005900: 0x00000000, 0x0000011b, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005980: 0x000000cf, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00005a00: 0x000f601f, 0x00000000, 0x00010000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006000: 0x00000082, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006400: 0x00000000, 0x00000000, 0x00010091, 0xc0000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006410: 0x05000016, 0x05000016, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006430: 0x00000000, 0x14e416b4, 0x16b414e4, 0x10020000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006440: 0x0000304b, 0x000002e4, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000064c0: 0x00000005, 0x00000002, 0x00000122, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000064d0: 0x00000000, 0x00008d80, 0x00000000, 0x00d75e11
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000064e0: 0x00000031, 0x0000001f, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000064f0: 0x00000002, 0x00000030, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006500: 0x01e10003, 0x143a544d, 0x0000c82a, 0x00000003
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006510: 0x00078116, 0x0005810b, 0x00046105, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006550: 0x00000001, 0x02800000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006800: 0x04130034, 0x20081082, 0x01009618, 0xecb8f285
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006810: 0xa1022000, 0xffffffff, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006880: 0x77fff020, 0x00000040, 0x000116b4, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006890: 0x00800000, 0x88008000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000068a0: 0x00000000, 0x00010001, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x000068b0: 0x00040000, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00006900: 0x987e4328, 0x00000000, 0x00000000, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00007000: 0x00000188, 0x00000000, 0x00000000, 0x000000c4
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00007010: 0xd9c00000, 0x50408272, 0x00d70081, 0x03008200
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00007020: 0x00000000, 0x00000000, 0x00000406, 0x10004000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00007030: 0x0001f200, 0x000000c8, 0x00030030, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0x00007500: 0x00000000, 0x00000000, 0x00000080, 0x00000000
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0: Host status block [00000001:000000c0:(0000:00a4:0000):(0000:00c9)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 0: NAPI info [000000c0:000000c0:(011b:00c9:01ff):0000:(0186:0000:0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 1: Host status block [00000001:00000098:(0000:0000:0000):(03bd:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 1: NAPI info [00000098:00000098:(0000:0000:01ff):03bd:(01bd:01bd:0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 2: Host status block [00000001:00000090:(0281:0000:0000):(0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 2: NAPI info [00000090:00000090:(0000:0000:01ff):0281:(0081:0081:0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 3: Host status block [00000001:00000000:(0000:0000:0000):(0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 3: NAPI info [00000000:00000000:(0000:0000:01ff):039a:(019a:019a:0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 4: Host status block [00000001:00000083:(0000:0000:02e6):(0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: 4: NAPI info [00000083:00000083:(0000:0000:01ff):02e6:(00e6:00e6:0000:0000)]
Jan 27 22:36:10 mbp2011 kernel: applesmc: send_byte(0x00, 0x0300) fail: 0x00
Jan 27 22:36:10 mbp2011 kernel: applesmc: FS! : write data fail
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0: tg3_stop_block timed out, ofs=2c00 enable_bit=2
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0: tg3_stop_block timed out, ofs=1400 enable_bit=2
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0: tg3_stop_block timed out, ofs=c00 enable_bit=2
Jan 27 22:36:10 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: Link is down
Jan 27 22:36:14 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: Link is up at 1000 Mbps, full duplex
Jan 27 22:36:14 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: Flow control is on for TX and on for RX
Jan 27 22:36:14 mbp2011 kernel: tg3 0000:02:00.0 enp2s0f0: EEE is disabled
Jan 27 22:37:01 mbp2011 systemd-timesyncd[410]: Timed out waiting for reply from 52.209.118.149:123 (2.arch.pool.ntp.org).
Jan 27 22:37:01 mbp2011 systemd-timesyncd[410]: Synchronized to time server 52.17.30.119:123 (2.arch.pool.ntp.org).

Yesterday rsanti (self-signed SSL cert – expect browser to freak out) pointed me to a solution. In short I reduced the maximum speed of the card from 1000 mbps to 100 mbps by creating / enabling & starting this .service file.

[root@mbp2011 andrzejl]# cat /usr/lib/systemd/system/lanfix.service
[Unit]
Description=Drop LAN speed to 100 Mb/s
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/ethtool -s enp2s0f0 speed 100 duplex full

[Install]
WantedBy=multi-user.target
[root@mbp2011 andrzejl]#

So far (nearly 24 hours later) the fix is holding…

Cheers.

Andrzej

P.S. Ethtool is in the repo…

I was blaming poor ubuntu 17.10 for the cups server issues… Turns out Arch Linux and lib32-glibc was the culprit…

Yes – you are reading correctly… I have decided that IF I wanted to hate Ubuntu I needed to know more about it. I’ve used my Mac Mini 2009 and installed latest Ubuntu 17.10. First conclusions? I don’t hate Ubuntu. I still feel weird writing this but Ubuntu is… ok.

But as our friends in Hollywood would say “lets cut to the chase”.

I tried printing something from the Ubuntu client machine to the Arch Linux Cups server and it failed. No printout was produced. Instead I’ve noticed that the process c3pldrv was using 100% of one of my server cores.

I have checked and confirmed that the file belongs to the cannon driver for my printer.

[root@andrzejl andrzejl]# which c3pldrv
/sbin/c3pldrv
[root@andrzejl andrzejl]# pacman -Q --owns /sbin/c3pldrv
/usr/bin/c3pldrv is owned by cndrvcups-lb-bin 3.40-1
[root@andrzejl andrzejl]#

Since few days ago I was printing without any issue from my Arch Linux client I assumed that it the fault was on Ubuntu’s side and started looking thru logs / Googling for potential red flags. Maybe 15 minutes later I’ve decided to start from the scratch and I ran command:

lp /etc/fstab

To my surprise nothing was printed and the c3pldrv process which I’ve just killed was again hogging the cpu.

I’ve checked when the printer driver was installed. I have set my pacman mirrors to downgrade to that date (over a month of packages), downgraded and rebooted.

Printed was working without a problem.

I divided the list of downgraded packages into 2 halves. Upgraded the first half – printer was dead.

Then I started downgrading packages several at the time checking the printer / killing c3pldrv after each failed printing attempt. At some stage I’ve downgraded a bunch of packages and ran the lp command as mentioned above and voila… content of my fstab file was printed. Few minutes later I knew that the culprit was the lib32-glibc package so I have marked it as ignored package and upgraded the remaining packages.

Rebooted the server and all is good in the world again.

Soooo… IF you own a Canon printer and you cannot print to the cups server and the symptoms are a) no printout b) c3pldrv hogging the CPU – try downgrading lib32-glibc. The version that is known to work:

[root@andrzejl andrzejl]# pacman -Qi lib32-glibc
Name : lib32-glibc
Version : 2.25-7
Description : GNU C Library (32-bit)
Architecture : x86_64
URL : http://www.gnu.org/software/libc
Licenses : GPL LGPL
Groups : None
Provides : None
Depends On : glibc>=2.25
Optional Deps : None
Required By : lib32-gcc-libs lib32-keyutils lib32-libffi lib32-libidn lib32-libjpeg-turbo lib32-libpng12
lib32-libtasn1 lib32-ncurses lib32-openssl lib32-p11-kit lib32-readline lib32-util-linux
lib32-xz lib32-zlib
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 14.98 MiB
Packager : Jan Alexander Steffens (heftig)
Build Date : Tue 11 Jul 2017 21:00:38 IST
Install Date : Tue 12 Sep 2017 17:42:04 IST
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature

Cheers.

Andrzej