Re: [CentOS] ipset-service save fails when module compiled into kernel

2018-09-14 Thread John R. Dennison
On Fri, Sep 14, 2018 at 07:29:26PM -0700, Kenneth Porter wrote: > > (I'm actually running CentOS 7 on a Linode VM with the default Linode > kernel. Their kernel has modules compiled in and listed in /proc/config.gz.) I would strongly encourage you to lose their custom kernel and use a standard

[CentOS] ipset-service save fails when module compiled into kernel

2018-09-14 Thread Kenneth Porter
I want to use the ipset-service to store ipsets persistently across boots. (For use by iptables rules. firewalld has direct support for persistent ipsets but I need the more general capability of raw iptables.) I'm using a kernel with ipsets compiled in, rather than loaded as a module. The

[CentOS-virt] virsh doesn't support vtpm using XEN?

2018-09-14 Thread Dag Nygren
Hi again! More TPM + XEN stuff. have look at the following: = "xl list -l centos7.0" == [ { "domid": 31, "config": { "c_info": { "type": "hvm", "name": "centos7.0", "uuid":

[CentOS] CentOS-announce Digest, Vol 163, Issue 1

2018-09-14 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to

[CentOS] CentOS 6: meson/ninja in python36 requires python27

2018-09-14 Thread wwp
Hello there, on a CentOS 6 box, in the need for `meson`, I've installed rh-python36 using yum, then meson and ninja using `pip3.6 install meson ninja`. Later at run-time, while building atk 2.29.1: $ meson --prefix /opt/atk _build $ ninja-build -C _build FAILED: atk/atkmarshal.c

Re: [CentOS] Routing(?) issue

2018-09-14 Thread Deventer-2, M.S.J. van
Hi, this has nothing to do with CentOS but with your router which does not support using the public IP from inside your network (which is quite common). If the port is open on your router when you access it from another public IP then all is well. Regards, Michel On Fri, 2018-09-14 at 09:43

Re: [CentOS] Routing(?) issue

2018-09-14 Thread Marcin Trendota
W dniu 13.09.2018 o 22:19, Oleg Cherkasov pisze: > On 13. sep. 2018 21:02, Marcin Trendota wrote: >> >> There is nginx on port 80. >> I've turned off SELinux for testing purposes. >> >> [root@chamber ~]# nmap chamber -p80 >> [...] >> PORT   STATE SERVICE >> 80/tcp open  http >> >> [root@chamber