search for: libncursesw

Displaying 20 results from an estimated 20 matches for "libncursesw".

2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...ig a3b4bffb18 done > Writing manifest to image destination > Storing signatures > Error relocating /usr/lib/libreadline.so.8: RELRO protection failed: Permission denied > Error relocating /lib/ld-musl-x86_64.so.1: RELRO protection failed: Permission denied > Error relocating /usr/lib/libncursesw.so.6: RELRO protection failed: Permission denied > Error relocating /bin/bash: RELRO protection failed: Permission denied I'm doing this as UID 1000 on RHEL-9.1. Laszlo
2018 Jan 14
2
[Bug 1215] New: nft -c "" segfaults
...l.so.0 (0x00007f56823b5000) libnftnl.so.7 => /usr/lib/libnftnl.so.7 (0x00007f568218b000) libreadline.so.7 => /usr/lib/libreadline.so.7 (0x00007f5681f3d000) libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007f5681caa000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f56818f3000) libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x00007f56816bb000) /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f5682834000) libtinfo.so.6 => /usr/lib/libtinfo.so.6 (0x00007f568148f000) # uname --all Linux computer 4.14.13-1-ARCH #1 SMP PREEMPT Wed Jan 10 11:14:50 U...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...gt; Writing manifest to image destination > > Storing signatures > > Error relocating /usr/lib/libreadline.so.8: RELRO protection failed: Permission denied > > Error relocating /lib/ld-musl-x86_64.so.1: RELRO protection failed: Permission denied > > Error relocating /usr/lib/libncursesw.so.6: RELRO protection failed: Permission denied > > Error relocating /bin/bash: RELRO protection failed: Permission denied This looks relevant: https://bugzilla.redhat.com/show_bug.cgi?id=2019324 and suggests restorecon -R ~/.local/share/containers/storage/overlay* With regards, Dan...
2018 May 08
2
Compiling 3.13.2 under FreeBSD 11.1?
...ibrt.so.1 => /usr/lib/librt.so.1 (0x8022e6000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x8024eb000) libthr.so.3 => /lib/libthr.so.3 (0x8026f6000) libcrypto.so.8 => /lib/libcrypto.so.8 (0x802a00000) libc.so.7 => /lib/libc.so.7 (0x802e69000) libncursesw.so.8 => /lib/libncursesw.so.8 (0x803214000) libelf.so.2 => /lib/libelf.so.2 (0x803472000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x80368a000) # gdb gluster GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General...
2014 Dec 29
3
[LLVMdev] Symlink to llvm-config returns wrong results on Linux
It should be noted that a symlink to the built llvm-config will return the paths for the system llvm instead of the built llvm; it's fine on OS X though. Some differences in realpath?
2018 Apr 03
1
GnuPG 2.0.16?
...make clean cd /path/to/npth-source ./configure --prefix=$dest --mandir=$dest/man make && make check && make install && make clean Build gnupg -- this was more interesting because I needed the realtime library (librt) as well as a local ncurses library (libncursesw) to make readline stuff work. You may not need this, depending on how your libraries are set up: export CC=gcc export CXX=g++ export CFLAGS=-O2 export LDFLAGS="-L/usr/local/lib -L/usr/lib64" export LIBS="-lreadline -lncursesw -lrt" export CP...
2016 Apr 20
2
Backspace key does not work in a ssh chroot jail
...dev ? ??? null ? ??? random ? ??? tty ? ??? zero ??? etc ? ??? group ? ??? inputrc ? ??? passwd ? ??? profile ??? lib -> usr/lib ??? lib64 -> usr/lib64 ??? usr ??? bin ? ??? bash ? ??? ls ? ??? scp ??? lib ? ??? libcap.so.2 ? ??? libc.so.6 ? ??? libdl.so.2 ? ??? libncursesw.so.6 ? ??? libnss3.so ? ??? libnssckbi-p11-kit.so ? ??? libnssckbi.so ? ??? libnss_compat-2.23.so ? ??? libnss_compat.so ? ??? libnss_compat.so.2 ? ??? libnss_db-2.23.so ? ??? libnssdbm3.chk ? ??? libnssdbm3.so ? ??? libnss_db.so ? ??? libnss_db.so.2 ? ??? libnss_dns-2.23.so...
2018 May 07
0
Compiling 3.13.2 under FreeBSD 11.1?
On 05/07/2018 04:29 AM, Roman Serbski wrote: > Hello, > > Has anyone managed to successfully compile the latest 3.13.2 under > FreeBSD 11.1? ./autogen.sh and ./configure seem to work but make > fails: See https://review.gluster.org/19974 3.13 reached EOL with 4.0. There will be a fix posted for 4.0 soon. In the mean time I believe your specific problem with 3.13.2 should be
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
2018 May 07
2
Compiling 3.13.2 under FreeBSD 11.1?
Hello, Has anyone managed to successfully compile the latest 3.13.2 under FreeBSD 11.1? ./autogen.sh and ./configure seem to work but make fails: Making all in src CC glfs.lo cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] cc: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] fatal
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...manifest to image destination >>> Storing signatures >>> Error relocating /usr/lib/libreadline.so.8: RELRO protection failed: Permission denied >>> Error relocating /lib/ld-musl-x86_64.so.1: RELRO protection failed: Permission denied >>> Error relocating /usr/lib/libncursesw.so.6: RELRO protection failed: Permission denied >>> Error relocating /bin/bash: RELRO protection failed: Permission denied > > This looks relevant: > > https://bugzilla.redhat.com/show_bug.cgi?id=2019324 > > and suggests > > restorecon -R ~/.local/share/con...
2012 Mar 01
1
libguestfs on debian squeeze
...777 17 0:0 -> libhistory.so.6.1 1109 - libhistory.so.6.1 100644 33784 0:0 1110 l libkeyutils.so.1 120777 18 0:0 -> libkeyutils.so.1.3 1111 - libkeyutils.so.1.3 100644 8528 0:0 1112 l libncurses.so.5 120777 17 0:0 -> libncurses.so.5.7 1113 - libncurses.so.5.7 100644 286776 0:0 1114 l libncursesw.so.5 120777 18 0:0 -> libncursesw.so.5.7 1115 - libncursesw.so.5.7 100644 338840 0:0 1116 l libpam.so.0 120777 16 0:0 -> libpam.so.0.82.2 1117 - libpam.so.0.82.2 100644 49728 0:0 1118 l libpam_misc.so.0 120777 21 0:0 -> libpam_misc.so.0.82.0 1119 - libpam_misc.so.0.82.0 100644 11...
2020 Feb 05
0
Kernel downgrade on Centos 8
...ernel-tools-libs = 4.18.0-168.el8 libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcpupower.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncursesw.so.6()(64bit) libpanelw.so.6()(64bit) libpci.so.3()(64bit) libpci.so.3(LIBPCI_3.0)(64bit) libpci.so.3(LIBPCI_3.3)(64bit) libpci.so.3(LIBPCI_3.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libtinfo.so.6()(64bit) rpmlib(Compr...
2020 Feb 05
3
Kernel downgrade on Centos 8
Johnny Hughes wrote: > No, CentOS-8 uses different shared libraries and a different version > of the compiler than CentOS-7, so you can not run items compiled for > CentOS-7 on CentOS-8. The kernel does not rely on userspace libraries. -- Dimitri Zelenkin Devexperts, Inc
2015 May 15
1
Bug#785132: Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
...-linux-gnu/libasyncns.so.0 (0x00007f07f7cf2000) libattr.so.1 => /lib/x86_64-linux-gnu/libattr.so.1 (0x00007f07f7aed000) libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f07f78e5000) libslang.so.2 => /lib/x86_64-linux-gnu/libslang.so.2 (0x00007f07f7555000) libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 (0x00007f07f731f000) libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f07f711b000) libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f07f6f15000) libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so....
2014 Apr 04
1
[Bug 913] New: Memory allocation failure, Segmentation fault (core dumped) when running 'nft list tables'
...NE) = 0 mmap(0x7f4656ec0000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19e000) = 0x7f4656ec0000 mmap(0x7f4656ec6000, 14864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4656ec6000 close(3) = 0 open("/usr/lib/libncursesw.so.5", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0P\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=411616, ...}) = 0 mmap(NULL, 2508688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f46568bd000 mprotect(0x7f4...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
On 3/22/23 11:24, Daniel P. Berrang? wrote: > On Tue, Mar 21, 2023 at 03:56:22PM +0100, Laszlo Ersek wrote: >> On 3/21/23 15:05, Eric Blake wrote: >>> On Tue, Mar 21, 2023 at 07:04:59AM +0100, Laszlo Ersek wrote: >>>> On 3/20/23 20:41, Eric Blake wrote: >>>>> On Sun, Mar 19, 2023 at 10:41:37AM +0100, Laszlo Ersek wrote: >>>>>> This is
2015 May 12
5
Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64
Package: xen-hypervisor-4.5-amd64_4.5.0-1_amd64.deb Version: 4.5.0-1 Hi, I use xen with sdl, not with vnc. When I boot on xen-hypervisor-4.4-amd64, everything is fine. With Debian or Windows 8.1 I have a good display, But when I choose at boot, the xen-hypervisor-4.5-amd64, things go wrong. If I launch a xen Debian, I get some blur effect on the display. And when I launch a xen Windows8.1,
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...e destination >>>> Storing signatures >>>> Error relocating /usr/lib/libreadline.so.8: RELRO protection failed: Permission denied >>>> Error relocating /lib/ld-musl-x86_64.so.1: RELRO protection failed: Permission denied >>>> Error relocating /usr/lib/libncursesw.so.6: RELRO protection failed: Permission denied >>>> Error relocating /bin/bash: RELRO protection failed: Permission denied >> >> This looks relevant: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=2019324 >> >> and suggests >> >>...
2008 Jun 13
0
Wine release 1.0-rc5
...pires III (3): freezes then dies after a couple of clicks 10610 Gothic II: D3D7 crash after playing several minutes 10667 Derive 6.10 - Input from keyboard 10673 Gnome panel bars overlap Halo in fullscreen mode 10967 Axis & Allies does not start 11214 configure does not recognise libncursesw 11540 Need for Speed III installer won't close 11552 Adobe Photoshop CS2 Open File Dialog looks different from windows 11584 Multiple games crash with stack overflow error 11730 REDCINE font rendering problem 11851 stack smashing attack in function wine_nt_to_unix_file_name 118...