You are not logged in.

#1 2016-02-25 16:36:51

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

[solved]iputils upgrade breaks ping & mythtv connectivity

Today's upgrade of iputils breaks ping (ping -4 works) and also breaks connectivity of mythtv client (mythtv 1:0.27.6-1) to server.

iputils-20140519.fad11dc-1-x86_64 -> iputils-20150815.1c59920-3

Linux  4.3.6-1-ck x86_64

ping error: "ping: socket: Address family not supported by protocol (raw socket required by specified options)."

Last edited by keepitsimpleengineer (2016-02-25 22:38:40)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2 2016-02-25 16:39:27

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,875
Website

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

Can't replicate here. Can you give an example?

EDIT: pacman.log would be nice

Last edited by ugjka (2016-02-25 16:41:25)


https://ugjka.net
"It is easier to fool people, than to convince them that they've been fooled" ~ Dr. Andrea Love

Offline

#3 2016-02-25 16:43:15

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,608
Website

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

Works for me.

As well as pacman's log, can you post the output of

$ ls -l /usr/bin/ping
$ getcap /usr/bin/ping
$ mount

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#4 2016-02-25 16:58:32

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

I can confirm that ping fails to work with the same error message given above. ping -4 works.

$ ~ ls -l /usr/bin/ping
-rwxr-xr-x 1 root root 56944 Oct 19 16:25 /usr/bin/ping
$ ~ getcap /usr/bin/ping
/usr/bin/ping = cap_net_raw+ep
$ ~ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1866176k,nr_inodes=466544,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda2 on / type ext4 (rw,noatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw)
/dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda4 on /home type ext4 (rw,noatime,data=ordered)
tmpfs on /run/user/120 type tmpfs (rw,nosuid,nodev,relatime,size=373924k,mode=700,uid=120,gid=120)
gvfsd-fuse on /run/user/120/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=120,group_id=120)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=373924k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
$ ~ 
$ ~ uname -a
Linux pienusac 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64 GNU/Linux

Downgrading iputils fixes the issue.

Last edited by elkoraco (2016-02-25 16:59:58)

Offline

#5 2016-02-25 17:06:34

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

per ugjka: pacman.log @ http://pastebin.com/z67qB9Mv

per WorMzy:

[--ljohnson{08:58:12}~]$ ls -l /usr/bin/ping
-rwxr-xr-x 1 root root 39744 May  8  2015 /usr/bin/ping
[--ljohnson{09:01:45}~]$ getcap /usr/bin/ping
/usr/bin/ping = cap_net_raw+ep
[--ljohnson{09:01:54}~]$ mount
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=8186172k,nr_inodes=2046543,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sdb2 on / type ext4 (rw,relatime,discard,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/bfqio type cgroup (rw,nosuid,nodev,noexec,relatime,bfqio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
systemd-1 on /kise-055/pvu type autofs (rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
systemd-1 on /kise-055/pvs type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
systemd-1 on /kise-055/ljohnson type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
tmpfs on /tmp type tmpfs (rw)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
systemd-1 on /kise-055/pvt type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/sdb6 on /home type ext4 (rw,relatime,discard,data=ordered)
/dev/sdb1 on /boot type ext2 (rw,relatime,discard)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1637940k,mode=700,uid=1000,gid=100)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)

Hope this helps... smile


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#6 2016-02-25 17:16:40

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

I see, I had ipv6.disable=1 in my kernel line. Removing it fixes the issue. It probably wasn't even an issue, more likely a "feature" of the new upstream package.

Offline

#7 2016-02-25 17:19:27

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

elkoraco wrote:

I see, I had ipv6.disable=1 in my kernel line. Removing it fixes the issue. It probably wasn't even an issue, more likely a "feature" of the new upstream package.

Also use ipv6.disable=1 in my kernel line.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#8 2016-02-25 17:20:17

elkoraco
Member
Registered: 2013-02-18
Posts: 140

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

Does disabling it help?

Offline

#9 2016-02-25 17:20:40

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,418

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

May 2015 on the file? Something isn't right with your upgrade.

Offline

#10 2016-02-25 17:25:38

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,875
Website

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

If ping is sorted what about mythtv?


https://ugjka.net
"It is easier to fool people, than to convince them that they've been fooled" ~ Dr. Andrea Love

Offline

#11 2016-02-25 17:25:40

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

Scimmia wrote:

May 2015 on the file? Something isn't right with your upgrade.

https://www.archlinux.org/packages/core/x86_64/iputils/ is flagged out of date.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#12 2016-02-25 17:34:50

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,418

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

Right, but as the current file was built in Oct, yours should not have been built in May.

Offline

#13 2016-02-25 17:42:12

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

ugjka wrote:

If ping is sorted what about mythtv?

I removed ipv6.disable=1  from my kernel line and ping works and mythtv connectivity is restored.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#14 2016-02-25 17:46:24

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

Scimmia wrote:

Right, but as the current file was built in Oct, yours should not have been built in May.

[root@KISE-005 ~]# cd /var/cache/pacman/pkg/
[root@KISE-005 pkg]# ls -l | grep iputils
-rw-r--r-- 1 root root     74384 May  8  2015 iputils-20140519.fad11dc-1-x86_64.pkg.tar.xz
-rw-r--r-- 1 root root     71920 Oct 19 07:26 iputils-20150815.1c59920-3-x86_64.pkg.tar.xz

Does this help... .. ?
I posted after downgrading iputils.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#15 2016-02-25 22:37:50

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 382

Re: [solved]iputils upgrade breaks ping & mythtv connectivity


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#16 2016-02-25 22:47:36

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,489

Re: [solved]iputils upgrade breaks ping & mythtv connectivity

https://bugs.archlinux.org/task/46297 sounds more like your bug (mythtv example in comments)

Offline

Board footer

Powered by FluxBB