Skip to main content

Questions tagged [bugs]

Filter by
Sorted by
Tagged with
0 votes
0 answers
72 views

When I run sudo apt-get update, I get the following error: Err:8 https://download.opensuse.org/repositories/home:/strycore/Debian_12 ./ InRelease The following signatures were invalid: EXPKEYSIG ...
mYnDstrEAm's user avatar
  • 4,896
13 votes
1 answer
946 views

While pondering whether IEEE 1003.1-2017 forbids race-condition safe ln -f, it occurred to me: Even if this is really an unfortunate definition (which GNU coreutils' ln thankfully ignores), I would ...
Marcus Müller's user avatar
0 votes
0 answers
319 views

I am using archlinux and after last update, when i have an heavy python script running via cli and some opened page in firefox, I get the GUI frozen and I have to reboot the system. I don't know how/...
eugenio b's user avatar
1 vote
1 answer
114 views

How to change the software package an issue is filed under in the Debian bug tracker? The help page has these instructions: In case you need to write a message to the bug and also manipulate the bug'...
mYnDstrEAm's user avatar
  • 4,896
0 votes
0 answers
101 views

Create a directory ~/test with abcdefghijklmnopqrstuvwxyz and zyxwvutsrqponmlkjihgfedcba files in it. ls ~/test will list them using multi-column layout: abcdefghijklmnopqrstuvwxyz ...
jsx97's user avatar
  • 1,377
2 votes
2 answers
1k views

After an update/ upgrade on Debian 12 (weekly update), there is NO WiFi, files are not opening, unable to shutdown or sleep, and freezes when using sudo. The bug is fixed with a new release of kernel. ...
A. John's user avatar
  • 43
1 vote
1 answer
904 views

GNU bash, version 3.2.48 has this bug; already version 3.2.57 does not. Make a file with 8000 identical lines (say each line says 1). Run split -a3 -p "1" on it (-p is a BSD split option ...
Alex's user avatar
  • 1,240
2 votes
1 answer
504 views

Red Hat Enterprise Linux 9 is no longer listed as a product under bugzilla at https://bugzilla.redhat.com/enter_bug.cgi?classification=Red%20Hat There are no onward links indicating the issuer tracker ...
Graham Leggett's user avatar
0 votes
0 answers
397 views

I installed Fedora on a Rog Strix Laptop following this guide for 2021 laptops. I also enabled experimental fractional scaling, but then I disabled it for good. Since then I experienced two problems: ...
Noumeno's user avatar
  • 203
2 votes
2 answers
633 views

From man rsync: --existing skip creating new files on receiver (emphasis mine) So, what I've done with apparent success: rsync --existing -rtvhP "remote.machine:/photos/*" /photos This ...
captain's user avatar
  • 61
0 votes
0 answers
387 views

I have followed the manual of hdparm to try to make the drive spindown after a few minutes of inactivity but as soon as it spins down it turns back on again within 30 seconds but I don't hear any disk ...
mike_s's user avatar
  • 11
2 votes
1 answer
160 views

I try to upgrade a Debian Bullseye but I get an anxious warning message : % sudo aptitude upgrade Resolving dependencies... The following NEW packages will be installed: linux-headers-5.10.0-18-...
fauve's user avatar
  • 1,529
1 vote
0 answers
145 views

On Debian 11, I do this first scanning attempt, below, and it succeeds: scanimage --mode=Color --format=jpeg >mathematiques/arc_associes_rotation_symetrie_1.jpg Then a second one, few seconds ...
Marc Le Bihan's user avatar
0 votes
1 answer
1k views

So I just build LFS system and it's working fine, but the annoying part is there's alert that every periode show like every 3 second. It said root@LFS:# clocksource: timekeeping watchdog on CPU0: ...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
179 views

Wine doesn't see files located under directories whose name ends in a dot. I did the following: cd ~/.wine/drive_c mkdir dir. touch dir./file Then I used the windows file explorer to look at the ...
Jonathan's user avatar
  • 101
0 votes
1 answer
5k views

The title is self-explanatory: after a fresh installation of Debian 11, there is no sound at all. The computer went to service with a burnt power supply, it was discovered that the motherboard was ...
Manoel Nascimento's user avatar
0 votes
1 answer
1k views

I'm a new user to Linux Mint and I've had issues with the graphic driver. I updated the kernel to 5.8 which solves the problem of adjusting the brightness or being able to wake up from suspend. But ...
Jing's user avatar
  • 1
0 votes
1 answer
41 views

The files .Xauthority .asoundrc .bashrc appear out of nowhere (I don't know when) in Git repositories. The files are not managed by Git. One of the repositories is cloned from GitHub, the other was ...
porton's user avatar
  • 2,236
0 votes
2 answers
2k views

I have a laptop that I am installing RHEL 8.3 for Developer. I get an error: An unknown error has occurred. Reference is made to anaconda and I find some aspect on RHEL portal. https://access.redhat....
Ged's user avatar
  • 119
4 votes
1 answer
1k views

I know that with RS= we can set the Record Separator to a Null/Empty string; however GNU awk also allows to define the RS as regex, so I decided to use RS='|' and I would expecting gawk to understand ...
αғsнιη's user avatar
  • 41.9k
-2 votes
1 answer
1k views

On which secure and stable Linux distro am I least likely to come across minor bugs which have been open for a year or more?
Rolf's user avatar
  • 897
0 votes
0 answers
136 views

I would like to extract the last and first columns of the following file, which I will call filename. A 0.400 1.0 1.0 3.0 0.0 1.00 2.0 5.0 1.0 1.00 0.0 0.0 ...
gammarayon's user avatar
-13 votes
1 answer
231 views

Two examples out of thousands I've countered: Bitcoin Core on Windows has a very annoying glitch which causes a cmd.exe (or similar) window to briefly appear and immediately go away, showing only for ...
K. Seer's user avatar
0 votes
1 answer
2k views

I just fresh installed Kali 2020.2 and I like their redesign and move to Xfce. However, I noticed fairly quickly that the terminal is causing me issues. I recorded my screen to show the problem, as it'...
Tobin Shields's user avatar
7 votes
1 answer
6k views

I ran into the error device-mapper: reload ioctl on osprober-linux-nvme0n1p7 failed: Device or resource busy while compiling the kernel in Ubuntu Studio. I use ZFS for my main drive. Apparently,...
SharkTH's user avatar
  • 73