Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

  1. #11
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    Quote Originally Posted by MAFoElffen View Post
    LOL. Then run the report via
    Code:
    system-info --details
    When it offers to upload the report, enter <Y><Enter> for yes, then copy down the URL to post for us to go over the information it that report. The '--details' flag will toggle it to ask more details queries on ZFS.

    After seeing that info, that may show us more on what is happening.
    @ MAFoElffen i guess i forgot that>>>"system-info --details" I'm so tired..
    But ask to see the OP's Repos, by the sound of this OP may have mixed Source Repos (I'm guessing Impish)
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  2. #12
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    I have been looking at what you posted and thinking about this...

    I am waiting to see the report to give you specific commands to run on your machine based on how Linux see's it and ID's certain hardware. *** It will also show us your source list and such...

    There are two things that needs to be done. One is from a normal boot from your machine. The other would be from an Ubuntu Desktop Installer LiveUSB. Please have one handy t follow those instructions if needed.

    Let's talk about what I see initially. Ubuntu installed with an EXT type of filesystem, uses what is called fsck to be run at boot after so many boots to check the ext4 filesystem, and repair it, if needed. To use fsck, the disks cannot be mounted yet. That's why that runs at boot... Or if needed, while booted from a Live Environment.

    ZFS does not use fsck. It has it's own filesystem utility called scrub. ZFS pools can be mounted and online while this is running. Recommends for Commercial Enterprise grade drives is once a month. For Desktop grade drives, the recommends are once a week. Ubuntu has 2 cron jobs scheduled for normal maintenance fro ZFS. One the 1st Sunday, a ZFS Trim job. On the 2nd Sunday, a ZFS Scrub job. You rlast scrub job was run in October, over 7 months ago. That means that your system was not on past midnight, for those jobs to run. If you are not going to leave your Computer on for those to run, then you need to run those manually. That will be your normal maintenance to keep your system healthy.

    Along with that, other normal maintenance is routine upgrades, and using "apt autoremove" to clean out old kernels.

    I think we can assume that when we get this resolved that you will try harder to keep up with the maintenance of your system.

    Another subject would be ZFS snapshots and backups. Those give you two different avenues to recover from a disaster. You could have said (previously), that would never happen... But you can see that things happen when we don't plan for them.

    Waiting to see that report so we can suggest some commands to get you back working.

    EDIT: Sorry of this is mostly a repeat of my last post. Tired, and couldn't see if it had posted, so thought it didn't post. So i rewrote it with this one. On things that are the same, you can tell what I feel is important with this. LOL
    Last edited by MAFoElffen; April 18th, 2023 at 05:42 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  3. #13
    Join Date
    Apr 2023
    Beans
    6

    Unhappy Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    Reply to @1fallen's post :

    Installation of system-info:
    Code:
    akhil@KHUSHI:~$ sudo add-apt-repository ppa:mafoelffen/system-info
    Repository: 'deb https://ppa.launchpadcontent.net/mafoelffen/system-info/ubuntu/ jammy main'
    Description:
    This PPA contains an easy installation Debian package to install the 'system-info' script to your system. We are trying to make this easier to new users, than downloading it from the Forum's GitHub Repository, Homepage located at:
        https://github.com/UbuntuForums/system-info
                       
    More info: https://launchpad.net/~mafoelffen/+archive/ubuntu/system-info
    Adding repository.
    Press [ENTER] to continue or Ctrl-c to cancel.
    Found existing deb entry in /etc/apt/sources.list.d/mafoelffen-ubuntu-system-info-jammy.list
    Adding deb entry to /etc/apt/sources.list.d/mafoelffen-ubuntu-system-info-jammy.list
    Found existing deb-src entry in /etc/apt/sources.list.d/mafoelffen-ubuntu-system-info-jammy.list
    Adding disabled deb-src entry to /etc/apt/sources.list.d/mafoelffen-ubuntu-system-info-jammy.list
    Adding key to /etc/apt/trusted.gpg.d/mafoelffen-ubuntu-system-info.gpg with fingerprint 8277871A5663940AEF865DACABC6867CBB2280AF
    Hit:1 http://packages.microsoft.com/repos/code stable InRelease
    Hit:2 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease                 
    Hit:3 https://deb.nodesource.com/node_16.x jammy InRelease                     
    Hit:4 https://packages.microsoft.com/repos/edge stable InRelease               
    Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease                  
    Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease               
    Hit:7 http://in.archive.ubuntu.com/ubuntu jammy InRelease                      
    Hit:8 http://in.archive.ubuntu.com/ubuntu jammy-updates InRelease
    Hit:9 http://in.archive.ubuntu.com/ubuntu jammy-backports InRelease
    Hit:10 https://ppa.launchpadcontent.net/mafoelffen/system-info/ubuntu jammy InRelease
    Reading package lists... Done                                  
    W: https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    akhil@KHUSHI:~$ sudo apt update
    Hit:1 https://deb.nodesource.com/node_16.x jammy InRelease
    Hit:2 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease                 
    Hit:3 http://packages.microsoft.com/repos/code stable InRelease                
    Hit:4 http://in.archive.ubuntu.com/ubuntu jammy InRelease                      
    Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease               
    Hit:6 https://packages.microsoft.com/repos/edge stable InRelease               
    Hit:7 https://dl.google.com/linux/chrome/deb stable InRelease                  
    Hit:8 http://in.archive.ubuntu.com/ubuntu jammy-updates InRelease              
    Hit:9 http://in.archive.ubuntu.com/ubuntu jammy-backports InRelease            
    Hit:10 https://ppa.launchpadcontent.net/mafoelffen/system-info/ubuntu jammy InRelease
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    40 packages can be upgraded. Run 'apt list --upgradable' to see them.
    W: https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    akhil@KHUSHI:~$ sudo apt install system-info
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following packages will be REMOVED:
      linux-image-5.15.0-50-generic
    The following NEW packages will be installed:
      system-info
    0 upgraded, 1 newly installed, 1 to remove and 40 not upgraded.
    2 not fully installed or removed.
    Need to get 0 B/33.3 kB of archives.
    After this operation, 11.4 MB disk space will be freed.
    Do you want to continue? [Y/n] y
    (Reading database ... 329778 files and directories currently installed.)
    Removing linux-image-5.15.0-50-generic (5.15.0-50.56) ...
    /etc/kernel/postrm.d/initramfs-tools:
    update-initramfs: Deleting /boot/initrd.img-5.15.0-50-generic
    /etc/kernel/postrm.d/zz-update-grub:
    /usr/sbin/grub-probe: error: failed to get canonical path of `rpool/ROOT/ubuntu_
    zs8jjk'.
    run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 1
    dpkg: error processing package linux-image-5.15.0-50-generic (--remove):
     installed linux-image-5.15.0-50-generic package post-removal script subprocess 
    returned error exit status 1
    dpkg: too many errors, stopping
    Errors were encountered while processing:
     linux-image-5.15.0-50-generic
    Processing was halted because there were too many errors.
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    akhil@KHUSHI:~$ system-info --details
    system-info: command not found
    Couldn't able to install this software.

    Zys Installed?
    Code:
    akhil@KHUSHI:~$ sudo apt list zsys --installed
    Listing... Done
    SmartCtl:
    Code:
    akhil@KHUSHI:~$ sudo smartctl -H /dev/sda
    smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-52-generic] (local build)
    Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
    
    
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    Rpool Status:
    Code:
    akhil@KHUSHI:~$ sudo zpool status -v rpool
      pool: rpool
     state: DEGRADED
    status: One or more devices has experienced an unrecoverable error.  An
    	attempt was made to correct the error.  Applications are unaffected.
    action: Determine if the device needs to be replaced, and clear the errors
    	using 'zpool clear' or replace the device with 'zpool replace'.
       see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
      scan: scrub repaired 0B in 00:07:43 with 0 errors on Wed Apr 19 01:17:47 2023
    config:
    
    
    	NAME                                    STATE     READ WRITE CKSUM
    	rpool                                   DEGRADED     0     0     0
    	  499a9b9e-724f-dc4c-95ad-71d1af5b0105  DEGRADED     0     0     0  too many errors
    
    
    errors: No known data errors

  4. #14
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    What shows with
    Code:
    sudo zpool clear rpool
    This will clear all errors associated with the virtual devices in the pool, and clear any data error counts associated with the pool.
    Now show:
    Code:
    zpool status
    Last edited by 1fallen; April 18th, 2023 at 09:22 PM.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  5. #15
    Join Date
    Apr 2023
    Beans
    6

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    Zpool clear command:

    Code:
    akhil@KHUSHI:~$ sudo zpool clear rpool
    [sudo] password for akhil: 
    
    
    
    akhil@KHUSHI:~$ sudo zpool status -v rpool
      pool: rpool
     state: ONLINE
      scan: scrub repaired 0B in 00:07:43 with 0 errors on Wed Apr 19 01:17:47 2023
    config:
    
    
        NAME                                    STATE     READ WRITE CKSUM
        rpool                                   ONLINE       0     0     0
          499a9b9e-724f-dc4c-95ad-71d1af5b0105  ONLINE       0     0     0
    
    
    errors: No known data errors
    
    
    akhil@KHUSHI:~$ zpool status
      pool: bpool
     state: ONLINE
      scan: scrub repaired 0B in 00:00:01 with 0 errors on Sun Apr  9 00:24:02 2023
    config:
    
    
        NAME                                    STATE     READ WRITE CKSUM
        bpool                                   ONLINE       0     0     0
          4f9732b2-2838-4e48-9aa1-62687a2c4315  ONLINE       0     0     0
    
    
    errors: No known data errors
    
    
      pool: rpool
     state: ONLINE
      scan: scrub repaired 0B in 00:07:43 with 0 errors on Wed Apr 19 01:17:47 2023
    config:
    
    
        NAME                                    STATE     READ WRITE CKSUM
        rpool                                   ONLINE       0     0     0
          499a9b9e-724f-dc4c-95ad-71d1af5b0105  ONLINE       0     0     0
    
    
    errors: No known data errors
    When I upgrade:

    Code:
    akhil@KHUSHI:~$ sudo apt upgrade
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Calculating upgrade... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    
    The following packages have unmet dependencies:
     linux-image-5.15.0-50-generic : Depends: linux-modules-5.15.0-50-generic but it is not going to be installed
                                     Recommends: grub-pc but it is not going to be installed or
                                                 grub-efi-amd64 or
                                                 grub-efi-ia32 but it is not going to be installed or
                                                 grub but it is not installable or
                                                 lilo but it is not going to be installed
    E: Broken packages
    I cannot upgrade but I can install new applications using sudo apt install.
    Last edited by akhilakkapelli; April 18th, 2023 at 10:04 PM.

  6. #16
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    How's your package manager now?
    Code:
    sudo apt update && sudo apt upgrade -y
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  7. #17
    Join Date
    Apr 2023
    Beans
    6

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    Update and Upgrade:

    Code:
    akhil@KHUSHI:~$ sudo apt update && sudo apt upgrade -y
    [sudo] password for akhil: 
    Hit:1 http://packages.microsoft.com/repos/code stable InRelease                
    Hit:2 https://packages.microsoft.com/repos/edge stable InRelease               
    Hit:3 https://dl.google.com/linux/chrome/deb stable InRelease                  
    Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]      
    Hit:5 https://ppa.launchpadcontent.net/mafoelffen/system-info/ubuntu jammy InRelease
    Hit:6 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease                 
    Hit:7 https://deb.nodesource.com/node_16.x jammy InRelease                     
    Hit:8 http://in.archive.ubuntu.com/ubuntu jammy InRelease    
    Hit:9 http://in.archive.ubuntu.com/ubuntu jammy-updates InRelease
    Get:10 http://in.archive.ubuntu.com/ubuntu jammy-backports InRelease [108 kB]
    Fetched 218 kB in 5s (46.6 kB/s)    
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    40 packages can be upgraded. Run 'apt list --upgradable' to see them.
    W: https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Calculating upgrade... Done
    Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
      python2.7-minimal libjs-jquery-ui libmaven3-core-java libopenexr25
      libpostproc55 libavcodec58 libavutil56 libswscale5 libswresample3
      libavformat58 python2.7 libpython2.7-minimal libpython2.7-stdlib
      libavfilter7
    Learn more about Ubuntu Pro at https://ubuntu.com/pro
    The following packages have been kept back:
      gnome-remote-desktop
    The following packages will be upgraded:
      apport apport-gtk code ghostscript ghostscript-x google-chrome-stable libgs9
      libgs9-common libldb2 liblouis-data liblouis20 libpulse-mainloop-glib0
      libpulse0 libpulse0:i386 libpulsedsp libsmbclient libwbclient0
      microsoft-edge-dev pulseaudio pulseaudio-module-bluetooth pulseaudio-utils
      python3-apport python3-ldb python3-louis python3-problem-report samba-libs
      sudo thunderbird thunderbird-gnome-support thunderbird-locale-en
      thunderbird-locale-en-us tzdata vim-common vim-tiny xserver-common
      xserver-xephyr xserver-xorg-core xserver-xorg-legacy xxd
    39 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    25 standard LTS security updates
    Need to get 306 MB/414 MB of archives.
    After this operation, 3,275 kB of additional disk space will be used.
    Get:1 https://packages.microsoft.com/repos/edge stable/main amd64 microsoft-edge-dev amd64 114.0.1793.0-1 [147 MB]
    Get:2 https://dl.google.com/linux/chrome/deb stable/main amd64 google-chrome-stable amd64 112.0.5615.121-1 [93.8 MB]
    Get:3 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird amd64 1:102.10.0+build2-0ubuntu0.22.04.1 [62.5 MB]
    Get:4 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-gnome-support amd64 1:102.10.0+build2-0ubuntu0.22.04.1 [8,628 B]
    Get:5 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 thunderbird-locale-en-us all 1:102.10.0+build2-0ubuntu0.22.04.1 [9,248 B]
    Get:6 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xserver-common all 2:21.1.4-2ubuntu1.7~22.04.1 [28.0 kB]
    Get:7 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xserver-xephyr amd64 2:21.1.4-2ubuntu1.7~22.04.1 [1,012 kB]
    Get:8 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xserver-xorg-legacy amd64 2:21.1.4-2ubuntu1.7~22.04.1 [34.7 kB]
    Get:9 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 xserver-xorg-core amd64 2:21.1.4-2ubuntu1.7~22.04.1 [1,476 kB]
    Fetched 221 MB in 39s (5,609 kB/s)                                             
    Extracting templates from packages: 100%
    Preconfiguring packages ...
    setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
    (Reading database ... 329811 files and directories currently installed.)
    Preparing to unpack .../00-google-chrome-stable_112.0.5615.121-1_amd64.deb ...
    Unpacking google-chrome-stable (112.0.5615.121-1) over (111.0.5563.146-1) ...
    Preparing to unpack .../01-python3-ldb_2%3a2.4.4-0ubuntu0.22.04.2_amd64.deb ...
    Unpacking python3-ldb (2:2.4.4-0ubuntu0.22.04.2) over (2:2.4.4-0ubuntu0.22.04.1)
     ...
    Preparing to unpack .../02-libldb2_2%3a2.4.4-0ubuntu0.22.04.2_amd64.deb ...
    Unpacking libldb2:amd64 (2:2.4.4-0ubuntu0.22.04.2) over (2:2.4.4-0ubuntu0.22.04.
    1) ...
    Preparing to unpack .../03-libsmbclient_2%3a4.15.13+dfsg-0ubuntu1.1_amd64.deb ..
    .
    Unpacking libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu1.1) over (2:4.15.13+dfsg-0u
    buntu1) ...
    Preparing to unpack .../04-libwbclient0_2%3a4.15.13+dfsg-0ubuntu1.1_amd64.deb ..
    .
    Unpacking libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu1.1) over (2:4.15.13+dfsg-0u
    buntu1) ...
    Preparing to unpack .../05-samba-libs_2%3a4.15.13+dfsg-0ubuntu1.1_amd64.deb ...
    Unpacking samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu1.1) over (2:4.15.13+dfsg-0ubu
    ntu1) ...
    Preparing to unpack .../06-microsoft-edge-dev_114.0.1793.0-1_amd64.deb ...
    Unpacking microsoft-edge-dev (114.0.1793.0-1) over (113.0.1754.0-1) ...
    Preparing to unpack .../07-libpulse-mainloop-glib0_1%3a15.99.1+dfsg1-1ubuntu2.1_
    amd64.deb ...
    Unpacking libpulse-mainloop-glib0:amd64 (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.
    99.1+dfsg1-1ubuntu2) ...
    Preparing to unpack .../08-pulseaudio-utils_1%3a15.99.1+dfsg1-1ubuntu2.1_amd64.d
    eb ...
    Unpacking pulseaudio-utils (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.99.1+dfsg1-1u
    buntu2) ...
    Preparing to unpack .../09-pulseaudio-module-bluetooth_1%3a15.99.1+dfsg1-1ubuntu
    2.1_amd64.deb ...
    Unpacking pulseaudio-module-bluetooth (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.99
    .1+dfsg1-1ubuntu2) ...
    Preparing to unpack .../10-pulseaudio_1%3a15.99.1+dfsg1-1ubuntu2.1_amd64.deb ...
    Unpacking pulseaudio (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.99.1+dfsg1-1ubuntu2
    ) ...
    Preparing to unpack .../11-libpulsedsp_1%3a15.99.1+dfsg1-1ubuntu2.1_amd64.deb ..
    .
    Unpacking libpulsedsp:amd64 (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.99.1+dfsg1-1
    ubuntu2) ...
    Preparing to unpack .../12-libpulse0_1%3a15.99.1+dfsg1-1ubuntu2.1_amd64.deb ...
    De-configuring libpulse0:i386 (1:15.99.1+dfsg1-1ubuntu2), to allow configuration
     of libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2) ...
    Unpacking libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.99.1+dfsg1-1ub
    untu2) ...
    Preparing to unpack .../13-libpulse0_1%3a15.99.1+dfsg1-1ubuntu2.1_i386.deb ...
    Unpacking libpulse0:i386 (1:15.99.1+dfsg1-1ubuntu2.1) over (1:15.99.1+dfsg1-1ubu
    ntu2) ...
    Preparing to unpack .../14-sudo_1.9.9-1ubuntu2.4_amd64.deb ...
    Unpacking sudo (1.9.9-1ubuntu2.4) over (1.9.9-1ubuntu2.3) ...
    Preparing to unpack .../15-tzdata_2023c-0ubuntu0.22.04.0_all.deb ...
    Unpacking tzdata (2023c-0ubuntu0.22.04.0) over (2023b-0ubuntu0.22.04.0) ...
    Preparing to unpack .../16-vim-tiny_2%3a8.2.3995-1ubuntu2.5_amd64.deb ...
    Unpacking vim-tiny (2:8.2.3995-1ubuntu2.5) over (2:8.2.3995-1ubuntu2.4) ...
    Preparing to unpack .../17-xxd_2%3a8.2.3995-1ubuntu2.5_amd64.deb ...
    Unpacking xxd (2:8.2.3995-1ubuntu2.5) over (2:8.2.3995-1ubuntu2.4) ...
    Preparing to unpack .../18-vim-common_2%3a8.2.3995-1ubuntu2.5_all.deb ...
    Unpacking vim-common (2:8.2.3995-1ubuntu2.5) over (2:8.2.3995-1ubuntu2.4) ...
    Preparing to unpack .../19-python3-problem-report_2.20.11-0ubuntu82.4_all.deb ..
    .
    Unpacking python3-problem-report (2.20.11-0ubuntu82.4) over (2.20.11-0ubuntu82.3
    ) ...
    Preparing to unpack .../20-python3-apport_2.20.11-0ubuntu82.4_all.deb ...
    Unpacking python3-apport (2.20.11-0ubuntu82.4) over (2.20.11-0ubuntu82.3) ...
    Preparing to unpack .../21-apport_2.20.11-0ubuntu82.4_all.deb ...
    Unpacking apport (2.20.11-0ubuntu82.4) over (2.20.11-0ubuntu82.3) ...
    Preparing to unpack .../22-apport-gtk_2.20.11-0ubuntu82.4_all.deb ...
    Unpacking apport-gtk (2.20.11-0ubuntu82.4) over (2.20.11-0ubuntu82.3) ...
    Preparing to unpack .../23-code_1.77.3-1681292746_amd64.deb ...
    Unpacking code (1.77.3-1681292746) over (1.77.0-1680085573) ...
    Preparing to unpack .../24-ghostscript-x_9.55.0~dfsg1-0ubuntu5.2_amd64.deb ...
    Unpacking ghostscript-x (9.55.0~dfsg1-0ubuntu5.2) over (9.55.0~dfsg1-0ubuntu5.1)
     ...
    Preparing to unpack .../25-ghostscript_9.55.0~dfsg1-0ubuntu5.2_amd64.deb ...
    Unpacking ghostscript (9.55.0~dfsg1-0ubuntu5.2) over (9.55.0~dfsg1-0ubuntu5.1) .
    ..
    Preparing to unpack .../26-libgs9_9.55.0~dfsg1-0ubuntu5.2_amd64.deb ...
    Unpacking libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.2) over (9.55.0~dfsg1-0ubuntu5.1) 
    ...
    Preparing to unpack .../27-libgs9-common_9.55.0~dfsg1-0ubuntu5.2_all.deb ...
    Unpacking libgs9-common (9.55.0~dfsg1-0ubuntu5.2) over (9.55.0~dfsg1-0ubuntu5.1)
     ...
    Preparing to unpack .../28-liblouis-data_3.20.0-2ubuntu0.2_all.deb ...
    Unpacking liblouis-data (3.20.0-2ubuntu0.2) over (3.20.0-2ubuntu0.1) ...
    Preparing to unpack .../29-liblouis20_3.20.0-2ubuntu0.2_amd64.deb ...
    Unpacking liblouis20:amd64 (3.20.0-2ubuntu0.2) over (3.20.0-2ubuntu0.1) ...
    Preparing to unpack .../30-thunderbird-locale-en_1%3a102.10.0+build2-0ubuntu0.22
    .04.1_amd64.deb ...
    Unpacking thunderbird-locale-en (1:102.10.0+build2-0ubuntu0.22.04.1) over (1:102
    .9.0+build1-0ubuntu0.22.04.1) ...
    Preparing to unpack .../31-thunderbird_1%3a102.10.0+build2-0ubuntu0.22.04.1_amd6
    4.deb ...
    Unpacking thunderbird (1:102.10.0+build2-0ubuntu0.22.04.1) over (1:102.9.0+build
    1-0ubuntu0.22.04.1) ...
    Preparing to unpack .../32-thunderbird-gnome-support_1%3a102.10.0+build2-0ubuntu
    0.22.04.1_amd64.deb ...
    Unpacking thunderbird-gnome-support (1:102.10.0+build2-0ubuntu0.22.04.1) over (1
    :102.9.0+build1-0ubuntu0.22.04.1) ...
    Preparing to unpack .../33-thunderbird-locale-en-us_1%3a102.10.0+build2-0ubuntu0
    .22.04.1_all.deb ...
    Unpacking thunderbird-locale-en-us (1:102.10.0+build2-0ubuntu0.22.04.1) over (1:
    102.9.0+build1-0ubuntu0.22.04.1) ...
    Preparing to unpack .../34-xserver-common_2%3a21.1.4-2ubuntu1.7~22.04.1_all.deb 
    ...
    Unpacking xserver-common (2:21.1.4-2ubuntu1.7~22.04.1) over (2:21.1.3-2ubuntu2.9
    ) ...
    Preparing to unpack .../35-xserver-xephyr_2%3a21.1.4-2ubuntu1.7~22.04.1_amd64.de
    b ...
    Unpacking xserver-xephyr (2:21.1.4-2ubuntu1.7~22.04.1) over (2:21.1.3-2ubuntu2.9
    ) ...
    Preparing to unpack .../36-xserver-xorg-legacy_2%3a21.1.4-2ubuntu1.7~22.04.1_amd
    64.deb ...
    Unpacking xserver-xorg-legacy (2:21.1.4-2ubuntu1.7~22.04.1) over (2:21.1.3-2ubun
    tu2.9) ...
    Preparing to unpack .../37-xserver-xorg-core_2%3a21.1.4-2ubuntu1.7~22.04.1_amd64
    .deb ...
    Unpacking xserver-xorg-core (2:21.1.4-2ubuntu1.7~22.04.1) over (2:21.1.3-2ubuntu
    2.9) ...
    Preparing to unpack .../38-python3-louis_3.20.0-2ubuntu0.2_all.deb ...
    Unpacking python3-louis (3.20.0-2ubuntu0.2) over (3.20.0-2ubuntu0.1) ...
    Setting up libgs9-common (9.55.0~dfsg1-0ubuntu5.2) ...
    Setting up code (1.77.3-1681292746) ...
    Setting up google-chrome-stable (112.0.5615.121-1) ...
    Setting up libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.2) ...
    Setting up libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up libpulse0:i386 (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up python3-problem-report (2.20.11-0ubuntu82.4) ...
    Setting up libpulsedsp:amd64 (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up ghostscript (9.55.0~dfsg1-0ubuntu5.2) ...
    Setting up libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu1.1) ...
    Setting up xxd (2:8.2.3995-1ubuntu2.5) ...
    Setting up python3-apport (2.20.11-0ubuntu82.4) ...
    Setting up tzdata (2023c-0ubuntu0.22.04.0) ...
    
    
    Current default time zone: 'Asia/Kolkata'
    Local time is now:      Wed Apr 19 03:10:03 IST 2023.
    Universal Time is now:  Tue Apr 18 21:40:03 UTC 2023.
    Run 'dpkg-reconfigure tzdata' if you wish to change it.
    
    
    Setting up vim-common (2:8.2.3995-1ubuntu2.5) ...
    Setting up liblouis-data (3.20.0-2ubuntu0.2) ...
    Setting up libpulse-mainloop-glib0:amd64 (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up pulseaudio-utils (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up sudo (1.9.9-1ubuntu2.4) ...
    Setting up thunderbird (1:102.10.0+build2-0ubuntu0.22.04.1) ...
    Setting up microsoft-edge-dev (114.0.1793.0-1) ...
    Setting up xserver-common (2:21.1.4-2ubuntu1.7~22.04.1) ...
    Setting up libldb2:amd64 (2:2.4.4-0ubuntu0.22.04.2) ...
    Setting up xserver-xorg-legacy (2:21.1.4-2ubuntu1.7~22.04.1) ...
    setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file
    Setting up liblouis20:amd64 (3.20.0-2ubuntu0.2) ...
    Setting up xserver-xorg-core (2:21.1.4-2ubuntu1.7~22.04.1) ...
    Setting up ghostscript-x (9.55.0~dfsg1-0ubuntu5.2) ...
    Setting up vim-tiny (2:8.2.3995-1ubuntu2.5) ...
    Setting up pulseaudio (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up thunderbird-locale-en (1:102.10.0+build2-0ubuntu0.22.04.1) ...
    Setting up apport (2.20.11-0ubuntu82.4) ...
    apport-autoreport.service is a disabled or a static unit, not starting it.
    Setting up thunderbird-locale-en-us (1:102.10.0+build2-0ubuntu0.22.04.1) ...
    Setting up python3-louis (3.20.0-2ubuntu0.2) ...
    Setting up xserver-xephyr (2:21.1.4-2ubuntu1.7~22.04.1) ...
    Setting up thunderbird-gnome-support (1:102.10.0+build2-0ubuntu0.22.04.1) ...
    Setting up python3-ldb (2:2.4.4-0ubuntu0.22.04.2) ...
    Setting up pulseaudio-module-bluetooth (1:15.99.1+dfsg1-1ubuntu2.1) ...
    Setting up apport-gtk (2.20.11-0ubuntu82.4) ...
    Setting up samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu1.1) ...
    Setting up libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu1.1) ...
    Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
    Processing triggers for hicolor-icon-theme (0.17-2) ...
    Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
    Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
    Processing triggers for man-db (2.10.2-1) ...
    Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
    Processing triggers for shared-mime-info (2.1-2) ...
    Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
    Is my system back to normal? What was the problem?

  8. #18
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    Quote Originally Posted by akhilakkapelli View Post

    Is my system back to normal?
    Should be, this is a bonus running zfs-root
    Quote Originally Posted by akhilakkapelli View Post
    What was the problem?
    I'm not even going to guess here, just stay on top of your systems errors and warnings, and take action then and not later.
    Your just going through growing pains of a "New to You" system and the forums are a key asset to help.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  9. #19
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: The following packages have unmet dependencies: linux-modules-5.15.0-50-generic

    Just back from picking the dogs up from the groomer (day off).

    Glad everything worked out. Yes, the scrub seems to have corrected the errors and clearing the log brought it back online.

    Right not, since you know the last scrub was done 7 months ago, I would run a scrub on the bpool
    Code:
    sudo zpool scrub bpool
    Then create a snapshot for each pool, so you have a good point to role back to for recovery, for the just-in-cases.
    Code:
    zfs snapshot -r rpool@rpool.20230418
    zfs snapshot -r bpool@bpool.20230418
    After that, you can learn to take snapshots of individual datasets, such as your Home, or a specific user's Home. That is why you set up datasets. That way you can rollback a specific dataset to a specific point. I usually am lazy and decide when I am at a good point for a snapshot, then keep only 2-3 back, in case the 1st one back has a problem that I want to get past, and didn't notice.

    For my last Admin Job, it was weekly's monthly's and yearly's. Yearly were keep for 7 years. And copies of snapshots were also exported to it's own media and kept offsite. These were complemented by Backups. Snapshots are not a replacement for backups. "Things" happen. Doing things that way, give you multiple paths, with multiple chances at success.

    Now that you know how to run a scrub on your pools, and how easy it is, you need to do that every once in a while to make sure your system stays healthy.

    The 'trim' job is not really that important to you, but if you wanted to, then do
    Code:
    sudo zpool trim bpool
    sudo zpool trim rpool
    What that does is notifies a drive of unallocated blocks for it to reclaim, which would affect thin-provisioned ZFS Pools to shrink in size... Which the install you did is static, not thin-provisioned. So really would have no affect that I know of. Honestly, I am not sure why that specific 'trim' cron job is there for this type of ZFS installation.

    The one to keep up on is 'scrub'.
    Last edited by MAFoElffen; April 18th, 2023 at 11:57 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •