[Bug 1576066] Re: 32bit glibc calls old socketcall() syscall, causing seccomp problems

2016-04-28 Thread Justin Cormack
Hi, glibc was updated to use the new syscalls in 16.04, and does not use socketcall. Previous editions should not be updated. However the problem that Sebastien has, and has also been reported to Docker, is that libseccomp in 16.04 has not been updated to 2.3.0 which supports the direct non

[Bug 1396670] [NEW] gdbsx missing

2014-11-26 Thread Justin Cormack
Public bug reported: The gdbsx debugging tool i smissing from the xen-tools package, or any other xen package, making debug difficult... ** Affects: xen-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1396670] Re: gdbsx missing

2014-11-26 Thread Justin Cormack
Apologies, it is in xen-utils in /usr/lib/xen-4.4/bin/ which is why I couldnt find it... not in any normal PATH. Can close this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396670 Title: gdbsx

[Bug 1389908] [NEW] incorrect prototype for poll()

2014-11-05 Thread Justin Cormack
Public bug reported: in file /usr/arm-linux-androideabi/include/poll.h it says /* POSIX specifies int for the timeout, Linux seems to use long... */ extern int poll(struct pollfd *, nfds_t, long); However if you download the official Android toolchain from Google, or Bionic the prototype is

[Bug 1202839] [NEW] qemu-bridge-helper missing from qemu-kvm or elsewhere

2013-07-18 Thread Justin Cormack
Public bug reported: In Qantal the qemu-bridge-helper was in the qemu-kvm package, see http://packages.ubuntu.com/quantal/amd64/qemu-kvm/filelist In Raring, it does not appear to be in any package, so it seems to be impossible to create a VM attached to a bridge. ** Affects: qemu-kvm (Ubuntu)

[Bug 1202839] [NEW] qemu-bridge-helper missing from qemu-kvm or elsewhere

2013-07-18 Thread Justin Cormack
Public bug reported: In Qantal the qemu-bridge-helper was in the qemu-kvm package, see http://packages.ubuntu.com/quantal/amd64/qemu-kvm/filelist In Raring, it does not appear to be in any package, so it seems to be impossible to create a VM attached to a bridge. ** Affects: qemu-kvm (Ubuntu)

[Bug 1018624] Re: documentation error in man 7 rtnetlink

2012-07-15 Thread Justin Cormack
This man page is also missing a lot of stuff. I think I may just do a large patch for upstream once I have worked everything out. I would mark as low importance, but leave open until man page is useful! -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1022111] Re: dynamic linker issue causes run time errors

2012-07-15 Thread Justin Cormack
Please close, this is a false alert due to incorrect symlink on my system being picked up by linker, sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022111 Title: dynamic linker issue causes

[Bug 1022111] [NEW] dynamic linker issue causes run time errors

2012-07-07 Thread Justin Cormack
Public bug reported: This came from a Makefile on something I was trying to build, which fortunately provides an easy test case. Linking with -dl is completely failing. Compile this program: test.c #include stdio.h int main() { printf(Ok\n); return(0); } with /usr/bin/gcc -o test -O2

[Bug 1018624] [NEW] documentation error in man 7 rtnetlink

2012-06-27 Thread Justin Cormack
Public bug reported: man 7 rtnetlink says The value type for IFLA_STATS is struct net_device_stats. However this is not the case. After some fruitless coding I discovered that it is actually struct rtnl_link_stats. These structs happen to be the same on 32 bit architectures (as net_device_stats