Re: [CentOS] can't login as subsequent FreeIPA users

2019-11-18 Thread Orion Poplawski
On 11/18/19 12:05 PM, Carson Chittom wrote: When I set up a machine with CentOS 8, I used the "Enterprise Login" in the initial setup wizard to authenticate against my FreeIPA server. This worked fine, and I have no issues logging in with that initial user. However, I am unable to use GDM or

[CentOS] Virtualizing on CentOS 8

2019-11-18 Thread Jerry Geis
I am trying to get going with CentOS 8. In the past I would run qemu-system-x86_64 -hda myfile.img get a console and off we go. I dont with to use virt-manager and the gui and all - I just wish to have a similar command line to boot up and run my img. Is there something like that I'm not finding

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Valeri Galtsev
On 2019-11-18 14:21, Jerry Geis wrote: ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: Thanks for the information. What "insanity". Take a perfectly good syntax and muck it up like that. The developer that "lost" backward compatibility for that mess needs a

Re: [CentOS] Post-installation setup script for CentOS 7 servers

2019-11-18 Thread Nicolas Kovacs
Le 18/11/2019 à 19:59, John Pierce a écrit : > So you're writing a book on how Linux used to be? Here you go: https://www.microlinux.fr/wp-content/uploads/2019/07/administration-linux-par-la-pratique-tome-1-table-des-matieres.pdf Currently putting the finishing touches to vol. 2 (SELinux,

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Stephen John Smoogen
On Mon, 18 Nov 2019 at 15:22, Jerry Geis wrote: > > > ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: > > Thanks for the information. > > What "insanity". Take a perfectly good syntax and muck it up like that. The > developer that "lost" backward compatibility for that

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
>JFYI: you post a configuration (URI) with cleartext passwords and IP >addresses to a public list! ...? thanks - I sure did. I'll be changing that. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
> ip=192.168.1.13::192.168.1.1:255.255.255.0:hostname.goes.here:eth0:on:1500: Thanks for the information. What "insanity". Take a perfectly good syntax and muck it up like that. The developer that "lost" backward compatibility for that mess needs a couple more drinks or something. Jerry

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Leon Fauster via CentOS
Am 18.11.19 um 19:21 schrieb Jerry Geis: I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks= https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg biosdevname=0 net.ifnames=0 ksdevice=eth0

[CentOS] network-scripts deprecated in RHEL8/C8

2019-11-18 Thread Kenneth Porter
--On Monday, November 18, 2019 1:18 PM -0600 Chris Adams wrote: Once upon a time, Kenneth Porter said: What file holds all those settings, now? As a rule, I prefer to edit text files to finding the right GUI/TUI utility to muck with them. I'd also like to know how the new and old files

Re: [CentOS] Post-installation setup script for CentOS 7 servers

2019-11-18 Thread Chris Adams
Once upon a time, Kenneth Porter said: > What file holds all those settings, now? As a rule, I prefer to edit > text files to finding the right GUI/TUI utility to muck with them. > I'd also like to know how the new and old files interact. The same config files are in

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Stephen John Smoogen
On Mon, 18 Nov 2019 at 14:05, Valeri Galtsev wrote: > > > > On 2019-11-18 12:45, Stephen John Smoogen wrote: > > On Mon, 18 Nov 2019 at 13:22, Jerry Geis wrote: > >> > >> I am trying to boot a grub entry for CentOS 8 > >> > >> menuentry "Server Install CentOS 8" { > >> linux

[CentOS] can't login as subsequent FreeIPA users

2019-11-18 Thread Carson Chittom
When I set up a machine with CentOS 8, I used the "Enterprise Login" in the initial setup wizard to authenticate against my FreeIPA server. This worked fine, and I have no issues logging in with that initial user. However, I am unable to use GDM or the console to login as any *other* valid user

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Valeri Galtsev
On 2019-11-18 12:45, Stephen John Smoogen wrote: On Mon, 18 Nov 2019 at 13:22, Jerry Geis wrote: I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks=

Re: [CentOS] Firefox 68 jnlp files

2019-11-18 Thread Clark, Patti via CentOS
icedtea-web package included with the distros is the plugin that handles javaws for firefox for both RHEL/CentOS 6 and 7 and openjdk. I have yet to find an app that cannot use openjdk instead of oracle java. It may be a little less streamlined, but it's functional. Ignore/cancel any pop ups

Re: [CentOS] Post-installation setup script for CentOS 7 servers

2019-11-18 Thread John Pierce
On Sun, Nov 17, 2019, 2:52 PM Nicolas Kovacs wrote: > > > Cheers & thanks for your detailed explanations. You've tickled my > curiosity, so as soon as I finish writing my current Linux book (around > X-mas I guess) I'll have a deeper look at all that stuff. > So you're writing a book on how

Re: [CentOS] Post-installation setup script for CentOS 7 servers

2019-11-18 Thread Kenneth Porter
--On Monday, November 18, 2019 6:06 PM +0100 Leon Fauster via CentOS wrote: I dont see if it was mentioned; but "network scripts" are deprecated in C8. So better start the mental migration today before the packages get removed totally :-) What file holds all those settings, now? As a rule,

Re: [CentOS] CentOS 8 boot command line

2019-11-18 Thread Stephen John Smoogen
On Mon, 18 Nov 2019 at 13:22, Jerry Geis wrote: > > I am trying to boot a grub entry for CentOS 8 > > menuentry "Server Install CentOS 8" { >linux /boot/vmlinuz noverifyssl ks= > https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg > biosdevname=0

[CentOS] CentOS 8 boot command line

2019-11-18 Thread Jerry Geis
I am trying to boot a grub entry for CentOS 8 menuentry "Server Install CentOS 8" { linux /boot/vmlinuz noverifyssl ks= https://devgeis.LayeredSolutionsInc.com:443/kickstart/ks_update_to_server8.cfg biosdevname=0 net.ifnames=0 ksdevice=eth0 ip=192.168.1.13 gateway=192.168.1.1

Re: [CentOS] Post-installation setup script for CentOS 7 servers

2019-11-18 Thread Nicolas Kovacs
Le 18/11/2019 à 18:06, Leon Fauster via CentOS a écrit : > I dont see if it was mentioned; but "network scripts" are deprecated in > C8. So better start the mental migration today before the packages get > removed totally :-) I'll tackle that when I make the move to CentOS 8. For the moment I'm

Re: [CentOS] Post-installation setup script for CentOS 7 servers

2019-11-18 Thread Leon Fauster via CentOS
Am 17.11.19 um 23:52 schrieb Nicolas Kovacs: Le 17/11/2019 à 18:56, Jonathan Billings a écrit : You should never be using ntpdate anymore (which is why the ntp project is deprecating it, http://support.ntp.org/bin/view/Dev/DeprecatingNtpdate

[CentOS-virt] ansible in ovirt repo

2019-11-18 Thread Orion Poplawski
Just saw this: PackageArch Version Repository Size Updating: ansiblenoarch

Re: [CentOS] 40_custom be the default option

2019-11-18 Thread Jerry Geis
I finally found it... use the --id "name" on the menuentry and change /etc/default/grub GRUB_DEFAULT=name Sorry for the noise. Jerry ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] 40_custom be the default option

2019-11-18 Thread Jerry Geis
Hi All - I have my 40_custom file setup. What is a good way to make that the default boot option ? I'd rather not count menu option lines and change GRUB_DEFAULT to that - as I am doing this remote. Thanks Jerry ___ CentOS mailing list

Re: [CentOS] Cron - log when job ends?

2019-11-18 Thread Jonathan Billings
On Mon, Nov 18, 2019 at 10:50:57AM +, John Horne wrote: > Sorry, I should have been more clear. I'm not looking for a 'per-script' > solution. Logging when a job starts is performed by crond, so logging when it > ends should also be done by crond. For what it's worth, you'll see entries in

Re: [CentOS] Cron - log when job ends?

2019-11-18 Thread John Horne
On Fri, 2019-11-15 at 16:32 -0500, Karl Vogel wrote: > > > On Fri, Nov 15, 2019 at 05:54:07PM +, John Horne wrote: > > J> In trying to resolve a problem with a cron job, we can see when the job > J> starts by looking in the /var/log/cron log file. However, I was asked if > J> when the job

[CentOS] C6 renew IPA CA (root) certificates

2019-11-18 Thread Markus Hetzenecker
Hi all, I need to renew the self-signed CA (root) certificates of my CentOS 6 IPA installation (ipa-server-3.0.0-51.el6.centos.x86_64) after 8 years. In the documention i find only for "Renewing CA Certificates Issued by External CAs" , found in