Re: [CentOS] LVM and Backups

2018-09-21 Thread Gordon Messmer
On 9/18/18 11:55 PM, Alessandro Baggi wrote: I don't know why I considered pg_dump better then filesystem backup. At this moment I prefer pg_dump because in this mode I can restore data on different version of postgresql. With filesystem dump I can restore only for a specific version. Is right?

Re: [CentOS] Failed to get to installer for CentOS 7 VM under CentOS 6...

2018-09-21 Thread Gordon Messmer
On 9/20/18 1:40 PM, Robert Heller wrote: I just tried to create a CentOS 7 VM on a CentOS 6 host, but it crashes to the dracut prompt. I am using the PXEBoot installer. I *think* it is unhappy with the (virtual) graphics controller, but I am not sure. The rdsosreport.txt file is available here

Re: [CentOS] Centos on Dell XPS15

2018-09-21 Thread H
On 09/18/2018 08:58 PM, H wrote: > On 09/07/2018 04:01 AM, H wrote: >> On September 4, 2018 10:51:09 AM GMT+02:00, Patrick Laimbock >> wrote: >> >> -Original message- >> >> From:H Sent: Monday 3rd September 2018 14:52 >> To: Centos Mailing List Subject: [CentOS] Centos on D

Re: [CentOS] Firewall trouble with Kickstart

2018-09-21 Thread Mark Milhollan
On Fri, 21 Sep 2018, Patrick Begou wrote: > firewall --enabled --ssh --service=nfs --port=111:tcp,111:upd,875:tcp,875:upd udp not upd. /mark ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] [CentOS7] Firewall trouble with Kickstart

2018-09-21 Thread Patrick Begou
helow my goal is to install via kickstart a CentOS 7 NFS server but I fail to set the firewall rules at installation time. In my kickstart file I set: # Firewall configuration # ssh and NFS # Ports 111 and 875 are for rquotad firewall --enabled --ssh --service=nfs --port=111:tcp,111:upd,875:tc