search for: libxcrypt

Displaying 20 results from an estimated 22 matches for "libxcrypt".

Did you mean: libcrypt
2018 Jan 23
1
[PATCH] customize: Use libxcrypt if available to provide crypt(3).
glibc 2.27 removes crypt(3) and suggests using libxcrypt. libxcrypt requires <crypt.h> to be included. --- customize/Makefile.am | 1 + customize/crypt-c.c | 4 ++++ m4/guestfs-misc-libraries.m4 | 27 +++++++++++++++++++-------- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/customize/Makefile.am b/customize/Make...
2018 Sep 12
1
make check (pigeonhole)
Hi Aki, I needed this patch <https://src.fedoraproject.org/cgit/rpms/dovecot.git/tree/dovecot-2.3.0.1-libxcrypt.patch> (fedora): |diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 15:28:58.000000000 +0100 +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200 @@ -14,6 +14,7 @@ # def...
2019 Dec 22
2
CENTOS8: running wine 32 bits?
...[ *piot at unknown50EB7156B508 wine-4.18]$ sudo dnf install glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 ncurses-devel.i686 Last metadata expiration check: 0:09:26 ago on Sun 22 Dec 2019 07:04:41 AM CST.Package libgcc-8.2.1-3.5.el8.i686 is already installed.Error: Problem: package libxcrypt-devel-4.1.1-4.el8.i686 requires glibc-headers(x86-32) >= 2.26.9000-46, but none of the providers can be installed - package glibc-devel-2.28-42.el8.1.i686 requires libxcrypt-devel(x86-32) >= 4.0.0, but none of the providers can be installed - package glibc-headers-2.28-42.el8.1.i686 require...
2018 Sep 12
0
make check (pigeonhole)
...etc.com> > Date: 12/09/2018 21:36 (GMT+02:00) > To: Aki Tuomi <aki.tuomi at dovecot.fi>, dovecot at dovecot.org > Subject: Re: make check (pigeonhole) > > Hi Aki, > > I needed this patch > <https://src.fedoraproject.org/cgit/rpms/dovecot.git/tree/dovecot-2.3.0.1-libxcrypt.patch> > (fedora): > > |diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt > dovecot-2.3.0.1/src/auth/mycrypt.c --- > dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 > 15:28:58.000000000 +0100 +++ dovecot-2.3.0.1/src/auth/mycrypt.c > 2018-03-27 10:57:38.44776...
2008 Jun 26
2
How to enable SHA1 passwords after migration from OpenSUSE?
Hi there! I have recently migrated my old server from OpenSUSE 10.0 to CentOS 5. Almost everything works great, except for one thing - user passwords. In the old system they were in a form: root:$2a$05$9V.P3/KV2fd0r/O8hs0gNueaidF35edj3DL6skb32qZJNpvwVHiUO:12183:0:99999:7::: and that format doesn't seem to be understood by CentOS. When I change the password I get something like:
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Can you provide your /etc/nssswitch.conf? Aki On 19.09.2018 10:40, Reuben Farrelly wrote: > I've been running with this almost identical patch already for some time: > > diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt > dovecot-2.3.0.1/src/auth/mycrypt.c > --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt?????? 2018-02-28 > 15:28:58.000000000 +0100 > +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 > +0200 > @@ -14,6 +14,7 @@ > ?#? define _XPG6 /* Some Solaris versions req...
2018 Aug 08
1
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
...g > patch was able to make the testsuite run successfully. > > Just out of curiosity, could you try this patch and see if this fixes > the issues you're experiencing? > > > include-crypt-h.patch: > --------8<-------- > diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c > --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 15:28:58.000000000 +0100 > +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200 > @@ -14,6 +14,7 @@ > # define _XPG6 /* Some Solaris versions require this, som...
2018 Sep 12
2
make check (pigeonhole)
I'll give those a look and make change accordingly. On 9/11/2018 9:26 PM, Aki Tuomi wrote: > You know we have rpm packages for 2.3.2.1 available at > https://repo.dovecot.org if you are in a hurry? > > > > --- > Aki Tuomi > Dovecot oy > > -------- Original message -------- > From: Eric Broch <ebroch at whitehorsetc.com> > Date: 12/09/2018 00:35
2018 Sep 19
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
...rovide your /etc/nssswitch.conf? >> >> Aki >> >> >> On 19.09.2018 10:40, Reuben Farrelly wrote: >>> I've been running with this almost identical patch already for some >>> time: >>> >>> diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt >>> dovecot-2.3.0.1/src/auth/mycrypt.c >>> --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt?????? 2018-02-28 >>> 15:28:58.000000000 +0100 >>> +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 >>> +0200 >>> @@ -14,6 +14,7 @@ &g...
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
This is bit of a longshot, but can you try applying https://github.com/dovecot/core/commit/63a74b9.patch and see if this helps? Aki On 19.09.2018 10:33, Reuben Farrelly wrote: > glibc-2.28. > > There was a posting by Michael Marley on 31/08 saying he saw something > similar to this problem after upgrading to 2.28 as well with 'doveadm > purge'. > > Reuben > >
2018 Aug 08
0
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
...ot;make check" and it seems the following patch was able to make the testsuite run successfully. Just out of curiosity, could you try this patch and see if this fixes the issues you're experiencing? include-crypt-h.patch: --------8<-------- diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 15:28:58.000000000 +0100 +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200 @@ -14,6 +14,7 @@ # define _XPG6 /* Some Solaris versions require this, some break with this */...
2019 Dec 22
1
CENTOS8: running wine 32 bits?
Hi Philippe, To get wine-32 to work on CentOS 7.6 I had to build and install wine 1.8.4 from a tarball. Follow the instructions at: https://wiki.winehq.org/Building_Wine and build the 64-bit version first, then the 32-bit version. Before building either version I installed the following X11 devel pkgs from yum: libX11-devel.i686 libxcb-devel.i686 libXext-devel.i686 Depending on your setup
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
I've been running with this almost identical patch already for some time: diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt dovecot-2.3.0.1/src/auth/mycrypt.c --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt 2018-02-28 15:28:58.000000000 +0100 +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 +0200 @@ -14,6 +14,7 @@ # define _XPG6 /* Some Solaris versions require this, some break with this...
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
...8 5:41 pm, Aki Tuomi wrote: > Can you provide your /etc/nssswitch.conf? > > Aki > > > On 19.09.2018 10:40, Reuben Farrelly wrote: >> I've been running with this almost identical patch already for some time: >> >> diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt >> dovecot-2.3.0.1/src/auth/mycrypt.c >> --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt?????? 2018-02-28 >> 15:28:58.000000000 +0100 >> +++ dovecot-2.3.0.1/src/auth/mycrypt.c 2018-03-27 10:57:38.447769201 >> +0200 >> @@ -14,6 +14,7 @@ >> ?#? define _XPG6...
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
...C++ support for GCC glibc-devel-2.28-42.el8.1.x86_64 Object files for development using standard C libraries. glibc-headers-2.28-42.el8.1.x86_64 Header files for development using standard C libraries. kernel-headers-4.18.0-80.11.2.el8_0.x86_64 Header files for the Linux kernel for use by glibc libxcrypt-devel-4.1.1-4.el8.x86_64 Development files for libxcryp On Wed, Jan 15, 2020 at 10:26 PM Philippe Piot <philippe.piot at gmail.com> wrote: > All, > While updating my package using dnf update all I allow dnf to clean some > package with unresolved dependencies. > I would like...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
...1.0 M glibc-headers x86_64 2.28-72.el8 BaseOS 469 k kernel-headers x86_64 4.18.0-147.3.1.el8_1 BaseOS 2.7 M libxcrypt-devel x86_64 4.1.1-4.el8 BaseOS 25 k Transaction Summary ===========================================================================================================================================================...
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
...el-2.28-42.el8.1.x86_64 Object files for development using > standard C libraries. > glibc-headers-2.28-42.el8.1.x86_64 Header files for development using > standard C libraries. > kernel-headers-4.18.0-80.11.2.el8_0.x86_64 Header files for the Linux > kernel for use by glibc > libxcrypt-devel-4.1.1-4.el8.x86_64 Development files for libxcryp > > On Wed, Jan 15, 2020 at 10:26 PM Philippe Piot <philippe.piot at gmail.com> > wrote: > > > All, > > While updating my package using dnf update all I allow dnf to clean > some > > package with unreso...
2020 Jan 16
3
CentOS 8: several packages have unresolved dependencies after "dnf update all "
I am doing a dnf install package_without_version for instance for g++: [piot at paris opal]$ sudo dnf install gcc-c++ Last metadata expiration check: 0:01:06 ago on Thu 16 Jan 2020 06:45:59 AM CST. Error: Problem: package gcc-8.3.1-4.5.el8.x86_64 requires glibc-devel >= 2.2.90-12, but none of the providers can be installed - package glibc-devel-2.28-72.el8.i686 requires glibc-headers, but
2018 Aug 08
3
Reproducible SIGSEGV when Dovecot 2.3 compiled against glibc-2.28
Hi, The link to the release notes seems should have an 'l' on the end: Try: https://www.sourceware.org/ml/libc-alpha/2018-08/msg00003.html This with gdb: thunderstorm /usr/src/dovecot/dovecot-2.3/src/auth # gdb /root/dovecot-auth-crash/auth /root/dovecot-auth-crash/core.auth.29667 GNU gdb (Gentoo 8.1.1 p1) 8.1.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU
2003 Jun 23
0
SAMBA 3.0 joining Domain fails with SuSE rpm's
....de = INTRA.ROBERT-HOME.DE intra.robert-home.de = INTRA.ROBERT-HOME.DE List of installed packages (all SuSE 8.2): sash-3.6-37 yast2-trans-de-2.7.14-0 suse-release-8.2-7 providers-2003.2.13-12 aaa_skel-2003.3.15-0 terminfo-5.3-28 slang-1.4.8-12 filesystem-2003.2.27-17 glibc-2.3.2-6 gdbm-1.8.3-33 libxcrypt-1.4-23 ncurses-5.3-28 usbutils-0.11-43 utempter-0.5.2-190 mdadm-1.1.0-5 net-tools-1.60-336 netcat-1.10-660 iptables-1.2.7a-174 cpp-3.3-23 bzip2-1.0.2-103 liby2util-2.7.16-0 ash-0.2-692 popt-1.6.4-31 zlib-1.1.4-105 lsof-4.66-11 mktemp-1.5-531 gpart-0.1h-276 reiserfs-3.6.4-12 libgcc-3.3-23 eject-2.0....