search for: msg00315

Displaying 6 results from an estimated 6 matches for "msg00315".

Did you mean: msg00135
2014 Apr 08
2
Issue with 1.2.3 and lxcCheckNetNsSupport
Hi there I’ve just moved to libvirt-1.2.3 from 1.2.1; we use it for dealing with lxc containers I just wanted to report that everything went well for us with this new release, except for one little glitch At some point the lxc drivers seems to check that the kernel indeed has the netns feature built in Well in our environment this checks miserably fails; I haven’t been able to tell exactly why,
2014 Sep 09
3
[PATCH] ppc64: ELFv2: Load TOC value in system call stub
...ally-linked binaries because the TOC value wasn't different on that case. Thanks and credits to Alan Modra and Ulrich Weigand, for helping with this and pointing out the solution. [1] https://gcc.gnu.org/ml/gcc-patches/2013-11/msg01141.html [2] https://www.sourceware.org/ml/libc-alpha/2013-11/msg00315.html Signed-off-by: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> --- usr/klibc/arch/ppc64/sysstub.ph | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usr/klibc/arch/ppc64/sysstub.ph b/usr/klibc/arch/ppc64/sysstub.ph index b3f6e38..a0c6d41 100644 ---...
2002 Dec 05
0
openssh 3.4p1 and 3.5p1 with Tru64
...cumentation that by NOT including `UsePrivilegeSeparation no` in Tru64 sshd_config files users trying to ssh to the machine will get: Too many users logged on already. Try again later. I found the fix to this problem at: http://www.ornl.gov/cts/archives/mailing-lists/tru64-unix-managers/2002/06/msg00315.html Thanks, and you guys do great work maintaining software that is essential. --Brad Krebs
2014 Apr 08
0
Re: Issue with 1.2.3 and lxcCheckNetNsSupport
...way the 1.2.3 code checks for the presence of netns is clearly not exactly right (in our case selinux is disabled), and I wish a more reliable solution can be found in the future :) Yes, there was a screw up in LXC for this. It is fixed by https://www.redhat.com/archives/libvir-list/2014-April/msg00315.html which will be in GIT shortly & in the first 1.2.3.x maint release. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- htt...
2016 Jan 06
0
[klibc:master] ppc64: ELFv2: Load TOC value in system call stub
...ally-linked binaries because the TOC value wasn't different on that case. Thanks and credits to Alan Modra and Ulrich Weigand, for helping with this and pointing out the solution. [1] https://gcc.gnu.org/ml/gcc-patches/2013-11/msg01141.html [2] https://www.sourceware.org/ml/libc-alpha/2013-11/msg00315.html Signed-off-by: Mauricio Faria de Oliveira <mauricfo at linux.vnet.ibm.com> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> Signed-off-by: H. Peter Anvin <hpa at linux.intel.com> --- usr/klibc/arch/ppc64/sysstub.ph | 3 +++ 1 file changed, 3 insertions(+) diff --git...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira