GPU switching without custom kernels on ASUS AMD hybrid GPU laptops ? asusctl...

2021-08-25 Thread linux guy
I recently purchased an ASUS A17 laptop with an AMD 4800H processor. Of course I immediately installed Fedora 34 on it. Everything works well out of the box... except GPU switching. The ASUS A17 comes with 2 GPUs. GPU0 is the integrated GPU (iGPU) on the 4800H processor. GPU1 is a discrete NVID

Re: premature umount

2021-08-25 Thread Geoffrey Leach
On Wed, 25 Aug 2021 21:26:19 -0700 Samuel Sieb wrote: > On 8/25/21 9:21 PM, Geoffrey Leach wrote: > > I have a script that mounts an MP3 device, copies files and > > umounts. As I have counted on the umount to hang until the data > > transfer is complete. That has worked fine until recently. Now

Re: premature umount

2021-08-25 Thread Samuel Sieb
On 8/25/21 9:21 PM, Geoffrey Leach wrote: I have a script that mounts an MP3 device, copies files and umounts. As I have counted on the umount to hang until the data transfer is complete. That has worked fine until recently. Now the umount finishes, leaving much of the data uncopied. You're say

premature umount

2021-08-25 Thread Geoffrey Leach
I have a script that mounts an MP3 device, copies files and umounts. As I have counted on the umount to hang until the data transfer is complete. That has worked fine until recently. Now the umount finishes, leaving much of the data uncopied. Fedora 32, up-to-date at end-of-life. Has some paramet

Re: umask for root

2021-08-25 Thread Roger Heflin
Does adding init=/bin/bash on the boot line still work also? So long as you remount root as rw and mount any other separate filesystems that are required this also allows a password update and bypasses any single user mode password requirements. I know people that prevent these put a password on

cifs (autofs) access denied to script when running from cron or systemd timer

2021-08-25 Thread Henrique Martins
Perl script deletes/recreates an hierarchy over SMB via an autofs mount point using CIFS. Credentials used in the autofs map are for a generic shared user with a password that doesn't need to be changed periodically. On a Fedora 34 system nightly updated (except kernel), - Script works fine when

Re: F34 pipewire no audio after updates

2021-08-25 Thread Michael Schwendt
On Thu, 19 Aug 2021 12:30:36 -0700, Jack Craig wrote: > i too have this problem after f34 install. (fresh, not updated).given > michael's status, what is the > next thing to try? Between GDM screen and logging in, something falls flat on its nose and sends errors to the logs, but the three pipewi

Re: umask for root

2021-08-25 Thread Patrick O'Callaghan
On Tue, 2021-08-24 at 23:13 -0700, Samuel Sieb wrote: > On 2021-08-24 1:04 p.m., Jon LaBadie wrote: > > Things you do after an su are not logged. > > Only the su itself is logged. > > > > Each command run with sudo is logged. > > > > Probably can be circumvented by doing "sudo bash". > > Good rea