Displaying 10 results from an estimated 10 matches for "libsegfault".
2016 May 12
2
[PATCH 1/2] Revert "appliance: init: run ldconfig"
...-d /var/tmp ]; then
chmod 1777 /tmp /var/tmp
fi
-# Make sure to find all the libraries, also those in non-standard place
-# but with a proper ld.so configuration pointing at them
-ldconfig
-
# Try to print a stack trace for segfaults inside the appliance.
for d in /lib64 /lib; do
f=$d/libSegFault.so
--
2.7.4
2007 Jun 23
1
G80
Hi there,
I'd like to help on finding out more details about the G8x hardware
from NVidia, especially given these cards have more functionality than
your average GPU: with CUDA (
http://developer.nvidia.com/object/cuda.html ) it is possible to use
them as compute devices.
This makes me very interested in their low level capabilities, like
microcode/shader specifications, and maybe even how
2014 Jul 14
2
[PATCH] appliance: init: run ldconfig
...UNLEVEL=S
PREVLEVEL=N
export RUNLEVEL PREVLEVEL
+# Make sure to find all the libraries, also those in non-standard place
+# but with a proper ld.so configuration pointing at them
+ldconfig || :
+
# Try to print a stack trace for segfaults inside the appliance.
for d in /lib64 /lib; do
f=$d/libSegFault.so
--
1.9.3
2017 Mar 03
5
[PATCH 0/5] Fix virt-rescue.
This fixes the main issues in virt-rescue and is usable.
There are some enhancements which could be made (in follow up work):
- An escape sequence and escape commands that could be handled by
virt-rescue, eg. to shut down the appliance, mount or unmount
filesystems.
- `virt-rescue -i' could be implemented cleanly by performing the
right API calls before handing control to the
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with
Samba
> 2.0. However as it is not supported on all systems it is not included
> in the default build (it should work nicely on Solaris though).
> Essentially smbwrapper is a preloaded library which intercepts system
calls and
> simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2017 Mar 03
5
[PATCH WIP 0/5] Fix virt-rescue.
This set of patches fixes virt-rescue rather cleanly. In particular
the problems with handling ^C are completely fixed.
Work still to be done before this can go upstream:
- Shutdown doesn't work properly if you exit the shell. At the
moment to exit you must do 'reboot -f'.
Future improvements:
- An escape sequence and escape commands that could be handled by
virt-rescue,
2017 Mar 03
6
[PATCH v2 0/6] Fix virt-rescue.
This supersedes the two previous patch series:
https://www.redhat.com/archives/libguestfs/2017-March/msg00017.html
https://www.redhat.com/archives/libguestfs/2017-March/msg00046.html
Rich.
2018 Aug 07
2
id <username> - doesnt list all groups
Thank for your answer:
But i dont know understand why is following not working:
I want to restrict the ssh access for a special domain member:
In my "sshd_config" i added:
AllowGroups restrictaccess root
With user2 im able to login via ssh!
log: pam_krb5(sshd:auth): user user2 authenticated as user2 at ROOTRUDI.DE
With user1 im not!
log: User user1 from 192.168.0.100 not allowed
2017 Mar 04
7
[PATCH v3] Fix virt-rescue.
Version 3:
- Tidies up the code further.
- Implements correct handling of SIGTSTP and SIGCONT.
- Adds: ^] s - sync filesystems
- Adds: ^] z - suspend virt-rescue
Rich.
2011 Dec 23
1
Kernel panic on Ubuntu 10.04
...883 - klibc-usBAintlt99f0TITo98H_trqH2c.so 100755 72048 0:0
884 - ld-2.11.1.so 100755 136936 0:0
885 l ld-linux-x86-64.so.2 120777 12 0:0 -> ld-2.11.1.so
886 - libBrokenLocale-2.11.1.so 100644 6264 0:0
887 l libBrokenLocale.so.1 120777 25 0:0 -> libBrokenLocale-2.11.1.so
888 - libSegFault.so 100644 18680 0:0
889 l libacl.so.1 120777 15 0:0 -> libacl.so.1.1.0
890 - libacl.so.1.1.0 100644 31208 0:0
891 l libaio.so.1 120777 15 0:0 -> libaio.so.1.0.1
892 - libaio.so.1.0.1 100644 6128 0:0
893 - libanl-2.11.1.so 100644 14920 0:0
894 l libanl.so.1 12077...