Skip to main content

Questions tagged [fedora]

Fedora is a Linux distribution with a fast release cycle, maintained by a community and sponsored by Red Hat.

Filter by
Sorted by
Tagged with
1 vote
0 answers
29 views

3 NVME Acer 2TB drives have the same Hardware UUID?

The Question: Is it normal for three drives made by the same manufacturer (all having the same capacity 2TB in this case) to have the same Hardware UUID in Linux? Not the Partitions, the hardware. The ...
Ryan N.'s user avatar
  • 11
2 votes
0 answers
22 views

What special hidden mode the Xfce can enter that prevent to enter special keys?

I have a weird issue. I need to use sticky keys, otherwise I’m not able to use my keyboard. I installed fresh new Fedora 41, after my old Fedora failed to upgrade. I’ve added a Polish language and a ...
jcubic's user avatar
  • 10.2k
1 vote
1 answer
12 views

USBtoSerial monitoring and modification of settings of charge controller Epever XTRA series

How can I utilize the RS485 port of Epever XTRA (and possibly also Tracer) series solar charge controller? I'd like to use it for monitoring as well as for easy parameter modification. The system ...
Jaroslav Kucera's user avatar
1 vote
1 answer
27 views

How do I hibernate my Fedora 40 laptop with a swapfile on an encrypted btrfs filesystem?

When I attempt to hibernate, my laptop hangs. It shows the screen wallpaper, then a black screen (as if it's going to hibernate), then the screen wallpaper again. Then it seems to freeze; I cannot get ...
Mike S's user avatar
  • 2,682
0 votes
0 answers
26 views

Running fedora 41 and need to cap the max refresh rate at n hz, 60 specifically

I have Wayland running which also uses Mutter. I have been searching for quite a while and can't find anyway to lock this in. The reason I need this done is when I shut my laptop, or other random ...
rubixibuc's user avatar
  • 1,777
1 vote
1 answer
39 views

Use an integrated fingerprint reader on HP 6710b with linux, Fedora 41

The HP 6710b laptop have an integrated fingerprint reader, how can I use it with Linux on Fedora?
Cătălin George Feștilă's user avatar
3 votes
1 answer
150 views

Extract a RAR file while automatically truncating long filenames

I have a lot of rar archives, and some of them contain files whose names are too long for the filesystem. When attempting to extract them using unrar x, I will get the error: Cannot create [extremely ...
rer's user avatar
  • 31
2 votes
0 answers
85 views

Configure current GNOME 47 to put buttons (back) at bottom

I use KDE on Fedora, and I'm used to modal dialogs to look like the following: There is a server side window decoration, the modal dialog buttons are at the bottom. To me that makes sense, my reading ...
Martin Ueding's user avatar
1 vote
1 answer
12 views

Fedora 40 - Apache Perl CGI - Open for writing fails

Last week, I upgraded my Linux file server from Fedora 39 to Fedora 40, and several CGI applications written in Perl stopped working. I first noticed it when Foswiki could not show any pages, because ...
Lars Poulsen's user avatar
0 votes
1 answer
29 views

wget unable to resolve localhost: "Failed to send 233 bytes (hostname='localhost', ip=::1, errno=111)"

I've moved from Mint to Fedora, and a script I have is no longer functioning: wget -t 1 localhost:52199/MCWS/v1/Playback/PlayPause?Zone=-1&ZoneType=ID returns Failed to send 233 bytes (hostname='...
David Campbell's user avatar
-1 votes
1 answer
77 views

Since Fedora 41, how do you list all the dnf configuration values?

Since Fedora 41, the following command does not work anymore: $ sudo dnf config-manager --dump Unknown argument "dump" for command "config-manager". The list of Changes between ...
Jérôme Radix's user avatar
0 votes
0 answers
73 views

Since Fedora 41, how do you list packages installed explicitly by the user

Since Fedora 41, the following command does not work anymore: $ sudo dnf history userinstalled Unknown argument "userinstalled" for command "history". The list of Changes between ...
Jérôme Radix's user avatar
1 vote
1 answer
198 views

How to get docker-compose back in Fedora 41?

After upgrading Fedora 40 to 41, docker-compose was no longer available. When I try to re-install with sudo dnf install docker-compose, it raises the following conflicts: - installed package docker-...
David's user avatar
  • 111
0 votes
0 answers
18 views

xfce4-power-manager doesn’t start automatically on boot in i3wm; I have to start it manually each time

I'm running i3wm under Fedora 41 in my i3 config file: # start xfce4 settings daemon exec --no-startup-id xfsettingsd for_window [class="Xfce4-settings-manager"] focus, floating disable exec ...
Goku's user avatar
  • 1
0 votes
1 answer
82 views

Since Fedora 41, how do you list the groups a particular package belongs to?

Since Fedora 41, the following command does not work anymore: $ sudo dnf repoquery --groupmember emacs Unknown argument "--groupmember" for command "repoquery". Using dnf, how do ...
Jérôme Radix's user avatar
0 votes
1 answer
48 views

Zoom Workplace 6.2.6 can't connect on Fedora 41

I've Zoom Workplace 6.2.6 installed manually from an RPM file downloaded from the official Zoom web site. When I try to login with my username and password it can't connect and saying: "It looks ...
Rostislav Krasny's user avatar
10 votes
3 answers
1k views

Prevent application from being executed by any local user except systemd

I need to run the binary that I don't fully trust. I've created a systemd unit for it where it's locked down as much as humanly possible, it works great. Now it's still on my system (Fedora) and I may ...
Artem S. Tashkinov's user avatar
0 votes
0 answers
17 views

Virt-Manager Closes VM Automatically When Switching Desktops

OS: Linux - Fedora 41 Applications: KVM/QEMU under Virt-Manager Whenever I'm running virt-manager and have a vm running and I switch to a different virtual desktop on my host os for awhile the vm ...
GreyMatter's user avatar
1 vote
1 answer
45 views

Sway: waybar doesn't start, GTK apps take more than 20 seconds to start up

I've been observing an unusual behavior from Sway on Fedora 39 (which also has GNOME installed, and I need to keep GNOME installed). The desktop starts up, but any GTK apps I launch won't open until ...
wobtax's user avatar
  • 385
0 votes
0 answers
56 views

How to add a custom init process to initramfs image built with Dracut?

I want to use Dracut for initramfs image creation. This image should be able to shrink a root filesystem on a Fedora machine. I would like to test partition shrinking flow manually first. If ...
Zzaponka's user avatar
  • 101
1 vote
0 answers
95 views

Fedora Linux VM on Windows 10 HyperV host behind a network proxy cannot access internet

I posted this question over in the Server Fault boards but haven't had any response on it, hoping to get some information by posting it over here. I'm setting up a Fedora VM using HyperV on a Windows ...
Gharbad The Weak's user avatar
1 vote
1 answer
61 views

scikit-image fails to install under Fedora 41

It looks like there's an issue with Python here. Other times I've found this to be an issue online it's related to incorrect versions of Python. But this line: Program python found: YES (/home/...
Almo's user avatar
  • 203
0 votes
1 answer
98 views

How to install Fedora with a kickstart file from Fedora livemedia?

I'm trying to install fedora with SED: https://fedoraproject.org/wiki/Changes/SelfEncryptingDrivesSupportInAnaconda The GUI doesn't support it, I have to install using a kickstart file. I checked ...
None's user avatar
  • 681
0 votes
0 answers
19 views

Fedora Server 40 systemd doesn't work with podman container unit

Here the details: I wrote a systemd unit working on Fedora Workstation. The unit is stored in "~/.config/containers/systemd". Both if I store the same unit source in that path or in "~/....
fookes's user avatar
  • 1
0 votes
1 answer
35 views

ssue with PulseUI on Fedora: Chromium Embedded Framework (CEF) installation fails during package verification in setup_cef.sh

I am trying to install the Chromium Embedded Framework (CEF) for PulseUI on Fedora using the provided setup_cef.sh script, but the installation fails during the package verification step with the ...
user664598's user avatar
0 votes
0 answers
21 views

monitor is unknown

I installed a additional touchscreen to my laptop over displaylink. The screen itself works fine. But the vendor / model / serialno is set to "unknown". I need these value to map the ...
mxsteini's user avatar
0 votes
0 answers
44 views

Wireguard handshake, but no ping

I'm stuck at the most basic step, which is configuring PC2 (10.0.0.3) in order to allow connections from PC1 (10.0.0.1). Just a simple connection, no VPN or anything like that, for now. I am using ...
hadtrent's user avatar
1 vote
1 answer
65 views

Persistent systemd-logind error in Fedora Silverblue: Failed to open '/boot//loader/entries'

I'm running Fedora Silverblue (version 40.20241018.0) and I'm encountering a persistent error with systemd-logind. After every boot, I see the following error message repeated several times in the ...
Amanda Ferrari's user avatar
0 votes
0 answers
17 views

Display Vendor, Product and Serialnumber unknown

I installed my new TETRA split keyboard. https://www.kickstarter.com/projects/747287659/tetra-keyboard-split-touch-type Keyboard and display works fine. But I cannot map the touch event to the display ...
Michael Stein's user avatar
0 votes
1 answer
37 views

Linux Fedora suddenly much slower... only on one computer

I have two computers running fully updated Fedora 40. The two computers have the exact same packages installed. They are not identical, but very similar and bought at the same time: Dell Optiplex 7000 ...
Luis A. Florit's user avatar
10 votes
1 answer
775 views

Can anyone explain this key-combo sequence

Using Fedora 27 ( in a vm, not that it matters but if anyone needs to know). At a bash terminal entered the character '=' and then ALT = (simultaneous) produces a file listing exactly as if 'ls' ...
donaldD's user avatar
  • 101
0 votes
0 answers
35 views

Fedora 40 freezes on my thinkpad t460 when chrome is being is used

So,basically the title. Although I am not 100% sure but it happens when: I am using a browser ( happened both on firefox and chrome) and the system has been woken up from the sleep/suspend. Earlier I ...
chanzerre's user avatar
  • 101
0 votes
0 answers
95 views

Why is my MicroSD Card Reader not being recognized?

Important Edit: I have switched to using a mini USB SSD (the Samsung Fit 256 GB) to store my data, instead of a MicroSD card. Because of this, I will not be monitoring this post for answers. Summary I ...
clouded.'s user avatar
0 votes
0 answers
167 views

How to install popular media codecs in Fedora 40?

I am using Fedora 40 with Gnome. I am somehow able to play mkv video files with vlc after installing its plugins but I want to install codecs in the system so that I could play videos with any player ...
xandemon's user avatar
0 votes
0 answers
14 views

How to select specific python library for an executable?

I have an executable which loads /lib64/libpython3.so at runtime. (I am on fedora 40 right now). As far as I can tell this library loads my default python version installed, currently this links to ...
milck's user avatar
  • 171
0 votes
0 answers
61 views

Reviving MacBook 8,1 with Fedora 40: Built-in keyboard and mouse not working after driver installation attempt

I am trying to revive an old MacBook 8,1 A1534 and have installed Fedora Workstation 40. However, the built-in keyboard and mouse are not working. After some Google searching and trying to use the ...
Justin Erswell's user avatar
2 votes
0 answers
210 views

Getting into deep S0ix ('modern standby')

I observed that when put into standby mode, my computer (Thinkpad T14 Gen 5 with an Intel(R) Core(TM) Ultra 5 125U, running Fedora 40, kernel-6.10.11) still gets very warm and drains its battery, ...
Bubaya's user avatar
  • 141
0 votes
0 answers
108 views

GRUB fails to load Windows Boot Manager upon selection

I currently have Fedora 41 and Windows 11 installed on separate drives, but I'm having issues adding the Windows Boot Manager to the GRUB boot interface. Running sudo os-prober shows the Windows Boot ...
hillard28's user avatar
0 votes
0 answers
17 views

Limited video bandwidth with Nvidia

I am running latest version of fedora with nvidia proprietary drivers and I use the NVidia RTX 3080. When I use 3 monitors, if I set the refresh rate low enough on my biggest monitor it works fine but ...
EatingTechnobladesRemainsAt3am's user avatar
1 vote
0 answers
68 views

why won't luks partition mount from fstab and crypttab entries?

I installed fedora 40 on a computer that was running parrot os. During install, I deleted all partitions except a 9TB luks data partition. Fedora installed fine, but when I add entries in /etc/fstab: ...
naphelge's user avatar
0 votes
0 answers
36 views

Install a second Fedora on same machine / New disk

Is it possible to install a second Fedora on the same machine without wrecking all installs. I'm currently having a dual boot Win10/Fedora but this Fedora install is rolling from Fedora 30, so I want ...
admstg's user avatar
  • 833
0 votes
0 answers
18 views

Fedora latex doc packages

There is the dnf package latex-scheme-full, which I have installed (using Fedora 40). However, running texdoc [some installed package] rarely yields anything useful; which I attribute to the various ...
Bubaya's user avatar
  • 141
1 vote
1 answer
115 views

Mount disk with an unknown filesystem

I am attempting to mount a disk via a USB docking station. I have been informed that the disk was apart of a RAID1 system, however I see no sign of this so far. Using fdisk -l I can see the disk: $ ...
dwright's user avatar
  • 111
0 votes
0 answers
25 views

Fedora Workstation does not suspend on HP Envy x360 Laptop (2018)

I have an older, but not old, 2018 laptop as indicated in the question, which for the life of me I cannot get to suspend with any of: Fedora Workstation; Atomic Desktops Silverblue, Kinoite, Budgie; ...
L. Cornelius Dol's user avatar
0 votes
0 answers
120 views

Sleep settings get overwritten on Fedora 40

I'm using Fedora 40, KDE 6.1.4. My problem is that the "Power Management" configuration gets overwritten from somewhere. I'm using "System Settings" > "Power Management&...
Vasil Kalchev's user avatar
0 votes
0 answers
30 views

Unable to find sqlservr-setup file

I used these following commands: sudo dnf config-manager --add-repo=https://packages.microsoft.com/config/rhel/9/mssql-server-2022.repo sudo dnf config-manager --add-repo=https://packages.microsoft....
Xvx's user avatar
  • 1
0 votes
0 answers
25 views

How to get the a network adapter working with Fedora 6 on VMware Workstation?

I am experimenting with older versions of Linux in VMware. RHEL5 detects my virtual network adapter just fine, but Fedora 6 does not. I thought that RHEL5 was based on Fedora 6? I have tried various ...
Zhro's user avatar
  • 2,759
0 votes
0 answers
91 views

Fedora 40 headphones do not work in applications, even though they "work" when tested in system utilities

I am running Fedora 40 with KDE 6.1.4 (Wayland) on an ASUS ROG Strix G733P laptop with an NVIDIA GeForce RTX 4080. Everything runs great except... I can't get my headphones to work. The internal ...
William Oliver's user avatar
0 votes
1 answer
41 views

Startup/Mounting fails because "No free loop devices"

When I switched on my laptop, I suddenly could not log in anymore. Everything was working fine until then, I was not messing with any settings. When I enter my password on the (gnome) login screen, ...
ga325's user avatar
  • 31
0 votes
1 answer
45 views

Why doesn't Journald store kernel messages for as long as other messages are kept?

I have a computer running Fedora Workstation 40 and Systemd 255. For some reason kernel log messages are available in the Journal for much shorter time than other log messages. user@host:~ $ ...
Madoc Comadrin's user avatar

1
2 3 4 5
93