Re: [CentOS] CentOS 8 partiitioning for reliability

2019-08-01 Thread Ljubomir Ljubojevic
On 7/19/19 11:57 PM, Kenneth Porter wrote: > I was just given a Dell R720xd with 160 GB memory and 12x 900 GB drives > that I plan to deploy as my home mail/file/backup server to replace an > aging Supermicro server running CentOS 7. Yeah, it's gross overkill for > that and I expect to tuck most of

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

2019-08-01 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-announce-requ.

[CentOS] Are those functions thread-safe, i.e. fprintf() and fflush()

2019-08-01 Thread qw
Hi, I have one question: Are those functions thread-safe, i.e. fprintf() and fflush() ? Thanks! Regard Andrew ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Are those functions thread-safe, i.e. fprintf() and fflush()

2019-08-01 Thread Roberto Ragusa
On 8/1/19 3:36 PM, qw wrote: Are those functions thread-safe, i.e. fprintf() and fflush() ? "man fprintf" has the answer. "yum install man-pages" if you do not have it installed already. Spoiler: yes, they are thread-safe, but fprintf may act strange if you change your locale while it is run

[CentOS] virsh: howto convert storage type of VMs?

2019-08-01 Thread hw
Hi, how can I convert the storage type of VMs from being stored in individual qcow2 files to being stored in a storage pool? The VMs may be shut down during the conversion. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/

Re: [CentOS] virsh: howto convert storage type of VMs?

2019-08-01 Thread Jon Pruente
On Thu, Aug 1, 2019 at 2:50 PM hw wrote: > > Hi, > > how can I convert the storage type of VMs from being stored in > individual qcow2 files to being stored in a storage pool? > > The VMs may be shut down during the conversion. > qemu-img convert -O {output_type} {inputfile} {output_file or pool

Re: [CentOS] virsh: howto convert storage type of VMs?

2019-08-01 Thread hw
On 8/1/19 10:19 PM, Jon Pruente wrote: On Thu, Aug 1, 2019 at 2:50 PM hw wrote: Hi, how can I convert the storage type of VMs from being stored in individual qcow2 files to being stored in a storage pool? The VMs may be shut down during the conversion. qemu-img convert -O {output_type} {

[CentOS] [OT] odd network question

2019-08-01 Thread Fred Smith
I know this is OT, but I'm not sure where else to ask. I can hope for fogiveness! :) My home router sends its logs to the rsyslog on my desktop system, and from there I can learn all kinds of interesting (or disturbing) things. I've written a really horrid shellscript (about 20 things piped toget

Re: [CentOS] [OT] odd network question

2019-08-01 Thread John Pierce
On Thu, Aug 1, 2019 at 8:53 PM Fred Smith wrote: > reveals that of all the source addresses trying to poke at 48825, > there are 193 unique addresses. Either this indicates a heck of a lot > of sites having at my firewall, or that some few sites are all spoofing > their addresses. I can sor