Search:

Type: Posts; User: deadflowr; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.34 seconds.

  1. Re: SHA signatures on archive.ubuntu.com are empty

    You're looking in the wrong pocket.
    noble-updates isn't used yet.

    Development releases don't open up the -updates and -security channels until right before the official release.

    What you want...
  2. Re: Ubuntu version reached end of life has the update removed in ubuntu server ?

    Sort of.
    The archives are moved over to the old-releases repository.
    From there you can change the sources and use that to upgrade the system to a new release.
    See:...
  3. Re: Can no longer dual boot to Windows drive after motherboard repair

    Thread moved to MINT
  4. Replies
    5
    Views
    6

    Re: ZFS is broken in 24.04

    I've removed your other duplicate thread.
    Please use the report post button in the future if it happens again.
    Or to simply report any other issues you come across.
  5. Replies
    2
    Views
    3

    Re: Can’t log into Unity - Noble

    Looks like this was reported here https://bugs.launchpad.net/ubuntu/+source/ubuntu-unity-meta/+bug/2060374
  6. Replies
    6
    Views
    7

    [ubuntu_studio] Re: No boot. 0 bytes available

    That's the Live CD



    That's also the live cd

    I'm confused about where this is coming from since it shows
    265GB used in the media directory.

    root@ubuntu:/# du -sh *
  7. Replies
    6
    Views
    7

    [edubuntu] Re: Installing Edubuntu on old hardware

    Also...

    For the record,
    Edubuntu has the same requirements to run as normal Ubuntu since it uses the same desktop.
    fwiw
  8. Replies
    6
    Views
    7

    [edubuntu] Re: Installing Edubuntu on old hardware

    This seems small enough to just copy/paste directly into the thread.
    For the record, yeah, many years ago, the former forum staff deemed the word being asterisks as a derogatory term so it's on the...
  9. [kubuntu] Re: Why when I restart Kubuntu 22.04 konqueror is opened ?

    I've had this happen to me before and what it was was in that same settings page go to Desktop Session and check the option for "When logging in".
    The default is to save the previous session, change...
  10. Re: Kernel 6.8.0-20-generic - lowlatency and generic merge into one

    Most likely has to do with the fact they are rolling back everything.
    Cause is the xz-utils debacle.
  11. Replies
    4
    Views
    5

    [ubuntu_mate] Re: Slow Userspace Startup

    You can dig a little deeper into the analyze output by running with blame and/or critical-chain

    systemd-analyze blame
    systemd-analyze critical-chain
    press down to scroll (or enter key)
    press q...
  12. Re: Unattended upgrades doesn´t work on Ubuntu 22.04.3

    You need to cut the $distro parts, those are internal reference shorthands that are referencing the current distro's information.
    Useless for when adding an external repository.
    You only need the...
  13. Replies
    3
    Views
    4

    [SOLVED] Re: Installation of PDF Arranger

    Yes it's available, at least on 22.04, in the repositories.
    Packages in the Ubuntu repositories are generally safe to install.

    Installing through the terminal is no less safe than installing...
  14. Replies
    6
    Views
    7

    [xubuntu] Re: No backups or updates

    Try running

    sudo add-apt-repository universe
    sudo apt update
    sudo apt install python3-pydrive

    I assumed you had the universe repository enabled already since you prefixed this thread for the...
  15. Replies
    6
    Views
    7

    [xubuntu] Re: No backups or updates

    For the backup it should only need to install python3-pydrive package.

    sudo apt install python3-pydrive
    The google api stuff should install along with that.


    Check what the settings are in...
  16. Re: Unattended upgrades doesn´t work on Ubuntu 22.04.3

    You need the correct origin and suite entries
    You can find those in the InRelease file for the repository in the /var/lib/apt/lists directory.

    They must be separated by a colon enclosed in...
  17. Replies
    8
    Views
    9

    [SOLVED] Re: black screen after awhile

    Thread moved to Ubuntu/Debian BASED
  18. Replies
    11
    Views
    12

    Re: Help With SFTP Configuration

    Probably as good as explanation as any:
    https://superuser.com/a/169418
  19. Re: Ubuntu installing ppa:myriadrf but getting error

    What's up with the discrepancy between the the command to add the PPA and the error.
    one is myriadrf and the other is myraidrf
  20. [ubuntu] Re: Ubuntu 22.04 system stopped working properly after upgrading from 22.04.3 to 22.0

    Why would it affect updates?

    As I stated though, this would only be temporary anyway.
    Just to try and get you a functional desktop.




    See: https://ubuntuforums.org/showthread.php?t=1011078
  21. [ubuntu] Re: Ubuntu 22.04 system stopped working properly after upgrading from 22.04.3 to 22.0

    Can you check the running kernel?

    uname -r
    The update from one point release to another on the desktop version of Ubuntu usually coincides with an upgrade of the kernel version,
    in this case it...
  22. Re: unable to load drivers for Intel CoffeeLake-S GT2 [UHD Graphics 630] [8086:3e92]

    Thread moved to Virtualization
  23. [SOLVED] Re: Would like to disable the Welcome banner

    It should be a snap package so try disabling it.

    snap disable ubuntu-mate-welcome
  24. Replies
    8
    Views
    9

    [ubuntu] Re: Packages stopped updating

    Hmm,
    try cleaning it up

    sudo apt clean
    sudo apt update
    sudo dpkg --configure -a
    sudo apt install -f
  25. Replies
    8
    Views
    9

    [ubuntu] Re: Packages stopped updating

    Turn off proposed updates.

    Proposed updates are for testing/testers and should be considered unstable.

    Packages in proposed tend to be more in flux than updates or security,
    since those can...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4