Re: virt-manager wants password for a user's account

2025-03-21 Thread Alex Gurenko via users
Do you need it to ask for a root password? Maybe just add your user to the libvirt group with usermod -a -G libvirt ? --- Best regards, Alex On Friday, March 21st, 2025 at 20:12, toddandmargo via users wrote: > Hi All, > > Fedora 41 > virt-manager-5.0.0-1.fc41.noarch > > When I start virt

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Alex Gurenko via users
Have you tried gpucache clean trick? It's actually been a while since it was triggered for me personally (fixed at some point?), but maybe worth a shot: ``` for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm -ri ${i}; done ``` --- Best regards, Alex On Tuesday, Ju

Re: Firefox crashes when started from the panel

2023-10-07 Thread Alex Gurenko via users
There is been a lot of discussion already that resulted in several BZs [0][1] opened and worked on. Generally caused by relatively recent change [2]. Quick workaround is to comment out or remove this line: `DBusActivatable=true` from `/usr/share/applications/firefox.desktop` I hope that helps

Re: Bluetooth headphones remain visible in Plasma Audio volume after disconnect

2023-08-10 Thread Alex Gurenko via users
Hey there, this is a known (https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3414) and fixed (https://bodhi.fedoraproject.org/updates/FEDORA-2023-c9702e826c) issue. You can wait for it to land in stable or grab it directly from bodhi/koji. --- Best regards, Alex --- Original Mess

Re: Wake On LAN

2023-06-21 Thread Alex Gurenko via users
I'm using WOL in my home setup, apart from enabling PCIe devices wake up in a BIOS, I'm setting following for the connection: ``` nmcli c modify 802-3-ethernet.wake-on-lan magic ``` This unfortunately sometimes get reset with a kernel update, but lately working without re-applying it. --- Bes

Re: Converting ext4 to btrfs

2023-05-02 Thread Alex Gurenko via users
https://fedoramagazine.org/working-with-btrfs-compression/ --- Best regards, Alex --- Original Message --- On Tuesday, May 2nd, 2023 at 12:04, Alex Gurenko wrote: > There was an article back in the days of btrfs introduction that described > the process: https://fedoramagazine.org/c

Re: Converting ext4 to btrfs

2023-05-02 Thread Alex Gurenko via users
There was an article back in the days of btrfs introduction that described the process: https://fedoramagazine.org/convert-your-filesystem-to-btrfs/ I've used it myself without any issues back then, I would assume it's still safe to do so now. I ran it like this for a few more releases without

Re: Fedora 36: How do I tell sound to NEVER use a mic?

2022-09-12 Thread Alex Gurenko via users
Why don't you just disable microphones on Brio all together? --- Best regards, Alex --- Original Message --- On Monday, September 12th, 2022 at 16:50, Thomas Cameron via users wrote: > On 9/9/22 14:56, Thomas Cameron via users wrote: > > > I have two mics, one on my Brio web camera,

Re: wireplumber running at 98% cpu

2022-08-05 Thread Alex Gurenko via users
Join the conversation? https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/152 --- Best regards, Alex --- Original Message --- On Friday, August 5th, 2022 at 16:18, Robert Moskowitz wrote: > What is this and why is it eating my cpu? > ___

Re: NFS mount and options

2022-02-17 Thread Alex Gurenko via users
Happens to the best of us :) I assume that worked for you? --- Best regards, Alex --- Original Message --- On Thursday, February 17th, 2022 at 11:07, Frank Elsner wrote: > On Thu, 17 Feb 2022 09:46:35 +0000 Alex Gurenko via users wrote: > > > I would think that adding `s

Re: NFS mount and options

2022-02-17 Thread Alex Gurenko via users
I would think that adding `sudo` to your command would fix your problem. --- Best regards, Alex --- Original Message --- On Thursday, February 17th, 2022 at 10:37, Frank Elsner via users wrote: > On Thu, 17 Feb 2022 10:28:11 +0100 Frank Elsner via users wrote: > > > Hello, > > > > on

Re: [Test Week] Fedora Linux Kernel 5.15 2021-11-14 through 2021-11-21

2021-11-15 Thread Alex Gurenko via users
Do the koji list-builds --package=kernel --after="2021-11-12" | grep "5.15 command, it was actually build on 12th. --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Monday, November 15th, 2021 at 13:29, Richard Shaw wrote: > I can go to the koji web interface and see the kernel in >

Re: NVMe Health check?

2021-10-13 Thread Alex Gurenko via users
smartctl should work for you. You can run it like: sudo smartctl --all /dev/nvme0 Works for both my WD SN850 and Samsung 970 Pro --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Wednesday, October 13th, 2021 at 04:35, ToddAndMargo via users wrote: > Hi All, > > Since Samsung Magic

Re: Firefox 89?

2021-06-07 Thread Alex Gurenko via users
I guess there were a lot of problems building it so it's not in updates-testing just yet, but I've grabbed artifacts from a successful build [0] few days ago and it's working perfectly fine for me. [0] https://koji.fedoraproject.org/koji/buildinfo?buildID=1757216 --- Best regards, Alex ‐‐‐

Re: dnf error in /etc/yum.repos.d/pgdg-fedora-all.repo

2021-05-05 Thread Alex Gurenko via users
Remove failovermethod from /etc/yum.repos.d/pgdg-fedora-all.repo? --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Wednesday, May 5th, 2021 at 19:02, sbob wrote: > All; > > I get this when I run dnf (search, update, etc): > > Invalid configuration value: failovermethod=priority in >

Re: Have virtual consoles been moved?

2021-05-03 Thread Alex Gurenko via users
If it's relevant, I'm running KDE Plasma on X11 as it's still no usable on wayland for me. --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Monday, May 3rd, 2021 at 16:16, Matthew Miller wrote: > On Mon, May 03, 2021 at 02:39:19PM +0100, Patrick O'Callaghan wrote: > > > IIRC in ev

Re: Have virtual consoles been moved?

2021-05-03 Thread Alex Gurenko via users
Yes, I've noticed that as well at least on KDE release, F1 - blank; F2 - default; F3 - tty3 with console --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Monday, May 3rd, 2021 at 15:39, Patrick O'Callaghan wrote: > IIRC in every previous Fedora release console 1 (i.e. what you get

Re: KDE Connect SMS

2020-12-26 Thread Alex Gurenko via users
Did you check the KDE Connect app on the phone? You actually need to grant permissions for respective plugins within the app in order to most of the functions to work. --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Sunday, December 27th, 2020 at 00:19, Kostas Sfakiotakis wrote:

NVME drive is not detected

2020-08-13 Thread Alex Gurenko via users
Hello everyone, I'm facing a weird problem. I've recently rented a PC - ASUS G21CX, which comes with 2 disks: - NVME SSD Intel 660p 512Gi - SATA HDD Toshiba 1Ti Obviously it arrived with Windows 10 installed and want to install Fedora on it, however Fedora Live image does not recognize NVME dri

Re: Update Teamviewer in Fedora 32.

2020-05-11 Thread Alex Gurenko via users
I've got that few updates ago, there is a file in /etc/yum.repos.d/tvinternal.repo I guess that was added by mistake? Remove it or disable repos inside that file. --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Monday, May 11, 2020 3:02 PM, Ger van Dijck wrote: > Hi All, > > When

Re: PINEBOOK Pro

2020-01-20 Thread Alex Gurenko via users
Not yet, I've tried to get it booted by playing around with existing arm-image-installer, but no luck, PBP just stays with black screen. The best lead so far is to follow Peter: https://twitter.com/nullr0ute --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On Friday, January 17, 2020 11:

Re: laptop hangs on 5.4.x after getting out of suspend mode

2020-01-16 Thread Alex Gurenko via users
Hi there. Sounds a lot like infamous Intel GPU Hang issue [0]. As per comments there, 5.4.11 kernel (now in testing [1]) by Fedora should have a fix. However 5.4.12 kernel which is also in testing [2] seems to still report GPU Hangs :( [0] https://gitlab.freedesktop.org/drm/intel/issues/673 [1]

Re: KDE on Fedora 30/31

2019-09-21 Thread Alex Gurenko via users
I only have one problem and That's sound not working over HDMI on my laptop. Assist from that no issues since F27. Prior to that there were some problems here and there, but that's long gone. Alex Sent from ProtonMail mobile Original Message On 21 Sep 2019, 22:32, S. Bob wrot

Re: Russianfedora Repositories.

2019-06-26 Thread Alex Gurenko via users
Yeah, I've went through the site and there is no release of Russian Fedora based on F30 yet. In fact there is only 1 news record in 2019, so I'm not sure it's a very active community (but again, I just did a quick look at the site). The repo seems to be very specific to this respin of Fedora,

Re: what is wrong with dnf?

2018-11-27 Thread Alex Gurenko via users
Not sure, where the TTL for meta data is set, but you can always use --refresh parameter to force-refresh meta-data without running dnf clean all. --- Best regards,  Alex ‐‐‐ Original Message ‐‐‐ On Tuesday, November 27, 2018 3:34 PM, Tom Horsley wrote: > I ran "dnf -y update" this m

Re: grub2 - add NVME to boot from - how?

2018-08-14 Thread Alex Gurenko via users
I forgot to check my home desktop last night, but I don't recall doing anything specific to boot from my nvme ssd there; I think it's just recognized by the system as /dev/nvme0n1p1 so it's used for root partition and /boot --- Best regards, Alex ‐‐‐ Original Message ‐‐‐ On August 15,

Re: irc client?

2018-08-09 Thread Alex Gurenko via users
I'm on F28 KDE so I use Konversation, mostly because of ability to keep chatting in a same session after nick change. --- Best regards,  Alex ‐‐‐ Original Message ‐‐‐ On August 9, 2018 6:35 AM, ToddAndMargo wrote: > Hi All, > > Fedora 28, x64 > Xfce 4.12 > > You guys have a favorite I

Re: VirtualBox and F26.

2017-07-12 Thread Alex Gurenko
I've been using it for last 2 months without any problems (F25 version on F26) *---* *Yours truly, Alex* On Wed, Jul 12, 2017 at 11:02 PM, Erik P. Olsen wrote: > Any known issues with VirtualBox on F26? > > -- > Regards, > Erik P. Olsen > ___ > user

Re: [F25, KDE] Cannot start login manager anymore

2017-02-28 Thread Alex Gurenko
Yes, I don't see them in testing as well and I've installed manually *-11.fc25 packages and problems are resolved now. *---* *Yours truly, Alex* On Tue, Feb 28, 2017 at 8:17 AM, Ed Greshko wrote: > On 02/28/17 14:12, Frédéric Bron wrote: > >> Updates to plasma 5.8.6-2 and 5.8.6-3 as well as

Re: [F25, KDE] Cannot start login manager anymore

2017-02-27 Thread Alex Gurenko
I have similar issues, with all latest packages selinux still gives all kind of errors including error in building module, modprobe and switching to nvidia graphics with bumblebee. setenforce 0 allows to do all these things, but when I set it back, it unloads module... *---* *Yours truly, Alex*