Displaying 20 results from an estimated 500 matches similar to: "CentOOS 8 and libuv"
2020 Apr 20
0
CentOOS 8 and libuv
On Mon, 20 Apr 2020 at 15:26, Adrian van Bloois <adrian at pa0rda.nl> wrote:
> Hi all,
> Why is libuv-devel missing in CentOS-8?
> The rpm for libuv is preset but libuv-devel is not there.
>
>
upstream does not ship them in either Base, AppStream, or CodeReadyBuilder.
CentOS has recently added a Devel repository to the 8 channels which does
have it in it.
>
2019 Oct 02
3
Compiling latest postfix fails on C8
Hi,
I tried to compile the latest version of postfix, runs fine on C6 and C7,
on C8 it fails.
Complaining about missing ypclnt.h, this should com from glibc-headers.
Any suggestions?
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W. Dijkstra
2018 May 30
3
What's upholding the new clamav?
Hi,
My clamav is complaining that the version is outdated. There is a new one
0.100 but epel is not updating the rpm.
Why is there a delay?
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W. Dijkstra
2018 Oct 28
2
libuv bug ??
EPEL package but I think there's a packaging bug, thought I would ask here.
Trying to build something that requires libuv-devel - it finds the .so but
can't determine version.
header files are in /usr/include/uv however the pkgconfig file specifies
/usr/include as the include directory.
The pkgconfig file also has the version so I'm not sure why the make file
can't determine
2017 Apr 17
1
Pulseaudio
Hi,
I get this error message:
ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused
It does not say connection to what, ??????
And is this a matter of permission???
This is C7 latest and greatest.
Any ideas???
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W.
2019 Mar 03
1
Mail Server Guides
Am 01.03.19 um 18:53 schrieb Ben Archuleta:
> I need to set up a new mail server to replace an aging CentOS 6.3 mail server. I was wondering what were some of the best guides on the web for Postfix (Maildir), Spamassassin, ClamAV, Dovecot?
In the list I miss a program to control clamav and spamassassin.
Many people use amavis, but my experience is not very favoufable with
this script.
I
2019 Nov 03
1
CentOS-8 not loading nf_conntrack module
Hi,
On my CentOS-8 box firewalld will not start. It appears to be because the
nf_conntrack module cannot be loaded.
I saw on the net that a similar issue occurred on C7, but I couldn't find
the solution.
What is going wrong? Any ideas?
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W.
2019 Dec 11
1
CentOS-8: firewalld not starting
Hello everyone,
When I try to start firewalld in CentOS-8 it refuses with this in the
/var/log/firewalld, any suggestions?
2019-12-11 19:11:25 WARNING: ipset not usable, disabling ipset usage in firewall.
2019-12-11 19:11:25 ERROR: No icmptypes found.
2019-12-11 19:11:25 ERROR: Failed to load nf_conntrack module: modprobe: ERROR: could not find module by name='nf_conntrack'
modprobe:
2018 Oct 28
0
libuv bug ??
Okay looks like uv.h is in /usr/include - I didn't catch that until reading
the message. So the pkgconfig file is likely correct and not a bug.
Probably then a bug in the makefile for what I'm building (newer cmake -
bootstrap builds, it's post bootstrap that fails)
On Sat, Oct 27, 2018 at 9:48 PM Michael Peters <pipfroschpress at gmail.com>
wrote:
> EPEL package but I think
2013 Jul 15
2
linking modules - add needed libraries
Hi
Hopefully this is the correct mailing list. Sorry if not.
I am still fighting to install "shiny" on Solaris OS. For this I need the package 'httpuv' which makes troubles during linking.
R version 3.0.1 (2013-05-16) -- "Good Sport" is working well.
The compile steps result is below. I have more a general question. The problem is clear:
The symbol
2016 Feb 04
2
CentOS7 wireless config on command line on asus
Hi all,
I'm trying to configure wireless on my Asus laptop running CentOS7.
I see wlan0 when I type iw dev, but if I type
ip link set wlan0 up
I get the following error:
RTNETLINK answers: Operation not possible due to RF-kill
Any idea what is wrong??
Adrian
--
Adri P. van Bloois
Antonlaan 104 email: adrian at pa0rda.nl
3701 VG Zeist voice: +31-(0)-30-6912741
The Netherlands fax:
2015 Apr 14
1
httpuv not installing on fedora 19
Hi: I'm on fedora 19 ( I know. I'm behind : ) and I'm trying to install the
httpuv library
which depends on Rcpp. When I try to install it with dependencies = TRUE,
I get the following error. ( I'm only showing the end of the install
messages. Things
go okay for a good while ).
INSTALLATION MESSAGES
#================================================================
make[1]:
2013 Sep 01
3
MIssing bell
Hi,
Earlier I asked how I could arrange a bell tone on my CentOS box.
I have pcspkr loaded, I can play music over my boxes but the system beep
or bell is missing.
Seeveral people commented on gnome issues, but I'm using only text-mode.
Whe I go down with the cursor e.g. on the command-line I dont hear
anything. Is there a way to switch the bell/beep on???
Adrian
--
Adri P. van Bloois
2016 Apr 17
1
Rsyslog problems
Hi,
My rsyslog is not working as expected.
I have some thing in rsyslog.d that do well, like this:
# Log all iptables stuff separately
:msg, contains, "iptables: " {
action(type="omfile" file="/var/log/iptraf/info")
}
No problems with that.
Bu what's in /etc/rsyslog.conf like:
mail.* /var/log/mail/info
don't do anything at all.
Rsyslogd -N1 is OK,
2015 Apr 14
1
httpuv not installing on fedora 19
No, that's not it. The error is that you don't have the g++ binary installed. Undo that change and yum install gcc-c++.
On Apr 14, 2015 8:31 AM, Mark Leeds <markleeds2 at gmail.com> wrote:
>
> Hi: I'm on fedora 19 ( I know. I'm behind : ) and I'm trying to install the
> httpuv library
> which depends on Rcpp. When I try to install it with dependencies =
2016 Jun 10
1
icecast relay server performance testing
I’m going to try to run multiple curl processes. The libuv code that i wrote is not of a very good quality (even though it’s really simple).
thanks!
—zahar
> On Jun 10, 2016, at 2:43 PM, Alejandro <cdgraff at gmail.com> wrote:
>
> In the past, i had used this method:
>
> http://icecast.org/loadtest/1/ <http://icecast.org/loadtest/1/>
>
> But to be honest,
2013 Aug 24
2
Looking for a tutorial or manpage describing sysctl params
Hi,
I'm looking for a toturial or manpage describing all the thing that you
can set with sysctl on RHEL 6 or CentOS 6.
It apperas the the default /etc/sysctl.conf coming with the distribution
gives a couple of errors on bridgen.
Any hints???
Adrian
--
Adri P. van Bloois
Antonlaan 104 email: adrian at pa0rda.nl
3701 VG Zeist voice: +31-(0)-30-6912741
The Netherlands fax: NONE
52
2016 Jun 10
2
icecast relay server performance testing
I wrote a test application which is based on libuv. iptables is disabled.
I’m running the test application from two other machines.
Do you have any suggestions for testing?
thanks!
—zahar
> On Jun 10, 2016, at 2:38 PM, Alejandro <cdgraff at gmail.com> wrote:
>
> Zahar, how are you testing? with some CURL stress test? BTW, IPTABLES is enabled?
>
> I was running most time
2019 Oct 15
2
mplayer or vlc?
Hi,
Is there an mplayer or vlc available for CentOS-8?
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W. Dijkstra
2019 Nov 21
2
Is there an sshguard script for logwatch?
Hi all,
I wonder if there is a script to analyze logfiles for llogwatch and
sshguard?
Anyone knows?
Adrian
--
Adri P. van Bloois
"Elegance is not a dispensable luxury but a factor that decides between
success and failure."
Edsger W. Dijkstra