Re: [CentOS] X11 issue on CentOS 8

2020-07-10 Thread Gianluca Cecchi
On Fri, Jul 10, 2020 at 2:48 AM Jerry Geis wrote: > So what I thought was happening is not. Files are being read. > > The issue is /var/log/messages shows the 3840x2160 resolution - but when I > goto the Settings->Display the highest resolution is 1920x1080. > > I think you should find more infor

[CentOS] For those interested in GCP (might be advertisement)

2020-07-10 Thread Thomas Stephen Lee
https://www.udemy.com/course/google-certified-associate-cloud-engineer-2019-prep-course/?couponCode=3F77D261A390D06DE18C -- Lee ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Availability of CentOS 7/8 AMIs through AWS Marketplace

2020-07-10 Thread Marc Jay
Hi there, Long-time user of CentOS 7 AMIs from the AWS Marketplace. I see that the latest CentOS 7 and all CentOS 8 AMIs are only available outside of the Marketplace ("These images are published outside of the AWS Market Place and are shared directly" - https://wiki.centos.org/Cloud/AWS) I'm rea

Re: [CentOS] hex editor for huge files

2020-07-10 Thread Simon Matter via CentOS
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > hexpeek: a hex editor for huge files > > Occasionally I need to work with huge binary files. Over the years I've > tried many different tools and never found one that was exactly what I > wanted. In my experience most hex editors either (1) do

[CentOS] complex migration

2020-07-10 Thread Christopher Wensink
Hello Everyone, I need to do a complex migration of either a guest VM as a whole or as individual files with a dump and load of a progress database-based ERP system. The old host is an Amd Opteron 8 Core 16 GB ram single Socket CPU with a RAID 10 array of 8x 500 GB SATA Disks.  It is running Cent

Re: [CentOS] force CUPS print server to fit-to-page

2020-07-10 Thread Josh
On Thu, Jul 9, 2020 at 3:18 PM Frank Cox wrote: > On Thu, 9 Jul 2020 13:00:19 -0400 > Josh wrote: > > > Does anyone have any ideas? > > Did you set /etc/papersize? > Initially I did not, because based on man paperconf the default paper size is letter. Still, after running sudo paperconfig -p

Re: [CentOS] complex migration

2020-07-10 Thread Mauricio Tavares
On Fri, Jul 10, 2020 at 11:04 AM Christopher Wensink wrote: > > Hello Everyone, > > I need to do a complex migration of either a guest VM as a whole or as > individual files with a dump and load of a progress database-based ERP > system. > > The old host is an Amd Opteron 8 Core 16 GB ram single S

Re: [CentOS] complex migration

2020-07-10 Thread Christopher Wensink
I had the same thought, and the base vmware guest that I created was 64 bit, so I went back and created a 32 bit version, and attached the external hard drive, that didn't seem to make a difference, I was also booting off of an x86_64 rescue CD so perhaps that is a factor as well.  I was able to ma

Re: [CentOS] For those interested in GCP (might be advertisement)

2020-07-10 Thread Victor Padro
Thank you! On Fri, Jul 10, 2020 at 4:44 AM Thomas Stephen Lee wrote: > > https://www.udemy.com/course/google-certified-associate-cloud-engineer-2019-prep-course/?couponCode=3F77D261A390D06DE18C > > -- > Lee > ___ > CentOS mailing list > CentOS@centos.o

Re: [CentOS] hex editor for huge files

2020-07-10 Thread hexpeek
On 2020-07-10 10:10, Simon Matter via CentOS wrote: Hi, Thanks for the tool, I've created RPMs of it: http://www.invoca.ch/pub/packages/hexpeek/ Regards, Simon -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 You're welcome and thank you. -BEGIN PGP SIGNATURE- iQJIBAEBCgAyFiEEfeRsn/

[CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Pete Biggs
I asked a similar question about a year ago and didn't get any answers. So I thought I'd try again. What do people do to get their syslog messages on CentOS 7 into a remote ELK stack. I've tried lots of things involving rsyslog, filebeat, redis, logstash and so on in lots of different configurati

Re: [CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Stephen John Smoogen
On Fri, 10 Jul 2020 at 16:33, Pete Biggs wrote: > > I asked a similar question about a year ago and didn't get any answers. > So I thought I'd try again. > Honestly, as much as I have heard of people using Elastic Kibana.. they are usually using it for things already in JSON. WHen I looked in the

Re: [CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Jason Edgecombe
I don't use ELK at the moment, but is this helpful? % journalctl -f --output=json The above command prints the continuous output of the systemd journal in json format. Jason --- Jason Edgecombe | Linux Administrator UNC Ch

Re: [CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Pete Biggs
> > What do people do to get their syslog messages on CentOS 7 into a > > remote ELK stack. I've tried lots of things involving rsyslog, > > filebeat, redis, logstash and so on in lots of different configurations > > but nothing really works. > > > > I can get rsyslog to talk directly to logstas

Re: [CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Pete Biggs
On Fri, 2020-07-10 at 16:44 -0400, Jason Edgecombe wrote: > I don't use ELK at the moment, but is this helpful? > > % journalctl -f --output=json > > The above command prints the continuous output of the systemd journal in > json format. > Thanks. The problem is getting that into logstash. But

Re: [CentOS] CentOS 7 rsyslog and ELK

2020-07-10 Thread Earl Ramirez
> > What do people do to get their syslog messages on CentOS 7 into a > remote ELK stack. I've tried lots of things involving rsyslog, > filebeat, redis, logstash and so on in lots of different > configurations > but nothing really works. I did this a couple times, I will share the configs in co