[Bug 2065439] Re: default globbed sysctls override linux defaults

2024-05-10 Thread Ross Vandegrift
Hi Nick,

Yes I could override the whole file - but I'd have to copy and maintain
the non-wildcard entries myself.  That's more tedious than being able to
correctly override the .default sysctls as usual.

I disagree with your view that these "are just defaults" - they are
more, since they interfere with the kernel's pre-existing method of
configuring defaults for these values.

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

Title:
  default globbed sysctls override linux defaults

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


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

[Bug 2065439] [NEW] default globbed sysctls override linux defaults

2024-05-10 Thread Ross Vandegrift
Public bug reported:

In 22.04, systemd ships the following globbed sysctls:
$ grep -r -F '*'  /usr/lib/sysctl.d /etc/sysctl.*
/usr/lib/sysctl.d/50-default.conf:net.ipv4.conf.*.rp_filter = 2
/usr/lib/sysctl.d/50-default.conf:net.ipv4.conf.*.accept_source_route = 0
/usr/lib/sysctl.d/50-default.conf:net.ipv4.conf.*.promote_secondaries = 1

This seems to break linux's built-in .defaults sysctls.  For instance,
`net.ipv4.conf.default.rp_filter` is ineffective given the above.

According to sysctl.d(5), they're applied /individually/ when interfaces show 
up:
> The settings configured with sysctl.d files will be applied early on boot.
> The network interface-specific options will also be applied individually for
> each network interface as it shows up in the system. (More specifically,
> net.ipv4.conf.*, net.ipv6.conf.*, net.ipv4.neigh.*  and net.ipv6.neigh.*).

That means something (networkd?) applies
`net.ipv4.conf.newif.rp_filter=2` when newif appears.  Since that's
applied to an individual interface, it overrides
`net.ipv4.conf.default.rp_filter=0` that I've set.  That pretty
surprising.

It isn't clear from sysctl.d(5) how to disable this.  With some 
experimentation, I've come up with:
-net.ipv4.conf.*.rp_filter
 net.ipv4.conf.all.rp_filter = 0
 net.ipv4.conf.default.rp_filter = 0

But I'm not sure that first line is valid.  sysctl.d(5) doesn't document
this case.

Perhaps the systemd package should not ship globbed sysctls in the
above-documented network subtrees - are there use cases not covered by
the .defaults sysctls?

I haven't checked if later packages continue to ship the above config.

** Affects: systemd (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/2065439

Title:
  default globbed sysctls override linux defaults

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


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

[Bug 2063883] Re: Resuming from suspend, desktop crashes

2024-04-27 Thread Shane Ross
After some research appears this bug/crash is related to display-port +
Dell usb-c docking station.

Closing this as not related to Ubuntu directly.

** Changed in: 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/2063883

Title:
  Resuming from suspend, desktop crashes

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


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

[Bug 2063883] [NEW] Resuming from suspend, desktop crashes

2024-04-26 Thread Shane Ross
Public bug reported:

1) lsb_release -rd:
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04

2) /proc/version_signature:
Ubuntu 6.8.0-31.31-generic 6.8.1

uname -a:
Linux slat 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 
UTC 2024 x86_64 x86_64 x86_64 GNU/Linux


3) After resuming from power suspend, expect to see existing desktop session 
and apps prior to suspend

4) Waking from power suspend, desktop crashes and user asked to login
again, on doing so previous session is gone.

dmesg:
[114249.273903] PM: suspend entry (s2idle)
[114249.274164] Filesystems sync: 0.000 seconds
[114249.278175] Freezing user space processes
[114249.280510] Freezing user space processes completed (elapsed 0.002 seconds)
[114249.280514] OOM killer disabled.
[114249.280515] Freezing remaining freezable tasks
[114249.282384] Freezing remaining freezable tasks completed (elapsed 0.001 
seconds)
[114249.282388] printk: Suspending console(s) (use no_console_suspend to debug)
[114249.768169] ACPI: EC: interrupt blocked
[161079.897587] ACPI: EC: interrupt unblocked
[161080.113134] i915 :00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin 
version 70.20.0
[161080.113148] i915 :00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin 
version 7.9.3
[161080.128217] iwlwifi :00:14.3: WRT: Invalid buffer destination
[161080.131053] i915 :00:02.0: [drm] GT0: HuC: authenticated for all 
workloads
[161080.131522] i915 :00:02.0: [drm] GT0: GUC: submission enabled
[161080.131527] i915 :00:02.0: [drm] GT0: GUC: SLPC enabled
[161080.131999] i915 :00:02.0: [drm] GT0: GUC: RC enabled
[161080.165738] nvme nvme0: 12/0/0 default/read/poll queues
[161080.286655] iwlwifi :00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
[161080.286665] iwlwifi :00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
[161080.286672] iwlwifi :00:14.3: WFPM_AUTH_KEY_0: 0x90
[161080.286680] iwlwifi :00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0
[161080.287989] iwlwifi :00:14.3: RFIm is deactivated, reason = 4
[161082.464183] OOM killer enabled.
[161082.464187] Restarting tasks ... 
[161082.464287] usb 2-1.3: USB disconnect, device number 3
[161082.464353] usb 2-1: USB disconnect, device number 2
[161082.464363] usb 3-1: USB disconnect, device number 4
[161082.464373] usb 3-1.2: USB disconnect, device number 5
[161082.467680] int3472-discrete INT3472:06: cannot find GPIO chip INTC100B:00, 
deferring
[161082.468418] done.
[161082.468434] random: crng reseeded on system resumption
[161082.473105] mei_hdcp :00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: 
bound :00:02.0 (ops i915_hdcp_ops [i915])
[161082.474816] mei_pxp :00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: 
bound :00:02.0 (ops i915_pxp_tee_component_ops [i915])
[161082.477809] audit: type=1107 audit(1714160826.354:487): pid=2127 uid=100 
auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" 
operation="dbus_signal"  bus="system" path="/org/freedesktop/login1" 
interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" 
name=":1.14" mask="receive" pid=6423 label="snap.firefox.firefox" peer_pid=2179 
peer_label="unconfined"
 exe="/usr/bin/dbus-daemon" sauid=100 hostname=? addr=? 
terminal=?'
[161082.483496] r8152-cfgselector 2-1.4: USB disconnect, device number 4
[161082.582018] int3472-discrete INT3472:06: cannot find GPIO chip INTC100B:00, 
deferring
[161082.586494] usb 3-1.3: USB disconnect, device number 6
[161082.586507] usb 3-1.3.1: USB disconnect, device number 8
[161082.688309] PM: suspend exit
[161082.771183] audit: type=1400 audit(1714160826.647:488): apparmor="DENIED" 
operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" 
name="/proc/sys/vm/max_map_count" pid=36059 comm="firmware-notifi" 
requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[161082.853369] usb 3-1.3.2: USB disconnect, device number 9
[161082.906754] usb 3-1.3.5: USB disconnect, device number 10
[161082.943707] usb 3-1.5: USB disconnect, device number 7
[161083.157114] audit: type=1107 audit(1714160827.033:489): pid=2127 uid=100 
auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" 
operation="dbus_signal"  bus="system" path="/org/freedesktop/login1" 
interface="org.freedesktop.DBus.Properties" member="PropertiesChanged" 
name=":1.14" mask="receive" pid=6423 label="snap.firefox.firefox" peer_pid=2179 
peer_label="unconfined"
 exe="/usr/bin/dbus-daemon" sauid=100 hostname=? addr=? 
terminal=?'
[161083.181074] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=10.0.60.11 
DST=239.255.255.250 LEN=635 TOS=0x00 PREC=0x00 TTL=1 ID=34871 DF PROTO=UDP 
SPT=37939 DPT=3702 LEN=615 
[161083.181320] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= 
SRC=fe80::::2e25:f35d:68f5:5ead 
DST=ff02:::::::000c LEN=655 TC=0 HOPLIMIT=1 
FLOWLBL=371897 PROTO=UDP SPT=57938 DPT=3702 LEN=615 
[161083.181455] [UFW BLOCK] IN=virbr0 OUT= MAC= SRC=192.168.122.1 

[Bug 2057744] Re: Crash on new event dialog

2024-03-29 Thread Ross Gammon
I think it would be best to run gramps so it crashes again. And then
report a new bug with ubuntu-bug /var/crash/FILENAME.crash

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-29 Thread Ross Gammon
Hi Igor,

That last message was automatically generated. I am getting the same
error trying to get a backtrace from the crash file locally on my
system.

Did you modify the file before uploading it?

The error message is not helpful in finding the offending line in the
file.

You shouldn't worry about launchpad revealing private information.
Launchpad removes this automatically these days (I think). You can check
it later and mark the bug private if you like.

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Crash report cannot be processed

2024-03-29 Thread Ross Gammon
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed, since the report is ill-formed. Perhaps the report data got
modified?

  Malformed problem report: Line '--- \n' does not contain a colon for
separating the key from the value. Is this a proper .crash text file?

If you encounter the crash again, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-29 Thread Ross Gammon
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed, since the report is ill-formed. Perhaps the report data got
modified?

  Malformed problem report: Line '--- \n' does not contain a colon for
separating the key from the value. Is this a proper .crash text file?

If you encounter the crash again, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Changed in: gramps (Ubuntu)
   Status: New => Confirmed

** Changed in: gramps (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-29 Thread Ross Gammon
I am really sorry to do this to you again igi, but I just tested gramps 5.1.5 
in a fresh Ubuntu 22.04 installation and I cannot reproduce the problem.
I created a new database, created a new person, then created a new event (a 
birth), and clicked OK. There was no crash.

The WARNING you get is not an error (just a warning), and nothing to do
with the crash.

But you are clearly getting a crash, and a core dump has been created.
We really need to see that dump.

Can you look for the core dump file? There are further instructions here:
https://help.ubuntu.com/community/ReportingBugs#Reporting_a_crash_when_no_message_shows_up_and_crash_files_created

Do you see something in /var/crash?

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-29 Thread Ross Gammon
** Changed in: gramps (Ubuntu)
   Status: New => Incomplete

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-15 Thread Ross Gammon
Unfortunately, the files you attached only tell us about your computer
and software installed. There is no information about the crash.

Perhaps you can run gramps from the terminal cause the crash, and copy
any text printed in the terminal and try running apport-collect again?

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-15 Thread Ross Gammon
** Changed in: gramps (Ubuntu)
   Status: New => Incomplete

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

Title:
  Crash on new event dialog

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


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

[Bug 2057744] Re: Crash on new event dialog

2024-03-14 Thread Ross Gammon
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please execute the following command only once, as it will 
automatically gather debugging information, in a terminal:
apport-collect 2057744

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: gramps (Ubuntu)
   Status: New => Incomplete

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

Title:
  Crash on new event dialog

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


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

[Bug 2056065] Re: cloud images slow to boot under kvm

2024-03-05 Thread Ross Vandegrift
Hi Christian,
Sorry for not including my qemu command line.  Thanks for including yours, that 
lets me spot the difference.

I've been using `-machine type=kvm` (so the default, pc-i440fx).
Switching to q35 fixes the issue, and the other OS images are still
fast.

Kind of perplexing that it'd only affect Ubuntu - but I'm happy to have
a workaround.

Thanks,
Ross

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

Title:
  cloud images slow to boot under kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2056065/+subscriptions


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

[Bug 1977699] [NEW] zfs icp has deselected all optimized aes & gcm impls

2022-06-05 Thread Kent Ross
Public bug reported:

In an upgrade from Jammy kernel 5.15.0-27-generic to 5.15.0-35-generic
on x86_64 (AMD threadripper pro 39x5wx series), a 40x performance
regression in the first read of cached writes to an encrypted dataset
revealed that zfs is no longer configured to choose any implementations
from advanced instruction sets:

$ grep . /sys/module/icp/parameters/*impl*
/sys/module/icp/parameters/icp_aes_impl:cycle [fastest] generic x86_64
/sys/module/icp/parameters/icp_gcm_impl:cycle [fastest] generic

With correct configuration, the output should read as follows:

$ grep . /sys/module/icp/parameters/*impl*
/sys/module/icp/parameters/icp_aes_impl:cycle [fastest] generic x86_64 aesni
/sys/module/icp/parameters/icp_gcm_impl:cycle [fastest] avx generic pclmulqdq

The immediate ill effects are the use of gcm_generic_mul instead of the
dedicated instruction, consuming 50% CPU and slowing reads of data
cached in ram to less than 20% of what they would be even reading
directly from disk.

openzfs changed its configure process to detect cpu features differently
recently to adapt to the kernel api change. It seems that the upstream
changes that unexport the needed symbols and the downstream changes in
openzfs that stop using them were not cherrypicked in sync.

https://github.com/openzfs/zfs/pull/13147
https://github.com/openzfs/zfs/pull/13236

** Affects: zfs-linux (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/1977699

Title:
  zfs icp has deselected all optimized aes & gcm impls

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


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

[Bug 1970924] Re: Windows 10 to Ubuntu 22.04 LTS Fails with 'The token supplied to the function is invalid'

2022-05-02 Thread Ross
** Attachment removed: "Screenshot 2022-04-29 114244.png"
   
https://bugs.launchpad.net/ubuntu/+bug/1970924/+attachment/5585047/+files/Screenshot%202022-04-29%20114244.png

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

Title:
  Windows 10 to Ubuntu 22.04 LTS Fails with 'The token supplied to the
  function is invalid'

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


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

[Bug 1970924] Re: Windows 10 to Ubuntu 22.04 LTS Fails with 'The token supplied to the function is invalid'

2022-04-29 Thread Ross
** Description changed:

  When attempting to use remote desktop from a Windows 10 (21H2
  19044.1566) box to an Ubuntu 22.04 LTS (fully patched), I receive the
  following error:
  
  An authentication error has occurred.
  The token supplied to the function is invalid.
  
  Remote computer: {Computer name}
  
  This is when attempting to RDP with an AD domain user, which I can
- confirm logs in successfully.
+ confirm logs in successfully locally.

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

Title:
  Windows 10 to Ubuntu 22.04 LTS Fails with 'The token supplied to the
  function is invalid'

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


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

[Bug 1970924] [NEW] Windows 10 to Ubuntu 22.04 LTS Fails with 'The token supplied to the function is invalid'

2022-04-29 Thread Ross
Public bug reported:

When attempting to use remote desktop from a Windows 10 (21H2
19044.1566) box to an Ubuntu 22.04 LTS (fully patched), I receive the
following error:

An authentication error has occurred.
The token supplied to the function is invalid.

Remote computer: {Computer name}

This is when attempting to RDP with an AD domain user, which I can
confirm logs in successfully.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot 2022-04-29 114244.png"
   
https://bugs.launchpad.net/bugs/1970924/+attachment/5585047/+files/Screenshot%202022-04-29%20114244.png

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

Title:
  Windows 10 to Ubuntu 22.04 LTS Fails with 'The token supplied to the
  function is invalid'

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


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

[Bug 1968636] [NEW] cryptroot-unlock doesn't work at all when terminal width is below 51

2022-04-11 Thread Ross
Public bug reported:

I'm speaking about ubuntu 20.04.4 with cryptsetup 2:2.2.2-3ubuntu2.4.
The behaviour is the same in ubuntu 22.04. I havent tried 18.04 and
older LTS, probably the same problem there as well.

So I have your usual setup with luks encrypted root. I've installed
dropbear-initramfs to make it remotely unlockable, set everything up and
tried to unlock it connecting from termux with my phone. When I ran
cryptroot-unlock it kept silent (not even the prompt) for some secs and
quit with such error:

Error: Timeout reached while waiting for askpass.

Long story short: if I rotated the phone everything worked as supposed.

I tracked it down to this piece in cryptroot-unlock:

# Print the list of PIDs the executed command of which is $exe.
pgrep_exe() {
local exe pid
exe="$(readlink -f -- "$1" 2>/dev/null)" && [ -f "$exe" ] || return 0
ps | awk '{print $1, $5}' | while read LINE; do
set $LINE
local pid=$1
local cmd=$(readlink -f -- "$2")
if [ "$cmd" == "$exe" ]; then
echo $pid
break
fi
done
}

Notice it walks through "ps" (busybox one) lines which adapts its output
to the terminal width. Check out this shell session:

> stty size
40 115
> /usr/lib/initramfs-tools/bin/busybox ps | grep '[b]usybox'
18944 account   2804 R/usr/lib/initramfs-tools/bin/busybox ps
## resize the terminal width to 50
> stty size
40 50
> /usr/lib/initramfs-tools/bin/busybox ps | grep '[b]usybox'
18947 account   2804 R{busybox} /usr/lib/ini

Look at the last line above. "ps" ensures one terminal line per process,
no wrapping. If a line is too long, cut it. If the full binary path is
to be cut, prepend the binary basename in curly braces.

Here is a shell session over dropbear connection:

> stty size
40 115
> ps | grep '[a]skpass'
  285 root  2364 S/lib/cryptsetup/askpass Please unlock disk 
dm_crypt-0:
## resize the terminal width to 50
> stty size
40 50
> ps | grep '[a]skpass'
  285 root  2364 S{askpass} /lib/cryptse

As you can see askpass cmdline is a total mess now and because of that
pgrep_exe cant find askpass PID.


A quick fix could be "ps -w" instead of just "ps" in pgrep_exe. It would make 
ps assume the terminal width 132 which is enough for askpass line to be printed 
pristine.


Currently one cant unlock encrypted root with terminal width up to and 
including 50.

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


** Tags: cryptsetup cryptsetup-initramfs

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

Title:
  cryptroot-unlock doesn't work at all when terminal width is below 51

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


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

[Bug 1964632] Re: [BPO] gramps/5.1.5-1 from jammy

2022-03-31 Thread Ross Gammon
Hi Dan,

I am the maintainer of Gramps in Debian.

I try to ensure that the latest upstream release of Gramps is available
in all the currently supported releases of Debian and Ubuntu that I am
easily able to test. And if requested, I would backport to older
supported releases (if I had support to test them).

Currently I am backporting to Debian Stable Backports, Ubuntu Impish &
Focal.

Sometimes the releases include bug fixes, sometimes updated translations
that didn't make it into the previous release, sometimes there will be
new features.

I think forcing users to install deb files for the latest release,
downloaded from the upstream project, or to try and install from source
is doing a disservice to our users. And it gives me the occasional
confusing bug report to deal with, or query on the upstream mailing list
:-)

People happy with the version of Gramps in the original Debian/Ubuntu
release can stick with that. It appears to be working fine.

If I receive a critical bug report with that version, then I will do a
stable-update (for Debian), or an SRU (for Ubuntu). I am not aware that
any of the bug fixes in 5.1.5 are critical, and deserving of an SRU.

Sorry for not making clear my intentions in the bug description.

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

Title:
  [BPO] gramps/5.1.5-1 from jammy

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


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

[Bug 1870482] Re: apt-btrfs-snapshot blocks apt

2022-03-30 Thread Kent Ross
i ran into this and figured out what it was.

apt-btrfs-snapshot makes several assumptions when it operates, not all
of which are checked:

1. / is mounted from a btrfs device subvolume named /@
2. the btrfs filesystem on that device will mount the root filesystem, inside 
which @ resides.

1. is checked by "supported" by looking in fstab and ensuring that
subvolid=@ is *explicitly* specified, 2. is not checked at all. if your
volume root mounts @ as the default subvolume it's not gonna work!

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

Title:
  apt-btrfs-snapshot blocks apt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/1870482/+subscriptions


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

[Bug 1917903] Re: Kernel flavors specified that aren't in Ubuntu

2022-03-17 Thread Will Ross
I'm not currently  using that board, but I can bring it back up if
needed for testing/reproduction.

I wasn't using a prebuilt image, I was installing Ubuntu using
debootstrap (IIRC, booted originally with the 18.04 based image provided
[0], or "cross" installed originally from a Debian image).

So totally unsupported, and for the specific case of the BeagleBone
Black there were some issues with Ubuntu's u-boot (something about old
configuration flags for the SPL?), but I do think making the change
would be helpful as for other boards it does "just work".

0:
https://elinux.org/BeagleBoardUbuntu#All_BeagleBone_Variants_and_PocketBeagle

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

Title:
  Kernel flavors specified that aren't in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1917903/+subscriptions


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

[Bug 1964632] Re: [BPO] gramps/5.1.5-1 from jammy

2022-03-11 Thread Ross Gammon
It also installs and runs fine in Focal.

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

Title:
  [BPO] gramps/5.1.5-1 from jammy

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


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

[Bug 1964632] Re: [BPO] gramps/5.1.5-1 from jammy

2022-03-11 Thread Ross Gammon
Gramps 5.1.5 installs and runs fine in Impish.

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

Title:
  [BPO] gramps/5.1.5-1 from jammy

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


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

[Bug 1964632] Re: [BPO] gramps/5.1.5-1 from jammy

2022-03-11 Thread Ross Gammon
https://launchpad.net/~rosco2/+archive/ubuntu/backports

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

Title:
  [BPO] gramps/5.1.5-1 from jammy

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


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

[Bug 1964632] Re: [BPO] gramps/5.1.5-1 from jammy

2022-03-11 Thread Ross Gammon
Packages build fine in my backports testing ppa (both impish & focal).

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

Title:
  [BPO] gramps/5.1.5-1 from jammy

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


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

[Bug 1964632] [NEW] [BPO] gramps/5.1.5-1 from jammy

2022-03-11 Thread Ross Gammon
Public bug reported:

[Impact]

 * Gramps 5.1.5 inludes many bug fixes and improved translations since 5.1.4. 
The relevant parts of the upstream changes list follows:
- Update translations: de, pl, sv, zh_CN.
- Strange behavior for the scrollbar in the bottombar. Fixes #12438.
- Fix place object element order in DTD and RNG schemas. Element placeobj 
content does not follow the DTD and RNG, expecting (ptitle? , pname+). Fixes 
#12500.
- Solve InterpolationSyntaxError if "%" in a string. The grampletpane module 
saves data in a config file for all the gramplets added in the dashboard. The 
python configparser module doesn't like if we have a "%" character in a string. 
Fixes #12423.
- '<' not supported between 2 instances of IndexMark. Fixes #12467.
- Fix negative Span when dates are not Gregorian. Fixes #12525.
- Incorrect grouping if no ma/patronymic surname.
- Group As override is ignored for ma/patronymic surnames. Fixes #12395.
- Add comments for the lat-lon field of editplace.
- Place editor, lat and long text are swapped. Fixes #12374.
- Fix Statusbar progress being shown before use. Fixes #12373.
- Fix exception when removing a group name in Sqlite db when group name is 
already missing. Fixes #12367.
- Fix error when trying to close name editor during long name group mapping 
view rebuild. Fixes #12328.
- OsmGpsMap-CRITICAL: Map source setup called twice Fixes #12352.
- Fix probably alive function unit test.

[Scope]

 * Gramps 5.1.5 from Jammy will be backported to Impish and Focal.

[Other Info]
 
 * I will be using the backport in Impish personally, and have a Focal 
installation for testing as well.

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

** Affects: gramps (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: gramps (Ubuntu Impish)
 Importance: Undecided
 Status: New

** Also affects: gramps (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: gramps (Ubuntu Focal)
   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/1964632

Title:
  [BPO] gramps/5.1.5-1 from jammy

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


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

[Bug 1961626] Re: grub rescue after installing alongside

2022-02-21 Thread Ross Gammon
Bit hard to tell. But it has recently been fixed, so I could try and
break my machine again with a new spin of the ISO tomorrow.

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

Title:
  grub rescue after installing alongside

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


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

[Bug 1961626] Re: grub rescue after installing alongside

2022-02-21 Thread Ross Gammon
No problems Erich. It is a bit hard to do that when you can't boot in to
the machine and it makes you late for your evening meal :-)

** Changed in: ubiquity (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/1961626

Title:
  grub rescue after installing alongside

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


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

[Bug 1961626] UbiquityPartman.txt

2022-02-21 Thread Ross Gammon
apport information

** Attachment added: "UbiquityPartman.txt"
   
https://bugs.launchpad.net/bugs/1961626/+attachment/5562583/+files/UbiquityPartman.txt

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

Title:
  grub rescue after installing alongside

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


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

[Bug 1961626] UbiquitySyslog.txt

2022-02-21 Thread Ross Gammon
apport information

** Attachment added: "UbiquitySyslog.txt"
   
https://bugs.launchpad.net/bugs/1961626/+attachment/5562584/+files/UbiquitySyslog.txt

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

Title:
  grub rescue after installing alongside

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


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

[Bug 1961626] ProcEnviron.txt

2022-02-21 Thread Ross Gammon
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1961626/+attachment/5562582/+files/ProcEnviron.txt

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

Title:
  grub rescue after installing alongside

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


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

[Bug 1961626] ProcCpuinfoMinimal.txt

2022-02-21 Thread Ross Gammon
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1961626/+attachment/5562581/+files/ProcCpuinfoMinimal.txt

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

Title:
  grub rescue after installing alongside

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


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

[Bug 1961626] Re: grub rescue after installing alongside

2022-02-21 Thread Ross Gammon
apport information

** Tags added: apport-collected focal ubiquity-20.04.15.19

** Description changed:

  Existing Ubuntu Studio installation (21.10) is on sda.
  Plugged in external USB disk (500G) - sdc. Wiped partition on it with gparted.
  Booted into 20.04.4 Ubuntu Studio Live DVD & chose install. Chose to install 
alongside 21.10, and it correctly installed to sdc.
  On reboot, I got the grub rescue prompt.
  I had to boot back into the Live DVD, chroot into sda, reinstall grub, and 
upgrade grub.
  After a reboot, I can now boot both installations.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 20.04
+ InstallCmdLine: file=/cdrom/preseed/ubuntustudio.seed only-ubiquity 
initrd=/casper/initrd quiet splash --- debian-installer/language=da 
keyboard-configuration/layoutcode?=dk
+ InstallationDate: Installed on 2022-02-21 (0 days ago)
+ InstallationMedia: Ubuntu-Studio 20.04.4 LTS "Focal Fossa" - Release amd64 
(20220218)
+ Package: ubiquity (not installed)
+ ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-lowlatency 5.13.19
+ Tags:  focal ubiquity-20.04.15.19
+ Uname: Linux 5.13.0-30-lowlatency x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Casper.txt"
   https://bugs.launchpad.net/bugs/1961626/+attachment/5562580/+files/Casper.txt

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

Title:
  grub rescue after installing alongside

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


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

[Bug 1961606] Re: [snap] Right click menu not working

2022-02-21 Thread Ross Gammon
That bug looks similar. It didn't come up in my bug search. That bug it
happens on what looks like a bookmark. For me it is always a link etc.
on the webpage.

Yes!
$ lspci | grep VGA
38:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raven 
Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev c8)

** Changed in: chromium-browser (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/1961606

Title:
  [snap] Right click menu not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1961606/+subscriptions


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

[Bug 1960752] Re: [BPO] gramps/5.1.4-1 from Jammy

2022-02-21 Thread Ross Gammon
Installed Focal. Added my backports ppa. Installed gramps & got the
version from my ppa. Installs fine, and runs fine.

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

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1961626] [NEW] grub rescue after installing alongside

2022-02-21 Thread Ross Gammon
Public bug reported:

Existing Ubuntu Studio installation (21.10) is on sda.
Plugged in external USB disk (500G) - sdc. Wiped partition on it with gparted.
Booted into 20.04.4 Ubuntu Studio Live DVD & chose install. Chose to install 
alongside 21.10, and it correctly installed to sdc.
On reboot, I got the grub rescue prompt.
I had to boot back into the Live DVD, chroot into sda, reinstall grub, and 
upgrade grub.
After a reboot, I can now boot both installations.

** Affects: ubiquity (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/1961626

Title:
  grub rescue after installing alongside

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


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

[Bug 1961606] Re: Right click menu not working

2022-02-21 Thread Ross Gammon
Here is a picture.

I had to use Firefox to find the "Save Image As" option when right
clicking in Google Photos :-)

** Attachment added: "ChromiumMenu.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1961606/+attachment/5562529/+files/ChromiumMenu.jpg

** Summary changed:

- Right click menu not working
+ [snap] Right click menu not working

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

Title:
  [snap] Right click menu not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1961606/+subscriptions


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

[Bug 1961606] [NEW] [snap] Right click menu not working

2022-02-21 Thread Ross Gammon
Public bug reported:

snap version 98.0.4758.102 on impish.

90% of the time, when you right-click on something on a website, the
menu is totally unreadable.

Sometimes whenyou can remember the options, you can scroll to the option
you want and blindly select it. But most of the time, I just copy and
paste the link into Firefox and use that to get the right-click menu.

I will upload a picture from mobile phone in a moment.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: snap

** Tags added: snap

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

Title:
  [snap] Right click menu not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1961606/+subscriptions


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

[Bug 1960752] Re: [BPO] gramps/5.1.4-1 from Jammy

2022-02-21 Thread Ross Gammon
Thanks Mattia & Dan - I wasn't aware of that option, and always dropped
the debhelper version in past backports. And I am obviously out of
practise!

I successully rebuilt the Focal Backport version in my ppa. I will do an
installation test - hopefully soon.

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

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1961429] Re: ACPI BIOS Error: problem loading UEFI X.509 certificate

2022-02-20 Thread Lex Ross
Attached is DSDT dump produced by SSDTTime utility
(https://github.com/corpnewt/SSDTTime). I then decompiled the file with
"iasl " command.

It turns out that _SB.PCI0 and _SB.PC00.DGPV are missing. And it worth
mentioning that the brightness control hot keys are not functioning
(producing no ACPI events and no codes).

** Attachment added: "SSDTTime ACPI dump"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1961429/+attachment/5562330/+files/DSDT.aml

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

Title:
  ACPI BIOS Error: problem loading UEFI X.509 certificate

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


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

[Bug 1961523] [NEW] Removable media is separarted from nautilus

2022-02-20 Thread Lex Ross
Public bug reported:

Upon opening inserted USB stick with nautilis using notification window
or directly in nautilus window the dot in the dock appears next to the
USB stick icon and not the file manager icon. This is different from
default GNOME behaviour that displays the dot next to the file manager
icon regardless of the location opened.

For one thing, to have a dot next to USB device is good in terms that it
indicates clearly that the device is mounted. On the other hand, this is
very confusing as the dot jumps from file manager icon to the USB stick
icon in the dock back and forth simply by changing location in the same
nautilus window. The very first time that happened I just lost my
nautilus window with the USB stick location opened and could not find it
until I hit the Super key to call the Activities menu.

It took me a while to figure out that my nautilus window had been
detached from file manager and re-attached to the USB stick icon in the
dock.

Since it is the nautilus process owning the removable media, and the
window the user interacts with belongs to nautilus app, I would expect
the dock to comply with the GNOME behaviour and to display the dots
corresponding to nautilus windows next to the file manager icon, and not
jump them around.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell-extension-ubuntu-dock 72~ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Feb 20 08:22:11 2022
InstallationDate: Installed on 2021-10-21 (121 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-ubuntu-dock
UpgradeStatus: Upgraded to jammy on 2022-02-18 (1 days ago)

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy 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/1961523

Title:
  Removable media is separarted from nautilus

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


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

[Bug 1961453] [NEW] ubuntu-dock crashes nautilus

2022-02-18 Thread Lex Ross
Public bug reported:

Right-clicking on nautilus pinned to the dock displays nautilus bookmars
shall at least one nautilus window is open. This is very convenient and
is expected behaviour from Unity dock.

Clicking on the bookmark however crashes nautilus with segmentation
fault. Confirmed on Ubuntu 20.04 and 22.04 LTS.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell-extension-ubuntu-dock 72~ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 18 18:26:01 2022
InstallationDate: Installed on 2021-10-21 (120 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-ubuntu-dock
UpgradeStatus: Upgraded to jammy on 2022-02-18 (0 days ago)

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy 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/1961453

Title:
  ubuntu-dock crashes nautilus

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


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

[Bug 1961452] [NEW] [Wayland] Super + nubmer doesn't switch windows

2022-02-18 Thread Lex Ross
Public bug reported:

In Wayland session using Super+ number key does not switch to the window
if the app is not pinned to the dock. Espetially when the Settings is
unpinned and is being launched as well as GNOME Terminal. It mostly
affects the Super+8 and Super+9. Even the Trash can be affected by this.

Under X.org session everything works fine. Except that the numbers are
not displayed on holding the Super key and aren't displayed properly no
matter what the session is, X.org or Wayland.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell-extension-ubuntu-dock 72~ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-22.22-generic 5.15.19
Uname: Linux 5.15.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 18 18:11:12 2022
InstallationDate: Installed on 2021-10-21 (120 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-ubuntu-dock
UpgradeStatus: Upgraded to jammy on 2022-02-18 (0 days ago)

** Affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy 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/1961452

Title:
  [Wayland] Super + nubmer doesn't switch windows

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


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

[Bug 1711538] Re: Tap-to-click does not work on the GDM login screen

2022-02-18 Thread Lex Ross
Same thing with Ubuntu 22.04

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

Title:
  Tap-to-click does not work on the GDM login screen

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


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

[Bug 1961432] [NEW] Upgrading from 21.10 to 22.04 fails to upgrade snap core18

2022-02-18 Thread Lex Ross
Public bug reported:

While upgrading from 21.10 (Impish) to 22.04 (Jammy) an error message
pops up:

Cannot upgrade core18

When upgrade is complete the "snap list" command produces the output
which includes the following old packages:

core18
gnome-3-28-1804
gnome-3-34-1804

I had to manually remove these packages in the order listed using "snap
remove --purge " command.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.5
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
CasperMD5CheckResult: pass
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 18 11:16:58 2022
InstallationDate: Installed on 2021-10-21 (120 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to jammy on 2022-02-18 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade jammy 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/1961432

Title:
  Upgrading from 21.10 to 22.04 fails to upgrade snap core18

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


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

[Bug 1961429] [NEW] ACPI BIOS Error: problem loading UEFI X.509 certificate

2022-02-18 Thread Lex Ross
Public bug reported:

Upon upgrading from 21.10 (Impish) to 22.04 (Jammy) I am getting the
following error messages at every boot using 5.15.0-18-generic kernel:

[0.150101] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0], 
AE_NOT_FOUND (20210730/dswload2-162)
[0.150114] ACPI Error: AE_NOT_FOUND, During name lookup/catalog 
(20210730/psobject-220)
[0.168657] ACPI BIOS Error (bug): Could not resolve symbol 
[\_SB.PC00.DGPV], AE_NOT_FOUND (20210730/psargs-330)
[0.168665] ACPI Error: Aborting method \_SB.PC0 0.PEG0.PCRP._ON due to 
previous error (AE_NOT_FOUND) (20210730/psparse-529)
[0.713298] integrity: Loading X.509 certificate : UEFI:db
[0.713300] integrity: Problem loading X.509 certificate -65
[0.713331] integrity: Error adding keys to platform keyring UEFI:db

There was no such problem with 21.10. The hardware is a Lenovo IdeaPad 3
Intel Core i3 (11th Gen.) laptop.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-18-generic 5.15.0-18.18
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lex1494 F pipewire
  lex1495 F pipewire-media-
  lex1496 F pulseaudio
 /dev/snd/seq:lex1494 F pipewire
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 18 11:00:53 2022
InstallationDate: Installed on 2021-10-21 (119 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: LENOVO 82H7
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.15.0-18-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-5.15.0-18-generic N/A
 linux-backports-modules-5.15.0-18-generic  N/A
 linux-firmware 20220217.git6342082c-0ubuntu1
SourcePackage: linux
UpgradeStatus: Upgraded to jammy on 2022-02-18 (0 days ago)
dmi.bios.date: 01/13/2021
dmi.bios.release: 1.20
dmi.bios.vendor: LENOVO
dmi.bios.version: GGCN20WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: IdeaPad 3 14ITL6
dmi.ec.firmware.release: 1.20
dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:
dmi.product.family: IdeaPad 3 14ITL6
dmi.product.name: 82H7
dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
dmi.product.version: IdeaPad 3 14ITL6
dmi.sys.vendor: LENOVO

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


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

** Attachment added: "Kernel error messages at boot"
   
https://bugs.launchpad.net/bugs/1961429/+attachment/5561838/+files/boot.kernel.log

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

Title:
  ACPI BIOS Error: problem loading UEFI X.509 certificate

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


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

[Bug 1960752] Re: [BPO] gramps/5.1.4-1 from Jammy

2022-02-13 Thread Ross Gammon
Uploaded 5.1.4~bpo21.04.1 to impish-backports

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

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1959115] Re: update backportpackage and requestbackport scripts to behave according to new backport process

2022-02-13 Thread Ross Gammon
Regarding the requestbackport package, it is really only the template
for the bug report that needs to change from memory. I don't think it
had any other workflow related information. Once that is fixed, it just
needs a reference from the backports process wiki again (like it used to
have).

Regarding the backportpackage script, I just tried it, and it is fine for 
testing in a ppa. I think we could already recommend using this on the wiki 
with a ppa specified in the -u option. Perhaps a warning not to upload to the 
archive with it yet would be required though. I had hoped I could specify the 
new "bpo" version string with the suffix option, but according to the manpage, 
the "~ubuntu" bit is hardwired: 
-S SUFFIX, --suffix=SUFFIX
  Add the specified suffix to the version number when backporting.
  backportpackage  will  always append ~ubuntuDESTINATION.1 to the
  original version number, and if SUFFIX is specified, it  is  ap‐
  pended to that, to get version numbers of the form ORIGINAL_VER‐
  SION~ubuntuDESTINATION.1SUFFIX. If the backported package is be‐
  ing  uploaded to a PPA, then SUFFIX defaults to ~ppa1, otherwise
  the default is blank.

Now that a bug is always required, I suppose the script should prompt
for that, and the "-c/--close" options be taken away.

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

Title:
  update backportpackage and requestbackport scripts to behave according
  to new backport process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/1959115/+subscriptions


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

[Bug 1960752] Re: [BPO] gramps/5.1.4-1 from Jammy

2022-02-13 Thread Ross Gammon
Gramps 5.1.4 from my ppa upgrades fine, and runs as normal on Impish.

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

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1960752] Re: [BPO] gramps/5.1.4-1 from Jammy

2022-02-13 Thread Ross Gammon
Gramps 5.1.4 builds fine in Impish.

Unfortunately, it fails to build in Focal
The following packages have unmet dependencies:
 sbuild-build-depends-gramps-dummy : Depends: debhelper-compat (= 13)

It would be great if the latest debhelper was backported to Focal.
Otherwise I will have to drop the debhelper compatibility back to 12.

https://launchpad.net/~rosco2/+archive/ubuntu/backports/+packages

** Also affects: gramps (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: gramps (Ubuntu Focal)
   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/1960752

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1960752] Re: [BPO] gramps/5.1.4-1 from Jammy

2022-02-13 Thread Ross Gammon
I should add that I have upload permissions for Gramps (PPU).

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

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1960752] [NEW] [BPO] gramps/5.1.4-1 from Jammy

2022-02-13 Thread Ross Gammon
Public bug reported:

[Impact]

 * The 5.1.x is the current maintenance release branch and receives 6 monthly 
releases with bug fixes, and updated translations. See below for a copy of the 
upstream NEWS file for this release.
 * This is a popular Python application for genealogy and Family History.
 * There are no reverse dependencies.

[Scope]

 * Gramps Version 5.1.4-1 will be backported from Jammy.

 * It will be backported to Impish and Focal.

[Other Info]
 
 * Thanks for reinstating the Backports Team. I have been trying to backport 
Gramps for years. In the past, using Gramps on multiple machines caused 
problems due to the tight connection to the version of BSDDB in the archive. 
This is less of a problem now that most people have switched to the SQL backend 
that is now available in Gramps.
 * I will be using the backport myself in Impish, and will use Virtual Machines 
to test the version in Focal

Upstream NEWS:
2021-07-26
Version 5.1.4
* Update translations: cs, de, es, fi, fr, hu, nl, pt_BR, ru, sv, zh_CN.
* Update copyright date.
* Fix probably alive if death without date.
* Place editor, copy and paste of lat and long text no longer
  auto-populating latitude and longitude fields.
* Fix for crash when changing views if part of toolbar is not shown because
  of a small screen when changing views.
* Fix bottombar always showing after restart, even when not wanted.
* Always use filtered collation names.  Store the Sqlite3 collations in the
  __collations array to short-circuit re-creation.
* Fix issue with German relation calculator fixed issue when more than 24
  generations between the two people.
* Add file logging for macOS. When Gramps is launched from macOS's
  LaunchServices it doesn't have a sys.stderr attached so the default stream
  logger goes to /dev/null. Use a FileHandler in tht case, writing the log
  to $TMPDIR/gramps-pid.log. This will help particularly in analyzing
  crashes where python shuts down as there's no crash report in that case.
* Fix libplaceview to avoid exception when mapservice is no longer present.
* Fix References Gramplet for inadequate updates when other objects change.
* Fix geofamily crash if a family has no father.
* Home Person setting does not convey in a merge.
* Fix CSV export of view to only put single CR character.
* Add Media filter rule 'HasMedia' to list of media rules for editor.
* Need to set locale.textdomain under linux. _build_popup_ui() ignores
  translated strings without locale.textdomain set.
* Change category of 'MatchesEventFilter'.
* Fix issue where separator between top and bottom bar of View creeps up.
* Fix Locations Gramplet (Enclosed by) to properly display certain nested
  places when the smallest place has undated enclosure and larger places are
  dated.
* Fix Family Tree Manager drop error on Windows.
* Fix exportvcalendar error is "is not" with a literal (Python 3.8 issue)
* Handle not found when copying source from the citation tree.
* Fix call to 'file' function, which doesn't exist in Python3.
* Fix write_lock_file exception when USERNAME is missing.
* Fix EditPlace so Tab key doesn't get stuck on Private icon.
* Fix Tag report for places that have a hierarchy.
* Fix exception when cancelling out of a db upgrade in GUI.
* Icon file changes:
  * Install 128x128 and 256x256 application icons.
  * Install MIME type icons into the hicolor theme.
  * Remove gnome-mime- prefix from icon filenames.
  * Install application icons into correct directories.
* Fix error in Birthday and Anniversary report. Fixes an error triggered
  when the first person_handle in the list has a death event, but no birth
  event and does not have family relationships.  These conditions lead to
  the local variable short_name not being declared before it comes time to
  process death events.
* Fix graphdoc to properly escape characters in ids for Graphviz.
* Replace inspect.stack() with inspect.currentframe().
  Works around https://bugs.python.org/issue12920 which causes every
  call to inspect.trace() to fail because __main__ is always the
  starting point.
* Fix crash sorting on columns in Selectors with TreeModels.
* Fix progress bar freeze due to changes in Gtk.
* Fix svgdrawdoc for text containing XML invalid characters.

** Affects: gramps (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/1960752

Title:
  [BPO] gramps/5.1.4-1  from Jammy

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


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

[Bug 1959996] [NEW] Nvidia C67 GeForce 7000M / nForce 610M artifacts

2022-02-03 Thread Lex Ross
Public bug reported:

Starting Ubuntu 18.04 LTS the only available option for Nvidia GeForce
7000M/nForce 610M is nouveau driver. "ubuntu-drivers list" returns an
empty string.

The nouveau driver however does not work. While DRM freezes of Ubuntu
18.04 seem to be fixed, the 3D graphics is still slow and, there are
multiple video artifacts in the background.

Either proper Nvidia proprietary driver should be provided for this
card, or nouveau driver is fixed. This bug affects 20.04 LTS and later
Ubuntu releases as well as 22.04 LTS.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xserver-xorg-video-nouveau 1:1.0.17-1build1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu76
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CasperVersion: 1.465
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb  4 05:43:32 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation C67 [GeForce 7000M / nForce 610M] [10de:0533] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. C67 [GeForce 7000M / nForce 610M] 
[1043:1692]
LiveMediaBuild: Ubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220202)
MachineType: ASUSTeK Computer Inc. F5N
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/username.seed 
maybe-ubiquity quiet splash ---
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/08/2008
dmi.bios.release: 8.14
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 213
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: F5N
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr213:bd04/08/2008:br8.14:svnASUSTeKComputerInc.:pnF5N:pvr1.0:rvnASUSTeKComputerInc.:rnF5N:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: F5N
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.109-2ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.14-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1build1

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy reproducible ubuntu

** Attachment added: "nForce 610M Problem Screenshots"
   
https://bugs.launchpad.net/bugs/1959996/+attachment/5559064/+files/Ubuntu%2022.04%20nForce%20610M%20Screenshot%20%202022-02-04.zip

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

Title:
  Nvidia C67 GeForce 7000M / nForce 610M artifacts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1959996/+subscriptions


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

[Bug 1956408] Re: Ubuntu 21.10 very slow after kernel update to 5.13.0-23-generic

2022-01-05 Thread Peter Ross
It appears to be a problem with AMD GPU. This extract from my dmesg may
help.

Jan  5 10:13:12 zen kernel: [1.254538] [drm] Initialized amdgpu 3.41.0 
20150101 for :08:00.0 on minor 0
Jan  5 10:13:12 zen kernel: [4.288402] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.0.0 (-110).
Jan  5 10:13:12 zen kernel: [5.312412] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.1.0 (-110).
Jan  5 10:13:12 zen kernel: [6.336406] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.2.0 (-110).
Jan  5 10:13:12 zen kernel: [7.360406] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.3.0 (-110).
Jan  5 10:13:12 zen kernel: [8.384398] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.0.1 (-110).
Jan  5 10:13:12 zen kernel: [9.408571] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.1.1 (-110).
Jan  5 10:13:12 zen kernel: [   10.432387] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.2.1 (-110).
Jan  5 10:13:12 zen kernel: [   11.456393] amdgpu :08:00.0: 
[drm:amdgpu_ib_ring_tests [amdgpu]] *ERROR* IB test failed on comp_1.3.1 (-110).
Jan  5 10:13:12 zen kernel: [   11.470776] 
[drm:amdgpu_device_delayed_init_work_handler [amdgpu]] *ERROR* ib ring test 
failed (-110).
Jan  5 10:13:12 zen kernel: [   12.335164] snd_hda_intel :08:00.1: bound 
:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jan  5 10:13:12 zen kernel: [   13.581573] amdgpu :08:00.0: vgaarb: changed 
VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Jan  5 10:13:33 zen kernel: [   33.874402] amdgpu :08:00.0: amdgpu: failed 
to write reg 28b4 wait reg 28c6
Jan  5 10:13:53 zen kernel: [   54.142888] amdgpu :08:00.0: amdgpu: failed 
to write reg 1a6f4 wait reg 1a706

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

Title:
  Ubuntu 21.10 very slow after kernel update to 5.13.0-23-generic

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


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

[Bug 1948616] [NEW] nautilus crashes when selecting bookmark in the dock

2021-10-24 Thread Lex Ross
Public bug reported:

Nautilus crashes on attempt to launch bookmarked location from the dock.

Steps to reproduce.

1. Open new Nautilus window from the dock.
2. Right-click on Nautilus icon in the dock. There will be an option to open a 
new window and a list of bookmarks.
3. Click on any bookmark to open new window at desired location
4. Nautilus crashes.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: nautilus 1:40.2-1ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun Oct 24 22:30:34 2021
GsettingsChanges:
 
InstallationDate: Installed on 2021-10-21 (3 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
 evince40.4-2
 file-roller   3.40.0-2
 nautilus-extension-gnome-terminal 3.38.1-1ubuntu2
 nautilus-share0.7.3-2ubuntu4

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


** Tags: amd64 apport-bug impish 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/1948616

Title:
  nautilus crashes when selecting bookmark in the dock

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


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

[Bug 1948505] [NEW] Screen Brightness keys do not work on Lenovo IdeaPad 3

2021-10-22 Thread Lex Ross
Public bug reported:

I've installed Ubuntu 21.10 with recent updates from scratch, and screen 
brightness control hot keys do not work. I can adjust brightness with slide bar 
in settings, and also with
$ echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness
Both acpi_listen and 'sudo showkey' commands show no events, not even in a 
console.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-20-generic 5.13.0-20.20
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lex1476 F pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct 22 19:24:38 2021
InstallationDate: Installed on 2021-10-21 (1 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
MachineType: LENOVO 82H7
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-20-generic N/A
 linux-backports-modules-5.13.0-20-generic  N/A
 linux-firmware 1.201
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/13/2021
dmi.bios.release: 1.20
dmi.bios.vendor: LENOVO
dmi.bios.version: GGCN20WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: IdeaPad 3 14ITL6
dmi.ec.firmware.release: 1.20
dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:
dmi.product.family: IdeaPad 3 14ITL6
dmi.product.name: 82H7
dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
dmi.product.version: IdeaPad 3 14ITL6
dmi.sys.vendor: LENOVO

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


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

** Description changed:

  I've installed Ubuntu 21.10 with recent updates from scratch, and screen 
brightness control hot keys do not work. I can adjust brightness with slide bar 
in settings, and also with
- $ echo 2000 | sudo tee 
/sys/class/backlight/intel_backlight/brightness
+ $ echo 2000 | sudo tee /sys/class/backlight/intel_backlight/brightness
  Both acpi_listen and 'sudo showkey' commands show no events, not even in a 
console.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-image-5.13.0-20-generic 5.13.0-20.20
  ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
  Uname: Linux 5.13.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  lex1476 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  lex1476 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct 22 19:24:38 2021
  InstallationDate: Installed on 2021-10-21 (1 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  MachineType: LENOVO 82H7
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-20-generic 
root=/dev/mapper/vgubuntu-root ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-5.13.0-20-generic N/A
-  linux-backports-modules-5.13.0-20-generic  N/A
-  linux-firmware 1.201
+  linux-restricted-modules-5.13.0-20-generic N/A
+  linux-backports-modules-5.13.0-20-generic  N/A
+  linux-firmware 1.201
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 1.20
  dmi.bios.vendor: LENOVO
  dmi.bios.version: GGCN20WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 3 14ITL6
  dmi.ec.firmware.release: 1.20
  dmi.modalias: 
dmi:bvnLENOVO:bvrGGCN20WW:bd01/13/2021:br1.20:efr1.20:svnLENOVO:pn82H7:pvrIdeaPad314ITL6:skuLENOVO_MT_82H7_BU_idea_FM_IdeaPad314ITL6:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvrIdeaPad314ITL6:
  dmi.product.family: IdeaPad 3 14ITL6
  dmi.product.name: 82H7
  dmi.product.sku: LENOVO_MT_82H7_BU_idea_FM_IdeaPad 3 14ITL6
  dmi.product.version: IdeaPad 3 14ITL6
  dmi.sys.vendor: LENOVO

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

Title:
  Screen Brightness keys do not work on Lenovo IdeaPad 3

To manage notifications 

[Bug 1927742] Re: dolphin in focal can't delete webdav directories running on focal's apache

2021-05-10 Thread Ross
Yes,

BrowserMatch " Konqueror/5" redirect-carefully

does fix the bug.

** Changed in: apache2 (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/1927742

Title:
  dolphin in focal can't delete webdav directories running on focal's
  apache

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

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

[Bug 1927742] [NEW] dolphin in focal can't delete webdav directories running on focal's apache

2021-05-07 Thread Ross
Public bug reported:

/etc/apache2/mods-available/setenvif.conf from the apache2 package has
this:

BrowserMatch " Konqueror/4" redirect-carefully

While dolphin is Konqueror/5 in focal. Trying to delete a directory on
webdav dolphin just gets a http 301 redirect.

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
Description:Ubuntu 20.04.2 LTS
Release:20.04

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
apache2:
  Installed: 2.4.41-4ubuntu3.1

3) What you expected to happen
Dolphin should be able to remove directories over webdav

4) What happened instead
Apache issues a redirect from prefix/dir to prefix/dir/

127.0.0.1 - user1 [07/May/2021:02:19:53 +] "DELETE /webdav/test
HTTP/1.1" 301 578 "-" "Mozilla/5.0 (X11; Linux x86_64) KHTML/5.68.0
(like Gecko) Konqueror/5 KIO/5.68"

Dolphin doesn't follow the redirect hence nothing happens.

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


** Tags: apache2 dolphin webdav

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

Title:
  dolphin in focal can't delete webdav directories running on focal's
  apache

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

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-23 Thread Ross Gammon
I assume it is the ubiquity-frontend-kde package that needs to be de-
kubuntu-ified.

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-23 Thread Ross Gammon
Thanks for the explanation Erich. I struggle to keep up with the changes 
sometimes :-)
Setting the Importance to Wishlist for the calamares, as it is not a bug but an 
enhancement (to provide a DM) that we would be after.
I will add a task for ubuntustudio-meta to remember to make the switch one day.

** Changed in: calamares (Ubuntu)
   Importance: Medium => Wishlist

** Also affects: ubuntustudio-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntustudio-meta (Ubuntu)
   Importance: Undecided => Medium

** Also affects: ubiquity (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/1925221

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-22 Thread Ross Gammon
If the aim is to eventually be able to set the language for the live
session, then we should leave the Test Case as it is for now. Marking
the Manual Test Case task as invalid.

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-22 Thread Ross Gammon
Setting to Medium, as it is "A usability issue that does not limit the
functionality of a core application".

Should we submit a bug upstream?

** Changed in: calamares (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-manual-tests
   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/1925221

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] ProcModules.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490380/+files/ProcModules.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] IwConfig.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490369/+files/IwConfig.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-20 Thread Ross Gammon
apport information

** Tags added: apport-collected hirsute

** Description changed:

  Hi,
  
  I just tried running the Hirsute Final image for Ubuntu Studio in a
  Virtual Box machine and it is not possible to select a language as
  stated in the Live Session Test Case.
  
  Expected behaviour (as stated in the test case):
  1. Boot Screen
  2. Ubiquity - select language
  3. Click Try Ubuntu
  
  Actual behaviour:
  1. Grub menu - I chose Ubuntu Studio (not clear it was for the live session - 
but the other options were definitely not).
  2. Boots successfully into the Live Session, but everything is in English.
  
  This is probably not the best experience for a non-English speaker to
  "try Ubuntu Studio".
  
  Regards,
  
  Ross
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu65
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ubuntu-studio   2221 F pulseaudio
+  /dev/snd/controlC0:  ubuntu-studio   2221 F pulseaudio
+ CRDA: N/A
+ CasperMD5CheckResult: pass
+ CasperVersion: 1.461
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 21.04
+ LiveMediaBuild: Ubuntu-Studio 21.04 "Hirsute Hippo" - Release amd64 (20210420)
+ MachineType: Hewlett-Packard Compaq CQ58 Notebook PC
+ NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
+ Package: linux (not installed)
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/ubuntustudio.seed maybe-ubiquity quiet splash ---
+ ProcVersionSignature: Ubuntu 5.11.0-16.17-lowlatency 5.11.12
+ RelatedPackageVersions:
+  linux-restricted-modules-5.11.0-16-lowlatency N/A
+  linux-backports-modules-5.11.0-16-lowlatency  N/A
+  linux-firmware1.197
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  hirsute
+ Uname: Linux 5.11.0-16-lowlatency x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 06/26/2013
+ dmi.bios.release: 15.55
+ dmi.bios.vendor: Insyde
+ dmi.bios.version: F.37
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: 188B
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: KBC Version 69.18
+ dmi.chassis.asset.tag: 5CG3465X4X
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.chassis.version: Chassis Version
+ dmi.ec.firmware.release: 105.24
+ dmi.modalias: 
dmi:bvnInsyde:bvrF.37:bd06/26/2013:br15.55:efr105.24:svnHewlett-Packard:pnCompaqCQ58NotebookPC:pvr08931330401620100:rvnHewlett-Packard:rn188B:rvrKBCVersion69.18:cvnHewlett-Packard:ct10:cvrChassisVersion:
+ dmi.product.family: 103C_5335KV G=N L=CON B=CO S=PRE X=MIN
+ dmi.product.name: Compaq CQ58 Notebook PC
+ dmi.product.sku: E5K15EA#UUW
+ dmi.product.version: 08931330401620100
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490367/+files/AlsaInfo.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-20 Thread Ross Gammon
Also occurs on my laptop (real hardware), which is where the apport-
collect was run.

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] CurrentDmesg.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490368/+files/CurrentDmesg.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] WifiSyslog.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490383/+files/WifiSyslog.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] acpidump.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490384/+files/acpidump.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] ProcCpuinfo.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490376/+files/ProcCpuinfo.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Lsusb-v.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490374/+files/Lsusb-v.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] UdevDb.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1925221/+attachment/5490382/+files/UdevDb.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] ProcInterrupts.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490379/+files/ProcInterrupts.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Lsusb-t.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490373/+files/Lsusb-t.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] PulseList.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490381/+files/PulseList.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] ProcCpuinfoMinimal.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490377/+files/ProcCpuinfoMinimal.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] PaInfo.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1925221/+attachment/5490375/+files/PaInfo.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Lspci-vt.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490371/+files/Lspci-vt.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] ProcEnviron.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1925221/+attachment/5490378/+files/ProcEnviron.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Lsusb.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1925221/+attachment/5490372/+files/Lsusb.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Lspci.txt

2021-04-20 Thread Ross Gammon
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1925221/+attachment/5490370/+files/Lspci.txt

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

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-20 Thread Ross Gammon
Sorry - it was a Live Session, so I cannot run apport again. But I can
try and confirm it again on a different machine.

** 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/1925221

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1925221] Re: Not possible to select language on Ubuntu Studio Live Session

2021-04-20 Thread Ross Gammon
** Also 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.
https://bugs.launchpad.net/bugs/1925221

Title:
  Not possible to select language on Ubuntu Studio Live Session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1925221/+subscriptions

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

[Bug 1917975] Re: post-install script fail

2021-03-06 Thread Ross Gammon
Hi Andriy,

Thanks for taking the time to report this. According to the Gramps Users
mailing list, these warnings are known about and have mostly been fixed
in Gramps 5.1.3.

These warnings should be harmless, and warn the developer that the code
written for older python versions is not the latest way to write code in
the current version.

Please report back if this causes Gramps to behave incorrectly in any
way.

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

Title:
  post-install script fail

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

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

[Bug 1917975] Re: post-install script fail

2021-03-06 Thread Ross Gammon
** Changed in: gramps (Ubuntu)
   Status: New => Confirmed

** Changed in: gramps (Ubuntu)
   Importance: Undecided => Low

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

Title:
  post-install script fail

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

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

[Bug 1917903] [NEW] Kernel flavors specified that aren't in Ubuntu

2021-03-05 Thread Will Ross
Public bug reported:

Each entry in the flash-kernel database specifies which kernel flavors
are applicable for each machine type. Upstream (Debian) has separate
flavors for it's 32-bit ('armmp' and 'armmp-lpae') and 64-bit ('arm64')
ARM kernels, while Ubuntu uses the 'generic' (and 'generic-lpae') kernel
flavors. This causes a failure during dpkg install, as flash-kernel is
unable to find the correct kernel and errors out. There's also kernel
flavors mentioned in the flash-kernel database that don't have an
equivalent in Ubuntu (ex: mx5, exynos5, keystone).

As far as a concrete bug:
flash-kernel on Ubuntu fails to install cleanly on BeagleBone Black with the 
'generic' kernel flavor installed. A workaround is to add an override in 
/etc/flash-kernel/db that specifies the 'generic' kernel flavor as allowed:

Machine: TI AM335x BeagleBone
Machine: TI AM335x BeagleBone Black
Kernel-Flavors: generic
DTB-Id: am335x-boneblack.dtb
Boot-Script-Path: /boot/boot.scr
U-Boot-Script-Name: bootscr.beaglebone
Required-Packages: u-boot-tools

** Affects: flash-kernel (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/1917903

Title:
  Kernel flavors specified that aren't in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1917903/+subscriptions

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

[Bug 1892949] Re: [SRU] grub can no longer detect kernels after ubuntustudio-lowlatency-settings is uninstalled

2021-03-04 Thread Ross Gammon
I think I may have a spare machine that I can play with after I finish setting 
up a new one later today.
I could do the test on this machine, but I really need it operational!
Hopefully I will report back in the next day or so.

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

Title:
  [SRU] grub can no longer detect kernels after ubuntustudio-lowlatency-
  settings is uninstalled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntustudio-default-settings/+bug/1892949/+subscriptions

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

[Bug 1915971] [NEW] pandas needs pyarrow, which doesn't exist

2021-02-17 Thread Ross Boylan
Public bug reported:

python3-pandas needs certain packages which are not listed among its 
dependencies, even as suggests, and are not available in Ubuntu.  I ran into 
this while using feather.  Here's a debug session; earlier import pandas as pd 
we executed.
(Pdb) c
> /usr/local/fahydev/Kornak/bifs/examples/investigate09.py(59)()
-> subsample = pd.read_feather(SUBFILE).astype({"id": int})
(Pdb) n
ImportError: Missing optional dependency 'pyarrow'.  Use pip or conda to 
install pyarrow.

The removal of support for feather and the absence of a suitable package
is noted in the changelog for 0.25.2+dfsg-1.

apache provides packaging and instructions upstream, but it would be
really nice if this just worked.

Note that python3-arrow, an existing Ubuntu package, has absolutely
nothing to do with the pyarrow library.

Desired Outcome:
pyarrow packaged like other python libraries.
The relevant package listed as a dependency of python3-pandas (I'd be fine with 
recommends though suggests would do).

In case the info I uploaded didn't get through, this is on Ubuntu 20.04
with python3-pandas 0.25.3+dfsg-7

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: python3-pandas 0.25.3+dfsg-7
ProcVersionSignature: Ubuntu 5.4.0-1039.41-azure 5.4.78
Uname: Linux 5.4.0-1039-azure x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Feb 17 16:01:02 2021
InstallationDate: Installed on 2020-10-02 (138 days ago)
InstallationMedia: Ubuntu-Server 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200810)
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pandas
UpgradeStatus: Upgraded to focal on 2020-10-02 (138 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  pandas needs pyarrow, which doesn't exist

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

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

[Bug 1063895] Re: arm64 support to generate linux-source for crosstool bulds

2021-01-25 Thread Stephanie G Ross
** Also affects: linux (Ubuntu Linaro Evaluation Build)
   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/1063895

Title:
  arm64 support to generate linux-source for crosstool bulds

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

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

[Bug 1745912] Re: argyll 2.0.0+repack-1 doesn’t build

2021-01-04 Thread Ross Gammon
OK - 2.0.1+repack-1.1 is in proposed and builds on everything but the
s390x architecture, even though it built fine in Debian on that
architecture.

Tail of buildlog:
Install /<>/argyll-2.0.1+repack/debian/tmp/usr/bin/viewgam 
Cc_ xicc/cam02.o 
Chmod1 gamut/GenRMGam 
Chmod1 /<>/argyll-2.0.1+repack/debian/tmp/usr/bin/viewgam 
GenFile1 gamut/RefMediumGamut.gam 
Cc_ xicc/mpp.o 
Cc_ xicc/ccmx.o 
Segmentation fault (core dumped)

PATH="$PATH:."
gamut/GenRMGam gamut/RefMediumGamut.gam 

...failed GenFile1 gamut/RefMediumGamut.gam ...
...failed updating 1 target(s)...
...updated 65 target(s)...
make[1]: *** [debian/rules:28: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<>/argyll-2.0.1+repack'
make: *** [debian/rules:19: binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess returned 
exit status 2

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

Title:
  argyll 2.0.0+repack-1 doesn’t build

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

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

[Bug 1745912] Re: argyll 2.0.0+repack-1 doesn’t build

2021-01-04 Thread Ross Gammon
A patch was applied in Debian to fix this build failure with GCC-10:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957008


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

** Changed in: argyll (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/1745912

Title:
  argyll 2.0.0+repack-1 doesn’t build

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

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

[Bug 1906913] Re: IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency kernel

2020-12-15 Thread Ross Gammon
There is a new version 5.4.0-59.65 on -proposed that could be tested.
Bit busy at the moment.

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

Title:
  IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency
  kernel

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

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

[Bug 1906913] Re: IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency kernel

2020-12-15 Thread Ross Gammon
Reopening this as the latest update to linux-image-5.4.0.58.lowlatency
reintroduces this bug. Starting the linux-image-5.4.0.57.lowlatency
kernel from grub gets around the issue.

** Changed in: linux (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency
  kernel

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

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

[Bug 1906913] Re: IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency kernel

2020-12-05 Thread Ross Gammon
And the USB audio device works as well with 5.4.0-57.63 . Marking the
bug as "Fix Released". When this kernel migrates from proposed into the
updates pocket, the bug will be fixed.

It will be necessary to select the 5.4.0-54-lowlatency in the Grub menu
in order to have the internet to be able to update to 5.4.0-57.63.

** Changed in: linux (Ubuntu)
   Status: Confirmed => 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/1906913

Title:
  IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency
  kernel

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

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

[Bug 1906913] Re: IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency kernel

2020-12-05 Thread Ross Gammon
I have not looked into the reason what happened in 5.4.0-56-lowlatency
kernel to cause the problem, but I can confirm that installing version
5.4.0-57.63 from focal-proposed fixes the problem.

I have my network back! I am yet to test my USB audio card.

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

Title:
  IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency
  kernel

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

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

[Bug 1906913] Re: IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency kernel

2020-12-05 Thread Ross Gammon
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  IRQ conflict between Ethernet and USB with linux 5.4.0-56-lowlatency
  kernel

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

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

[Bug 1906313] [NEW] Gramps not appearing in the Software Centre

2020-11-30 Thread Ross Gammon
Public bug reported:

I see this on my Ubuntu Focal (20.04) machine, and the reporter of the
linked question sees the same problem on Groovy.

There must be something wrong with the Appstream data for Gramps. It
used to work for earlier Ubuntu version (at least it was tested a few
releases ago).

The Debian tracker reports the following error about the icon being installed 
in the wrong location:
https://appstream.debian.org/sid/main/issues/gramps.html


"Errors

icon-not-found
The icon 'gramps' was not found in the archive. This issue can have 
multiple reasons:
The icon is not present in the archive.
The icon is in a wrong directory.
The icon is not available in a suitable size (at least 64x64px)
On Debian and Ubuntu, the icon is a symlink. The generator cannot read 
symlinks on these distributions - make the icon a real file.
To make the icon easier to find, place it in 
/usr/share/icons/hicolor//apps and ensure the Icon= value of the .desktop 
file is set correctly."

** Affects: gramps (Ubuntu)
 Importance: Medium
 Assignee: Ross Gammon (rosco2)
 Status: Confirmed

** Changed in: gramps (Ubuntu)
   Status: New => Confirmed

** Changed in: gramps (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gramps (Ubuntu)
 Assignee: (unassigned) => Ross Gammon (rosco2)

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

Title:
  Gramps not appearing in the Software Centre

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

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

[Bug 1893513] Re: man page of lsof command broken

2020-11-29 Thread Will Ross
Upstream (Debian) has fixed this as of about a week ago.

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

Title:
  man page of lsof command broken

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

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

[Bug 1901342] Re: Xorg sessions fail to start on Intel Core 2 T5800: modeset(0): drmSetMaster failed: Permission denied

2020-10-27 Thread Dan Ross
Yes - "after login" means after I have successfully entered my password.

Also, I have not been able to locate the 'Ubuntu on Wayland' selection.

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

Title:
  Xorg sessions fail to start on Intel Core 2 T5800: modeset(0):
  drmSetMaster failed: Permission denied

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1901342/+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   >