[Bug 2062058] Re: Add a UFW firewall config to support QUIC

2024-04-30 Thread Marcus Bointon
FYI, my original Debian PR was just merged into the upstream 1.26-wip branch: https://salsa.debian.org/nginx-team/nginx/-/merge_requests/73 Presumably this will work its way down here at some point. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 2062058] Re: Add a UFW firewall config to support QUIC

2024-04-19 Thread Marcus Bointon
Thanks Mitchell, Well, I'm using 1.25 ubuntu package directly from the nginx repo, and this patch works just fine with that – it's only a simple addition to a UFW config file, not complicated. You probably know this, but nginx's versioning system is slightly weird: even numbers (like 1.24) are

[Bug 2062113] [NEW] CIFS SMB does not work on linux-image-5.15.0-102-generic

2024-04-17 Thread Marcus Linux
Public bug reported: SMB is not working on this kernel version. I keep getting: [error] Resource temporarily unavailable The only way I was able to fix it was downgrading the kernel back to linux-image-5.15.0-101-generic ProblemType: Bug DistroRelease: Ubuntu 22.04 Package:

[Bug 2062058] [NEW] Add a UFW firewall config to support QUIC

2024-04-17 Thread Marcus Bointon
Public bug reported: New feature, not a bug nginx 1.25 adds support for QUIC + HTTP/3, which is typically deployed over UDP port 443. This option is not included in the provided UFW applications, so this PR adds it. Note that it is not done as a standalone app (i.e. with only QUIC) because

[Bug 2057789] [NEW] nvidia-fabricmanager missing from ppa

2024-03-13 Thread Marcus Furlong
Public bug reported: nvidia-fabricmanager is missing from the graphics driver ppa but exists in the jammy repos, causing dependency errors as it tried to install a different version from the ppa driver version. Could we add this package to the graphics driver ppa with a version that matches the

[Bug 1871030] Re: There's no Option to Disable the Startup of KDEConnect

2022-05-13 Thread Marcus Sundman
Nothing should just respawn failing processes continuously within a short span of time. Once the kdeconnect service crashes, what is causing it to launch again immediately? Whatever it is needs to be smarter about things, to avoid respawning the same crashing service millions, or even hundreds, of

[Bug 1971715] Re: 22.04 idn -a domain.com idn: could not convert from ASCII to UTF-8

2022-05-06 Thread Jaap Marcus
For conversion backwards use idn2 -d domain.com How ever it doesn't stop why it doesn't work for idn package it self -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971715 Title: 22.04 idn -a

[Bug 1971715] [NEW] 22.04 idn -a domain.com idn: could not convert from ASCII to UTF-8

2022-05-05 Thread Jaap Marcus
Public bug reported: On Ubuntu 22.04 Jammy: idn -a "xxx-tést.eu" idn: could not convert from ASCII to UTF-8 And idn -u "xn--xxx-tst-fya.eu" idn: could not convert from UTF-8 to ASCII Expected: Successfully conversion from ASCII to UTF-8 Ubuntu 20.04 / 18.04 it works fine Also with idn2

[Bug 1968629] Re: OpenVPN fails to start/connect

2022-04-12 Thread Marcus Sundman
** Attachment added: "Syslog of successfully connecting working openvpn 2.5.1-3ubuntu1.1" https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1968629/+attachment/5580218/+files/vpn-ok.syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1968629] Re: OpenVPN fails to start/connect

2022-04-12 Thread Marcus Sundman
** Attachment added: "Syslog of trying to connect nonworking openvpn 2.5.5-1ubuntu3" https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1968629/+attachment/5580219/+files/vpn-error.syslog ** Changed in: openvpn (Ubuntu) Status: Incomplete => New -- You received this bug

[Bug 1968629] Re: OpenVPN fails to start/connect

2022-04-12 Thread Marcus Sundman
Obviously I can't give you credentials to our VPN, but what other information (besides the already attached files) would be useful? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968629 Title:

[Bug 1968629] [NEW] OpenVPN fails to start/connect

2022-04-11 Thread Marcus Sundman
Public bug reported: After upgrading to jammy OpenVPN doesn't work anymore. The error message just says "VPN connection 'myvpn' failed to activate." and that the VPN service has stopped. Replacing openvpn 2.5.5 with 2.5.1 from impish it works again. ProblemType: Bug DistroRelease: Ubuntu 22.04

[Bug 1968624] Re: KDE Connect Daemon crashes immediately and repeatedly

2022-04-11 Thread Marcus Sundman
After a couple minutes of the kdeconnect crashes it seems plasmashell crashes a couple times in a row, and then the whole screen goes black. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1968624

[Bug 1968624] [NEW] KDE Connect Daemon crashes immediately and repeatedly

2022-04-11 Thread Marcus Sundman
Public bug reported: Upon login to plasma there's a neverending stream of KDE Connect Daemon crash notifications filling the screen and notification bar, and the computer is extremely sluggish. There seems to be no way to disable the KDE Connect Daemon. ProblemType: Bug DistroRelease: Ubuntu

[Bug 1967946] Re: cannot install prometheus-bird-exporter with bird2

2022-04-05 Thread Marcus Furlong
Looks lke this was fixed upstream in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=958365 ** Bug watch added: Debian Bug tracker #958365 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958365 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1967946] [NEW] cannot install prometheus-bird-exporter with bird2

2022-04-05 Thread Marcus Furlong
Public bug reported: # apt install prometheus-bird-exporter Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution

[Bug 1934643] Re: infinite loop in patched cJSON_Minify function

2022-02-21 Thread Marcus H
Is there anything we can do to help getting this fixed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1934643 Title: infinite loop in patched cJSON_Minify function To manage notifications about

[Bug 1961501] Re: Section headings of GMenu not displayed correctly with standard and other themes

2022-02-20 Thread Marcus Schätzle
I've added a minimal program to reproduce the issue. Compile with cc `pkg-config --cflags gtk+-3.0` test.c -o test `pkg-config --libs gtk+-3.0` This opens a window with a tree view. A right-click on the tree view will show the context menu with the headlines displayed in the image I already

[Bug 1955413] Re: Update to containerd 1.5.9

2022-01-07 Thread Marcus Furlong
Would it be possible to get to the latest released 1.5.x before the whole container stack gets upgraded? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955413 Title: Update to containerd 1.5.9 To

[Bug 1955413] Re: containerd 1.5.8 in bionic/focal

2021-12-21 Thread Marcus Furlong
** Information type changed from Private Security to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955413 Title: containerd 1.5.8 in bionic/focal To manage notifications about

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-10 Thread Marcus Furlong
This could possibly be achieved by using a regex and exposing `skipped_interfaces` via a config option? i.e. instead of just having "lo", allow the user to specify other interfaces to skip in the client config file: e.g. skipped_interfaces=["docker0", "cacl.*"] This could then be passed to the

[Bug 1950541] [NEW] package vanilla-gnome-desktop 0.89 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2021-11-10 Thread Marcus Crombach
to default, because not available. sudo update-alternatives --config gdm3.css did not work. I have also no idea, how I can switch now to gnome under Xorg -> which must be done. Marcus ProblemType: Package DistroRelease: Ubuntu 21.10 Package: vanilla-gnome-desktop 0.89 ProcVersionSignature: Ubu

[Bug 1939210] Re: When using HWE, zfs-kmod and zfs user tools versions must match

2021-10-30 Thread Marcus Schmidt
Hi, any updates on this ? Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939210 Title: When using HWE, zfs-kmod and zfs user tools versions must match To manage notifications about this

[Bug 1891478] Re: orca ftbfs in focal (amd64 only)

2021-08-11 Thread Marcus Tomlinson
** Changed in: at-spi2-atk (Ubuntu) Assignee: Marcus Tomlinson (marcustomlinson) => (unassigned) ** Changed in: orca (Ubuntu) Assignee: Marcus Tomlinson (marcustomlinson) => (unassigned) ** Changed in: orca (Ubuntu Focal) Assignee: Marcus Tomlinson (marcustomlinson) => (u

[Bug 1925130] Re: VMWare easy install stops on "Prepare stage"

2021-04-20 Thread Marcus Tomlinson
John WolfeRemove, Tian LanRemove, John Savanyo, could you guys weigh in on this? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1925130 Title: VMWare easy install stops on "Prepare stage"

[Bug 1924885] [NEW] Grub Install Failed

2021-04-17 Thread Marcus Roldan
Public bug reported: The grub-install failed ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15.10 ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-43-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion:

[Bug 1916551] [NEW] python3-stdeb depends on python-all which no longer exists on focal

2021-02-22 Thread Marcus Furlong
Public bug reported: $ ./setup.py --command-packages=stdeb.command bdist_deb running bdist_deb running sdist_dsc running egg_info [...] dpkg-query: no packages found matching python-all ERROR running: /usr/bin/dpkg-query --show --showformat=${Version} python-all Traceback (most recent call

[Bug 1915813] Re: GNU Radio module Package doesn't depend on gnuradio

2021-02-16 Thread Marcus Müller
Notice that the upstream debian package doesn't seem to have this problem, and correctly depends on a matching GNU Radio version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1915813 Title: GNU

[Bug 1915813] [NEW] GNU Radio module Package doesn't depend on gnuradio

2021-02-16 Thread Marcus Müller
Public bug reported: Ubuntu 20.04, gr-iio packages 0.3-7build3 This package requires GNU Radio to be useful. The fact that the dependency isn't there probably is the reason #1902038 went unnoticed. ** Affects: gr-iio (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2021-01-14 Thread Marcus Aurelius
FYI my problem seems to be solved after a bunch of updates to several alsa packages a few weeks ago. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1901926 Title: [HDA-Intel - HDA Intel PCH,

[Bug 1909863] [NEW] Lotus Approach loses information while having open several entries

2021-01-02 Thread Marcus Wiegand
Public bug reported: I am not sure, whether this is a problem from Ubuntu 20.04 LTS or the SAMBA-package. I experienced the following misbehaviour after installing v 20.04 LTS (not having this in 16.04 LTS nor 18.04 LTS): I am using the Desktop version of Ubuntu. I installed the SAMBA-package. I

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-13 Thread Ted R Marcus
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906770 Title: Kernel 5.4.0-56 Wi-Fi does not connect To manage notifications

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-12 Thread Ted R Marcus
I tried two other Wi-Fi adapters with 5.4.0-58. Both are made by TPLINK but use different chipsets: Realtek RTL8192EU and Atheros AR9271. Both were able to connect successfully to a 2.4GHz 802.11n network. When I tried the Netgear A6210 adapter (Mediatek MT7612U chipset) again, it would not

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-12 Thread Ted R Marcus
** Attachment added: "uname-a.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906770/+attachment/5443020/+files/uname-a.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906770 Title:

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-12 Thread Ted R Marcus
** Attachment added: "version.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906770/+attachment/5443021/+files/version.log ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-12 Thread Ted R Marcus
** Attachment added: "lspci-vvnn.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906770/+attachment/5443019/+files/lspci-vvnn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906770

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-12 Thread Ted R Marcus
I installed 5.4.0-58 and had the same connection problem. Reverting to 5.4.0-54 resolved it. I have attached the required log files collected under 5.4.0-58. ** Attachment added: "dmesg.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1906770/+attachment/5443018/+files/dmesg.log --

[Bug 1907893] [NEW] package openssh-server 1:8.3p1-1 failed to install/upgrade: installed openssh-server package post-installation script subprocess returned error exit status 1

2020-12-12 Thread Marcus Chacon
Public bug reported: . ProblemType: Package DistroRelease: Ubuntu 20.10 Package: openssh-server 1:8.3p1-1 ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17 Uname: Linux 5.8.0-33-generic x86_64 ApportVersion: 2.20.11-0ubuntu50.2 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Dec

[Bug 1905579] Re: parted crashes with invalid pointer on resizepart

2020-12-05 Thread Marcus Furlong
Confirmed that it fixed the issue on focal for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905579 Title: parted crashes with invalid pointer on resizepart To manage notifications about this

[Bug 1906770] Re: Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-04 Thread Ted R Marcus
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1906770 Title: Kernel 5.4.0-56 Wi-Fi does not connect To manage notifications

[Bug 1906770] [NEW] Kernel 5.4.0-56 Wi-Fi does not connect

2020-12-03 Thread Ted R Marcus
Public bug reported: After updating to 5.4.0-56 (generic) on Mint 19.3, Wi-Fi cannot complete connection to network with Netgear A6210 USB adapter (Mediatek MT7612U chipset). Network manager can see available networks, but attempting to connect to a network stalls on "connecting" and does not

[Bug 1905579] [NEW] parted crashes with invalid pointer on resizepart on focal

2020-11-25 Thread Marcus Furlong
Public bug reported: parted crashes with invalid pointer on resizepart on focal root@ubuntu-focal:~# parted /dev/sda resizepart 1 100% Warning: Partition /dev/sda1 is being used. Are you sure you want to continue? Yes/No? yes End? [42.9GB]? free(): invalid pointer Aborted (core dumped)

[Bug 1905430] [NEW] release upgrade from 18.04 to 20.04 does not work

2020-11-24 Thread Marcus Schwamberger
Public bug reported: the typical "do-release-update" delivers a roleback with the comment that there was an unsolvable problem possibly caused by inoffical software packages (which I thought I had removed completly) ProblemType: Bug DistroRelease: Ubuntu 18.04 Package:

[Bug 1904478] Re: [SRU] libreoffice 7.0.3 for groovy

2020-11-18 Thread Marcus Tomlinson
** Also affects: libreoffice (Ubuntu Groovy) Importance: Undecided Status: New ** Changed in: libreoffice (Ubuntu) Importance: Undecided => High ** Changed in: libreoffice (Ubuntu Groovy) Importance: Undecided => High ** Changed in: libreoffice (Ubuntu) Status: New => In

[Bug 1904297] [NEW] update notifier disruptive popup

2020-11-14 Thread Marcus Eugen
Public bug reported: Lubuntu 20.04 Update notifier keeps interrupting every hour or two by appearing on top of work. Nobody in their right mind would do this intentionally so it must be a bug. Button to switch to manual update or much less frequent updates is missing. The irritatingly

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2020-11-12 Thread Marcus Aurelius
@hui.wang Thanks for looking into it and explaining how it works. What you describe is compatible with what I'm seeing, but I don't think I misclicked on that dialog that many times :-) I will test it again soon though. Is there any possibility that the dialog has some kind of issue where it

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2020-11-06 Thread Marcus Aurelius
I'm not an expert at all but I noticed these lines in my logs: When sound works: Node 0x21 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out [...] Pin-ctls: 0xc0: OUT HP When it doesn't work: Node 0x21 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out [...] Pin-ctls: 0x00: OP has the first form.

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2020-11-06 Thread Marcus Aurelius
OK, I'm attaching the logs since I could reproduce the bug again. When upgrading from alsa-utils 1.2.2-1ubuntu1 to alsa-utils 1.2.2-1ubuntu2 with speakers plugged in the 3.5mm jack, I could clearly hear a "thump" sound when the 3.5mm jack stopped working. Neither a reboot or a cold boot solved

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2020-11-06 Thread Marcus Aurelius
** Attachment added: "Using alsa-utils 1.2.2-1ubuntu1. Sound works on all outputs." https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1901926/+attachment/5432035/+files/pa-info_01_alsa-utils-ubuntu1.txt -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2020-11-06 Thread Marcus Aurelius
While generating the logs I found out that maybe it's not alsa-utils version. It could also be a combination of the following: - Booting up with earphones plugged in makes the sound come out from the internal speakers (and not the earphones). - Changing the sound output device in the settings

[Bug 1901926] Re: [HDA-Intel - HDA Intel PCH, playback] No sound at all from headphones

2020-11-05 Thread Marcus Aurelius
I'm facing a similar problem. May I ask your alsa-utils version? Is it 1.2.2-1ubuntu2 or 1.2.2-1ubuntu1? My issues started when the system updated to alsa-utils 1.2.2-1ubuntu2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1899122] [NEW] Touchpad does not wok

2020-10-08 Thread João Marcus
Public bug reported: Ideapad S145 Kernel: 5.4.0-48 Tested on Ubuntu 20 and Mint 20 (cinnamon and xfce) ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1892783] Re: [SRU] libreoffice 6.4.6 for focal

2020-08-27 Thread Marcus Tomlinson
** Also affects: libreoffice (Ubuntu Focal) Importance: Undecided Status: New ** Changed in: libreoffice (Ubuntu Focal) Assignee: (unassigned) => Heather Ellsworth (hellsworth) ** Changed in: libreoffice (Ubuntu Focal) Importance: Undecided => High ** Changed in: libreoffice

[Bug 1891478] Re: orca ftbfs in focal (amd64 only)

2020-08-24 Thread Marcus Tomlinson
** Also affects: at-spi2-atk (Ubuntu) Importance: Undecided Status: New ** Changed in: at-spi2-atk (Ubuntu) Status: New => Fix Committed ** Changed in: at-spi2-atk (Ubuntu) Assignee: (unassigned) => Marcus Tomlinson (marcustomlinson) ** Changed in: at-spi2-atk (

[Bug 1891478] Re: orca ftbfs in focal (amd64 only)

2020-08-24 Thread Marcus Tomlinson
Fix committed: https://salsa.debian.org/a11y-team/at- spi2-atk/-/merge_requests/4 ** Changed in: orca (Ubuntu) Status: Confirmed => In Progress ** Changed in: orca (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of

[Bug 1891345] Re: Update to 3.37.90

2020-08-14 Thread Marcus Tomlinson
Merge Request: https://salsa.debian.org/gnome-team/orca/-/merge_requests/2 Source Package Build: https://drive.google.com/drive/folders/1QnU6Lm5E-dNUVQ3iX8SFGsr3UFdF06li?usp=sharing ** Changed in: orca (Ubuntu) Status: New => In Progress -- You received this bug notification because you

[Bug 1891345] Re: Update to 3.37.90

2020-08-14 Thread Marcus Tomlinson
Thanks Sebastien, I’ll try that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1891345 Title: Update to 3.37.90 To manage notifications about this bug go to:

[Bug 1891345] Re: Update to 3.37.90

2020-08-13 Thread Marcus Tomlinson
This is blocked on: https://bugs.launchpad.net/ubuntu/+source/gettext/+bug/1841551 The build is currently failing with: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 My guess is that the

[Bug 1891345] [NEW] Update to 3.37.90

2020-08-12 Thread Marcus Tomlinson
Public bug reported: Update to 3.37.90 ** Affects: orca (Ubuntu) Importance: Wishlist Assignee: Marcus Tomlinson (marcustomlinson) Status: New ** Tags: upgrade-software-version ** Changed in: orca (Ubuntu) Assignee: (unassigned) => Marcus Tomlinson (marcustomlin

[Bug 1871762] Re: Calling printf with %f format from rtld-audit bound functions results in a segfault.

2020-07-30 Thread Marcus Borkenhagen
Further testing showed that the attached rtld-audit-repro.tar.xz did not reproduce the described behavior. An updated and much simpler repro in audit.c wich does actually reproduce the described issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1871762] Re: Calling printf with %f format from rtld-audit bound functions results in a segfault.

2020-07-30 Thread Marcus Borkenhagen
New repro that actually works. ** Attachment added: "audit.c" https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1871762/+attachment/5397174/+files/audit.c ** Attachment removed: "Example reproducing the observed behavior."

[Bug 1869021] Re: desktop dash search clicking on a snap application leads to error page in software centre

2020-07-30 Thread Marcus Tomlinson
** Changed in: snap-store-desktop Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869021 Title: desktop dash search clicking on a snap application leads to error page

[Bug 1873945] Re: Banner is far too narrow with large swathes of blank space either side

2020-07-29 Thread Marcus Tomlinson
** Also affects: gnome-software (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/1873945 Title: Banner is far too narrow with large swathes of

[Bug 1881487] Re: Apps from PPAs with AppStream metadata cannot be uninstalled

2020-07-29 Thread Marcus Tomlinson
** Changed in: snap-store-desktop Status: New => Confirmed ** Changed in: gnome-software (Ubuntu) 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/1881487 Title:

[Bug 1881894] Re: Apps from PPAs with AppStream metadata are not displayed

2020-07-29 Thread Marcus Tomlinson
Marking invalid. The more pertinent issue is being tracked on #1881487. ** Changed in: snap-store-desktop Status: New => Invalid ** Changed in: gnome-software (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1876149] Re: The search button placement is inconsistent with other gnome desktop software

2020-07-29 Thread Marcus Tomlinson
** Also affects: gnome-software (Ubuntu) Importance: Undecided Status: New ** Changed in: snap-store-desktop Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1869021] Re: desktop dash search clicking on a snap application leads to error page in software centre

2020-07-29 Thread Marcus Tomlinson
** Changed in: snap-store-desktop Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1869021 Title: desktop dash search clicking on a snap application leads to error page

[Bug 1884428] Re: calculator won't open (error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory)

2020-07-28 Thread Marcus Tomlinson
** Changed in: gnome-calculator (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884428 Title: calculator won't open (error while loading shared libraries:

[Bug 1884428] Re: calculator won't open (error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory)

2020-07-28 Thread Marcus Tomlinson
Great looks like it worked then (You can ignore those canberra-gtk- module warnings) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884428 Title: calculator won't open (error while loading shared

[Bug 1884428] Re: calculator won't open (error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory)

2020-07-27 Thread Marcus Tomlinson
Ok, please re-install the lot by running this. $ snap remove --purge gnome-3-34-1804 $ snap remove --purge gnome-calculator $ rm -rf ~/snap/gnome-calculator $ snap install gnome-calculator $ snap run gnome-calculator If this still doesn't work, please share the terminal output from the entire

[Bug 1884428] Re: calculator won't open (error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory)

2020-07-24 Thread Marcus Tomlinson
Oh interesting. Looks like you don’t even have the gnome-3-34-1804 snap installed. Could you give the output of $ snap list If you don’t see that snap in the list try: $ sudo snap install gnome-3-34-1804 And see if that fixes your issue. -- You received this bug notification because you are

[Bug 1884428] Re: calculator won't open (error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory)

2020-07-15 Thread Marcus Tomlinson
** Changed in: snapd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1884428 Title: calculator won't open (error while loading shared libraries:

[Bug 1884428] Re: calculator won't open (error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory)

2020-07-15 Thread Marcus Tomlinson
Hi, this should resolve your issue: Open the 'Terminal' app and type: sudo snap connect gnome-calculator:gnome-3-34-1804 gnome-3-34-1804 rm -rf ~/snap/gnome-calculator -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-07-08 Thread Marcus Urso-Bernick
emms@betty:~$ dpkg -l | grep glib-networking ii glib-networking:amd642.64.2-1ubuntu0.1 amd64network-related giomodules for GLib ii glib-networking-common 2.64.2-1ubuntu0.1

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-07-08 Thread Marcus Urso-Bernick
I have a better log file which I have compressed with zip but dont feel comfortable printing it to this bug page. Do you mind if I send it to your email? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-07-07 Thread Marcus Urso-Bernick
Jul 07 00:08:37 betty io.elementary.a[3348]: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Jul 07 00:08:40 betty io.elementary.a[3348]: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Jul 07 00:08:41 betty gnome-shell[1966]:

[Bug 1873777] Re: Update to 2.64.2

2020-07-07 Thread Marcus Urso-Bernick
Jul 07 00:08:37 betty io.elementary.a[3348]: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Jul 07 00:08:40 betty io.elementary.a[3348]: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17 Jul 07 00:08:41 betty gnome-shell[1966]:

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-07-06 Thread Marcus Urso-Bernick
No problem, I'm away from my laptop now but will be able to send you`journalctl -b 0` by 2230 UTC -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1882636 Title:

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-07-03 Thread Marcus Urso-Bernick
So I'm following up after a long time away from my laptop. I'm currently experiencing an error which says: TLS/SSL support not available; install glib-networking. I'm not sure why this is happening but I'm willing to poke around if you are able to help me. I"m hoping together we can ID the cause.

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-24 Thread Marcus
Hello Robie, I just had a look at the proposed package and it fixes the issue for me. To test the patch I followed the steps as explained in the bug description, first with apache2/xenial-updates,now 2.4.18-2ubuntu3.14 amd64 and the issue could be reproduced with the command $ curl

[Bug 1878172] Re: FUJITSU LIFEBOOK U748: 138a:0050 Validity Sensors not working

2020-06-19 Thread marcus
This has been fixed upstream by the looks of things. Guess a backport is in order? https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/144 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-06-18 Thread Marcus Urso-Bernick
I'll follow up after work tonight work more specifics -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1882636 Title: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777 To manage

[Bug 1882636] Re: https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-06-18 Thread Marcus Urso-Bernick
Glib-networking is installed I'm getting an error that it's not installed from the accounts app in settings -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1882636 Title:

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-17 Thread Marcus
Glad to hear! Just out of curiosity: What will be the next steps? Should this issue also be reported to the debian bug tracker because it affects debain 8? If I remember correctly, the support for debian 8 should end this month. And also: Should there be a discussion about the security impact? If

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-16 Thread Marcus
@Christian I can confirm, it works as expected for external requests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1875299 Title: Apache's mod_remoteip: IP address spoofing via

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-16 Thread Marcus
Sadly, I don't have any other ideas at the moment. But I do think that this issue does pose a security risk that should not be overlooked. Applications relying in any form on the source IP address for authentication or rate limitations might be affected. I will have another look at the sources

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-15 Thread Marcus
Just tested it and the issue still exists. I added the repository, reinstalled apache2 and restartet the service but still had the same outcome. apache2/xenial,now 2.4.18-2ubuntu3.15~ppa1 amd64 [installed] -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-15 Thread Marcus
I could test it in the evening. I assume I'd just have to add the PPA source, apt update and reinstall apache2? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1875299 Title: Apache's

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-15 Thread Marcus
Hi Christian, it looks like you took the excact setup steps as I did. But just to make sure: Have you enabled the apache2 module remote_ip? $ a2enmod remoteip mod_rewrite seems to be enabled, otherwise your curl commands would not return the output of the PHP file. Other than that everything

[Bug 1883250] Re: Behavior while checking/updating snaps

2020-06-12 Thread Marcus Tomlinson
Perhaps the "Updating snaps..." status is misleading. What update- manager is really doing here is checking for updates, not the actual updates themselves. If updates are found, the status will change to "Removing snap x" or "Installing snap y" etc., and the progress bar will begin displaying the

[Bug 968213] Re: Too many icons in Gnome Shell Activities Overview require ellipses

2020-06-11 Thread Marcus Aurelius
So another LTS got released with this issue... :-( If upstream Gnome is dragging its feet to solve this, would I be asking too much if I suggested Ubuntu to bundle the "Applications Overview Tooltip" in the distro? At least users won't have to mess with browser extensions. That looks like a

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-11 Thread Marcus
After configuring nginx and apache, the file index.php has to be placed in the document root directory (/var/www/html). This PHP file outputs the value of the variable $_SERVER['REMOTE_ADDR'] which should always carry the client's real IP address and should always contain trustworthy values when

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-11 Thread Marcus Döllerer
** Attachment added: "/etc/nginx/sites-enabled/nginx-default" https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1875299/+attachment/5383083/+files/nginx-default -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-11 Thread Marcus Döllerer
Hello Robie. I originally reported this issue to Andrey. I will attempt to provide some additional information for reproducing this bug. As already stated by Andrey, this issue affects apache versions prior to 2.4.24 and therefore distributions like ubuntu 16.04 and debian 8 seem to be

[Bug 1875299] Re: Apache's mod_remoteip: IP address spoofing via X-Forwarded-For when mod_rewrite rule is triggered

2020-06-11 Thread Marcus Döllerer
** Attachment added: "/var/www/html/index.php" https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1875299/+attachment/5383084/+files/index.php -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 1882636] [NEW] https://bugs.launchpad.net/ubuntu/+source/glib-networking/+bug/1873777

2020-06-09 Thread Marcus Urso-Bernick
Public bug reported: OS: Pop!_OS 20.04 LTS x86_64 Host: XPS 13 9370 Kernel: 5.4.0-7634-generic Uptime: 2 hours, 50 mins Packages: 1817 (dpkg), 20 (snap) Shell: bash 5.0.16 Resolution: 1920x1080 DE: GNOME WM: Mutter WM Theme: Pop Theme: Pop-dark [GTK2/3] Icons: Pop [GTK2/3] Terminal:

[Bug 1873777] Re: Update to 2.64.2

2020-06-08 Thread Marcus Urso-Bernick
I need help!!! I'm trying to build this repair but having a hard time running the build. I'm not very good at building from the provided fix. Please help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1880987] Re: [SRU] /usr/bin/update-manager:TypeError:_on_finished:_action_done:get_deb2snap_dups:_on_finished:_action_done:get_deb2snap_dups

2020-06-03 Thread Marcus Tomlinson
** No longer affects: update-manager (Ubuntu Eoan) ** No longer affects: update-manager (Ubuntu Bionic) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880987 Title: [SRU] /usr/bin/update-

[Bug 1874591] Re: [SRU] AptUrl GTK window stuck on screen after install completed

2020-06-03 Thread Marcus Tomlinson
** No longer affects: update-manager (Ubuntu Eoan) ** No longer affects: update-manager (Ubuntu Bionic) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874591 Title: [SRU] AptUrl GTK window stuck

[Bug 1880987] Re: [SRU] /usr/bin/update-manager:TypeError:_on_finished:_action_done:get_deb2snap_dups:_on_finished:_action_done:get_deb2snap_dups

2020-06-03 Thread Marcus Tomlinson
** Description changed: [Impact] The Ubuntu Error Tracker has been receiving reports about a problem regarding update-manager. This problem was most recently seen with package version 1:20.04.10, the problem page at

  1   2   3   4   5   6   7   8   9   10   >