I have looked for release T/X/Y and Z and '/proc/sysinfo' is part of the add_copy_spec of s390.py for UbuntuPlugin.
20 class S390(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): .... 34 def setup(self): 35 self.add_copy_spec([ 36 "/proc/cio_ignore", 37 "/proc/crypto", 38 "/proc/dasd/devices", 39 "/proc/dasd/statistics", 40 "/proc/qeth", 41 "/proc/qeth_perf", 42 "/proc/qeth_ipa_takeover", 43 "/proc/sys/appldata/*", 44 "/proc/sys/kernel/hz_timer", ==> 45 "/proc/sysinfo", 46 "/sys/bus/ccwgroup/drivers/qeth/0.*/*", 47 "/sys/bus/ccw/drivers/zfcp/0.*/*", 48 "/sys/bus/ccw/drivers/zfcp/0.*/0x*/*", 49 "/sys/bus/ccw/drivers/zfcp/0.*/0x*/0x*/*", 50 "/etc/zipl.conf", 51 "/etc/zfcp.conf", 52 "/etc/sysconfig/dumpconf", 53 "/etc/src_vipa.conf", 54 "/etc/ccwgroup.conf", 55 "/etc/chandev.conf"]) Could you please test again ? and let me know the outcome ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553996 Title: [s390x] /proc/sysinfo is missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sosreport/+bug/1553996/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
