Dendarii
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
mariah@feddit.rocks to Linux@lemmy.ml · 1 year ago

I just updated debian and upon reboot and login i get this

feddit.rocks

message-square
74
fedilink
102

I just updated debian and upon reboot and login i get this

feddit.rocks

mariah@feddit.rocks to Linux@lemmy.ml · 1 year ago
message-square
74
fedilink
alert-triangle
You must log in or register to comment.
  • henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    38
    ·
    1 year ago

    Are you running a proprietary video driver? It might be worthwhile to disable it in case it became incompatible perhaps after a kernel upgrade.

    Did you perform a graphical login prior?

    • mariah@feddit.rocksOP
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      1 year ago

      Yes to both. What should i do

      • henfredemars@infosec.pub
        link
        fedilink
        English
        arrow-up
        14
        ·
        1 year ago

        First, you might try booting an older kernel to see if that runs for you. Your bootloader such as grub might help you pick an old one.

        The older kernels are actually combinations of kernel + initial ramdisk that contains the version of your graphics drivers that were being used at that time. It could be a way to test the hypothesis.

        • mariah@feddit.rocksOP
          link
          fedilink
          arrow-up
          5
          ·
          1 year ago

          Same error on older kernel

          • henfredemars@infosec.pub
            link
            fedilink
            English
            arrow-up
            12
            ·
            1 year ago

            Hmm, interesting. That tells us that it’s not actually a problem with your graphics driver or kernel version, and given that it was working on this version before, I would think some aspect of Xorg configuration, your graphics hardware has an issue, or your installation in general has been corrupted when it tried to upgrade.

            You might try to detect corruption by using a tool like debsums to check for any obviously corrupted files.

            What’s the state of your debian packages I wonder… does something like apt-get update or apt-get check highlight any problems with the state of installed packages that could point to a failed upgrade?

            • mariah@feddit.rocksOP
              link
              fedilink
              arrow-up
              6
              arrow-down
              1
              ·
              1 year ago

              I think its because / is full. Some packages cant update. Is there a way to combine them without gui as i am disabled and cant use a mouse? I know u cant edit partitions booted

              • Successful_Try543@feddit.de
                link
                fedilink
                arrow-up
                14
                ·
                edit-2
                1 year ago

                If you can boot into terminal session, e.g. by pressing Ctrl + Alt + F2, you can try:

                sudo apt clean
                sudo apt -f install
                sudo apt clean
                sudo apt dist-upgrade
                sudo apt clean
                

                If sudo apt -f install doesn’t work properly, you can create an apt-cache folder on, e.g. your home partition, assuming this is the one with sufficient amounts of free storage.

                sudo apt clean
                sudo mkdir /home/apt-cache
                sudo nano /etc/fstab
                

                In the fstab you specify where this directory shall be mounted:

                /home/apt-cache    /var/cache/apt/archives    none    bind    0    0
                

                Now you copy the files in place and mount the partition:

                sudo cp -r /var/cache/apt/archives/* /home/apt-cache
                sudo mount -a
                

                Nou you should be able to run the fix-installation and update commands without the errors:

                sudo apt -f install
                sudo apt dist-upgrade
                
                • mariah@feddit.rocksOP
                  link
                  fedilink
                  arrow-up
                  12
                  ·
                  1 year ago

                  I booted into i3!

              • AnUnusualRelic@lemmy.world
                link
                fedilink
                arrow-up
                7
                arrow-down
                1
                ·
                1 year ago

                A full root will absolutely kill your system.

                You have unlocked a new achievement: the software hoarder!

                • mariah@feddit.rocksOP
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  1 year ago

                  Yay. What did i win

              • henfredemars@infosec.pub
                link
                fedilink
                English
                arrow-up
                5
                ·
                1 year ago

                This may seem like an obvious question, but are there files you can remove or perhaps move to another drive or USB stick temporarily to make enough space to get through your updates? You should be able to do those while rootfs is full.

                We can certainly delete or copy files using the terminal.

                Are you sure the root is full and not readonly due to other errors? Why do you believe root is full?

                • mariah@feddit.rocksOP
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  1 year ago

                  duf / lists 0gb as available. Idk what i should move

      • TXL@sopuli.xyz
        link
        fedilink
        arrow-up
        8
        arrow-down
        5
        ·
        1 year ago

        What should i do

        Avoid Nvidia like the plague.

        • mariah@feddit.rocksOP
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          Wait months to buy a amd gpu as im on disablity? Got it

  • redcalcium@lemmy.institute
    link
    fedilink
    arrow-up
    31
    arrow-down
    2
    ·
    1 year ago

    * zoom in on the error message

    Yep, of course it’s Nvidia.

    • cevn@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      1 year ago

      Every time I have seen a funky black screen with text against my will Nvidia was involved.

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    1 year ago

    deleted by creator

  • Naz@sh.itjust.works
    link
    fedilink
    arrow-up
    23
    arrow-down
    2
    ·
    1 year ago

    It’s good to see that the same problems from Knoppix in 1998 still persist into 2024.

    It’s become my standard procedure to do a full backup before a major version upgrade of Linux nowadays as a result

    Xserver has failed to start.

    • mariah@feddit.rocksOP
      link
      fedilink
      arrow-up
      11
      arrow-down
      2
      ·
      1 year ago

      Gotta love xorg

    • mojofrododojo@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      Knoppix

      now there’s a name I haven’t heard in ages…

  • db2@lemmy.world
    link
    fedilink
    arrow-up
    23
    arrow-down
    9
    ·
    edit-2
    1 year ago

    wtf.png

    Looks like it wants to remove the cause but not the symptom.

    • EveryMuffinIsNowEncrypted@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      12
      ·
      1 year ago

      I’m gonna be honest: I don’t know what you’re trying to say.

      • db2@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        1 year ago

        Rocky Horror

        • EveryMuffinIsNowEncrypted@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 year ago

          Ohhhhhhh

          Good movie. Thanks!

    • VerseAndVermin@lemmy.world
      link
      fedilink
      arrow-up
      11
      arrow-down
      1
      ·
      1 year ago

      I’m not knocking it, but I feel like you really wanted to use this image somewhere. 😁👍

      • db2@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Look on top of op’s monitor

        • VerseAndVermin@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          Oh snap!

          Haha

    • luves2spooge@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Looks like Eddie Izzard

      • tsonfeir@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Looks like Tim Curry.

    • mariah@feddit.rocksOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      1 year ago

      Yes thats a toy

  • ryannathans@aussie.zone
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    1 year ago

    That’s the novideo graphics card for you

  • ipsirc@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    It’s a known and fixed problem. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062932

    • Ulu-Mulu-no-die@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      That was on the kernel 6.1.0-18, I had it too, fixed several days ago, but in OP picture the kernel is 6.1.0-17, that one wasn’t affected.

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 year ago

      deleted by creator

  • unexposedhazard@discuss.tchncs.de
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    MommysBabygiwl ?? On the third line. Is this canon to debian lore or did OP change it to that?

    • Lunya \ she/it@iusearchlinux.fyi
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      that’s the hostname

      • unexposedhazard@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Ah i see ty

  • Baggins [he/him]@lemmy.ca
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    1 year ago

    Nice! That looks like a fun one.

    • mariah@feddit.rocksOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 year ago

      Ikr. So fun

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 year ago

    Did you solve it? Recently there was a problem with graphics thing and downgrading mess from 1.24 to 1.23 helped me. It was in arch with AMD graphics, but some people said Nvidia ones also had the problem.

    Edit: mesa not mess

    • mariah@feddit.rocksOP
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      1 year ago

      Yes. Apt-cache is mounted on /home which allowed me to update fully

  • cetvrti_magi@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    I had same problem on Arch based distros, it’s Nvidia problem. Try booting with LTS kernel.

  • PrettyFlyForAFatGuy@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 year ago

    if your updates included a new kernel try installing the kernel headers for the new kernel.

    then if it’s still not working reinstall the nvidia driver.

    i used to daily drive debian with proprietary nvidia drivers and it would break with every kernel upgrade

    from memory, so almost certainly incorrect, the fix was simply something like

    
    sudo apt install linux-headers-`uname -r` && sudo reboot
    
  • BabyVi@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    I would be looking for ways to revert that update. Either using a pre-existing timeshift shapshot or maybe apt’s built in reversion capability. (Which I’m not familiar with, sorry.) Hopefully someone with real skills will chime in, good luck.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    You may want to go back to driver 525… im not running debian at the moment, nor do i use mvidia graphics, but this page seems to say that 525 is the newest supported version as of feb 2

    https://wiki.debian.org/NvidiaGraphicsDrivers#sid-525

  • allywilson@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Give this a try: https://unix.stackexchange.com/questions/543021/broken-bumblebee-on-debian-testing-crashes-with-ee-unw-get-proc-name-failed-n

Linux@lemmy.ml

linux@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

  • [email protected]
  • [email protected]
  • [email protected]
  • [email protected]

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 521 users / day
  • 3.58K users / week
  • 7.96K users / month
  • 17.6K users / 6 months
  • 1 local subscriber
  • 54.1K subscribers
  • 7.64K Posts
  • 199K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • nooter692@lemmy.ml
  • MarcellusDrum@lemmy.ml
  • Arthur Besse@lemmy.ml
  • Cyclohexane@lemmy.ml
  • d3Xt3r@lemmy.nz
  • BE: 0.19.9
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org