search for: awel

Displaying 18 results from an estimated 18 matches for "awel".

Did you mean: pawel
2016 Aug 04
2
curl build system is broken and so is mock
...root. openssl-libs is indeed not even installed. There is no libcrypto.so.10 installed in the mock build root. But the binary built by mock still links to it. So it is linking against a library not even in the mock build root. That shouldn't happen. [alice at pern root]$ pwd /var/lib/mock/awel-7-curl-x86_64/root (to show I'm in the build root - I put exit 1 in %check) [alice at pern root]$ ls usr/lib64/ |grep crypto libcrypto.so.38 libcrypto.so.38.0.0 libk5crypto.so.3 libk5crypto.so.3.1 [alice at pern root]$ ldd builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/us...
2003 Apr 11
2
bug in read.table (PR#2764)
...gw32 system i386, mingw32 status major 1 minor 6.2 year 2003 month 01 day 10 language R Browse[1]> jk2_read.delim(hd.file,sep="\t") Browse[1]> jk2[4:6,1:6] AWells Drug Time Dose Animal.number Replicate 4 A4 Control 2 a 5 5 Control 2 b 6 A6 Control 2 c LEGAL NOTICE\ Unless expressly stated otherwise, this message is... {{dropped}}
2017 Feb 04
4
centosplus version of firefox
I known its lower prioritized but any signs of the centosplus version of firefox? Just asking because of the severity class. Thanks for the effort! LF
2019 Jan 23
4
Curl spec file
Hi, I saw this spec file for curl-7.29: https://git.centos.org/blob/rpms!curl.git/c7/SPECS!curl.spec And was wondering if you have one for a later version. And if not, how hard is it to modify the existing one to support later versions. Thanks! Roee.
2016 Aug 04
3
curl build system is broken and so is mock
On 08/03/2016 06:13 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> Something in the curl build will always link the binary against >> OpenSSL if the openssl-lib package is present, and will always link >> the library against OpenSSL if any TLS option is enabled in the >> configure. > > No, it doesn't. You can
2015 Sep 08
4
CentOS 7.1.1503 + Dovecot + IPA
Hi Everyone, I'm running an IPA server on CentOS 7 successfully and now I want to change my Dovecot setup to use GSSAPI for IMAP authentication instead of a flat "userdb" file. I've already joined the Dovecot box to the IPA domain - ssh and ipa policies and all that are working properly. I read a number of articles on how to configure Dovecot for GSSAPI auth and they all said
2016 May 02
9
C6 Firefox 45.1 segmentation faults
I also have this problem. Am still running previous FF version. So ffmpeg appears to be at fault, need to see if it's a version thing or something. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "John Hodrien" <J.H.Hodrien at leeds.ac.uk> > To: "CentOS mailing list" <centos at centos.org> >
2016 Aug 04
0
curl build system is broken and so is mock
Once upon a time, Alice Wonder <alice at domblogger.net> said: > [alice at pern root]$ ldd builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/usr/bin/curl > |grep crypto > libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb6e00a5000) > libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fb6df3e8000) Here is your problem - unless you specify an LD_LIBRARY_PATH, you are getting the mock root installed libc...
2016 Oct 06
0
Python and LibreSSL Patch
...ssl has been removed. Discovered some issues with Python built again LibreSSL - it passes the test suite in %check if you just change the BuildRequires but the result is some modules have some unresolved symbols the test suite oddly didn't catch (e.g. RAND_egd and some sslv3 stuff) http://awel.domblogger.net/7/purelibre/Python-2.7.5-rhel7-libressl.patch.txt That patch takes care of all of those (I think) as well as fixing the test suite - which fails after fixing python for the unresolved symbols unless disabling the checks that simply won't work with LibreSSL Anyway the patch ha...
2019 Jan 23
0
Curl spec file
...er version. > And if not, how hard is it to modify the existing one to support later versions. > > Thanks! > Roee. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > http://awel.domblogger.net/7/libre/src/repoview/curl.html -- For signature trust anchor (paranoid only need worry 'bout this): https://ca.pipfrosch.com/pipfrosch-cacert-pem.crt Webmail clients, sorry, out of luck, you can't import it. Get an actual e-mail app.
2015 Sep 08
0
CentOS 7.1.1503 + Dovecot + IPA
You could try rebuilding this src.rpm - http://awel.domblogger.net/7/libre/src/repoview/dovecot.html That's what I use for Dovecot on CentOS 7 but I build it against LibreSSL so you probably don't want my binary RPM but the src.rpm will build against stock CentOS OpenSSL just fine w/o modification. I don't know if it will fix your is...
2015 Dec 18
1
playing DVDs on C7
On Thu, Dec 17, 2015 at 05:42:19PM -0800, John R Pierce wrote: > On 12/17/2015 5:33 PM, Fred Smith wrote: > >vlc will kinda play movies, i.e., moving garbage appears on the screen, > >sometimes it'll resemble something from the movie, but most of the time > >not so much. I can't figure out what's missing here. > > > that sounds like display driver
2015 Dec 18
5
playing DVDs on C7
Hi all! I'm trying to finish setting up my newly upgraded C7 system. It's on the same hardware I ran C6 on for several years. on C6 I had no trouble playing DVDs (after installing tons of packages and libdvdcss). Well, on C7, I've got totem (videos) and all its plugins I can find via yum, VLC (from nux) all the gstreamer and gstreamer1 packages I can find, everything with
2016 Aug 04
2
curl build system is broken and so is mock
On 08/03/2016 06:40 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> [alice at pern root]$ ldd builddir/build/BUILDROOT/curl-7.29.0-26.el7_2.awel.libre.0.x86_64/usr/bin/curl >> |grep crypto >> libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb6e00a5000) >> libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fb6df3e8000) > > Here is your problem - unless you specify an LD_LIBRARY_PATH, you are > getting th...
2015 Sep 04
7
Oracle java RPM
Hi Everyone, Years ago the recommended way to install Sun's java was to install from the tar.gz file because the RPM they supplied did some bad things (clobbered other files or something...can't remember the details). Is this still the case with Oracle's java RPM, or is it now safe to install? Ranbir -- Kanwar R.S. Sandhu
2015 Dec 18
2
playing DVDs on C7
On Fri, Dec 18, 2015 at 09:32:53AM -0500, Lamar Owen wrote: > On 12/17/2015 08:33 PM, Fred Smith wrote: > >Hi all! > > > >I'm trying to finish setting up my newly upgraded C7 system. > > > >It's on the same hardware I ran C6 on for several years. on C6 I had no > >trouble playing DVDs (after installing tons of packages and libdvdcss). > >....
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...mTMYyjne@T2N|Au})9ME-hZKm%`map?%;{ ztWEX%t5*Zp>kbqh07qad5c{|;RGmD@01={6sooR>p_fvrRJUx|QrE0mGb4Y0e{5}S zv9`7*KR=(WtSpOb*RHv2+O(<3kt0V8N=r+H9zA+U@4x>(p`oFVG+(t^O@|I0=+L19 z^XJcJ@#4iST)2>*eir!fz0pi~bti_(E7kRRA3N@jNAdFV;_%_a6b<N1M*5HF{#}72 zia0dsicS4+z3G^82m+S%8ev(l5k7sUperpR{p^0yqPB1%awEl=DcC!yaInoQOGn*v zUo%jEPLIEDVagRuOe*)SNVr+Hz^$($De2HUvQ)k#XOxW<cvxakYN6NpE9Lk$PTF)q zs={KuLEe5mn(1E@DN2nc)%lLXXIQ~LT*E%qyKnTW`F!uPq(VKOZB8Q@5IGZFNg)P? zck*`%l_7?88{?aMnA6skYhOL%;ZbQy%hnSrkj+*rH8k-&N85m-Jm-57Q^N<dwS5?N zo#dPRBIW{DfCW|UUt4$*0V2f6$Y_2^NlCjdUAkyTjvT4#)TtAOhK73I0P^$mnK*GG z`}XZ...
2023 Jul 30
0
Mac Cannot unmount Disk Images that are mounted from Samba Shares
I am on a Mac OS 12.6.8. I have gotten Samba to work great with TimeMachine and general sharing of directories off the server which is running FreeBSD 13.2 with Samba Version 4.16.10. The one issue I am seeing is that when I have a Mac Disk Image mounted from a Samba share it will not unmount unless I hit the force eject option. When I run ?sudo smbstatus? on the server I see the mounted disk