[Touch-packages] [Bug 2003098] Re: whoopsie-upload-all: package specific hooks not run
This bug was fixed in the package apport - 2.26.0-0ubuntu2 --- apport (2.26.0-0ubuntu2) lunar; urgency=medium * fix: Mock query to Github in integration test -- Benjamin Drung Fri, 24 Feb 2023 16:17:43 +0100 ** Changed in: apport (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/2003098 Title: whoopsie-upload-all: package specific hooks not run Status in Apport: Fix Released Status in apport package in Ubuntu: Fix Released Bug description: Commit f8edc7280d492e710218c193e53542f1f86cfa91 (for fixing bug #1983481) introduces a regression: The package specific hooks are not run in whoopsie-upload-all because add_hooks_info is called with ui=None. add_hooks_info will raise an AssertionError for ui=None. To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/2003098/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1724623] Re: Update ubuntu cloud info
This bug was fixed in the package apport - 2.26.0-0ubuntu2 --- apport (2.26.0-0ubuntu2) lunar; urgency=medium * fix: Mock query to Github in integration test -- Benjamin Drung Fri, 24 Feb 2023 16:17:43 +0100 ** Changed in: apport (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1724623 Title: Update ubuntu cloud info Status in Apport: Fix Released Status in apport package in Ubuntu: Fix Released Status in cloud-init package in Ubuntu: Incomplete Bug description: add_cloud_info() in data/general-hooks/ubuntu.py needs an overhaul. Issues: - Using the presence of cloud-init to flag an image as a cloud image is incorrect now that ubuntu-server includes cloud-init (and ubuntu-core images) - Using the presence of EC2 metadata source is incorrect as many non-EC2 clouds provide EC2 metadata. Thus we have bugs like bug #1722946 that are tagged as an 'ec2-images' bug which are clearly on openstack - Marking all bugs that have cloud-init but no EC2 metadata source as an 'uec-images' bug uses a name that no longer has meaning. Solution: - If cloud-init is present, check for /etc/cloud/build.info to indicate an Ubuntu cloud images, tag as 'cloud-images'. Pull the build_name and serial from that file into the bug comments. - If cloud-init is present, check for the presence of /run/cloud-init/cloud.cfg. Parse this yaml to determine the datasource type. Add the datasource used to the bug comment. I have filed bug #1724626 to ask cloud-init development to surface more information from ds-identify to help ID the cloud so that we can better tag/annotate the bug. There may also be some info we can get to indicate the image ID on more clouds than just AWS. At a minimum I would like to see dsidentify make the EC2 platform it found available for consumers in cloud.cfg. This would allow us to identify AWS EC2 from look-alike datasources so that we can tag a bug as ec2-images for bug really on AWS and add EC2 specific fields to the description/attachments. To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/1724623/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1562477] Re: apport-retrace crashed with TypeError in error(): not enough arguments for format string
This bug was fixed in the package apport - 2.26.0-0ubuntu2 --- apport (2.26.0-0ubuntu2) lunar; urgency=medium * fix: Mock query to Github in integration test -- Benjamin Drung Fri, 24 Feb 2023 16:17:43 +0100 ** Changed in: apport (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1562477 Title: apport-retrace crashed with TypeError in error(): not enough arguments for format string Status in Apport: Fix Released Status in apport package in Ubuntu: Fix Released Bug description: Retracing the crash of window-buttons applet produced this error. ``` Traceback (most recent call last): File "/usr/bin/apport-retrace", line 301, in options.dynamic_origins) File "/usr/lib/python2.7/dist-packages/apport/sandboxutils.py", line 204, in make_sandbox apport.fatal(str(e)) File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 35, in fatal error(msg, *args) File "/usr/lib/python2.7/dist-packages/apport/__init__.py", line 44, in error sys.stderr.write(msg % args) TypeError: not enough arguments for format string ``` ProblemType: Crash DistroRelease: Ubuntu 16.04 Package: apport-retrace 2.20-0ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6 Uname: Linux 4.4.0-15-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 CrashCounter: 1 CurrentDesktop: GNOME-Flashback:Unity Date: Sun Mar 27 17:32:09 2016 EcryptfsInUse: Yes ExecutablePath: /usr/bin/apport-retrace InstallationDate: Installed on 2015-09-28 (180 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) InterpreterPath: /usr/bin/python2.7 PackageArchitecture: all ProcCmdline: /usr/bin/python /usr/bin/apport-retrace -S system -C /home/username/.cache/apport/retrace -v --gdb /var/crash/_usr_lib_gnome-window-applets_windowbuttons.1000.crash PythonArgs: ['/usr/bin/apport-retrace', '-S', 'system', '-C', '/home/username/.cache/apport/retrace', '-v', '--gdb', '/var/crash/_usr_lib_gnome-window-applets_windowbuttons.1000.crash'] SourcePackage: apport Title: apport-retrace crashed with TypeError in error(): not enough arguments for format string UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip docker kismet libvirtd lp lpadmin lxd mail mythtv plugdev sambashare sudo vboxusers To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/1562477/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1996040] Re: apport-unpack cannot load gitkraken crash report - 'ascii' codec can't decode byte 0xfc in position 56
This bug was fixed in the package apport - 2.26.0-0ubuntu2 --- apport (2.26.0-0ubuntu2) lunar; urgency=medium * fix: Mock query to Github in integration test -- Benjamin Drung Fri, 24 Feb 2023 16:17:43 +0100 ** Changed in: apport (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1996040 Title: apport-unpack cannot load gitkraken crash report - 'ascii' codec can't decode byte 0xfc in position 56 Status in Apport: Fix Released Status in apport package in Ubuntu: Fix Released Status in apport source package in Kinetic: New Bug description: Impact == apport-unpack and whoopsie-upload-all can crash when fed with a malformed problem report. They should print a proper error message instead of crashing. This bug does not happen that often, but the fix for this bug is the foundation for the fix for bug #1995100. Test Plan = 1. Create malformed report: ``` printf 'AB\xfc:CD\n' > malformed.crash ``` 2. Try to unpack it: ``` apport-unpack malformed.crash unpack ``` It should print an error message instead of a stack trace. Where problems could occur == The patch touches the problem report handling and therefore can affect apport-unpack, apport-bug, whoopsie-upload-all. The change is covered with tests and apport has a test suite running during build and as autopkgtest. Original report === The latest GitKraken client (8.10.2 x64) is crashed every minute in cycle when you doing a rebase. When I try to inspect crash log to find the reason, the apport-unpack is not be able to process it: /var/lib/apport/coredump$ sudo apport-unpack core._snap_gitkraken_199_usr_share_gitkraken_gitkraken.1000.5de91c04-23ab-45c8-933c-0466d56e9fad.135785.50225891 unpack [sudo] пароль для mingun: Traceback (most recent call last): File "/usr/bin/apport-unpack", line 59, in pr.load(f, binary=False) File "/usr/lib/python3/dist-packages/problem_report.py", line 194, in load key = key.decode('ASCII') UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 56: ordinal not in range(128) Unfortunately, crash file is too big (~9GB) and does not compress further To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/1996040/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 306401] Re: Brother MFC8840D errors on 1st print job
Ubuntu/Kubuntu usw: Brother drucker Error Name : Configurationerror usw. Mit folgende Methode habe ich erfolg bekommen. Mein Drucker Brother MFC-8440 1. von brother homepage neueste treiber install tool für Ihre Drucker download z.B. in Directory Download. 2. cd Download 3. sudo gunzip linux-brprinter-installer-*.gz ergibt linux-brprinter-installer-2.2.3-1 und BR8440_2_GPL.ppd 4.sudo bash linux-brprinter-installer-* mfc-8440 # hier Ihre drucker bezeichnung. 5. kommt meldung : Will you specify the Device URI? [Y/n] no für usb drucker, yes für netzwerk drucker. 6. suchen Sie nummer für IP Adresse eintippen. Bei mir war 13 : 192.198.0.50 return # das ist drucker ip 7. wenn Sie jetzt versuchen zu drucken , kommt Error Name usw. Deshalb, versuchen Sie nicht zu drucken. 8. bitte führen Sie zuerst folgende Befehl aus sudo apt install printer-driver-brlaser brother-cups-wrapper- common brother-cups-wrapper-extra brother-cups-wrapper-laser brother-cups-wrapper-laser1 brother-lpr-drivers-common brothe r-lpr-drivers-extra brother-lpr-drivers-laser brother-lpr-drivers-laser1 dadurch wird irgend welche sachen in cups geändert. 9. Jetzt versuchen Sie mit Libre Office (oder mit entsprechenden Programm ) text zu drucker. Kommt richtig ohne error ? 10. viel spass. 11. versuchen Sie nochmals mit ein/aus schalten von drucker und rechner. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/306401 Title: Brother MFC8840D errors on 1st print job Status in cups package in Ubuntu: Fix Released Bug description: Printing the 1st time to printer after printer power-up errors. The second and all subsequent attempts to print succeed with no errors. Happens on first try to print regardless of application (Open Office, Firefox); always succeeds an second and later trys. Error message printed: " ERROR NAME; configurationerror COMMAND; setpagedeviceOPERAND STACK; --dictype-- " Ran troubleshooter and logged while it failed to print sample from troubleshooter menu. File is attached. Printer is: Brother MFC-8840D on network (fixed ip address / cups. Ubuntu 8.10 Intrepid cups 1.3.9-2ubuntu3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cups/+bug/306401/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 1930914] Re: ubuntu-minimal depends on ubuntu-advantage-tools
This is indeed a defect--marking it "wontfix" is not helpful. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/1930914 Title: ubuntu-minimal depends on ubuntu-advantage-tools Status in ubuntu-meta package in Ubuntu: Won't Fix Bug description: This is counter to #1566183 There is no reason to enforce desktop users who manage machine on their own to install ubuntu-advantage- tools, especially when this is 'minimal' version. This should include only essential packages to make the OS functional ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubuntu-minimal 1.450.2 ProcVersionSignature: Ubuntu 5.4.0-73.82-lowlatency 5.4.106 Uname: Linux 5.4.0-73-lowlatency x86_64 NonfreeKernelModules: nvidia_modeset nvidia ApportVersion: 2.20.11-0ubuntu27.18 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Jun 4 18:54:56 2021 InstallationDate: Installed on 2020-01-29 (491 days ago) InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Release amd64 (20191017) SourcePackage: ubuntu-meta UpgradeStatus: Upgraded to focal on 2020-06-27 (342 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1930914/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2008592] Re: editing python code with idle
** Attachment removed: "CoreDump.gz" https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/2008592/+attachment/5649994/+files/CoreDump.gz ** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ibus in Ubuntu. https://bugs.launchpad.net/bugs/2008592 Title: editing python code with idle Status in ibus package in Ubuntu: New Bug description: Using raspPi400, insert using combination of keyboard keys, Shift-Fn- Delete/Insert. ProblemType: Crash DistroRelease: Ubuntu 23.04 Package: ibus 1.5.28-1 Uname: Linux 5.19.0-1012-raspi aarch64 Architecture: arm64 CurrentDesktop: ubuntu:GNOME Date: Sat Feb 25 15:12:32 2023 ExecutablePath: /usr/libexec/ibus-x11 ExecutableTimestamp: 1677098999 ProcCmdline: /usr/libexec/ibus-x11 ProcCwd: /home/hcmeyer ProcEnviron: LANG=en_US.UTF-8 PATH=(custom, no user) SHELL=/bin/bash XDG_RUNTIME_DIR= Signal: 11 SourcePackage: ibus UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/2008592/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2003331] Re: Can't log in to lunar x11 session
Just made a normal installation which succeeded. The issue reported here seems to be unrelated to ubuntu-meta. ** Changed in: ubuntu-meta (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu. https://bugs.launchpad.net/bugs/2003331 Title: Can't log in to lunar x11 session Status in ubuntu-meta package in Ubuntu: Invalid Status in virtualbox package in Ubuntu: New Bug description: On a freshly installed and updated lunar in VirtualBox it doesn't let me log in to Ubuntu on Xorg. I'm just bumped back to the login screen. journalctl extract attached. On my regular (updated) lunar install, logging in to Ubuntu on Xorg works fine. But that's anything but a fresh install. Missing dependency? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/2003331/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
[Touch-packages] [Bug 2000448] Re: Trying to install libudev-dev uninstalls important system stuff
[Expired for systemd (Ubuntu) because there has been no activity for 60 days.] ** Changed in: systemd (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/2000448 Title: Trying to install libudev-dev uninstalls important system stuff Status in repos: Invalid Status in systemd package in Ubuntu: Expired Bug description: Ubuntu version: I am using Linux Mint but apt-policy says the package is in the Ubuntu repos. The version of Mint I am using is Mint 21, which is based on Ubuntu 22.04. Package version: 249.11-0ubuntu3.6 Expected: libudev-dev installs without removing anything important. Actual: apt tries to remove important system packages like xorg and network-manager. The first time I encountered this issue I was using -y with apt, so it removed the important stuff and I had to reinstall my Mint. My files are safe but my Christmas was ruined. P.S. please fix this ASAP as I need that package to use one of my Christmas gifts To manage notifications about this bug go to: https://bugs.launchpad.net/repos/+bug/2000448/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp