Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 40

Thread: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

  1. #21
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    I used

    Code:
    dpkg -i google-chrome-stable_current_amd64.deb
    But that's not the point, a LTS shouldn't have such issues! And if it does they should be quickly recognised and fixed.

    The nVidia issue is a major problem for many.
    Last edited by stepheny; May 1st, 2016 at 06:43 AM.

  2. #22
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    stepheny:

    Please keep your posts strictly to known issues and work-arounds. This thread is intended neither for editorials nor for critiques. You are welcome to make those posts elsewhere in appropriate sub-forums.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #23
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    QIII:

    I have identified two issues and offered workarounds for both of them. This reply to your critique is my first post here without workaround information! So where is the problem?
    Last edited by stepheny; May 1st, 2016 at 07:29 AM.

  4. #24
    Join Date
    Oct 2006
    Beans
    58,286

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    Quote Originally Posted by cariboo View Post
    Instead of using the Software Centre to install downloaded debs, use gdebi instead, it's in the repositories.
    Just to add that apt now installs third party .deb packages (which I am quite enthused with). My preference previously was to install gdebi and set deb packages to use it by default but not needed anymore.

    Code:
    sudo apt install pathtodebpackage
    Last edited by howefield; May 1st, 2016 at 08:08 AM. Reason: add example

  5. #25
    Join Date
    May 2014
    Location
    /home
    Beans
    10,942
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    Seems there is a bug in network-manager package that detects wireless devices as LAN

    Code:
    nmcli -f all device show | sed '/^GENERAL.DEVICE:[ ]\+lo$/,/^$/d; /^AP\[[0-9]\+\]\./d'
    Command is part of the wireless-info script will show similar to the snipped results from a recent poster

    Code:
    GENERAL.DEVICE:                         wlp4s0
    GENERAL.TYPE:                           ethernet
    GENERAL.NM-TYPE:                        NMDeviceEthernet
    GENERAL.VENDOR:                         Intel Corporation
    GENERAL.PRODUCT:                        Wireless 8260
    GENERAL.DRIVER:                         iwlwifi
    The workaround for now is to
    Code:
    systemctl restart NetworkManager.service
    after every reboot. A similar bug report
    Last edited by jeremy31; May 4th, 2016 at 09:47 PM. Reason: bug report was marked as dupe

  6. #26
    Join Date
    Aug 2010
    Location
    Jamaica
    Beans
    103
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    Found this useful for a GNS3 problem I was having here and here


    It seem that upgrading to 16.04 broke GNS3 if GNS3 is installed from source and not from the package. This is due to major Python version change in Xenial requiring you to reinstall. Clean install from source will work, but we recommend to use the ubuntu package made by the GNS3 team.

    First you need to uninstall gns3:

    Code:
    pip3 uninstall gns3-gui
    pip3 uninstall gns3-server
    Even if the previous command doesn't work, continue.

    Make sure you don't have gns3, gns3server, dynamips, vpcs and ubridge in /usr/local/bin. If something is still here delete it.

    After that follow the instruction to install the package


    Ubuntu-based distributions (64-bit only)


    Run the following commands in a terminal window

    Code:
    sudo add-apt-repository ppa:gns3/ppa 
    sudo apt-get update 
    sudo apt-get install gns3-gui

    If you want IOU support:


    Code:
    sudo dpkg --add-architecture i386
    sudo apt-get update
    sudo apt-get install gns3-iou

    Hope this helps. Cheers
    Adapt. Evolve. Become

  7. #27
    Join Date
    Dec 2010
    Beans
    36

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    Quote Originally Posted by dFlyer View Post
    Adding HandleLidSwitchDocked=suspend

    to /etc/systemd/logind.conf seems to have fixed the problem on my HP or at lease removing #.
    Can confirm this works. Thanks! Was a very frustrating issue.

  8. #28
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    I don't want to appear rude but what is the point of of this thread? Are we to just list workarounds for failings in 16.04 or is somebody actually looking into fixing these problems?

  9. #29
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    Quote Originally Posted by stepheny View Post
    I don't want to appear rude but what is the point of of this thread? Are we to just list workarounds for failings in 16.04 or is somebody actually looking into fixing these problems?
    For anything I've posted here a bug report has also been raised. A workaround is often required before a fix is released.

  10. #30
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: 16.04 (Xenial Xerus) Known bugs and work-a-rounds

    Quote Originally Posted by stepheny View Post
    I don't want to appear rude but what is the point of of this thread? Are we to just list workarounds for failings in 16.04 or is somebody actually looking into fixing these problems?

    This thread is for just what it says: known bugs and work-arounds.

    This forum is populated by users such as yourself. For bugs to be brought to the attention of Ubuntu developers (who don't hang out here) they must be reported. The Ubuntu Forums do not act as a bug report mechanism.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Page 3 of 4 FirstFirst 1234 LastLast

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
  •