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 socket
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,
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 mi
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
e
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_stat
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 subscr
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 r
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
int main() { printf("Ok\n"); return(0); }
with
/usr/bin/gcc -o test -O2 -fno-strict-a
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)