Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Michael D. Setzer II via users
Got it working, but no clue what did it?? Had booted and just got menu list again. Then went to grub command prompt and echo timeout value and nothing showed? So set it to 5, and then did exit. It then went back to menu, but did the timeout, but then it got in some loop? So had to hard reset it

Re: How to retrieveve user's credential from IPA database?

2022-03-29 Thread Jonathan Billings
On Mar 28, 2022, at 22:08, Roger Seguin wrote: > > Actually, our software runs on several networked computers and our users, > which are all local (defined in /etc), are duplicated on each computer. > This is not ideal and we would rather like to have all users managed by IPA > in a central pla

Re: How to retrieveve user's credential from IPA database?

2022-03-29 Thread Jonathan Billings
On Mar 29, 2022, at 03:08, Samuel Sieb wrote: > > You do an LDAP bind using the username and password. If it's successful, > then the combination is valid. If this is IPA, using the Kerberos libraries is significantly more secure than binding to LDAP. — Jonathan Billings

Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Michael D. Setzer II via users
On 29 Mar 2022 at 12:32, Samuel Sieb wrote: Date sent: Tue, 29 Mar 2022 12:32:43 -0700 Subject:Re: Have one of 5 machines that no longer autoboots?? To: users@lists.fedoraproject.org From: Samuel Sieb Send reply to: Comm

Re: network mystery!!??

2022-03-29 Thread Jack Craig
On Mon, Mar 28, 2022 at 10:11 PM Samuel Sieb wrote: > On 3/28/22 12:10, Jack Craig wrote: > > i needed more wifi service so i bought the nighthawk thinking to cascade > > the NH behind(required) > > arris bgw210700. in last years config, i had all traffic routed through > > the ATT and did port m

Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Samuel Sieb
On 3/29/22 06:37, Michael D. Setzer II via users wrote: Have 5 Fedora Linux machines at home. 3 with Fedora 34 and 2 with Fedora 35. One of the Fedora 34 machines after kernel upgrade two times ago has stopped auto booting?? Comes up with grub menu and sits there doing nothing? Pressing the Enter

Re: DTS not respected in Fedora 35 EET zone

2022-03-29 Thread Alexander Kostadinov
Thanks a lot! I knew there was a `timedatectl` but couldn't figure out its name and thought normal environment variables will show what I need. It turned out my timezone was set to Africa/Cairo which is also listed as EET. But setting the correct timezone fixed the issue. I don't know how this ha

Re: DTS not respected in Fedora 35 EET zone

2022-03-29 Thread Roberto Ragusa
On 3/29/22 3:15 PM, Alexander Kostadinov wrote: Hi, since Saturday (when summer time applied) laptop shows one hour behind for easter european time zone. What's wrong? LANG=bg_BG.UTF-8 LC_MESSAGES=en_US.utf8 LC_MONETARY=en_IE.utf8 LC_TELEPHONE=bg_BG.utf8 Any ideas? At least you would have to

Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Michael D. Setzer II via users
On 29 Mar 2022 at 8:51, stan via users wrote: Date sent: Tue, 29 Mar 2022 08:51:13 -0700 To: users@lists.fedoraproject.org Subject:Re: Have one of 5 machines that no longer autoboots?? Organization: zohofree Send reply to: Commun

Re: DTS not respected in Fedora 35 EET zone

2022-03-29 Thread stan via users
On Tue, 29 Mar 2022 15:15:41 +0200 Alexander Kostadinov wrote: > Hi, since Saturday (when summer time applied) laptop shows one hour > behind for easter european time zone. What's wrong? > > LANG=bg_BG.UTF-8 > LC_MESSAGES=en_US.utf8 > LC_MONETARY=en_IE.utf8 > LC_TELEPHONE=bg_BG.utf8 > > Any ide

Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread stan via users
On Wed, 30 Mar 2022 00:59:54 +1000 "Michael D. Setzer II via users" wrote: > Machine that doesn't timeout boot, before it has a similar > saved_entry, but tried resetting it to 0 to boot from 1st > one. > > grub2-editenv list > saved_entry=0 > boot_success=1 > boot_indeterminate=0 > > This no

Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Michael D. Setzer II via users
Machine that doesn't timeout boot, before it has a similar saved_entry, but tried resetting it to 0 to boot from 1st one. grub2-editenv list saved_entry=0 boot_success=1 boot_indeterminate=0 This notebook that works fine grub2-editenv list saved_entry=189711f94e78436d9618b891a8fce70e-5.16. 17-

Re: Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Tom Horsley
On Tue, 29 Mar 2022 23:37:43 +1000 Michael D. Setzer II via users wrote: > Any ideals? Was planning on upgrading machine to 35, > but with boot process acting up don't know. I had a lot of trouble with "helpful" logic in the grub scripts wanting to do a lot of nonsense based on info it stashed

Have one of 5 machines that no longer autoboots??

2022-03-29 Thread Michael D. Setzer II via users
Have 5 Fedora Linux machines at home. 3 with Fedora 34 and 2 with Fedora 35. One of the Fedora 34 machines after kernel upgrade two times ago has stopped auto booting?? Comes up with grub menu and sits there doing nothing? Pressing the Enter key has it boot the highlighted top latest kernel, an

DTS not respected in Fedora 35 EET zone

2022-03-29 Thread Alexander Kostadinov
Hi, since Saturday (when summer time applied) laptop shows one hour behind for easter european time zone. What's wrong? LANG=bg_BG.UTF-8 LC_MESSAGES=en_US.utf8 LC_MONETARY=en_IE.utf8 LC_TELEPHONE=bg_BG.utf8 Any ideas? ___ users mailing list -- users@lis

Re: How to retrieveve user's credential from IPA database?

2022-03-29 Thread Samuel Sieb
On 3/28/22 19:08, Roger Seguin wrote: We have a GUI-based computer program that drives an external device/machine. By default our software only displays limited information on that external device. However, when a power user (group defined in /etc) identifies himself by entering their credenti