[Bug 2085070] Re: [SRU] glusterd should not be automaticly restarted

2024-11-08 Thread Alexander van Kaam
just to clarify and so you can reproduce it

1) a mount unit to mount a glusterfs  shared.mount

[Unit]
Description=Mount GlusterFS Volume /shared
Requires=glusterd.service
After=glusterd.service


2) an application (java) unit that needs the /shared

[Unit]
Description=Application Service
After=network.target shared.mount
Requires=shared.mount

A restart of the glusterd will restart the shared.mount will restart the
application.service.

Regards,

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

Title:
  [SRU] glusterd should not be automaticly restarted

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


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

[Bug 2080698] Re: Window movements can cause full framebuffer damage

2024-11-01 Thread Bryan Alexander
** Description changed:

  Upstream bug: https://gitlab.gnome.org/GNOME/mutter/-/issues/3630
  Upstream fix: 
https://gitlab.gnome.org/GNOME/mutter/-/commit/030270ba3bf14b23a2d7a5371cf158ff2591f327
  
+ This should be patched in Noble.
  
- This should be patched in Noble.
+ ## Steps to Reproduce
+ 1.  Set up an Ubuntu VM and log in
+ 2.  Launch the Looking Glass debugger by pressing `Alt+F2`, typing `lg`, and 
pressing Enter
+ 3.  Navigate to the "Flags" tab in the top right corner of the debug window
+ 4.  Scroll down and enable the `PAINT_DAMAGE_REGION` flag. By enabling this 
flag, a red overlay will appear to show regions where the screen is being 
redrawn and helps visualize framebuffer damage.
+ 5.  Proceed to reproduce the issues listed in this bug report by performing 
actions such as:
+ -   Opening a new window
+ -   Dragging a window across the screen
+ -   Resizing any window
+ -   Changing window stacking order

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

Title:
  Window movements can cause full framebuffer damage

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/2080698/+subscriptions


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

[Bug 2086110] [NEW] setupcon fails to set console font in 24.04 LTS

2024-10-30 Thread Alexander Amelkin
Public bug reported:

Package version 1.226ubuntu1 in 24.04 LTS contains the following patch
hunk to `setupcon` relative to the base version 1.226:

```
@@ -665,12 +662,19 @@
 CONSOLE_MAP=${CONSOLE_MAP:-$ACM}
 [ -z "$CONSOLE_MAP" ] || CONSOLE_MAP=`findfile $mapdir "$CONSOLE_MAP"`
 [ -n "$CONSOLE_MAP" -o "$CHARMAP" = UTF-8 ] || CONSOLE_MAP=`findfile $mapdir 
$stdmap`
+[ -n "$CONSOLE_MAP" -o "$CHARMAP" = UTF-8 ] || CONSOLE_MAP=`findfile $mapdir 
${stdmap%.gz}`
 
 # FONTFILES
 FONTFILES=''
 if [ "$FONT" ]; then
 for f in $FONT; do
 FONTFILES="$FONTFILES `findfile $fontdir $f`"
+RES=`findfile $fontdir $f`
+if [ -z "$RES" ]; then
+fdec="${f%.gz}"
+RES=`findfile $fontdir $fdec`
+fi
+FONTFILES="$FONTFILES $RES"
 done
 fi
 FONTFILES=`echo $FONTFILES` # remove extra spaces

```

As a result of this patch, the font file name gets twice into `FONTFILES`.
That, in turn, results in the following output from `setupcon -v`:

```
executing setfont -C /dev/tty1 
/usr/share/consolefonts/Uni2-Terminus28x14.psf.gz 
/usr/share/consolefonts/Uni2-Terminus28x14.psf.gz.
setfont: INFO setfont.c:336 kfont_load_fonts: Read 512-char 14x28 font from 
file /usr/share/consolefonts/Uni2-Terminus28x14.psf.gz
setfont: INFO setfont.c:336 kfont_load_fonts: Read 512-char 14x28 font from 
file /usr/share/consolefonts/Uni2-Terminus28x14.psf.gz
setfont: INFO setfont.c:164 try_loadfont: Loading 1024-char 14x28 font
setfont: ERROR kdfontop.c:211 put_font_kdfontop: ioctl(KDFONTOP): Invalid 
argument

```

and the font is NOT set.

Removing this line (671) fixes the problem:

```
FONTFILES="$FONTFILES `findfile $fontdir $f`"
```

The patch with the fix is attached.

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "Proposed fix"
   
https://bugs.launchpad.net/bugs/2086110/+attachment/5833098/+files/console-setup.patch

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

Title:
  setupcon fails to set console font in 24.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/2086110/+subscriptions


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

[Bug 2052137] Re: bonded link goes down on reconfigure

2024-10-21 Thread Alexander
I understand. Thank you for the time spent on that issue, we appreciate
the effort.

Have a nice day =)

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

Title:
  bonded link goes down on reconfigure

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/2052137/+subscriptions


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

[Bug 2085070] [NEW] glusterd should not be automaticly restarted

2024-10-20 Thread Alexander van Kaam
Public bug reported:

As requested in https://discourse.ubuntu.com/t/needrestart-changes-in-
ubuntu-24-04-service-restarts/44671

Glusterd should not automaticly restart after an update.
Other services can depend on it and because of that also get an unwanted / 
unplanned restart.
besides I don't think its smart to restart a FS which is basicly what you are 
doing.

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

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

Title:
  glusterd should not be automaticly restarted

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


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

[Bug 2052137] Re: bonded link goes down on reconfigure

2024-10-14 Thread Alexander
Hello Nick,

Thank you for your follow up on that matter.

So far, we are still experiencing this issue, because until we upgrade
to 24.04 there is some time we have to use 22.04 for sure.

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

Title:
  bonded link goes down on reconfigure

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/2052137/+subscriptions


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

[Bug 2084400] [NEW] Cannot add a VPN with "cipher AES-256-CBC"

2024-10-13 Thread Alexander Koskovich
Public bug reported:

If I add a VPN with "cipher AES-256-CBC" in the config it is unable to
connect.

Logs show:
Oct 13 19:08:54 prism nm-openvpn[43079]: OPTIONS ERROR: failed to negotiate 
cipher with server.  Add the server's cipher ('AES-256-CBC') to --data-ciphers 
(currently 'AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305') if you want to connect 
to this server.
Oct 13 19:08:54 prism nm-openvpn[43079]: ERROR: Failed to apply push options


There is an upstream issue here: 
https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/issues/145

nmcli connection modify CONNECTION_NAME +vpn.data "data-ciphers =
AES-256-CBC" resolves my issue.

** Affects: network-manager-openvpn (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: oracular

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

Title:
  Cannot add a VPN with "cipher AES-256-CBC"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/2084400/+subscriptions


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

[Bug 2084107] Re: Splash does not show up on Ubuntu 24.10 with TPM FDE

2024-10-10 Thread Alexander Koskovich
update-grub doesn't exist on TPM FDE installs, changing
/etc/default/grub doesn't have any effect

If I escape to the grub menu early on I only have a single "run" option
and when I hit c to edit it I have no kernel options to modify. It just
specifies the rootfs.

Looking at https://ubuntu.com/core/docs/full-disk-encryption:
"TPM-based FDE seals the FDE secret key to the full EFI state, including the 
kernel command line, which is subsequently unsealed by the initrd code in the 
secure-boot protected kernel.efi at boot time."

Which explains why my system fails to boot when I modify it. Not sure
how to debug this.

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

Title:
  Splash does not show up on Ubuntu 24.10 with TPM FDE

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


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

[Bug 2084107] Re: Splash does not show up on Ubuntu 24.10 with TPM FDE

2024-10-10 Thread Alexander Koskovich
I can't boot up to confirm. When I add parameters to the grub
configuration it prompts for recovery key. Even if I provide the correct
recovery key it starts the reboot task and loops, forcing me to
reinstall.

I can confirm that plymouth.use-simpledrm is not apart of the cmdline on
a fresh 24.10 install though.

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

Title:
  Splash does not show up on Ubuntu 24.10 with TPM FDE

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


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

[Bug 2084107] Re: Splash does not show up on Ubuntu 24.10 with TPM FDE

2024-10-10 Thread Alexander Koskovich
Seems like any changes would have to be added here?
https://github.com/canonical/pc-amd64-gadget-
desktop/blob/24/extra/cmdline.extra

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

Title:
  Splash does not show up on Ubuntu 24.10 with TPM FDE

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


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

[Bug 2084107] Re: Splash does not show up on Ubuntu 24.10 with TPM FDE

2024-10-10 Thread Alexander Koskovich
I tried but seems the grub stuff is different with TPM FDE, looks more
like Ubuntu Core? Tried appending to  the other options with dynamic
kernel option modifications at https://ubuntu.com/core/docs/modify-
kernel-options but didn't take effect.

Tried "Static boot option modifications" and was prompted for recovery
key on the next boot.

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

Title:
  Splash does not show up on Ubuntu 24.10 with TPM FDE

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


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

[Bug 2084107] Re: Splash does not show up on Ubuntu 24.10 with TPM FDE

2024-10-09 Thread Alexander Koskovich
** Attachment added: "plymouth-debug.zip"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/2084107/+attachment/5826655/+files/plymouth-debug.zip

** Attachment removed: "journalctl.log"
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/2084107/+attachment/5826654/+files/journalctl.log

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

Title:
  Splash does not show up on Ubuntu 24.10 with TPM FDE

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


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

[Bug 2084107] [NEW] Splash does not show up on Ubuntu 24.10 with TPM FDE

2024-10-09 Thread Alexander Koskovich
Public bug reported:

In addition to the splash not showing up, it also causes the system to
hang on power down.

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


** Tags: oracular

** Attachment added: "journalctl.log"
   
https://bugs.launchpad.net/bugs/2084107/+attachment/5826654/+files/journalctl.log

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

Title:
  Splash does not show up on Ubuntu 24.10 with TPM FDE

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
Added ubuntu-desktop-provision and ubuntu-desktop-bootstrap because
error messages wants me to file bug against the ubuntu-desktop-bootstrap
package, but I can't just ubuntu-bug subiquity or ubuntu-bug ubuntu-
desktop-bootstrap, because it says not installed.. because it's not a
debian package, it's a snap package.. so that's why some logs can be
missing from bug report.. because ubuntu-bug/apport is not able to
collect the right information..

Ubuntu website have no information about how to file bug against system
snap packages as I can see..

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

Title:
  Ubuntu 24.10 installer crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-bootstrap/+bug/2083067/+subscriptions


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
** Also affects: ubuntu-desktop-provision
   Importance: Undecided
   Status: New

** Also affects: ubuntu-desktop-bootstrap
   Importance: Undecided
   Status: New

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

Title:
  Ubuntu 24.10 installer crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-bootstrap/+bug/2083067/+subscriptions


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
it also crashes on my pc when choosing English.

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

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
Can someone other than me please test install Ubuntu 24.10 in Norwegian bokmål 
as soon as possible to verify that it is not only me that have this problem? 
So Ubuntu does not have to postpone/delay the final release without reason..

I know upgrade from 24.04 LTS is working without problems on the same PC

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

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
** Description changed:

- Not able to install ubuntu 24.10 on vmware workstation because installer
- crashes when I choose install drivers and other software before starting
- the actual install.
+ Not able to install ubuntu 24.10 because installer crashes. Language
+ Norwegian Bokmål nb-no

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

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
** Attachment added: "subiquity-server-debug.log"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2083067/+attachment/5826570/+files/subiquity-server-debug.log

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

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
Same crash also with the iso from iso tracker on oracular stable testing
I see now..

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

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
** Attachment added: "curtin-install.log"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2083067/+attachment/5826569/+files/curtin-install.log

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

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crashes

2024-10-09 Thread Alexander Vinbæk Strand
I was able to reproduce the crash on another PC.. and it's the same crash 
either if I choose standard or extended
Language Norwegian bokmål nb-no
This is not very good I think, because it's the day before stable release now..

** Summary changed:

- Ubuntu 24.10 installer crash when selecting install drivers. Vmware 
workstation pro 17
+ Ubuntu 24.10 installer crashes

** Attachment added: "ubuntu_bootstrap.log"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2083067/+attachment/5826568/+files/ubuntu_bootstrap.log

** Changed in: subiquity (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/2083067

Title:
  Ubuntu 24.10 installer crashes

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


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

[Bug 2077213] Re: Cursor 4x normal size only in this app

2024-10-03 Thread Alexander Koskovich
No longer an issue on the latest 24.10 nightly.

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Fix Released

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

Title:
  Cursor 4x normal size only in this app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2077213/+subscriptions


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

[Bug 2058823] Re: ubuntu 24.04 installer crash

2024-10-03 Thread Alexander Koskovich
Can no longer reproduce this issue after the installer switched to
Wayland.

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

Title:
  ubuntu 24.04 installer crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-desktop-provision/+bug/2058823/+subscriptions


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

[Bug 2083598] [NEW] Machine found rebooted into busybox overnight

2024-10-03 Thread Alexander Koskovich
Public bug reported:

Went to bed with my machine sitting at the desktop with a display
timeout set to 15 minutes (did not enable automatic sleep).

Woke up to my machine in busybox and unable to boot until I ran e2fsck
on my disk.

ProblemType: Bug
DistroRelease: Ubuntu 24.10
Package: linux-image-6.11.0-8-generic 6.11.0-8.8
ProcVersionSignature: Ubuntu 6.11.0-8.8-generic 6.11.0
Uname: Linux 6.11.0-8-generic x86_64
ApportVersion: 2.30.0-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct  3 06:19:45 2024
InstallationDate: Installed on 2024-10-02 (1 days ago)
InstallationMedia: Ubuntu 24.10 "Oracular Oriole" - Beta amd64 (20241002)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
MachineType: ASUS ROG CROSSHAIR X670E HERO
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-8-generic 
root=UUID=0cfad749-5f02-4b36-83c4-6d65e0f1fd05 ro quiet splash 
crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M
RelatedPackageVersions:
 linux-restricted-modules-6.11.0-8-generic N/A
 linux-backports-modules-6.11.0-8-generic  N/A
 linux-firmware20240913.gita34e7a5f-0ubuntu2
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/24/2024
dmi.bios.release: 24.3
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2403
dmi.board.asset.tag: Default string
dmi.board.name: ROG CROSSHAIR X670E HERO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2403:bd09/24/2024:br24.3:svnASUS:pnROGCROSSHAIRX670EHERO:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnROGCROSSHAIRX670EHERO:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:skuSKU:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: ROG CROSSHAIR X670E HERO
dmi.product.sku: SKU
dmi.product.version: System Version
dmi.sys.vendor: ASUS

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


** Tags: amd64 apport-bug oracular

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

Title:
  Machine found rebooted into busybox overnight

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


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

[Bug 2061687] Re: Snapshot doesn't work until camera is unplugged and plugged back in or pipewire or wireplumber is restarted

2024-10-02 Thread Alexander Browne
I can try it when I am at home tonight (about 10 hours from now).

I haven't been following the details of this bug. Am I right that after
installing this package, the idea is that if I open Snapshot the camera
should just work?

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

Title:
  Snapshot doesn't work until camera is unplugged and plugged back in or
  pipewire or wireplumber is restarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2061687/+subscriptions


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

[Bug 2083496] Re: Installation of Fuse for AppImage Support Causes GDM Failure

2024-10-02 Thread Alexander La Barge
Update:

This broke the system a little further than expected - nautilius
missing, icons not showing up, etc..

Fix:

sudo apt update && sudo apt install --reinstall ubuntu-desktop && sudo
reboot now

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

Title:
  Installation of Fuse for AppImage Support Causes GDM Failure

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


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

[Bug 2083496] [NEW] Installation of Fuse for AppImage Support Causes GDM Failure

2024-10-02 Thread Alexander La Barge
Public bug reported:

Installing fuse on Ubuntu 24.04 removes `ubuntu-session`, leading to a
broken GDM on reboot

Steps to reproduce:
1. Install fuse on a fresh Ubuntu 24.04 system:
   
   sudo apt install fuse

2. Reboot the system.

Expected behavior:
GDM should start normally without issues after the reboot.

Actual behavior:
On reboot, the system gets stuck at the `stop plymouth` and `start gdm` parts 
of the boot process, making it impossible to reach the login screen.

Workaround:
To fix this issue, I had to:
1. Switch to a different TTY, log in and execute following commands:
   sudo apt remove fuse
   sudo apt install ubuntu-session
   sudo reboot
2. If `fuse` functionality is needed, install `fuse3` instead:
   sudo apt install fuse3

Additional notes:
- Installing `fuse2` seems to break the system by removing `ubuntu-session`, 
which is critical for `gdm` and the GNOME desktop environment to function 
properly.
- It's unclear why `fuse2` is still the default when using `apt install fuse`, 
as it breaks the session manager and leads to this boot issue.

Recommendation:
Package fuse2 be updated for 24.04 to conduct GDM sanity check/ resolve 
dependecy errors for ubuntu-session being removed during installation process.

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

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

Title:
  Installation of Fuse for AppImage Support Causes GDM Failure

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


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

[Bug 2083067] Re: Ubuntu 24.10 installer crash when selecting install drivers

2024-09-27 Thread Alexander Vinbæk Strand
Here is more details about the crash.

** Attachment added: "Crash.txt"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2083067/+attachment/5822602/+files/Crash.txt

** Package changed: software-properties (Ubuntu) => subiquity (Ubuntu)

** Description changed:

- Not able to install ubuntu 24.10 because installer crashes when I choose
- install drivers and other software before starting the actual install.
+ Not able to install ubuntu 24.10 on vmware workstation because installer
+ crashes when I choose install drivers and other software before starting
+ the actual install.

** Summary changed:

- Ubuntu 24.10 installer crash when selecting install drivers
+ Ubuntu 24.10 installer crash when selecting install drivers. Vmware 
workstation pro 17

** Tags added: oracular

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

Title:
  Ubuntu 24.10 installer crash when selecting install drivers. Vmware
  workstation pro 17

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


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

[Bug 2083067] [NEW] Ubuntu 24.10 installer crash when selecting install drivers. Vmware workstation pro 17

2024-09-27 Thread Alexander Vinbæk Strand
Public bug reported:

Not able to install ubuntu 24.10 on vmware workstation because installer
crashes when I choose install drivers and other software before starting
the actual install.

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


** Tags: oracular

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

Title:
  Ubuntu 24.10 installer crash when selecting install drivers. Vmware
  workstation pro 17

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


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

[Bug 2080800] [NEW] Ubuntu 22.04 not upgrading to 24.04

2024-09-15 Thread Alexander Piperski
Public bug reported:

Ubuntu 22.04 not upgrading to 24.04

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.20
ProcVersionSignature: Ubuntu 6.8.0-40.40~22.04.3-generic 6.8.12
Uname: Linux 6.8.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.6
Architecture: amd64
CasperMD5CheckResult: pass
CrashDB: ubuntu
CrashReports: 640:1000:124:14968734:2024-09-13 12:26:13.394255039 
+0200:2024-09-13 12:26:11.478220800 
+0200:/var/crash/_opt_kingsoft_wps-office_office6_wpscloudsvr.1000.crash
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 15 22:46:28 2024
InstallationDate: Installed on 2023-05-25 (479 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to jammy on 2024-09-15 (0 days ago)
VarLogDistupgradeAptHistorylog:
 Start-Date: 2024-09-15  22:43:09
 Requested-By: apiperski (1000)
 End-Date: 2024-09-15  22:43:09
VarLogDistupgradeApttermlog:
 Log started: 2024-09-15  22:43:09
 Log ended: 2024-09-15  22:43:09
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade jammy

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

Title:
  Ubuntu 22.04 not upgrading to 24.04

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


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

[Bug 2080786] [NEW] package mysql-server-8.0 8.0.39-0ubuntu0.24.04.2 failed to install/upgrade: подпроцесс из пакета mysql-server-8.0 установлен сценарий post-installation возвратил код ошибки 1

2024-09-15 Thread Alexander Vinukurov
Public bug reported:

alexander@alexander-ASUS-TUF-Gaming-F17-FX706LI-FX706LI:~$ sudo apt install 
mysql-server-8.0 -y
Чтение списков пакетов… Готово
Построение дерева зависимостей… Готово
Чтение информации о состоянии… Готово 
Уже установлен пакет mysql-server-8.0 самой новой версии 
(8.0.39-0ubuntu0.24.04.2).
Обновлено 0 пакетов, установлено 0 новых пакетов, для удаления отмечено 0 
пакетов, и 8 пакетов не обновлено.
Установлено или удалено не до конца 1 пакетов.
После данной операции объём занятого дискового пространства возрастёт на 0 B.
Настраивается пакет mysql-server-8.0 (8.0.39-0ubuntu0.24.04.2) …
Renaming removed key_buffer and myisam-recover options (if present)
mysqld will log errors to /var/log/mysql/error.log
2024-09-15T17:07:01.200500Z 0 [ERROR] [MY-010946] [Server] Failed to start 
mysqld daemon. Check mysqld error log.
Warning: Unable to start the server.
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for 
details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - MySQL Community Server
 Loaded: loaded (/usr/lib/systemd/system/mysql.service; enabled; preset: 
enabled)
 Active: activating (auto-restart) (Result: exit-code) since Sun 2024-09-15 
19:07:09 CEST; 6ms ago
Process: 44701 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre 
(code=exited, status=0/SUCCESS)
Process: 44709 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
   Main PID: 44709 (code=exited, status=1/FAILURE)
 Status: "Server shutdown complete"
  Error: 22 (Недопустимый аргумент)
CPU: 480ms
dpkg: ошибка при обработке пакета mysql-server-8.0 (--configure):
 подпроцесс из пакета mysql-server-8.0 установлен сценарий post-installation 
возвратил код ошибки 1
При обработке следующих пакетов произошли ошибки:
 mysql-server-8.0
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: mysql-server-8.0 8.0.39-0ubuntu0.24.04.2
ProcVersionSignature: Ubuntu 6.8.0-44.44-generic 6.8.12
Uname: Linux 6.8.0-44-generic x86_64
NonfreeKernelModules: zfs nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sun Sep 15 18:54:29 2024
ErrorMessage: подпроцесс из пакета mysql-server-8.0 установлен сценарий 
post-installation возвратил код ошибки 1
InstallationDate: Installed on 2024-08-26 (20 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: my.cnf links to /etc/mysql/mysql.cnf
MySQLVarLibDirListing: ['#ib_16384_0.dblwr', 'performance_schema', 'auto.cnf', 
'binlog.02', '#ib_16384_1.dblwr', 'server-cert.pem', 'public_key.pem', 
'ca-key.pem', 'ib_buffer_pool', 'client-cert.pem', 'private_key.pem', 
'ibdata1', '#innodb_temp', 'sys', 'debian-5.7.flag', 'server-key.pem', 
'mysql_upgrade_history', 'client-key.pem', 'mysql', 'undo_001', 'undo_002', 
'mysql.ibd', 'binlog.index', 'binlog.01', '#innodb_redo', 'ca.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-6.8.0-44-generic 
root=UUID=92278867-5bb2-4bc4-8f42-302d8ab2c362 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6.1
 apt  2.7.14build2
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.39-0ubuntu0.24.04.2 failed to 
install/upgrade: подпроцесс из пакета mysql-server-8.0 установлен сценарий 
post-installation возвратил код ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package noble

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

Title:
  package mysql-server-8.0 8.0.39-0ubuntu0.24.04.2 failed to
  install/upgrade: подпроцесс из пакета mysql-server-8.0 установлен
  сценарий post-installation возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/2080786/+subscriptions


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

[Bug 2080374] [NEW] Unable to change refresh rate and scaling for display

2024-09-11 Thread Alexander Koskovich
Public bug reported:

Ubuntu 24.10 (on 2024-09-11)

ROG CROSSHAIR X670E HERO
AMD Ryzen 9 7950X
94GB DDR5
AMD Radeon RX 7900 XTX


When I attempt to switch from 60Hz to 239.99Hz the apply button is greyed out 
and it says "Changes could not be applied, this could be due to hardware 
limitations.

The same error happens when I attempt to switch from 100% scaling to any
other scale.

Here is the warning that pops up when I attempt either:
cc-display-panel[ 5534]: WARNING: Config not applicable: 
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Monitor modes in logical 
monitor conflict

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: oracular

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

Title:
  Unable to change refresh rate and scaling for display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2080374/+subscriptions


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

[Bug 2063110] Re: rtorrent crashes on startup

2024-08-19 Thread Alexander Fougner
verification done with

docker run -it ubuntu:24.04 sh -c 'apt update && apt install -y wget rtorrent &&
  wget 
https://launchpad.net/ubuntu/+source/rtorrent/0.9.8-1ubuntu0.1/+build/28881881/+files/rtorrent_0.9.8-1ubuntu0.1_amd64.deb
 &&
  dpkg -i rtorrent_0.9.8-1ubuntu0.1_amd64.deb &&
  rtorrent -s ~'

result: rtorrent tui successfully loads and can be interacted with.

also upgraded to the corrected package (0.9.8-1ubuntu0.1) on my server
and it fixes the bug.


** Tags removed: verification-needed-noble
** Tags added: verification-done-noble

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

Title:
  rtorrent crashes on startup

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


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

[Bug 1056512] Re: [needs-packaging] Source Code Pro

2024-08-18 Thread Alexander Browne
I'm excited that Source Sans 3 will be in the next Ubuntu release, but
isn't this bug asking about Source *Code* Pro, the monospace companion
to Source Sans Pro? (Upstream here: https://github.com/adobe-
fonts/source-code-pro) AFAICT no one has packaged SCP for Debian/Ubuntu
yet.

Another Ubuntu bug for Source *Sans*:
https://bugs.launchpad.net/ubuntu/+bug/1088932

Maybe some of the confusion is because one ITP mentions the whole Source
family (Source Sans, Serif and Code Pro) together:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810261

** Bug watch added: Debian Bug tracker #810261
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810261

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

Title:
  [needs-packaging] Source Code Pro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-adobe-sourcesans3/+bug/1056512/+subscriptions


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

[Bug 2077213] Re: Cursor 4x normal size only in this app

2024-08-16 Thread Alexander Koskovich
Actually, I am seeing it in nautilus and gnome-console as well. Seems to
only be affecting GTK 4 apps? Not sure what package this should be filed
under now.

Additional context, I am on a 32" 4K display with 150% fractional
scaling. I disabled fractional scaling and set it to 100% to test if
that was the issue, but cursor still large in these apps.

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

Title:
  Cursor 4x normal size only in this app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2077213/+subscriptions


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

[Bug 2077213] [NEW] Cursor 4x normal size only in this app

2024-08-16 Thread Alexander Koskovich
Public bug reported:

On the Ubuntu 24.10 nightly build I am seeing an extremely large cursor
in this application compared to on the desktop or in any other
application.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: oracular

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

Title:
  Cursor 4x normal size only in this app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/2077213/+subscriptions


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-08-14 Thread Alexander Kanavin
@bkhuugeicp can you send a patch to bitbake-devel?

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2076516] Re: internal compiler error: Segmentation fault

2024-08-10 Thread Alexander
before reproducing:

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh


** Description changed:

  Compiler crashes while building a vcpkg module
  
-  gcc --version
+  gcc --version
  gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  Copyright (C) 2021 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  
- 
  uname -a
  Linux tp7 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 
x86_64 x86_64 x86_64 GNU/Linux
  
  cat /etc/issue
  Ubuntu 22.04.4 LTS \n \l
  
  
- command to execute:
- ./vcpkg install vtk[core,opengl]
+ Package: vtk[core,opengl]:x64-linux@9.3.0-pv5.12.1#3
+ 
+ **Host Environment**
+ 
+ - Host: x64-linux
+ - Compiler: GNU 11.4.0
+ -vcpkg-tool version: 2024-08-01-fd884a0d390d12783076341bd43d77c3a6a15658
+ vcpkg-scripts version: 8ae59b5b1 2024-08-08 (30 hours ago)
+ 
+ **To Reproduce**
+ 
+ `vcpkg install vtk[core,opengl]`
  
  
  vcpkg error log:
- 
- 
  
  Change Dir: '/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel'
  
  Run Build Command(s): 
/home/usr/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja -v -v -j9 install
  [1/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [2/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [3/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [4/3186] /bin/cc -DVTK_PARSE_VERSION=\"9.3\" 
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/T>
  [5/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [6/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [7/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [8/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [9/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
  [10/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingTo>
  [11/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
  [12/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
  [13/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
  [14/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapHierar>
  [15/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
  [16/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT 

[Bug 2076516] [NEW] internal compiler error: Segmentation fault

2024-08-10 Thread Alexander
Public bug reported:

Compiler crashes while building a vcpkg module

 gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

uname -a
Linux tp7 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 2024 x86_64 
x86_64 x86_64 GNU/Linux

cat /etc/issue
Ubuntu 22.04.4 LTS \n \l


Package: vtk[core,opengl]:x64-linux@9.3.0-pv5.12.1#3

**Host Environment**

- Host: x64-linux
- Compiler: GNU 11.4.0
-vcpkg-tool version: 2024-08-01-fd884a0d390d12783076341bd43d77c3a6a15658
vcpkg-scripts version: 8ae59b5b1 2024-08-08 (30 hours ago)

**To Reproduce**

`vcpkg install vtk[core,opengl]`


vcpkg error log:

Change Dir: '/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel'

Run Build Command(s): /home/usr/vcpkg/downloads/tools/ninja/1.10.2-linux/ninja 
-v -v -j9 install
[1/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[2/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[3/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[4/3186] /bin/cc -DVTK_PARSE_VERSION=\"9.3\" 
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/T>
[5/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[6/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[7/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[8/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[9/3186] /bin/cc  -I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingToo>
[10/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingTo>
[11/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
[12/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
[13/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
[14/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapHierar>
[15/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
[16/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIE -MD -MT Wrapping/Tools/CMakeFiles/WrapPython>
[17/3186] /bin/cc  
-I/home/usr/vcpkg/buildtrees/vtk/x64-linux-rel/Wrapping/Tools 
-I/home/usr/vcpkg/buildtrees/vtk/src/aed1b438af-aa8c3d14f0.clean/Wrapping/Tools 
-fPIC  -O3 -DNDEBUG -fPIC -MD -MT Wrapping/Tools/CMakeFiles/WrappingTo>
[18/3186] /bin/cc  
-I

[Bug 2076272] [NEW] upgrade from 22.04 to 24.04 removes fail2ban

2024-08-07 Thread Alexander List
Public bug reported:

I upgraded a host from 20.04 to 22.04 and then 24.04

For some reason, fail2ban got uninstalled while upgrading from 22.04 to
24.04

I don't see the missing Python dependency mentioned in LP#2055114

After manually installing the package again, fail2ban works.

Here you can see that it got removed by the dist-upgrade:

# grep fail2ban /var/log/dpkg.log
2024-08-06 19:40:07 upgrade fail2ban:all 0.11.1-1 0.11.2-6
2024-08-06 19:40:07 status half-configured fail2ban:all 0.11.1-1
2024-08-06 19:40:08 status unpacked fail2ban:all 0.11.1-1
2024-08-06 19:40:08 status half-installed fail2ban:all 0.11.1-1
2024-08-06 19:40:08 status unpacked fail2ban:all 0.11.2-6
2024-08-06 19:49:46 configure fail2ban:all 0.11.2-6 
2024-08-06 19:49:46 status unpacked fail2ban:all 0.11.2-6
2024-08-06 19:49:49 status half-configured fail2ban:all 0.11.2-6
2024-08-06 19:49:50 status installed fail2ban:all 0.11.2-6
2024-08-06 20:35:38 status installed fail2ban:all 0.11.2-6
2024-08-06 20:35:38 remove fail2ban:all 0.11.2-6 
2024-08-06 20:35:38 status half-configured fail2ban:all 0.11.2-6
2024-08-06 20:35:39 status half-installed fail2ban:all 0.11.2-6
2024-08-06 20:35:39 status config-files fail2ban:all 0.11.2-6
2024-08-07 20:59:10 install fail2ban:all 0.11.2-6 1.0.2-3ubuntu0.1
2024-08-07 20:59:10 status half-installed fail2ban:all 0.11.2-6
2024-08-07 20:59:10 status unpacked fail2ban:all 1.0.2-3ubuntu0.1
2024-08-07 20:59:11 configure fail2ban:all 1.0.2-3ubuntu0.1 
2024-08-07 20:59:11 status unpacked fail2ban:all 1.0.2-3ubuntu0.1
2024-08-07 20:59:14 status half-configured fail2ban:all 1.0.2-3ubuntu0.1
2024-08-07 20:59:17 status installed fail2ban:all 1.0.2-3ubuntu0.1

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: fail2ban 1.0.2-3ubuntu0.1
ProcVersionSignature: Ubuntu 6.8.0-39.39-generic 6.8.8
Uname: Linux 6.8.0-39-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Wed Aug  7 21:01:57 2024
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
SourcePackage: fail2ban
UpgradeStatus: Upgraded to noble on 2024-08-06 (1 days ago)
mtime.conffile..etc.init.d.apport: 2024-04-23T13:30:10

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


** Tags: amd64 apport-bug noble

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

Title:
  upgrade from 22.04 to 24.04 removes fail2ban

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


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

[Bug 2076270] [NEW] postfix auth broken, saslauthd doesn't start after upgrade to 24.04

2024-08-07 Thread Alexander List
Public bug reported:

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 24.04 LTS
Release:24.04
Codename:   noble

# apt-cache policy sasl2-bin
sasl2-bin:
  Installed: 2.1.28+dfsg1-5ubuntu3
  Candidate: 2.1.28+dfsg1-5ubuntu3
  Version table:
 *** 2.1.28+dfsg1-5ubuntu3 500
500 http://at.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status

# apt-cache policy postfix
postfix:
  Installed: 3.8.6-1build2
  Candidate: 3.8.6-1build2
  Version table:
 *** 3.8.6-1build2 500
500 http://at.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status


After upgrading from 22.04 to 24.04, postfix sasl authentication is broken.

I see lots of these:

postfix/smtps/smtpd[17393]: warning: SASL authentication failure: cannot
connect to saslauthd server: No such file or directory

It looks like someone had the same problem:

https://serverfault.com/questions/1159702/saslauthd-service-not-
starting-after-upgrade-to-ubuntu-24-04

/etc/default/saslauthd looks correct, postfix is chrooted.

# grep -v ^# /etc/default/saslauthd

START=yes
DESC="SASL Authentication Daemon"
NAME="saslauthd"
MECHANISMS="pam"
MECH_OPTIONS=""
THREADS=5
OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"


The systemd unit for salsauthd is *disabled* for some reason.

# systemctl status saslauthd
× saslauthd.service - SASL Authentication Daemon
 Loaded: loaded (/usr/lib/systemd/system/saslauthd.service; disabled; 
preset: enabled)
 Active: failed (Result: timeout) since Tue 2024-08-06 22:04:51 UTC; 20h ago
   Docs: man:saslauthd(8)
Process: 2697 ExecStart=/usr/sbin/saslauthd -a $MECHANISMS $MECH_OPTIONS 
$OPTIONS -n $THREADS (code=exited, status=0/SUCCESS)
CPU: 48ms

Aug 06 22:03:21 host systemd[1]: Starting saslauthd.service - SASL 
Authentication Daemon...
Aug 06 22:03:21 host saslauthd[2698]: : master pid is: 2698
Aug 06 22:03:21 host saslauthd[2698]: : listening on socket: 
/var/spool/postfix/var/run/saslauthd/mux
Aug 06 22:03:21 host systemd[1]: saslauthd.service: Can't open PID file 
/run/saslauthd/saslauthd.pid (yet?) after start: No such file or directory
Aug 06 22:04:51 host systemd[1]: saslauthd.service: start operation timed out. 
Terminating.
Aug 06 22:04:51 host saslauthd[2698]: : master exited: 2698
Aug 06 22:04:51 host systemd[1]: saslauthd.service: Failed with result 
'timeout'.
Aug 06 22:04:51 host systemd[1]: Failed to start saslauthd.service - SASL 
Authentication Daemon.

/run/saslauthd doesn't exist

I will try to dig further and amend the report with my findings.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: postfix 3.8.6-1build2
ProcVersionSignature: Ubuntu 6.8.0-39.39-generic 6.8.8
Uname: Linux 6.8.0-39-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Wed Aug  7 18:23:42 2024
InstallationDate: Installed on 2013-04-18 (4129 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
ProcEnviron:
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
SourcePackage: postfix
UpgradeStatus: Upgraded to noble on 2024-08-06 (1 days ago)
mtime.conffile..etc.init.d.apport: 2024-04-23T11:30:10

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


** Tags: amd64 apport-bug noble

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

Title:
  postfix auth broken, saslauthd doesn't start after upgrade to 24.04

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


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

[Bug 2074526] [NEW] liblapacke 3.11.0-3 requires libatlas3-base at least 3.10.3-14 but it is missing in Ubuntu

2024-07-29 Thread Alexander Perlis
Public bug reported:

The latest liblapacke in noble (currently 3.12.0-3) wants libatlas3-base
at least 3.10.3-14, which does not exist in Ubuntu (it exists in
Debian). This leads to "apt full-upgrade" keeping back the upgrade of
liblapacke and anything else (such as the latest libhmat-oss3) that
depends on the latest liblapacke. Also leads to unattended-upgrades
sending reports claiming "held broken packages" (see below) because
unattended-upgrades wants to upgrade libhmat-oss3 to 1.8.1-2build1
(whose urgency is "high") but it depends on liblapacke at least 3.12.0,
which in turn claims to break against all versions of libatlas3-base
available in Ubuntu. Can the latest atlas from Debian/unstable get added
to Ubuntu/noble?

Packages with upgradable origin but kept back:
 Ubuntu noble:
  libhmat-oss-dev liblapacke libhmat-oss3

Unattended-upgrades log:
Starting unattended upgrades script
Allowed origins are: o=Ubuntu,a=noble, o=Ubuntu,a=noble-security, 
o=UbuntuESMApps,a=noble-apps-security, o=UbuntuESM,a=noble-infra-security
Initial blacklist:
Initial whitelist (not strict):
package libhmat-oss-dev upgradable but fails to be marked for upgrade (E:Unable 
to correct problems, you have held broken packages.)
package libhmat-oss-dev upgradable but fails to be marked for upgrade (E:Unable 
to correct problems, you have held broken packages.)
package libhmat-oss3 upgradable but fails to be marked for upgrade (E:Unable to 
correct problems, you have held broken packages.)
package libhmat-oss3 upgradable but fails to be marked for upgrade (E:Unable to 
correct problems, you have held broken packages.)
No packages found that can be upgraded unattended and no pending auto-removals
Package libhmat-oss-dev is kept back because a related package is kept back or 
due to local apt_preferences(5).
Package libhmat-oss3 is kept back because a related package is kept back or due 
to local apt_preferences(5).
Package liblapacke is kept back because a related package is kept back or due 
to local apt_preferences(5).

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


** Tags: noble

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

Title:
  liblapacke 3.11.0-3 requires libatlas3-base at least 3.10.3-14 but it
  is missing in Ubuntu

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


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

[Bug 2063110] Re: rtorrent crashes on startup

2024-07-29 Thread Alexander Fougner
@Dave The reason I used d/rules is because that's what I got told in the
review for oracular. I was under the impression that any "code change"
for the package would fall under d/rules, and the previous upload got
sponsored as is. Anyways, thanks for fixing and the sponsoring!

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

Title:
  rtorrent crashes on startup

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-25 Thread Alexander Kanavin
If I understood right, this would be a wrapper script, shipped by
Ubuntu. Bitbake would detect its presence and run it with the name of
the executabable that would be run by the script and get restricted
network access. No?

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-25 Thread Alexander Kanavin
I think it would, yes. @ross, can you point RP to this ticket please?

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2063110] Re: rtorrent crashes on startup

2024-07-18 Thread Alexander Fougner
** Changed in: rtorrent (Ubuntu Noble)
   Status: Confirmed => In Progress

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

Title:
  rtorrent crashes on startup

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


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

[Bug 2063110] Re: rtorrent crashes on startup

2024-07-18 Thread Alexander Fougner
** Description changed:

  After some upgrade (I'm using 24.04, so `-D_FORITFY_SOURCE=3` applies),
  it seems that some increased level of libc hardening has been applied,
  leading to a crash inside the `Lockfile::try_lock()` function on
  startup.
  
  There is an upstream commit addressing this issue
  
(https://github.com/rakshasa/rtorrent/commit/92bec88d0904bfb31c808085c2fd0f22d0ec8db7)
  but no release has been formed to include it yet.
+ 
+ 
+ SRU addendum
+ 
+ [ Impact ]
+ 
+ Any user which specifies a session directory to save torrent progress
+ (I'd say this is the normal setup for anyone using rtorrent regularly)
+ will have persistent crashing on startup. This renders rtorrent unusable
+ for some (most?) users, warranting a SRU.
+ 
+ 
+ [ Test Plan ]
+ 
+ docker run -it ubuntu:24.04 sh -c 'apt update && apt install -y rtorrent
+ && rtorrent -s ~'
+ 
+ yields
+ 
+ *** buffer overflow detected ***: terminated
+ 
+ Expected behavior is for the software to not crash and show the normal
+ TUI.
+ 
+ [ Where problems could occur ]
+ 
+ Minor risk of regression for the codechange as such. It's been in upstream 
for a long time already so it's well tested, the only reason we have to patch 
it manually here is because rtorrent havent had an upstream release in a long 
time.
+ Multiple users are reporting the issue as fixed once the patch has been 
applied.
+ 
+ Naturally there's always a risk of something unexpected, (memory leaks
+ or introducing another crash somewhere else) but this patch has worked
+ reliably for me for weeks now.
+ 
+ [ Other Info ]
+ N/A

** Changed in: rtorrent (Ubuntu Noble)
 Assignee: (unassigned) => Alexander Fougner (fougner)

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

Title:
  rtorrent crashes on startup

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-15 Thread Alexander Kanavin
I like the idea of a trusted app. We can add support for that easily.

I agree that asking users with popups is not the right direction. It
won't work in non-graphical sessions (and bitbake in particular is used
that way a lot), and will only condition users to click 'Allow' without
reading the text above. Same as they do for 'cookie options' or changes
in privacy policies.

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-11 Thread Alexander Kanavin
What we're after is disabling the network for any child processes. It
doesn't matter specifically how that gets done.

If this can be done some other way with some other facility that doesn't
clash with efforts to harden the host distributions, I'm all ears.

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-11 Thread Alexander Kanavin
We'll probably have to wrap that code in an exception handler that would
instruct the user to install an apparmor profile as root, yes.

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-11 Thread Alexander Kanavin
For reference, the specific implementation in bitbake that disables
networking is here:

https://git.openembedded.org/bitbake/tree/lib/bb/utils.py?h=2.8.2#n1673

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-11 Thread Alexander Kanavin
Something doesn't feel right in the overall design here.

Bitbake wants to take away the ability to connect to network from its
child processes (which generally makes things more secure), and is not
allowed to do so by the system. Isn't this... backwards?

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

Title:
  Allow bitbake to create user namespace

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


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

[Bug 2072615] Re: Request to add a default profile for bitbake

2024-07-11 Thread Alexander Kanavin
I think this is a duplicate of
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2056555

(it took a bit to narrow down the issue, but it does have the correct
title and explanations now)

Should we close this and move the discussion there?

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

Title:
  Request to add  a  default profile for bitbake

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


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

[Bug 2050865] Re: GNOME Wayland session crashes with libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor: assertion failed: (logical_monitor)

2024-07-09 Thread Alexander Sitnik
Daniel, hello,

I had crashes with original mutter version in noble and with version 
46.1-2ubuntu1.
Then I disabled tiling-assistant extension (as it was suggested in this ticket) 
and didn't have any crashes since then.

I installed 46.2-1ubuntu0.24.04.1 once it become available in proposed
updates and it works without crashes. tiling-assistant extension is
disabled.

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

Title:
  GNOME Wayland session crashes with
  
libmutter:ERROR:../src/core/window.c:...:meta_window_get_work_area_for_logical_monitor:
  assertion failed: (logical_monitor)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell-extension-tiling-assistant/+bug/2050865/+subscriptions


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

[Bug 2052820] Re: RDP Remote Desktop :[ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -1

2024-07-04 Thread Alexander Kovalchuk
I got similar error on freshly installed system (Ubuntu 24.04). After
installation I enabled Remote Login (System -> Remote Login). The
password I use has only ASCII characters.

Jul 04 23:59:06 condor gnome-remote-desktop-daemon[942]: [23:59:06:78] 
[942:31c3] [ERROR][com.freerdp.core.peer] - [peer_recv_callback_internal]: 
CONNECTION_STATE_NEGO - rdp_server_accept_nego() fail
Jul 04 23:59:06 condor gnome-remote-desktop-daemon[942]: [23:59:06:78] 
[942:31c3] [ERROR][com.freerdp.core.transport] - [transport_check_fds]: 
transport_check_fds: transport->ReceiveCallback() - STATE_RUN_FAILED [-1]

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

Title:
  RDP Remote Desktop :[ERROR][com.freerdp.core.transport] -
  transport_check_fds: transport->ReceiveCallback() - -1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/2052820/+subscriptions


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

[Bug 1991901] Re: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available

2024-07-02 Thread Alexander
attaching as file as post has limits


** Attachment added: "full logs for above message (that was trimmed by site)"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1991901/+attachment/5794228/+files/fprintd.err.txt

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

Title:
  JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum:
  GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices
  available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1991901/+subscriptions


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

[Bug 1991901] Re: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available

2024-07-02 Thread Alexander
Having 100% reproduce of this bug on every suspend-resume of my laptop (yes, it 
has fingerprint device)
There are tons of these errors in system logs... 
why?


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 22.04.4 LTS
Release:22.04
Codename:   jammy

○ → uname -a
Linux tplevo347 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 
x86_64 x86_64 x86_64 GNU/Linux




Jul 02 19:10:37 tplevo347 gnome-shell[2667]: JS ERROR: Failed to initialize 
fprintd service: Gio.IOErrorEnum: 
GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: Object St.BoxLayout 
(0x55bdbffe5050), has been already disposed — impossible to set any property on 
it. This might be caused by the object having been destroyed from C code using 
something such as destroy(), dispose(), or remove() vfuncs.
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: Object 
.Gjs_ui_unlockDialog_UnlockDialogClock (0x55bdbf3a55a0), has been already 
disposed — impossible to set any property on it. This might be caused by the 
object having been destroyed from C code using something such as destroy(), 
dispose(), or remove() vfuncs.
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:739 (97742ee6790 @ 26)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:740 (97742ee6790 @ 46)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6740 b   
resource:///org/gnome/gjs/modules/core/overrides/GObject.js:685 (1a22493bc100 @ 
25)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:742 (97742ee6790 @ 93)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #2   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6740 b   
resource:///org/gnome/gjs/modules/core/overrides/GObject.js:685 (1a22493bc100 @ 
25)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:742 (97742ee6790 @ 93)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #2   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6740 b   
resource:///org/gnome/gjs/modules/core/overrides/GObject.js:685 (1a22493bc100 @ 
25)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:749 (97742ee6790 @ 238)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #2   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6740 b   
resource:///org/gnome/gjs/modules/core/overrides/GObject.js:685 (1a22493bc100 @ 
25)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:749 (97742ee6790 @ 238)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #2   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: Object St.Button (0x55bdbfdeb460), 
has been already disposed — impossible to set any property on it. This might be 
caused by the object having been destroyed from C code using something such as 
destroy(), dispose(), or remove() vfuncs.
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6740 b   
resource:///org/gnome/gjs/modules/core/overrides/GObject.js:685 (1a22493bc100 @ 
25)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #1   7ffd24ca6810 b   
resource:///org/gnome/shell/ui/unlockDialog.js:749 (97742ee6790 @ 238)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #2   7ffd24ca68d0 b   
resource:///org/gnome/shell/ui/unlockDialog.js:493 (97742ee6330 @ 27)
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: == Stack trace for context 
0x55bdbc82a190 ==
Jul 02 19:10:38 tplevo347 gnome-shell[2667]: #0   7ffd24ca6

[Bug 1948523] Re: package ed 1.16-1 failed to install/upgrade: installed ed package post-installation script subprocess returned error exit status 2

2024-06-30 Thread Alexander Jones
Based on dmesg.txt, this appears to be a failing filesystem on the
reporter's computer and not a bug with ed. Please close.

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

Title:
  package ed 1.16-1 failed to install/upgrade: installed ed package
  post-installation script subprocess returned error exit status 2

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


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

[Bug 1030474] Re: Executing an invalid command during an ed session causes it to exit with a non 0 error status.

2024-06-30 Thread Alexander Jones
This is proper POSIX behavior (see the exit status section of
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ed.html,
which states the exit status is 0 upon "successful completion without
any file **or command errors**.") and not a bug. Use the --loose-exit-
status (-l for short) flag to override the behavior. Please close this
bug.

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

Title:
  Executing an invalid command during an ed session causes it to exit
  with a non 0 error status.

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


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

[Bug 1857392] Re: Window manager warning: Overwriting existing binding of keysym...

2024-06-30 Thread Alexander
seeing same huge amount of logs when switching language using keyboard
shortcuts  (Win + Space) or my another combinatino - Alt + Shift

eg:


Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
Jun 30 16:45:02 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).


Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
Jun 30 16:45:12 tplevo347 gnome-shell[6781]: Window manager warning: 
Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).



 130 ❯ uname -a
Linux tplevo347 5.15.0-113-generic #123-Ubuntu SMP Mon Jun 10 08:16:17 UTC 2024 
x86_64 x86_64 x86_64 GNU/Linux

❯ cat /etc/issue
Ubuntu 22.04.4 LTS \n \l


How to get rid of these messages?

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

Title:
  Window manager warning: Overwriting existing binding of keysym...

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1857392/+subscriptions


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

[Bug 2070453] [NEW] package snapd (not installed) failed to install/upgrade: el subproceso instalado paquete snapd script post-removal devolvió el código de salida de error 1

2024-06-26 Thread Angel Alexander
Public bug reported:

dpkg: error al procesar el paquete snapd (--purge):
 el subproceso instalado paquete snapd script post-removal devolvió el código 
de salida de error 1
Purgando ficheros de configuración de firefox (1:1snap1-0ubuntu5) ...
Purgando ficheros de configuración de thunderbird (2:1snap1-0ubuntu3) ...
Se encontraron errores al procesar:
 snapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: snapd (not installed)
ProcVersionSignature: Ubuntu 6.8.0-36.36-generic 6.8.4
Uname: Linux 6.8.0-36-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
Date: Wed Jun 26 10:09:21 2024
ErrorMessage: el subproceso instalado paquete snapd script post-removal 
devolvió el código de salida de error 1
InstallationDate: Installed on 2024-06-04 (22 days ago)
InstallationMedia: Ubuntu 24.04.0 2024.05.03 LTS "Custom Noble Numbat" 
(20240503)
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6
 apt  2.7.14build2
SourcePackage: snapd
Title: package snapd (not installed) failed to install/upgrade: el subproceso 
instalado paquete snapd script post-removal devolvió el código de salida de 
error 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package noble

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

Title:
  package snapd (not installed) failed to install/upgrade: el subproceso
  instalado paquete snapd script post-removal devolvió el código de
  salida de error 1

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


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

[Bug 2063110] Re: rtorrent crashes on startup

2024-06-21 Thread Alexander Fougner
** Changed in: rtorrent (Ubuntu Noble)
   Status: New => Confirmed

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

Title:
  rtorrent crashes on startup

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


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

[Bug 2052137] Re: bonded link goes down on reconfigure

2024-06-05 Thread Alexander
@enr0n Hi, I apologize for tagging you directly; as you very busy man,
but I'd like to clarify if there is anything I can do to help on that
matter? I.e. fill SRU or prepare a some kind of PR to offload it in some
way.

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

Title:
  bonded link goes down on reconfigure

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/2052137/+subscriptions


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

[Bug 2068078] [NEW] Fails to start on 24.04 – needs python3-setuptools?

2024-06-04 Thread Alexander Browne
Public bug reported:

Whipper fails to start on 24.04:

$ whipper
Traceback (most recent call last):
  File "/usr/bin/whipper", line 33, in 
sys.exit(load_entry_point('whipper==0.10.0', 'console_scripts', 
'whipper')())
 ^
  File "/usr/bin/whipper", line 25, in importlib_load_entry_point
return next(matches).load()
   
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
module = import_module(match.group('module'))
 
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
   
  File "", line 1387, in _gcd_import
  File "", line 1360, in _find_and_load
  File "", line 1331, in _find_and_load_unlocked
  File "", line 935, in _load_unlocked
  File "", line 995, in exec_module
  File "", line 488, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/whipper/command/main.py", line 10, in 

from distutils.sysconfig import get_python_lib
ModuleNotFoundError: No module named 'distutils'


After installing `python3-setuptools` it seems to work: it prints the help 
message at least. I haven't tried ripping a disc.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: whipper 0.10.0-2ubuntu2
ProcVersionSignature: Ubuntu 6.8.0-35.35-generic 6.8.4
Uname: Linux 6.8.0-35-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Tue Jun  4 21:12:40 2024
InstallationDate: Installed on 2020-04-01 (1525 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200331)
SourcePackage: whipper
UpgradeStatus: Upgraded to noble on 2024-04-27 (38 days ago)

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  Fails to start on 24.04 – needs python3-setuptools?

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


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

[Bug 2067683] Re: Ubuntu 24.04 LTS on RPI 5 8GB [SUPER SLOW]

2024-05-30 Thread Alexander Higgins
https://www.reddit.com/r/Ubuntu/comments/1d0x9to/ubuntu_2404_lts_on_rpi_5_8gb_super_slow/

** Project changed: canonical-identity-provider => ubuntu

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

Title:
  Ubuntu 24.04 LTS on RPI 5 8GB [SUPER SLOW]

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


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

[Bug 2052137] Re: bonded link goes down on reconfigure

2024-05-30 Thread Alexander
Hello,

Another bump from me, as it affects our infrastructure quite heavily, as
we are currently in process of transitioning to Jammy realease. And with
more than thousand nodes being redeployed alreday, even small task like
add new route causes unwanted complications.

I don't know if i did everything correct, but PSA patch for canonical
systemd  repo for jammy branch, which has been applied in mainstream of
systemd, and has been linked abovr already. I hope it helps to fasten
the  process.

** Patch added: "jammy_netplan_systemd.patch"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2052137/+attachment/5784193/+files/jammy_netplan_systemd.patch

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

Title:
  bonded link goes down on reconfigure

To manage notifications about this bug go to:
https://bugs.launchpad.net/systemd/+bug/2052137/+subscriptions


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

[Bug 2065674] [NEW] GIMP crashed with a fatal error: fatal error: Minnesegmentsfeil

2024-05-14 Thread Alexander Vinbæk Strand
Public bug reported:




```
GNU Image Manipulation Program version 2.10.36
git-describe: GIMP_2_10_36
Build: unknown rev 0 for linux
# C compiler #
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 
13.2.0-23ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs 
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr 
--with-gcc-major-version-only --program-suffix=-13 
--program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
--libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix 
--libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new 
--enable-libstdcxx-backtrace --enable-gnu-unique-object --disable-vtable-verify 
--enable-plugin --enable-default-pie --with-system-zlib 
--enable-libphobos-checking=release --with-target-system-zlib=auto 
--enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet 
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
--enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none=/build/gcc-13-OiuXZC/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-13-OiuXZC/gcc-13-13.2.0/debian/tmp-gcn/usr
 --enable-offload-defaulted --without-cuda-driver --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu3) 

# Libraries #
using babl version 0.1.108 (compiled against version 0.1.108)
using GEGL version 0.4.48 (compiled against version 0.4.48)
using GLib version 2.80.0 (compiled against version 2.80.0)
using GdkPixbuf version 2.42.10 (compiled against version 2.42.10)
using GTK+ version 2.24.33 (compiled against version 2.24.33)
using Pango version 1.52.1 (compiled against version 1.52.1)
using Fontconfig version 2.15.0 (compiled against version 2.15.0)
using Cairo version 1.18.0 (compiled against version 1.18.0)

```
> fatal error: Minnesegmentsfeil

Stack trace:
```

# Stack traces obtained from PID 14282 - Thread 14282 #


This GDB supports auto-downloading debuginfo from the following URLs:
  
Enable debuginfod for this session? (y or [n]) [answered N; input not from 
terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[New LWP 14468]
[New LWP 14310]
[New LWP 14307]
[New LWP 14303]
[New LWP 14302]
[New LWP 14301]
[New LWP 14300]
[New LWP 14299]
[New LWP 14298]
[New LWP 14297]
[New LWP 14296]
[New LWP 14295]
[New LWP 14294]
[New LWP 14293]
[New LWP 14292]
[New LWP 14291]
[New LWP 14290]
[New LWP 14289]
[New LWP 14288]
[New LWP 14287]
[New LWP 14286]
[New LWP 14285]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x7241b291ba9a in __GI___libc_read (nbytes=256, buf=0x7fff70cffcb0, fd=18) 
at ../sysdeps/unix/sysv/linux/read.c:26
  Id   Target IdFrame 
* 1Thread 0x7241b2082640 (LWP 14282) "gimp-2.10"0x7241b291ba9a in 
__GI___libc_read (nbytes=256, buf=0x7fff70cffcb0, fd=18) at 
../sysdeps/unix/sysv/linux/read.c:26
  2Thread 0x724197e006c0 (LWP 14468) "swap writer"  syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  3Thread 0x7241896006c0 (LWP 14310) "gimp-2.10"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  4Thread 0x72418aa006c0 (LWP 14307) "async"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  5Thread 0x72419cc006c0 (LWP 14303) "gimp-2.10"syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  6Thread 0x72419d6006c0 (LWP 14302) "gdbus"0x7241b291b4cd in 
__GI___poll (fds=0x72413c000b90, nfds=3, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  7Thread 0x72419e0006c0 (LWP 14301) "gmain"0x7241b291b4cd in 
__GI___poll (fds=0x5d3b68d0cdc0, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
  8Thread 0x72419ea006c0 (LWP 14300) "pool-spawner" syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  9Thread 0x72419f4006c0 (LWP 14299) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  10   Thread 0x72419fe006c0 (LWP 14298) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  11   Thread 0x7241a50006c0 (LWP 14297) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  12   Thread 0x7241a5a006c0 (LWP 14296) "worker"   syscall () at 
../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  13   Thread 0x7241a64006c0 

[Bug 2018504] Re: cups-browsed is using an excessive amount of CPU

2024-05-10 Thread Alexander Topic
Hello, I just observed this bug last night with Btop++. I noticed 1-2 Cores at 
100% and my
cpu was over heating. I recently installed Ubuntu 24.04 LTS about a week ago 
and everything
has been some what working well, except this bug.

My room mate has wifi printers, so when they shutdown this can trigger
this bug? I have a local Xerox B205 laser printer, but also have wifi
printers.

I had to shutdown and reboot up, then it seemed to go away.

I hope this gets fixed soon, it is a waste of power and not good for us.

Good to know others reported this bug, thank you all.

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

Title:
  cups-browsed is using an excessive amount of CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-browsed/+bug/2018504/+subscriptions


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

[Bug 2063110] Re: rtorrent crashes on startup

2024-05-09 Thread Alexander Fougner
** Changed in: rtorrent (Ubuntu)
 Assignee: (unassigned) => Alexander Fougner (fougner)

** Tags added: regression-release

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

Title:
  rtorrent crashes on startup

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


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

[Bug 2064356] Re: 24.04 rtorrent buffer overflows when using session

2024-05-01 Thread Alexander Fougner
*** This bug is a duplicate of bug 2063110 ***
https://bugs.launchpad.net/bugs/2063110

** This bug has been marked a duplicate of bug 2063110
   rtorrent crashes on startup

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

Title:
  24.04 rtorrent buffer overflows when using session

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


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

[Bug 2063333] Re: gnome-remote-desktop.service: Failed to determine user credentials: No such process

2024-04-30 Thread Alexander Carlsson
I'm having this issue on Raspberry Pi 4 Ubuntu server 24.04.

Linux ubuntu 6.8.0-1004-raspi #4-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20
02:29:55 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux

PRETTY_NAME="Ubuntu 24.04 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04 LTS (Noble Numbat)"
VERSION_CODENAME=noble

ubuntu@ubuntu:~$ sudo systemctl status gnome-remote-desktop
× gnome-remote-desktop.service - GNOME Remote Desktop
 Loaded: loaded (/usr/lib/systemd/system/gnome-remote-desktop.service; 
enabled; preset: enabled)
 Active: failed (Result: exit-code) since Tue 2024-04-30 21:58:11 UTC; 
11min ago
Process: 1741 ExecStart=/usr/libexec/gnome-remote-desktop-daemon --system 
(code=exited, status=217/USER)
   Main PID: 1741 (code=exited, status=217/USER)
CPU: 10ms

Apr 30 21:58:11 ubuntu systemd[1]: gnome-remote-desktop.service: Scheduled 
restart job, restart counter is at 5.
Apr 30 21:58:11 ubuntu systemd[1]: gnome-remote-desktop.service: Start request 
repeated too quickly.
Apr 30 21:58:11 ubuntu systemd[1]: gnome-remote-desktop.service: Failed with 
result 'exit-code'.
Apr 30 21:58:11 ubuntu systemd[1]: Failed to start gnome-remote-desktop.service 
- GNOME Remote Desktop.

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

Title:
  gnome-remote-desktop.service: Failed to determine user credentials: No
  such process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-remote-desktop/+bug/206/+subscriptions


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

[Bug 2063976] Re: Apparmor breaking nsjail in AOSP

2024-04-28 Thread Alexander Koskovich
To clarify, this is not something that can be solved upstream in
apparmor, and a profile can't be accepted due to the nature of the path
location?

I'm really trying to avoid a situation where we need to add additional
instructions after syncing AOSP just for Ubuntu users.

One idea for this was to take nsjail and package it in Debian and remove
it from AOSP prebuilts, that way a proper profile could be upstreamed
since the path would be static, but that wouldn't address all previous
versions of Android.

Google has also been trying to move all binaries required for AOSP
compile into the tree itself for more reproducible builds, so I'm not
even sure if they'd accept that.

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

Title:
  Apparmor breaking nsjail in AOSP

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


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

[Bug 2063976] Re: Apparmor breaking nsjail in AOSP

2024-04-27 Thread Alexander Koskovich
Thanks, I took a look at creating a profile for nsjail, but I'm a bit
confused on how to associate it with the app?

Because nsjail is a prebuilt in AOSP's source code that means it could be 
litteraly anywhere on the user's system, e.g:
~/android-14.0.0_r1/prebuilts/build-tools/linux-x86/bin/nsjail
~/android-13.0.0_r1/prebuilts/build-tools/linux-x86/bin/nsjail
~/android-12.0.0_r1/prebuilts/build-tools/linux-x86/bin/nsjail

```
profile nsjail /**/prebuilts/build-tools/linux-x86/bin/nsjail 
flags=(unconfined) {
```

I tested the above and it works, but is there a better way to do this?
Feels dirty and not what apparmor people would want.

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

Title:
  Apparmor breaking nsjail in AOSP

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


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

[Bug 2063976] [NEW] Apparmor breaking nsjail in AOSP

2024-04-27 Thread Alexander Koskovich
Public bug reported:

Build sandboxing in AOSP is broken after updating to 24.04 with the
following denials:

[  182.439078] audit: type=1400 audit(1714265880.641:449): apparmor="AUDIT" 
operation="userns_create" class="namespace" info="Userns create - transitioning 
profile" profile="unconfined" pid=8514 comm="nsjail" requested="userns_create" 
target="unprivileged_userns"
[  182.439945] audit: type=1400 audit(1714265880.642:450): apparmor="DENIED" 
operation="capable" class="cap" profile="unprivileged_userns" pid=8515 
comm="nsjail" capability=6  capname="setgid"
[  182.439972] audit: type=1400 audit(1714265880.642:451): apparmor="DENIED" 
operation="mount" class="mount" info="failed mntpnt match" error=-13 
profile="unprivileged_userns" name="/" pid=8515 comm="nsjail" flags="rw, 
rprivate"

This seems to come from the following change earlier this year:
https://gitlab.com/apparmor/apparmor/-/commit/789cda2f089b3cd3c8c4ca387f023a36f7f1738a

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


** Tags: noble

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

Title:
  Apparmor breaking nsjail in AOSP

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


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

[Bug 2062967] Re: ubuntu-drivers no longer offers nvidia 550 drivers

2024-04-26 Thread Alexander
Thanks for the feedback, Sebastien. Question, I read that Nvidia has a
new driver V555 in the works, which together with Gnome 46.1 will fix
explicit sync issues under Wayland, resolving a number of outstanding
glitches and bugs when gaming via Steam under wayland. When the time has
come, will Ubuntu be offering that new version as well via the driver
selection tool or will we stick to V550?

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

Title:
  ubuntu-drivers no longer offers nvidia 550 drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/2062967/+subscriptions


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

[Bug 2060649] Re: ansible-lint crashes in 24.04

2024-04-26 Thread Alexander Sitnik
Matthias, yes I know. I've mentioned this in bug report.

Is there any chance that newer version of python3-wcmatch will reach
Noble release?

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

Title:
  ansible-lint crashes in 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ansible-lint/+bug/2060649/+subscriptions


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

[Bug 2062967] Re: ubuntu-drivers no longer offers nvidia 550 drivers

2024-04-25 Thread Alexander
Update: I just upgraded to Ubuntu 24.04 LTS and still no 550 drivers
available. Before upgrading to 24.04 I tried installing the driver
version 545 on Ubuntu 23.10 via the driver tool and immediately got hit
by a dependency error and at some point the installation just froze. I
decided to install 24.04 freshly from scratch after this.

Nvidia driver installation really has to be worked on when installing
via the additional drivers tool. It's lacking newer drivers and it's too
unstable when doing anything above the tested driver set.

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

Title:
  ubuntu-drivers no longer offers nvidia 550 drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/2062967/+subscriptions


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

[Bug 2062967] Re: ubuntu-drivers no longer offers nvidia 550 drivers

2024-04-24 Thread Alexander
Agreed. I recently installed Ubuntu 23.10 after some absence and the
first thing noted is the Nvidia drivers 535 are the default / tested
version in the preinstalled driver tool app, and while that's fine, the
newer version 550 is missing completely. Please add 550 both the
proprietary and as open kernel module. IIRC on Ubuntu 22.04.4 version
550 open was available but only as a server edition (or was it 23.10?).

In addition, please make sure that switching between graphic drivers via
the driver tool is safe. I say this because I was switching back and
forth between Ubuntu LTS and 23.10 for testing purposes (separate hard
drives), and the last time I switched to 545 via the driver tool app, it
showed me an error window without error message and wouldn't install.
After a reboot Ubuntu just freezed with a blinking cursor. Now I read
what Jack posted above and understand why this is happening, but a
normal user just wanting to switch drivers won't understand what's going
on. This isn't the first time these things happen either.

GPU: Nvidia RTX A2000

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

Title:
  ubuntu-drivers no longer offers nvidia 550 drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/2062967/+subscriptions


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

[Bug 819835] Re: PANIC: unprotected error in call to Lua API

2024-04-12 Thread Thomas Alexander Frederiksen
Adding to this since I'm seeing the exact same issue:

fmtutil [INFO]: log file copied to: /var/lib/texmf/web2c/pdftex/pdfetex.log
fmtutil [INFO]: /var/lib/texmf/web2c/pdftex/pdfetex.fmt installed.
fmtutil [ERROR]: running `luatex -ini   -jobname=luatex -progname=luatex 
luatex.ini https://bugs.launchpad.net/bugs/819835

Title:
  PANIC: unprotected error in call to Lua API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/819835/+subscriptions


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

[Bug 2060782] [NEW] package libstdc++6 12.3.0-1ubuntu1~22.04 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libstdc++6', which is different from other instances of package libst

2024-04-10 Thread Alexander Golubev
Public bug reported:

dpkg: error processing archive 
/var/cache/apt/archives/libstdc++6_12.3.0-1ubuntu1~22.04_i386.deb (--unpack):
 trying to overwrite shared '/usr/share/doc/libstdc++6', which is different 
from other instances of package libstdc++6:i386
Errors were encountered while processing:
 /var/cache/apt/archives/libstdc++6_12.3.0-1ubuntu1~22.04_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: libstdc++6 12.3.0-1ubuntu1~22.04
ProcVersionSignature: Ubuntu 6.5.0-26.26~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
Date: Wed Apr 10 11:51:30 2024
DuplicateSignature:
 package:libstdc++6:12.3.0-1ubuntu1~22.04
 Unpacking libstdc++6:i386 (12.3.0-1ubuntu1~22.04) over (8.4.0-1ubuntu1~18.04) 
...
 dpkg: error processing archive 
/var/cache/apt/archives/libstdc++6_12.3.0-1ubuntu1~22.04_i386.deb (--unpack):
  trying to overwrite shared '/usr/share/doc/libstdc++6', which is different 
from other instances of package libstdc++6:i386
ErrorMessage: trying to overwrite shared '/usr/share/doc/libstdc++6', which is 
different from other instances of package libstdc++6:i386
InstallationDate: Installed on 2023-12-21 (111 days ago)
InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 
(20230807.2)
Python3Details: /usr/bin/python3.10, Python 3.10.12, python3-minimal, 
3.10.6-1~22.04
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2.3
 apt  2.4.12
SourcePackage: gcc-12
Title: package libstdc++6 12.3.0-1ubuntu1~22.04 failed to install/upgrade: 
trying to overwrite shared '/usr/share/doc/libstdc++6', which is different from 
other instances of package libstdc++6:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-12 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package jammy need-duplicate-check package-conflict

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

Title:
  package libstdc++6 12.3.0-1ubuntu1~22.04 failed to install/upgrade:
  trying to overwrite shared '/usr/share/doc/libstdc++6', which is
  different from other instances of package libstdc++6:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-12/+bug/2060782/+subscriptions


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

[Bug 2060649] Re: ansible-lint crashes in 24.04

2024-04-09 Thread Alexander Sitnik
** Tags added: noble

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

Title:
  ansible-lint crashes in 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ansible-lint/+bug/2060649/+subscriptions


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

[Bug 2060649] [NEW] ansible-lint crashes in 24.04

2024-04-09 Thread Alexander Sitnik
Public bug reported:

Running ansible-lint in Ubuntu 24.04 on my role ends up with a stack
trace:

Traceback (most recent call last):
  File "/usr/bin/ansible-lint", line 5, in 
from ansiblelint.__main__ import _run_cli_entrypoint
  File "/usr/lib/python3/dist-packages/ansiblelint/__main__.py", line 39, in 

from ansiblelint import cli
  File "/usr/lib/python3/dist-packages/ansiblelint/cli.py", line 20, in 
from ansiblelint.file_utils import (
  File "/usr/lib/python3/dist-packages/ansiblelint/file_utils.py", line 15, in 

import wcmatch.pathlib
  File "/usr/lib/python3/dist-packages/wcmatch/pathlib.py", line 218, in 

class PurePosixPath(PurePath):
  File "/usr/lib/python3/dist-packages/wcmatch/pathlib.py", line 221, in 
PurePosixPath
_flavour = pathlib._posix_flavour  # type: ignore[attr-defined]
   ^^
AttributeError: module 'pathlib' has no attribute '_posix_flavour'

This is due to python3-wcmatch=8.4-2 being incompatible with python3.12.
Upstream fixed this in the next version
https://github.com/facelessuser/wcmatch/releases/tag/8.5

I think the following portion of changes can be added to library package for 
Noble release:
https://github.com/facelessuser/wcmatch/pull/203/files#diff-081b2096c270ab6b17a6c70f95ea07d24dd0d343522e135dbdeb609e59867186L83

Versions of installed packages:

ansible-lint:
  Installed: 6.17.2-1
  Candidate: 6.17.2-1
  Version table:
 *** 6.17.2-1 500
500 http://ru.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
500 http://ru.archive.ubuntu.com/ubuntu noble/universe i386 Packages
100 /var/lib/dpkg/status

python3-wcmatch:
  Installed: 8.4-2
  Candidate: 8.4-2
  Version table:
 *** 8.4-2 500
500 http://ru.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
500 http://ru.archive.ubuntu.com/ubuntu noble/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: ansible-lint (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ansible-lint crashes in 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ansible-lint/+bug/2060649/+subscriptions


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

[Bug 2056101] Re: [noble] Quod Libet doesn't start: ModuleNotFoundError: No module named 'senf'

2024-03-18 Thread Alexander Browne
@Robie I think this is it:
https://github.com/quodlibet/quodlibet/commit/a8b6f6bb34864a6821174edbf7802b689e440db3

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

Title:
  [noble] Quod Libet doesn't start: ModuleNotFoundError: No module named
  'senf'

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


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

[Bug 2058147] [NEW] Cannot boot on 24.04 with TPM encryption

2024-03-17 Thread Alexander Koskovich
Public bug reported:

I installed the daily 24.04 ISO to a spare SSD with TPM encryption, and
on first boot it asks me for the recovery password. This doesn't happen
with the current 23.10 ISO.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: noble

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

Title:
  Cannot boot on 24.04 with TPM encryption

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


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

[Bug 2056649] Re: Outlook.com does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-10 Thread Alexander Vinbæk Strand
Now it just works here.. it seems like that an other package I installed
earlier today had gir1.2-edataserver-1.2 as one of the dependencies, and
maybe that also fixed the problem, because now the calendar syncs with
outlook, and the same does evolution with email and contacts..

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

Title:
  Outlook.com does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] Re: Outlook.com does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-10 Thread Alexander Vinbæk Strand
** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
  gnome-online-accounts 3.44.0-1ubuntu1
  
- 
- Earlier I could add outlook.com to gnome calendar with exchange in Gnome 
online accounts and evolution-ews installed, now Microsoft has changed 
something and it does not authenticate anymore..
+ Earlier I could add outlook.com to gnome calendar with exchange in Gnome
+ online accounts and evolution-ews installed, now Microsoft has changed
+ something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
  again.. edit: I got a error message now (see screenshot in comment #1)
+ 
+ edit: upgraded to Ubuntu 23.10 and it still does not work

** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
  gnome-online-accounts 3.44.0-1ubuntu1
  
  Earlier I could add outlook.com to gnome calendar with exchange in Gnome
  online accounts and evolution-ews installed, now Microsoft has changed
  something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
  again.. edit: I got a error message now (see screenshot in comment #1)
  
- edit: upgraded to Ubuntu 23.10 and it still does not work
+ edit 10.3.24: upgraded to Ubuntu 23.10 and it still does not work

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

Title:
  Outlook.com does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] [NEW] Outlook does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-09 Thread Alexander Vinbæk Strand
Public bug reported:

Ubuntu 22.04.4
evolution-ews 3.44.0-1
gnome-online-accounts 3.44.0-1ubuntu1


Earlier I could add outlook.com to gnome calendar with exchange in Gnome online 
accounts and evolution-ews installed, now Microsoft has changed something and 
it does not authenticate anymore..

https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
unable-to-connect-to-outlook-com-when-using-basic-
authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef

It's not very long to the release date for 24.04 LTS, and I hope this is
fixed before that..

In evolution it does ask for outlook.com password and I use the right
password, nothing happens, other than it just asking for password
again.. edit: I got a error message now (see screenshot in comment #1)

** Affects: evolution-ews (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gnome-online-accounts (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Outlook does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] Re: Outlook does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-09 Thread Alexander Vinbæk Strand
** Attachment added: "screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/2056649/+attachment/5754391/+files/Skjermbilde%20fra%202024-03-09%2021-21-43.png

** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
  
  Earlier I could add outlook.com to gnome calendar with exchange in Gnome
  online accounts and evolution-ews installed, now Microsoft has changed
  something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
- again..
+ again.. edit: I got a error message now, (see screenshot in comment #1)

** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
  
  Earlier I could add outlook.com to gnome calendar with exchange in Gnome
  online accounts and evolution-ews installed, now Microsoft has changed
  something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
- again.. edit: I got a error message now, (see screenshot in comment #1)
+ again.. edit: I got a error message now (see screenshot in comment #1)

** Also affects: gnome-online-accounts (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Outlook does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] Re: Outlook does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-09 Thread Alexander Vinbæk Strand
Screenshot from gnome-online-accounts

** Attachment added: "Skjermbilde fra 2024-03-09 21-21-43.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2056649/+attachment/5754396/+files/Skjermbilde%20fra%202024-03-09%2021-21-43.png

** Description changed:

  Ubuntu 22.04.4
  evolution-ews 3.44.0-1
+ gnome-online-accounts 3.44.0-1ubuntu1
  
- Earlier I could add outlook.com to gnome calendar with exchange in Gnome
- online accounts and evolution-ews installed, now Microsoft has changed
- something and it does not authenticate anymore..
+ 
+ Earlier I could add outlook.com to gnome calendar with exchange in Gnome 
online accounts and evolution-ews installed, now Microsoft has changed 
something and it does not authenticate anymore..
  
  https://support.microsoft.com/en-us/office/outlook-and-other-apps-are-
  unable-to-connect-to-outlook-com-when-using-basic-
  authentication-f4202ebf-89c6-4a8a-bec3-3d60cf7deaef
  
  It's not very long to the release date for 24.04 LTS, and I hope this is
  fixed before that..
  
  In evolution it does ask for outlook.com password and I use the right
  password, nothing happens, other than it just asking for password
  again.. edit: I got a error message now (see screenshot in comment #1)

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

Title:
  Outlook does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] Re: Outlook.com does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-09 Thread Alexander Vinbæk Strand
** Bug watch added: gitlab.gnome.org/GNOME/evolution-ews/-/issues #264
   https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/264

** Also affects: gnome-online-accounts via
   https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/264
   Importance: Unknown
   Status: Unknown

** Project changed: gnome-online-accounts => evolution-ews

** Bug watch removed: gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues #9
   https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/9

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

Title:
  Outlook.com does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] Re: Outlook.com does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-09 Thread Alexander Vinbæk Strand
Maybe this is related to this bug report from Gitlab?

https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/9

** Bug watch added: gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues #9
   https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/9

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

Title:
  Outlook.com does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2056649] Re: Outlook.com does not authenticate anymore with evolution-ews or gnome online accounts

2024-03-09 Thread Alexander Vinbæk Strand
** Summary changed:

- Outlook does not authenticate anymore with evolution-ews or gnome online 
accounts
+ Outlook.com does not authenticate anymore with evolution-ews or gnome online 
accounts

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

Title:
  Outlook.com does not authenticate anymore with evolution-ews or gnome
  online accounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-ews/+bug/2056649/+subscriptions


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

[Bug 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-03-06 Thread Alexander Browne
I am seeing this with the (relatively new) Mozilla-provided Firefox deb
package (https://support.mozilla.org/en-US/kb/install-firefox-
linux#w_install-firefox-deb-package-for-debian-based-distributions).

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

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


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

[Bug 2056190] Re: Tabs of non-flatpak Firefox (and non-flatpak Firefox-based browsers) crash in Kubuntu 24.04

2024-03-05 Thread Alexander Browne
Same in Ubuntu desktop (GNOME), so not Kubuntu-specific.

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

Title:
  Tabs of non-flatpak Firefox (and non-flatpak Firefox-based browsers)
  crash in Kubuntu 24.04

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


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

[Bug 1980991] Re: /usr/sbin/on_ac_power incorrectly reporting ac power status

2024-03-01 Thread Alexander Fieroch
I have the same problem in 22.04. Is it so difficult to fix it?

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

Title:
  /usr/sbin/on_ac_power incorrectly reporting ac power status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/powermgmt-base/+bug/1980991/+subscriptions


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

[Bug 1974235] Re: sru cloud-init (22.1-14 to 22.2) Bionic, Focal, Impish, Jammy

2022-06-01 Thread Alexander Balderson
SQA is happy to give a +1 for Bionic and Focal

we have no Juju workloads which currently run on Jammy, and only do Juju
workloads on LTS's

Bionic:
https://solutions.qa.canonical.com/testplans/testplaninstance/7792f440-db83-452a-adbe-
edbb0bbd2b62

Focal:
https://solutions.qa.canonical.com/testplans/testplaninstance/413b8d8a-25d8-4fed-8227-593d1381a384

In both cases we used Juju to deploy a full Openstack with complex
networking and storage configuration. Everything worked as expected.

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

Title:
  sru cloud-init (22.1-14 to 22.2) Bionic, Focal, Impish, Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1974235/+subscriptions


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

[Bug 1971428] Re: CPU pipe A FIFO underrun

2022-05-27 Thread Alexander Lazarević
Same here on Lenovo Thinkpad T490 with i915 and external monitor
attached via Thunderbolt. External monitor goes black several times a
day.

Only when I move the mouse cursor into the lower 10% part of the monitor
screen. It stays black if I don't move the mouse. Once I move the mouse,
the screen comes back. It does not always happen in that lower 10% part.
But when it happens, the cursor is in that area.

Around that time I see in dmesg:
i915 :00:02.0: [drm] *ERROR* CPU pipe B FIFO underrun

I tried a fix from here:
https://bbs.archlinux.org/viewtopic.php?id=263720

But adding the kernel parameter intel_idle.max_cstate=4 did not help in
my case.

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

Title:
  CPU pipe A FIFO underrun

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


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

[Bug 1964025] Re: Do not support OpenSSL 3

2022-05-21 Thread Alexander Adam
Should these updates appear automatically at one point or do I have to
activate some repos or so?

I'm still having the same issues like others as well:

https://stackoverflow.com/questions/71987581/openssl-3-0-error-when-
booting-vagrantbox

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

Title:
  Do not support OpenSSL 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-bcrypt-pbkdf/+bug/1964025/+subscriptions


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

[Bug 1971987] Re: On release upgrade, Snaps don't change channel

2022-05-19 Thread Alexander Browne
I asked in the forum but didn't see an answer: Is there a way to see
that these channels exist? I don't see them listed with `snap info gtk-
common-themes` or on the store at https://snapcraft.io/gtk-common-
themes. If it's tracking the correct channel that is listed with `snap
info`, but that doesn't someone who has changed the channel.

It might also be helpful to have a command to revert to the
default/recommended channel.

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

Title:
  On release upgrade, Snaps don't change channel

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


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

  1   2   3   4   5   6   7   8   9   10   >