[Bug 2064955] Re: failed do-release-upgrade from 23.10

2024-05-12 Thread Pavel-II
I replaced the contents of the file /usr/share/distro-info/ubuntu.csv
with:

version,codename,series,created,release,eol,eol-server,eol-esm
4.10,Warty Warthog,warty,2004-03-05,2004-10-20,2006-04-30
5.04,Hoary Hedgehog,hoary,2004-10-20,2005-04-08,2006-10-31
...
24.04 LTS,Noble 
Numbat,noble,2023-10-12,2024-04-25,2029-05-31,2029-05-31,2034-04-25
24.10,Oracular Oriole,oracular,2024-04-25,2024-10-10,2025-07-10

from another installation
and re run do-release-upgrade -d

The update process has started successfully.
I don’t understand what could have changed the file 
/usr/share/distro-info/ubuntu.csv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064955

Title:
  failed do-release-upgrade from 23.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064955/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064955] Re: failed do-release-upgrade from 23.10

2024-05-11 Thread Pavel-II
** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064955

Title:
  failed do-release-upgrade from 23.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064955/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064955] Re: failed do-release-upgrade from 23.10

2024-05-07 Thread Pavel-II
Why report maked via ubuntu-bug update-manager-core can be Incomplete?

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 23.10"
NAME="Ubuntu"
VERSION_ID="23.10"
VERSION="23.10 (Mantic Minotaur)"
VERSION_CODENAME=mantic
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
UBUNTU_CODENAME=mantic
LOGO=ubuntu-logo

$ apt policy distro-info-data
distro-info-data:
  Installed: 0.58ubuntu0.3
  Candidate: 0.58ubuntu0.3
  Version table:
 *** 0.58ubuntu0.3 500
500 http://ports.ubuntu.com/ubuntu-ports mantic-updates/main arm64 
Packages
500 http://ports.ubuntu.com/ubuntu-ports mantic-security/main arm64 
Packages
100 /var/lib/dpkg/status
 0.58 500
500 http://ports.ubuntu.com/ubuntu-ports mantic/main arm64 Packages


$ ls -la /usr/share/distro-info/ubuntu.csv 
-rw-r--r-- 2 root root 1248 Apr  9 18:31 /usr/share/distro-info/ubuntu.csv

ubuntu.csv has strange content, namely:
_eject_module()
{
local cur prev OPTS
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
case $prev in
'-a'|'--auto'|'-i'|'--manualeject')
COMPREPLY=( $(compgen -W "off on" -- $cur) )
return 0
;;
'-c'|'--changerslot')
# FIXME: there must be way to determine slots
COMPREPLY=( $(compgen -W "slot" -- $cur) )
return 0
;;
'-x'|'--cdspeed')
COMPREPLY=( $(compgen -W "$(eject --listspeed 
2>/dev/null)" -- $cur) )
return 0
;;
'-h'|'--help'|'-V'|'--version')
return 0
;;
esac
case $cur in
-*)
OPTS="--auto
--changerslot
--default
--floppy
--force
--manualeject
--no-unmount
--no-partitions-unmount
--noop
--proc
--tape
--cdrom
--scsi
--trayclose
--traytoggle
--verbose
--cdspeed
--listspeed
--help
--version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;
esac
local DEVS
DEVS="$(for I in /sys/class/block/*/removable; do
if [ $(cat $I) -ne 0 ]; then
OLD_IFS=$IFS
IFS='/';
ARR=($I)
echo "/dev/${ARR[4]}"
IFS=$OLD_IFS
fi
done)"
compopt -o bashdefault -o default
COMPREPLY=( $(compgen -W "$DEVS" $cur) )
return 0
}
complete -F _eject_module eject



** Attachment added: "sources.list"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064955/+attachment/5776014/+files/sources.list

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064955

Title:
  failed do-release-upgrade from 23.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064955/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064955] [NEW] failed do-release-upgrade from 23.10

2024-05-06 Thread Pavel-II
Public bug reported:

got error

Reading cache

Checking package manager
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

Error in sys.excepthook:
Traceback (most recent call last):
  File 
"/tmp/ubuntu-release-upgrader-gmlcx6x0/DistUpgrade/DistUpgradeViewText.py", 
line 138, in _handleException
apport_crash(type, value, tb)
  File 
"/tmp/ubuntu-release-upgrader-gmlcx6x0/DistUpgrade/DistUpgradeApport.py", line 
57, in apport_crash
apport_excepthook(type, value, tb)
TypeError: apport_excepthook() missing 1 required positional argument: 'exc_tb'

Original exception was:
Traceback (most recent call last):
  File "/tmp/ubuntu-release-upgrader-gmlcx6x0/noble", line 8, in 
sys.exit(main())
 ^^
  File "/tmp/ubuntu-release-upgrader-gmlcx6x0/DistUpgrade/DistUpgradeMain.py", 
line 241, in main
if app.run():
   ^
  File 
"/tmp/ubuntu-release-upgrader-gmlcx6x0/DistUpgrade/DistUpgradeController.py", 
line 2601, in run
return self.fullUpgrade()
   ^^
  File 
"/tmp/ubuntu-release-upgrader-gmlcx6x0/DistUpgrade/DistUpgradeController.py", 
line 2390, in fullUpgrade
if not self.askLivepatch():
   ^^^
  File 
"/tmp/ubuntu-release-upgrader-gmlcx6x0/DistUpgrade/DistUpgradeController.py", 
line 1679, in askLivepatch
di = distro_info.UbuntuDistroInfo()
 ^^
  File "/usr/lib/python3/dist-packages/distro_info.py", line 346, in __init__
super().__init__("Ubuntu")
  File "/usr/lib/python3/dist-packages/distro_info.py", line 112, in __init__
row["version"],
~~~^^^
KeyError: 'version'
=== Command detached from window (Mon May  6 22:28:08 2024) ===
=== Command terminated with exit status 1 (Mon May  6 22:28:18 2024) ===

ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: ubuntu-release-upgrader-core 1:23.10.14
ProcVersionSignature: Ubuntu 6.5.0-1015.18-raspi 6.5.13
Uname: Linux 6.5.0-1015-raspi aarch64
ApportVersion: 2.27.0-0ubuntu5
Architecture: arm64
CasperMD5CheckResult: unknown
CrashDB: ubuntu
CrashReports:
 600:118:124:37:2024-05-05 22:22:58.300751713 +0300:2024-05-05 
22:22:58.300751713 +0300:/var/crash/_usr_bin_gnome-shell.115.uploaded
 600:0:0:219822:2024-05-06 06:30:15.593077800 +0300:2024-05-06 
06:30:16.113071128 +0300:/var/crash/linux-raspi-headers-6.5.0-1011.0.crash
 640:115:124:19147620:2024-05-05 22:22:45.244810500 +0300:2024-05-05 
22:22:56.608759326 +0300:/var/crash/_usr_bin_gnome-shell.115.crash
 644:115:124:0:2024-05-05 22:22:45.248810482 +0300:2024-05-05 
22:22:45.248810482 +0300:/var/crash/_usr_bin_gnome-shell.115.upload
Date: Mon May  6 22:33:41 2024
ImageMediaBuild: 20210421
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to mantic on 2024-05-06 (0 days ago)
VarLogDistupgradeAptclonesystemstate.tar.gz:
 Error: command ['pkexec', 'cat', 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 
127: Error executing command as another user: Not authorized
 
 This incident has been reported.
VarLogDistupgradeAptlog: Log time: 2024-05-06 22:28:07.951176
VarLogDistupgradeLspcitxt:
 00:00.0 PCI bridge [0604]: Broadcom Inc. and subsidiaries BCM2711 PCIe Bridge 
[14e4:2711] (rev 10)
 01:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805/806 xHCI USB 3.0 
Controller [1106:3483] (rev 01)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 arm64-image dist-upgrade mantic raspi-image

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064955

Title:
  failed do-release-upgrade from 23.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2064955/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1751732] Re: Ubuntu cannot find or detect network adapters

2018-03-12 Thread Pavel-II via ubuntu-bugs
Re: You should confirm that you have the linux-image-extra package
installed for that kernel version.

>aptitude search linux-image | grep ^i
ihA linux-image-4.13.0-32-generic - Linux kernel image for version 4.13.0 on 64 
bit x86 SMP
i A linux-image-4.15.0-10-generic - Linux kernel image for version 4.15.0 on 64 
bit x86 SMP
i  linux-image-4.15.0-10-lowlatency - Linux kernel image for version 4.15.0 on 
64 bit x86 SMP
ihA linux-image-extra-4.13.0-32-generic - Linux kernel extra modules for 
version 4.13.0 on 64 bit x86 SMP
i A linux-image-extra-4.15.0-10-generic - Linux kernel extra modules for 
version 4.15.0 on 64 bit x86 SMP
i  linux-image-extra-virtual - Extra drivers for Virtual Linux kernel image
i  linux-image-generic - Generic Linux kernel image
i  linux-image-lowlatency - lowlatency Linux kernel image

I'm run 
`ubuntu-bug linux-image-4.15.0-10-generic --save 
linux-image-4.15.0-10-generic-br`
after load with 4.15.0-10-generic kernel


** Attachment added: "linux-image-4.15.0-10-generic-br"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751732/+attachment/5077367/+files/linux-image-4.15.0-10-generic-br

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751732

Title:
  Ubuntu cannot find or detect network adapters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751732/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1751732] Re: Ubuntu cannot find or detect network adapters

2018-03-12 Thread Pavel-II via ubuntu-bugs
dmesg output after load with 4.15.0-10-generic kernel


** Attachment added: "dm4.15.0-10-generic"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751732/+attachment/5077341/+files/dm4.15.0-10-generic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751732

Title:
  Ubuntu cannot find or detect network adapters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751732/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1751732] [NEW] Ubuntu cannot find or detect network adapters

2018-02-26 Thread Pavel-II
Public bug reported:

It's only on 4.15.0-10 kernel. 
When I'm boot on 4.13.0-32 `ifconfig` or `ip a` detect wlan0 and eth0, but when 
I'm load 4.15.0-10 kernel `ifconfig` or `ip a` detects only lo.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-10-generic 4.15.0-10.11
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rich   3980 F pulseaudio
Date: Mon Feb 26 11:48:04 2018
InstallationDate: Installed on 2009-11-30 (3009 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027.1)
MachineType: Dell Inc. Inspiron 1501
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic 
root=UUID=a776fd27-d39a-4d60-86e4-ebdef517688e ro text vesafb.invalid=1 
nosplash=1 vesafb.invalid=1
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-32-generic N/A
 linux-backports-modules-4.13.0-32-generic  N/A
 linux-firmware 1.171
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to bionic on 2018-02-01 (24 days ago)
dmi.bios.date: 12/07/2007
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.6.3
dmi.board.name: 0UW744
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.3:bd12/07/2007:svnDellInc.:pnInspiron1501:pvrNotSpecified:rvnDellInc.:rn0UW744:rvr:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 1501
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751732

Title:
  Ubuntu cannot find or detect network adapters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1751732/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1750541] [NEW] filezilla run with error assert "m_widget" failed in Show(): invalid frame

2018-02-20 Thread Pavel-II
Public bug reported:

ASSERT INFO:
../src/gtk/toplevel.cpp(988): assert "m_widget" failed in Show(): invalid frame

BACKTRACE:
[1] wxTopLevelWindowGTK::Show(bool)
[2] wxTopLevelWindowBase::Destroy()
[3] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&)
[4] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[5] wxEvtHandler::TryHereOnly(wxEvent&)
[6] wxEvtHandler::ProcessEventLocally(wxEvent&)
[7] wxEvtHandler::ProcessEvent(wxEvent&)
[8] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[9] wxTimerImpl::SendEvent()
[10] g_main_context_dispatch
[11] g_main_loop_run
[12] gtk_main
[13] wxGUIEventLoop::DoRun()
[14] wxEventLoopBase::Run()
[15] wxAppConsoleBase::MainLoop()
[16] wxEntry(int&, wchar_t**)
[17] __libc_start_main


(gdb) run
Starting program: /usr/bin/filezilla 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Reading locale option from /home//.filezilla/filezilla.xml
setlocale ru_RU.UTF-8 successful
locale set to ru_RU.UTF-8
[New Thread 0x7fffea994700 (LWP 24184)]
[New Thread 0x7fffea0a3700 (LWP 24185)]
[New Thread 0x7fffe8d99700 (LWP 24186)]
[New Thread 0x7fffdbfff700 (LWP 24187)]
[New Thread 0x7fffdb7fe700 (LWP 24188)]
../src/gtk/toplevel.cpp(988): assert "m_widget" failed in Show(): invalid frame

Thread 1 "filezilla" received signal SIGTRAP, Trace/breakpoint trap.
0x779a8ffb in raise () from /lib/x86_64-linux-gnu/libpthread.so.0

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: filezilla 3.28.0-1
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
Date: Tue Feb 20 14:03:49 2018
InstallationDate: Installed on 2009-11-30 (3003 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027.1)
SourcePackage: filezilla
UpgradeStatus: Upgraded to bionic on 2018-02-01 (18 days ago)

** Affects: filezilla (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1750541

Title:
  filezilla run with error assert "m_widget" failed in Show(): invalid
  frame

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/filezilla/+bug/1750541/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738971] Re: libreoffice application error

2017-12-19 Thread Pavel-II
run gdb ./soffice.bin in /usr/lib/libreoffice/program:

>gdb ./soffice.bin 
GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./soffice.bin...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/lib/libreoffice/program/soffice.bin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe034f700 (LWP 2615)]
[New Thread 0x7fffda602700 (LWP 2617)]
[New Thread 0x7fffd9e01700 (LWP 2618)]
[New Thread 0x7fffd8ed9700 (LWP 2619)]
[New Thread 0x7fffcbfff700 (LWP 2620)]
[New Thread 0x7fffcb7fe700 (LWP 2621)]
[New Thread 0x7fffcaffd700 (LWP 2622)]

Thread 1 "soffice.bin" received signal SIGABRT, Aborted.
0x737360bb in raise () from /lib/x86_64-linux-gnu/libc.so.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738971

Title:
  libreoffice application error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1738971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1738971] [NEW] libreoffice application error

2017-12-19 Thread Pavel-II
Public bug reported:

>libreoffice 
/usr/lib/libreoffice/program/javaldx: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory
Warning: failed to read path from javaldx
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: 
libreglo.so: cannot open shared object file: No such file or directory

>locate libreglo.so
/usr/lib/libreoffice/program/libreglo.so

>cd /usr/lib/libreoffice/program/

>libreoffice 
Application Error

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: libreoffice 1:5.4.2-0ubuntu0.17.10.1
ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13
Uname: Linux 4.13.0-19-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.6
Architecture: amd64
CurrentDesktop: XFCE
Date: Tue Dec 19 11:22:37 2017
InstallationDate: Installed on 2009-11-30 (2940 days ago)
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027.1)
SourcePackage: libreoffice
UpgradeStatus: Upgraded to artful on 2017-08-31 (109 days ago)

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738971

Title:
  libreoffice application error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1738971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs