Announcement

Collapse
No announcement yet.

Focal Testing of Kubuntu 20.04 LTS

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MeMyself
    replied
    Originally posted by GreyGeek View Post
    The usual. In a Konsole issue

    sudo apt -f install
    sudo dpkg --configure -a


    Repeat them until no error msgs are reported.
    I've run both at least a dozen times but continue getting the same error:

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up initramfs-tools (0.133ubuntu13) ...
    update-initramfs: deferring update (trigger activated)
    Processing triggers for initramfs-tools (0.133ubuntu13) ...
    update-initramfs: Generating /boot/initrd.img-5.4.0-13-generic
    E: /usr/share/initramfs-tools/hooks/fsck failed with return 1.
    update-initramfs: failed for /boot/initrd.img-5.4.0-13-generic with 1.
    dpkg: error processing package initramfs-tools (--configure):
    installed initramfs-tools package post-installation script subprocess returned error exit status 1
    Errors were encountered while processing:
    initramfs-tools
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Leave a comment:


  • GreyGeek
    replied
    The usual. In a Konsole issue

    sudo apt -f install
    sudo dpkg --configure -a


    Repeat them until no error msgs are reported.

    Leave a comment:


  • MeMyself
    replied
    I've been running 20.04 for a while and have had little to no problem with it at all. Everything has been smooth including all Wine apps, etc. I ran update this morning and received the following error:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Setting up initramfs-tools (0.133ubuntu13) ...
    update-initramfs: deferring update (trigger activated)
    Processing triggers for initramfs-tools (0.133ubuntu13) ...
    update-initramfs: Generating /boot/initrd.img-5.4.0-13-generic
    E: /usr/share/initramfs-tools/hooks/fsck failed with return 1.
    update-initramfs: failed for /boot/initrd.img-5.4.0-13-generic with 1.
    dpkg: error processing package initramfs-tools (--configure):
    installed initramfs-tools package post-installation script subprocess returned error ex
    it status 1
    Errors were encountered while processing:
    initramfs-tools
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Any ideas on how to clear this and finish the upgrade?

    Leave a comment:


  • Snowhog
    replied
    initramfs-tools package update error

    This morning:

    Code:
    Setting up initramfs-tools (0.133ubuntu13) ...
    update-initramfs: deferring update (trigger activated)
    Processing triggers for initramfs-tools (0.133ubuntu13)
    update-initramfs: Generating /boot/initrd.img-5.4.0-13-generic
    E: /usr/share/initramfs-tools/hooks/btrfs failed with return 1.
    update-initramfs: failed for /boot/initrd.img-5.4.0-13-generic with 1.
    [B]dpkg[/B]: error processing package initramfs-tools (--configure):
     installed initramfs-tools package post-installation script subprocess returned error exit satus 1
    Errors were encountered while processing:
     initramfs-tools
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    I have just two kernel installed:

    linux-image-5.4.0-12-generic
    linux-image-5.4.0-13-generic
    linux-image-generic

    I'm booted with the 5.4.0-13-generic kernel when I apt update and apt full-upgrade'd

    Leave a comment:


  • acheron
    replied
    Originally posted by NoWorries View Post
    I have gwenview working and the version I have is 4:19.12.1-0ubuntu1. On muon, I could not find any reference to kipi-plugins in gwenview's Dependencies or Installed Files.
    gwenview builds with and depends on libkipi, which is the library to allow it to use kipi-plugins if they are available.

    As said, the actual kipi-plugins used to be built by the digikam source. Now they are in a new KDE source not in 20.04 yet.

    It would not be sensible for gwenview to depend/recommend/suggest them at the moment, as they are not available.

    Leave a comment:


  • NoWorries
    replied
    Originally posted by acheron View Post
    The gwenview plugins (kipi-plugins) were build by digikam, but are now a separate source from KDE, which will (I hope) get into the archive in 20.04
    I have gwenview working and the version I have is 4:19.12.1-0ubuntu1. On muon, I could not find any reference to kipi-plugins in gwenview's Dependencies or Installed Files.

    Leave a comment:


  • NoWorries
    replied
    Originally posted by GreyGeek View Post
    And after a couple hundred packages were updated, and for grins and giggles, I decided to try installing "ubuntu-drivers-common" using Synaptic. It installed without problems.
    I found that on my ASUS that did not have "ubuntu-drivers-common" installed, I also did not have "kubuntu-driver-manager" installed.

    I found that by installing "kubuntu-driver-manager" it would also install alsa-utils, kubuntu-driver-manager and libatopology2.

    So like you at this stage, all is working well.

    Leave a comment:


  • GreyGeek
    replied
    And after a couple hundred packages were updated, and for grins and giggles, I decided to try installing "ubuntu-drivers-common" using Synaptic. It installed without problems.

    Leave a comment:


  • acheron
    replied
    kradio was kde4 based, so was removed from the archive when kde4libs were.

    pypar2 was removed from the archive in Feb 2018 because it was unmaintained, and blocked other needed libraries from being updated.

    digikam (showfoto) was removed from focal archive, as the version inherited from debian cannot build in focal (builds fail with opencv4).

    The gwenview plugins (kipi-plugins) were build by digikam, but are now a separate source from KDE, which will (I hope) get into the archive in 20.04

    Leave a comment:


  • GreyGeek
    replied
    Originally posted by kubicle View Post
    ...

    Of course there is still the problem of not being able to install 'ubuntu-drivers-common', what happens if you try to install it with synaptic?
    Good idea!
    This time Synaptic showed me the problem, failure to install libfftw3-single:i386, giving the msg:
    "Could not apply changes!
    Fix broken dependencies first!
    "
    because a previous version of that library is already installed.

    Of course,
    Code:
    [I]jerry@Aspire-V3-771:~[B]$ sudo apt -f install[/B][/I]
    [I][sudo] password for jerry: [/I]
    [I]Reading package lists... Done[/I]
    [I]Building dependency tree       [/I]
    [I]Reading state information... Done[/I]
    [I]0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.[/I]
    [I]jerry@Aspire-V3-771:~[B]$ sudo dpkg --configure -a[/B][/I]
    [I]jerry@Aspire-V3-771:~$ [/I]
    shows no broken dependencies.

    Using Synaptic I attempted to remove the older version of libfftw3-single3 but it required that I remove CubicSDR, which I did. Then I attempted to remove its sibling, libfftw3-double3, and it said a boat load of other packages had to be removed as well, which I decided not to do. I reinstalled libfftw3-single3:i386 and CubicSDR.

    I think that is where I am going to leave it. It was an interesting exercise in CLI gymnastics, something I probably hadn't done as deeply since RH 5.0

    When Kubuntu 20.04 goes gold I will, no doubt, re-install from the gold ISO, and reinstall my EKG, SpaceEngine-0.98, SageMath packages as well.
    Last edited by GreyGeek; Jan 30, 2020, 12:06 PM.

    Leave a comment:


  • NoWorries
    replied
    As I have a fallback system to go to on my Laptop, I am prepared to take the risk. I have now found that the problem that I reported with udisksd using 100% of one of my 8 processors is now not happening.

    One problem that I do have is that I can no longer record audio with Kazam. I use PulseAudio volume control to define the recording device. The problem is that PulseAudio does not detect any recording device. I do not think this problem is a result of using pre-released updates but some problem in PulseAudio. The version I have is 1:13.0-3ubuntu1.

    Leave a comment:


  • kubicle
    replied
    Originally posted by NoWorries View Post
    I have been using Muon for several days now to change the updates to Pre-release on my HP Laptop.
    Like mentioned before on this thread by myself (and acheron), this is not really a great idea.
    Since it's the development version, everything goes to the focal repo as soon as the packages check out.
    With the pre-release (or proposed) repo enabled, you're only end up with broken packages and you're not going to get anything any sooner (technically, you might get the working packages a few hours sooner, but not worth the risk of breaking the system with the broken packages).
    Last edited by kubicle; Jan 30, 2020, 01:20 AM.

    Leave a comment:


  • kubicle
    replied
    Originally posted by GreyGeek View Post
    I had commented out
    ## deb http://ca.archive.ubuntu.com/ubuntu/ focal-proposed multiverse universe restricted main
    in /etc/apt/sources.list
    Yes, that's fine. It's not the one causing your problems

    Originally posted by GreyGeek View Post
    Code:
    jerry@Aspire-V3-771:~[B]$ apt list -a software-properties-kde[/B]
    Listing... Done
    Ah, it seems the package name has changed to software-properties-qt after bionic, my bad. I'm not on focal so it makes it a tad harder for me to troubleshoot (https://packages.ubuntu.com/search?k...ll&section=all)

    Originally posted by GreyGeek View Post
    I installed synaptic and used it to delete all residual config files. I also noticed that it had no problems showing me the repository list and allowing me to edit them.
    This is because synaptic edits /etc/apt/sources.list directly, it does not use the "software-properties" backend to do it like muon does.
    Originally posted by GreyGeek View Post
    And the "Pre-release updates" aka "focal-proposed" repository did not show because it was commented out.
    It's not shown at all, because of the double quotation (##) in /etc/apt/sources.list, with only one quotation, it would show, but disabled.
    Originally posted by GreyGeek View Post
    However, I still cannot access or edit the repository list in Muon to uncheck the "Pre-release" option.
    You shouldn't need to disable the pre-release options in muon any more, it's already disabled by commenting out the proposed repo.

    Of course there is still the problem of not being able to install 'ubuntu-drivers-common', what happens if you try to install it with synaptic?

    Leave a comment:


  • NoWorries
    replied
    Originally posted by kubicle View Post
    Neither should be strictly speaking necessary (if you don't need the kubuntu-driver-manager, and nothing else you need depends on them). You can always install drivers manually and not use the driver-manager GUI. I thought you meant that ubuntu-drivers-common wasn't installed on one focal installation and kubuntu-driver-manager was (which would be quite strange).
    I agree with you that it is quite strange.

    I have been using Muon for several days now to change the updates to Pre-release on my HP Laptop. I changed the Request option to list at the top all packages that will be removed. I have found that the list of packages to remove was steadily dropping. This morning there was only one package to be removed, ie python3-uno. I considered that Muon removing this package would not break my system. So I went ahead and installed 170 packages and my system is still working. Thanks for all the effort put into making this work

    The only odd feature is that udisksd uses 100% of one of my CPU's!
    This no longer happens and udiskd seems to need time to sort things out.

    I like all the new features of KDE Plasma 5.17.90. I was hoping that the outstanding problem of desktop widgets gong for a walk is not yet fixed - for a UHD system. If I keep UHD resolution for my Laptop and Auxiliary Monitor the desktop widgets do not move. If I change the laptop screen resolution from 3840x2160 to 2560x1440, the widget on my laptop screen moves from the position I have set before reboot.
    Last edited by NoWorries; Jan 31, 2020, 02:06 PM. Reason: udisksd is no longer using 100% of one CPU

    Leave a comment:


  • GreyGeek
    replied
    I had commented out
    ## deb http://ca.archive.ubuntu.com/ubuntu/ focal-proposed multiverse universe restricted main
    in /etc/apt/sources.list

    Code:
    jerry@Aspire-V3-771:~[B]$ sudo dpkg --configure -a    [/B]           
    [sudo] password for jerry: 
    jerry@Aspire-V3-771:~[B]$ sudo apt -f install   [/B]                 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    jerry@Aspire-V3-771:[B]~$ sudo apt clean[/B]
    jerry@Aspire-V3-771:~[B]$ sudo apt autoremove[/B]
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    jerry@Aspire-V3-771:~[B]$ apt list -a ubuntu-drivers-common[/B]
    Listing... Done
    ubuntu-drivers-common/focal 1:0.7.6.1 amd64
    
    
    jerry@Aspire-V3-771:~[B]$ apt list -a software-properties-kde[/B]
    Listing... Done
    jerry@Aspire-V3-771:~$
    I installed synaptic and used it to delete all residual config files. I also noticed that it had no problems showing me the repository list and allowing me to edit them.
    Click image for larger version

Name:	synaptic_repositories.jpg
Views:	1
Size:	80.5 KB
ID:	644565
    And the "Pre-release updates" aka "focal-proposed" repository did not show because it was commented out.
    However, I still cannot access or edit the repository list in Muon to uncheck the "Pre-release" option.
    Last edited by GreyGeek; Jan 29, 2020, 10:30 PM.

    Leave a comment:

Working...
X