[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to can make a partition in my hard disk ?



On 10/25/22 14:19, William Torrez Corea wrote:
On 10/19/22, David Christensen <dpchrist@holgerdanske.com> wrote:
On 10/19/22 18:26, William Torrez Corea wrote:

The Booting is very dawdled, when I start firefox the page stays loading
too much time and when I try to open LibreOffice or Gimp it loads the
program very slow. In the browser I have different tabs open.


Please reboot, login, open a terminal, run the following command (as
root), and post the console session:

# dmesg | egrep -i 'warn|error|fail'

Attachment: dmesg.txt

[36139.263576] usb 1-1.5: device not accepting address 104, error -32
<snip>


The kernel ring buffer has finite size. Once it has been filled, it "wraps around" -- old messages are discarded as new messages are written.


The first field [36139.263576] is the number of seconds the computer has been running. You computer had been running 10+ hours when you ran dmesg(1), and the first 26139.263575 seconds of messages have been overwritten.


We need to see the messages starting at time 0.000000 -- e.g. when the system is booted. Please reboot and try again.


David


Reply to: