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

How to enable thumbnails in Windows 10?

Hi there.

Yes yes I know… Windows. Now stop bitching.

Yes I do use Microsoft Windows 10 at work and at home for gaming purposes.

Now as our friends in Hollywood would say – lets cut to the chase. Thumbnails. This has been bugging me for a bit now. How do you enable them. Normally all you had to do was right click and choose View > Thumbnails. But in Windows 10 this option is… hidden. I have stumbled onto the solution accidentally and decided to share.

So you want to open the folder containing photos / images.

Then you want to click View in the menu.

In there you want to make sure that something like “Large icons” or “Extra large icons” is selected.

Then you want to click Options.

When the Options Window pops up you want to click on View tab.

Now You want to make sure that the “Always show icons, never thumbnails” option is unticked.

And when that’s done – You click OK.

Voila… Thumbnails!

Cheers.

AndrzejL

We are sorry drkonqi closed unexpectedly…

I ran into a bit of an error after one of the upgrades:

We are sorry ,drkonqi closed unexpectedly…

I fixed it by sshing into the machine (changing to another TTY will work too I suppose) and running few commands as a user.

rm ~/.cache/ksycoca*

kbuildsycoca5

While this command was running it spit an error:

kbuildsycoca5 running…
kf5.kservice.sycoca: Parse error in “/home/andrzejl/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu” , line 1 , col 1 : “unexpected end of file”

so I removed the file that couldn’t be parsed:

rm /home/andrzejl/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu

and re-run the command. This time it went smooth:

kbuildsycoca5

Then I ran another command that added a tidbit as a last line to the ~/.bash_profile file:

echo 'export KDE_DEBUG=1' >> ~/.bash_profile

and tested if it took:

cat ~/.bash_profile

and the terminal spits out:

export KDE_DEBUG=1

Saul Goodman…

Then gain root and reboot:

su -c "reboot"

After the reboot plasma loaded successfully and I was good to go.

Cheers.

Andrzej

Transcript:

[andrzejl@macmini32 ~]$ rm ~/.cache/ksycoca*
[andrzejl@macmini32 ~]$ kbuildsycoca5
[andrzejl@macmini32 ~]$ kbuildsycoca5 running…
kf5.kservice.sycoca: Parse error in “/home/andrzejl/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu” , line 1 , col 1 : “unexpected end of file”
[andrzejl@macmini32 ~]$ rm /home/andrzejl/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu
[andrzejl@macmini32 ~]$ kbuildsycoca5
kbuildsycoca5 running…
[andrzejl@macmini32 ~]$ echo ‘export KDE_DEBUG=1’ >> ~/.bash_profile
[andrzejl@macmini32 ~]$ cat ~/.bash_profile
export KDE_DEBUG=1
[andrzejl@macmini32 ~]$ su -c “reboot”
Password:
Connection to macmini32 closed by remote host.
Connection to macmini32 closed.

Bluetooth fix. Plasma. Bluedevil. Some of the bluez-utils tools got deprecated. hcitool scan no longer works.

So my wife tells me “My bluetooth isn’t working…” This is her way of saying “I love you“. She knows that I love troubleshooting stuff.

This is (in short) what needs to be done in order for bluetooth to work with the new version of bluez and bluez-utils under Plasma.

Gain root:

su

Install bluetooth basics:

pacman -S obexfs pulseaudio-bluetooth bluedevil bluez bluez-libs bluez-utils

Add your user to the lp group:

gpasswd -add lp login

Replace #AutoEnable=false with AutoEnable=true in the /etc/bluetooth/main.conf file:

sed -i 's/#AutoEnable=false/AutoEnable=true/g' /etc/bluetooth/main.conf

Enable bluetooth service:

systemctl enable bluetooth

Reboot:

reboot

Upon reboot you should have bluedevil bluetooth icon in Plasma tray. You should also be able to pair and access the bluetooth devices (like your phone) using Dolphin file manager.

If its not working for you… happy troubleshooting. You are on your own ;).

Cheers.

Andrzej

Source: https://wiki.archlinux.org/index.php/bluetooth

How to replace a string in your mysql database with another string.

Hi there.

It always kept pissing me off… For example… I had 150 entries in my RSS from domain website.com but every few months that domain keeps changing… either to website.eu or website.ie or website.nl… Try changing 150 urls by hand every few weeks… Its daunting and downright just freaking annoying…

Today I’ve learned HOW to change the URL’s in the entire database with few simple commands. Here is how:

First – dump the database example:

mysqldump -u root -p database_name > ./db.sql

You will be asked for root’s mysql password. Provide it.

Now use sed command to replace the string:

sed -i 's/website.com/website.ie/g' ./db.sql

Now re-upload the database back:

mysql -u root -p database_name < ./db.sql

You will be asked for root’s mysql password. Provide it.

Now what I like to do is force the mysql update:

mysql_upgrade -p -u root --force

You will be asked for root’s mysql password. Provide it.

And when that’s done – restart mysqld service.

systemctl restart mysqld

And remove the dump file:

rm ./db.sql

That’s it – the string has been replaced in the entire database and the database was re-uploaded / upgraded / restarted and the dump was removed.

Cheers.

Andrzej

How to lose 7mbps of download speed in one simple step aka. STAY THE FUCK AWAY FROM EIR IRELAND!

Hi,

The story continues.

After many many hours of fighting Eir Ireland – success. I got my 25/5 mbps speeds back… I must be happy right? Wrong…

“Oh my God… He is complaining again! What the fuck is wrong this time?”

I am glad you’ve asked. Well. I signed up for broadband only account. No landline. €40 for the first 6 months. €45 from there on.

6 months have passed – I get a letter. “We are happy to inform you – we have increased your bill by €5 per month so instead of paying €45 as we previously assured you you would – you will be paying €50… HOORAY! Oh yeah and we also now have 24/7 customer support.”

Fuck you Eir Ireland. Fuck you. After everything I’ve been thru – this is how you fucking treat me? So I called loyalty department and asked is this how they treat all the customers and I asked how can they do this and sleep at night. Quinn – I think this is how you spell her name – listened and after a while she offered a special promo to me. “If you add a landline to your account you will actually pay €5 less…”. Fine I said. But will it change anything else? Internet speed. Any other hidden costs? No? Super! Bring it on. Naive stupid me… “Technician will have to gain access to your apartment.” Sure! Why not. I will be paying €45 as agreed. 18 months contract. No changes. Great!

One day (maybe one week ago) I called my wife from work, during the call – doorbell. Wife says “Eir technician to install landline.” Ok. Whatever.

I came back home and something was fishy right away. Internet seemed slower…

Checked speeds – instead of 25/5 mbps I am getting 18/5… Arrgh. I said to myself maybe it needs to properly set itself as it did before. Will leave it for now.

One week later (today) I checked again…

image-2016-09-09-at-01-25-58

I also checked router xDSL stats…

============================================================================
VDSL Training Status: Showtime
Mode: VDSL2 Annex B
VDSL Profile: Profile 17a
Traffic Type: PTM Mode
Link Uptime: 5 days: 12 hours: 35 minutes
============================================================================
VDSL Port Details Upstream Downstream
Line Rate: 5.117 Mbps 18.430 Mbps
Actual Net Data Rate: 5.118 Mbps 18.431 Mbps
Trellis Coding: ON ON
SNR Margin: 10.3 dB 19.1 dB
Actual Delay: 0 ms 0 ms
Transmit Power: 7.1 dBm 9.8 dBm
Receive Power: -8.9 dBm -15.7 dBm
Actual INP: 29.0 symbols 29.0 symbols
Total Attenuation: 16.2 dB 25.5 dB
Attainable Net Data Rate: 6.018 Mbps 34.076 Mbps

Look at this part:

Line Rate: 5.117 Mbps 18.430 Mbps
Actual Net Data Rate: 5.118 Mbps 18.431 Mbps

It usually said 5.117 Mbps 25.xxx Mbps.

So I called the 24/7 broadband support and asked for the profile to be changed to 30/6. They cannot. My line is not capable of 25/5 max is 18/5.

I told them – I am living in the same house for 3.5 years. I was getting up to 27/5.5 speeds before. How can they just change the speeds like that?

image-2016-09-09-at-01-25-57

“I don’t know… Maybe if you call billing department in the morning they can help. I don’t even have the option to change to anything above 18/5”

I am sooo sick and tired of those bastards… Incompetent motherfuckers. Bunch of cretins. Horde of morons. I hate you all. I will make sure not a single one from my friends / family will EVER sign up with you. As soon as the fucking 18 months will be over (maybe sooner – fuck the early cancellation fee) I am moving to another provider. You can kiss my big white ass you cock-sucking assholes. I will dip my cheeks in bacon and cabbage so you can taste a bit of home food while you’re at it. Find a forest fire and die in it.

To be continued altho I am not sure if I can be arsed to call them again. I am so sick and tired – I feel like puking every time I think of Eir Ireland.

Cheers.

Andrzej

How to lose 7mbps of download speed in one simple step aka. STAY THE FUCK AWAY FROM EIR IRELAND!

This is a re-post from here: https://andrzejl.eu:30303/wordpress/2016/09/09/how-to-lose-7mbps-of-download-speed-in-one-simple-step-aka-stay-the-fuck-away-from-eir-ireland/
Some people could not access the original post due to “security settings”.

Hi,

The story continues.

After many many hours of fighting Eir Ireland – success. I got my 25/5 mbps speeds back… I must be happy right? Wrong…

“Oh my God… He is complaining again! What the fuck is wrong this time?”

I am glad you’ve asked. Well. I signed up for broadband only account. No landline. €40 for the first 6 months. €45 from there on.

6 months have passed – I get a letter. “We are happy to inform you – we have increased your bill by €5 per month so instead of paying €45 as we previously assured you you would – you will be paying €50… HOORAY! Oh yeah and we also now have 24/7 customer support.”

Fuck you Eir Ireland. Fuck you. After everything I’ve been thru – this is how you fucking treat me? So I called loyalty department and asked is this how they treat all the customers and I asked how can they do this and sleep at night. Quinn – I think this is how you spell her name – listened and after a while she offered a special promo to me. “If you add a landline to your account you will actually pay €5 less…”. Fine I said. But will it change anything else? Internet speed. Any other hidden costs? No? Super! Bring it on. Naive stupid me… “Technician will have to gain access to your apartment.” Sure! Why not. I will be paying €45 as agreed. 18 months contract. No changes. Great!

One day (maybe one week ago) I called my wife from work, during the call – doorbell. Wife says “Eir technician to install landline.” Ok. Whatever.

I came back home and something was fishy right away. Internet seemed slower…

Checked speeds – instead of 25/5 mbps I am getting 18/5… Arrgh. I said to myself maybe it needs to properly set itself as it did before. Will leave it for now.

One week later (today) I checked again…

image-2016-09-09-at-01-25-58

I also checked router xDSL stats…

============================================================================
VDSL Training Status: Showtime
Mode: VDSL2 Annex B
VDSL Profile: Profile 17a
Traffic Type: PTM Mode
Link Uptime: 5 days: 12 hours: 35 minutes
============================================================================
VDSL Port Details Upstream Downstream
Line Rate: 5.117 Mbps 18.430 Mbps
Actual Net Data Rate: 5.118 Mbps 18.431 Mbps
Trellis Coding: ON ON
SNR Margin: 10.3 dB 19.1 dB
Actual Delay: 0 ms 0 ms
Transmit Power: 7.1 dBm 9.8 dBm
Receive Power: -8.9 dBm -15.7 dBm
Actual INP: 29.0 symbols 29.0 symbols
Total Attenuation: 16.2 dB 25.5 dB
Attainable Net Data Rate: 6.018 Mbps 34.076 Mbps

Look at this part:

Line Rate: 5.117 Mbps 18.430 Mbps
Actual Net Data Rate: 5.118 Mbps 18.431 Mbps

It usually said 5.117 Mbps 25.xxx Mbps.

So I called the 24/7 broadband support and asked for the profile to be changed to 30/6. They cannot. My line is not capable of 25/5 max is 18/5.

I told them – I am living in the same house for 3.5 years. I was getting up to 27/5.5 speeds before. How can they just change the speeds like that?

image-2016-09-09-at-01-25-57

“I don’t know… Maybe if you call billing department in the morning they can help. I don’t even have the option to change to anything above 18/5”

I am sooo sick and tired of those bastards… Incompetent motherfuckers. Bunch of cretins. Horde of morons. I hate you all. I will make sure not a single one from my friends / family will EVER sign up with you. As soon as the fucking 18 months will be over (maybe sooner – fuck the early cancellation fee) I am moving to another provider. You can kiss my big white ass you cock-sucking assholes. I will dip my cheeks in bacon and cabbage so you can taste a bit of home food while you’re at it. Find a forest fire and die in it.

To be continued altho I am not sure if I can be arsed to call them again. I am so sick and tired – I feel like puking every time I think of Eir Ireland.

Cheers.

Andrzej