Displaying 20 results from an estimated 57 matches for "hwcaps".
Did you mean:
hwcap
2006 Dec 29
1
libc6-xen not used on AMD Geode LX system
Hi,
I'm trying to install xen+Debian Etch on a Geode LX system. Xen
boots fine, but although the package "libc6-xen" is installed I have a
large number of such errors:
4gb seg fixup, process syslogd (pid 1878), cs:ip 73:b7f24610
All processes triggers it, and from what I've found on the web it's
a sign that libc6-xen is not recognized. Indeed:
2006 Oct 31
0
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Author: rie
Repository: /hg/zfs-crypto/gate
Revision: 03313218730eac4d34c28c7ddc91858f0fe04c79
Log message:
6340814 ld.so.1 core dump with HWCAP relocatable object + updated statistics
Files:
update: usr/src/cmd/sgs/include/libld.h
update: usr/src/cmd/sgs/libld/common/relocate.c
update: usr/src/cmd/sgs/liblddbg/common/liblddbg.msg
update: usr/src/cmd/sgs/liblddbg/common/statistics.c
update:
2006 Dec 05
0
4gb seg fixup messages on fc6 DomU, echo "hwcap 0 segneg" > /etc/ld.so.conf.d/libc6-xen.conf doesn''t work
Hi,
I am using the kernel-2849 src rpm to compile a pae DomU, but i get a lot of
printks and the DomU doesn''t give me a shell (just goes on printing 4gb seg
fixup messages).
My DomU kernel is 2.6.18-prep and it looks like i have the right libraries
in /lib/nosegneg.
any suggestions?
regards,
radhesh
_______________________________________________
Xen-users mailing list
2009 Mar 10
3
How to disable tls on CentOS 5 with Xen 3.3.1?
Hi:
I downloaded Xen 3.3.1 source from xen.org, compiled and installed it on CentOS 5. At first boot into xen, I got an error message about tls and told me to use "mv /lib/tls /lib/tls.disabled" to disable it. I issued that command after the first boot. And also tried to remove that directory to /root.
But after that, I still got the same error message about tls when booting into Xen.
2019 Aug 18
1
1.3.3: powerpc portability problems
The PowerPC-related changes in FLAC 1.3.3 have caused some portability
problems.
libFLAC/cpu.c assumes that the <sys/auxv.h> header and the getauxval()
function are universally available on PowerPC platforms. They are not.
On FreeBSD/powerpc, <sys/auxv.h> is available, but getauxval() is
not. Equivalent functionality is provided by elf_aux_info().
On OpenBSD/powerpc, neither is
2006 Apr 03
1
libc6 packages that really support nosegneg?
I've tried the libc6-xen package posted at:
http://people.debian.org/~aurel32/xen/
However, it looks like programs are still calling the libc6 libraries in
/lib/tls, instead of the xen-enabled ones. Is there anything special I
need to do to get this to work, or is the package just busted?
Thanks!
------------------------------------------------------------------------
| nate carlson |
2009 May 13
8
kernel: 4gb seg fixup messages...
Hey everyone,
I''ve searched through all of the previous posts and tried everything
mentioned but I am still getting these messages. Is there anything
else I can do? My host machine is running CentOS 5 w/ Xen 3.3.1. My
Xen VM is also running CentOS 5.
I''ve tried doing:
# echo ''hwcap 0 nosegneg'' > /etc/ld.so.conf.d/libc6-xen.conf && ldconfig
2020 Jul 10
12
New x86-64 micro-architecture levels
...based on the AMD K8 (minus the 3DNow! parts, for Intel
EM64T compatibility).
There has been an attempt to use the existing AT_PLATFORM-based loading
mechanism in the glibc dynamic linker to enable a selection of optimized
libraries. But the general selection mechanism in glibc is problematic:
hwcaps subdirectory selection in the dynamic loader
<https://sourceware.org/pipermail/libc-alpha/2020-May/113757.html>
We also have the problem that the glibc version of "haswell" is distinct
from GCC's -march=haswell (and presumably other compilers):
Definition of "haswell&...
2020 Jul 13
3
New x86-64 micro-architecture levels
...64T compatibility).
> >
> > There has been an attempt to use the existing AT_PLATFORM-based loading
> > mechanism in the glibc dynamic linker to enable a selection of optimized
> > libraries. But the general selection mechanism in glibc is problematic:
> >
> > hwcaps subdirectory selection in the dynamic loader
> > <https://sourceware.org/pipermail/libc-alpha/2020-May/113757.html>
> >
> > We also have the problem that the glibc version of "haswell" is distinct
> > from GCC's -march=haswell (and presumably other comp...
2014 Jun 03
1
4.1.7, PAM and dlopen errors
Hi,
I upgraded to 4.1.7 from 4.1.4 last night; no other changes.
Now, every minute I am getting errors from cron as it tries to execute
a cron job (I'm not actually sure if the job fails or succeeds):
Jun 4 00:28:01 server crond[1080]: PAM adding faulty module:
/lib64/security/pam_winbind.so
Jun 4 00:28:01 server crond[1082]: PAM unable to
dlopen(/lib64/security/pam_winbind.so):
2013 Oct 23
1
samba4 + LDAP
Hello all,
we are currently running several samba 3 services to give CIFS access to
shares (mostly homedirs).
Well, access to the shares are controlled by our LDAP service (not AD,
OpenLDAP). Our servers are
using sssd + pam to check wether or not a user is allowed to mount the
share (on some old
servers we also use the pam_ldap module for pam).
Now, we just want to run samba 4 as simply as
2014 Jul 22
2
Samba 4.1.9 member server config in a samba 4 ADS Domain
Dear all,
I try to setup a samba 4 member server on centos 6.5. The wikis and howtos I
have found are very confusing.
Which is the right way to do this. So winbind can map the domain users and
groups.
What I have done yet is,
Set up Kerberos working and can contact my ADS-kerberos Servers:
klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: Administrator at TPLK.LOC
Valid starting
2010 Jun 28
8
[PATCH] add xl ocaml bindings
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
---
tools/ocaml/Makefile | 2 +-
tools/ocaml/common.make | 2 +-
tools/ocaml/libs/xl/xl.ml | 209 ++++++++++++
tools/ocaml/libs/xl/xl.mli | 209 ++++++++++++
tools/ocaml/libs/xl/xl_stubs.c | 706 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 1126 insertions(+), 2 deletions(-)
2020 Jul 21
7
New x86-64 micro-architecture levels
* Premachandra Mallappa:
> [AMD Public Use]
>
> Hi Floarian,
>
>> I'm including a proposal for the levels below. I use single letters for them, but I expect that the concrete implementation of this proposal will use
>> names like “x86-100”, “x86-101”, like in the glibc patch referenced above. (But we can discuss other approaches.)
>
> Personally I am not a big
2013 Aug 15
5
Samba4 + Winbind + PAM Installation/Configuration
Hello,
Now that I have my Samba4 DC running great on CentOS6.4 I was wondering if somebody could help understand better how to install and configure Samba4 with winbind and PAM.
I used the tutorial here:
[http://wiki.samba.org/index.php/Samba4/Winbind](http://wiki.samba.org/index.php/Samba4/Winbind)
This got me through to the point where "Using pam_winbind" starts.
2009 Dec 09
0
Unsupported memory accesses after Installing Xen On Ubuntu 8.04
Dear all,
Despite of
moving /lib/tls to /lib/tls.disabled
I get this warning:
***************************************************************
***************************************************************
** WARNING: Currently emulating unsupported memory accesses **
** in /lib/tls glibc libraries. The emulation is **
** slow. To ensure full performance you should **
** install a
2020 Jul 13
2
New x86-64 micro-architecture levels
On 13.07.2020 09:40, Florian Weimer wrote:
> * Richard Biener:
>>> 2. I have a library with AVX2 and FMA, which directory should it go?
>>
>> Eventually GCC/gas can annotate objects with the lowest architecture
>> level that is applicable?
>
> H.J. has patches for ELF program properties. I think
> GNU_PROPERTY_X86_ISA_1_NEEDED would convey this information.
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1337273492 -3600
# Node ID cdb947baea102aa6a1d53472f8a3e5f2d6cc485e
# Parent ac45608496cd85b0bf1aed6e5b869b4a86ca672f
libxl: do not overwrite user supplied config when running bootloader.
Currently when running the bootloader libxl will update b_info->u.pv.kernel,
.ramdisk, .cmdline and .bootloader. This can
2005 Oct 07
10
[PATCH] reenable pygrub build
The attached re-enables the pygrub build and fixes the build with older
e2fsprogs (tested on RHEL4 with e2fsprogs-1.35 and rawhide with
e2fsprogs-1.38)
Signed-off-by: Jeremy Katz <katzj@redhat.com>
Jeremy
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Jul 25
3
Question on approach to authenticate Linux against Samba4
This is in a test environment: Also, it is wordy, but I'm hoping it explains my scenario.
I am migrating from a custom LDAP+Samba3 authentication solution to Samba4. I have used the classicupgrade option to pull off the data from the existing ldap server to populate the samba4 database. I've installed AD DS and Server for NIS tools on a Windows 2008 server that is connected to the Samba4