Space Ship Traveller wrote: > Okay, this is a bit off topic but for completeness: > > Standard libc6-xen package installs > > /etc/ld.so.conf.d# cat libc6-xen.conf > # This directive teaches ldconfig to search in nosegneg subdirectories > # and cache the DSOs there with extra bit 1 set in their hwcap match > # fields. In Xen guest kernels, the vDSO tells the dynamic linker to > # search in nosegneg subdirectories and to match this extra hwcap bit > # in the ld.so.cache file. > hwcap 1 nosegneg > > But in order to work correctly (AFAIK) > > it needs to be > > hwcap 0 nosegneg > > I did this and all the error messages disappeared.
Nope. You just broke the mechanism of libc6-xen. Please revert your change. Grüße, Sven. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
