[Bug 2056494] [NEW] Snap profile import fails with EPERM

2024-03-07 Thread William Grant
Public bug reported:

A regular noble full-upgrade transitioned my laptop to the thunderbird
snap this morning, and I ended up with no profile due to an EPERM
reading ~/.thunderbird during the migration. thunderbird.launcher says
it needs personal-files, but the thunderbird snap doesn't seem to have
that plug.


wgrant@vanth:~$ thunderbird
du: cannot read directory '/home/wgrant/.thunderbird': Permission denied
Importing existing thunderbird profiles from /home/wgrant/.thunderbird
cp: cannot stat '/home/wgrant/.thunderbird/*': No such file or directory
Usage: /snap/thunderbird/450/patch-default-profile.py 
/path/to/profiles_dir/profiles.ini
Import done in 0.029 s


wgrant@vanth:~$ ls -ld /home/wgrant/.thunderbird
drwx-- 6 wgrant wgrant 4096 Aug 13  2020 /home/wgrant/.thunderbird


wgrant@vanth:~$ dpkg -l thunderbird | tail -n1
ii  thunderbird1:115.8.1+build1+snap2 amd64Transitional package - 
thunderbird -> thunderbird snap


wgrant@vanth:~$ snap info thunderbird | tail -n1
installed:  115.8.1-2(450) 145MB -


wgrant@vanth:~$ snap connections thunderbird
Interface   Plug  Slot  
  Notes
audio-playback  thunderbird:audio-playback:audio-playback   
  -
avahi-observe   thunderbird:avahi-observe - 
  -
browser-support thunderbird:browser-sandbox   :browser-support  
  -
camera  thunderbird:camera- 
  -
content[gnome-42-2204]  thunderbird:gnome-42-2204 
gnome-42-2204:gnome-42-2204 -
content[gtk-3-themes]   thunderbird:gtk-3-themes  
gtk-common-themes:gtk-3-themes  -
content[icon-themes]thunderbird:icon-themes   
gtk-common-themes:icon-themes   -
content[sound-themes]   thunderbird:sound-themes  
gtk-common-themes:sound-themes  -
cups-controlthunderbird:cups-control  - 
  -
dbus- 
thunderbird:dbus-daemon -
desktop thunderbird:desktop   :desktop  
  -
desktop-legacy  thunderbird:desktop-legacy:desktop-legacy   
  -
gpg-keysthunderbird:gpg-keys  - 
  -
gsettings   thunderbird:gsettings :gsettings
  -
homethunderbird:home  :home 
  -
network thunderbird:network   :network  
  -
network-control thunderbird:network-control   - 
  -
opengl  thunderbird:opengl:opengl   
  -
removable-media thunderbird:removable-media   - 
  -
system-filesthunderbird:etc-thunderbird-policies  :system-files 
  -
u2f-devices thunderbird:u2f-devices   - 
  -
wayland thunderbird:wayland   :wayland  
  -
x11 thunderbird:x11   :x11  
  -

** Affects: thunderbird (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/2056494

Title:
  Snap profile import fails with EPERM

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


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

[Bug 1969294] Re: Ubuntu 22.04 gdm3 freezes with Nvidia GPU

2022-04-16 Thread William Grant
** Project changed: launchpad => ubuntu

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

Title:
  Ubuntu 22.04 gdm3 freezes with Nvidia GPU

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


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

[Bug 1928182] Re: Unable to deploy postgresql-k8s charm from charmhub

2022-02-10 Thread William Grant
** No longer affects: ubuntu

** Changed in: snapstore-server
   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/1928182

Title:
  Unable to deploy postgresql-k8s charm from charmhub

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


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

[Bug 1957002] Re: tp-link AC1300 not working in 21.10

2022-01-10 Thread William Grant
** Project changed: launchpad => ubuntu

** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  tp-link AC1300 not working in 21.10

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


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

[Bug 1946913] [NEW] u-boot HiFive Unleashed image missing OpenSBI

2021-10-12 Thread William Grant
Public bug reported:

Due to a typo in impish u-boot's debian/targets.mk ("unleased" instead
of "unleashed"), the HiFive Unleashed u-boot.itb has no OpenSBI and is
unbootable.

With the missing "h" added, you get
https://launchpad.net/~wgrant/+archive/ubuntu/nonvirt/+build/22272847
which boots fine.

** Affects: u-boot (Ubuntu)
 Importance: High
 Status: Triaged

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

Title:
  u-boot HiFive Unleashed image missing OpenSBI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1946913/+subscriptions


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

[Bug 1943963] Re: python3.8 from a riscv64 snap fails to run

2021-09-20 Thread William Grant
The specific issue is that patchelf on a non-PIE binary can shift the
base load address of the image forward, which on riscv64 falls afoul of
mmap_min_addr, manifesting as an EPERM from ld-linux.so and a segfault.

The impact is fairly narrow because most Ubuntu binaries are PIE, but
Python's debian/rules explicitly disables it. Other architectures are
also basically immune due to luck: amd64 tends to base images up at
0x40 while mmap_min_addr is still 0x1, while armhf/arm64 base
images at 0x1 like riscv64 but their mmap_min_addr is down at 0x8000
for unclear reasons. This means that shifting the ELF header back a few
bytes before the usual image base only breaks on riscv64, but it's by no
means riscv64's fault.

patchelf already kind of has code to handle this situation: PIE binaries
have a base of 0, so they use the shared library codepath which moves
altered sections to the end of the image, rather than to before the
start. That code hopelessly corrupts binaries that aren't based at 0,
but it was easy enough to fix and it seems to work, though patchelf is
still very dodgy and could do with cleanup.

https://github.com/wgrant/patchelf/commit/9734c99f47ba2365825269a1f131e98a17c7c328
and
https://github.com/wgrant/patchelf/commit/9edcd40f18c54bd1c92ef1b7a518abc5bc8a9290
together at least get a working snapcraft, but I'm still testing more
extensively.

** Also affects: patchelf (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- python3.8 from a riscv64 snap fails to run
+ patchelf creates unloadable non-PIE riscv64 executables

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

Title:
  patchelf creates unloadable non-PIE riscv64 executables

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


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

[Bug 1902459] [NEW] Live session start makes annoying loud sound

2020-11-01 Thread William Grant
Public bug reported:

The start of an Ubuntu 20.04 LTS live session, where it asks whether you
want to Try or Install, makes an annoying loud chiming noise. One of the
last things I want when troubleshooting with live media is to have to
quickly hit the mute button to avoid angering everyone around me -- IMO
computers should be seen and not heard, unless explicitly asked.

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

Title:
  Live session start makes annoying loud sound

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

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

[Bug 1894780] Re: Oops and hang when starting LVM snapshots on 5.4.0-47

2020-09-10 Thread William Grant
As expected, it's easy enough to repro with raw dm_snapshot:

  root@bug-1894780-focal-3:~# for f in base snap1 snap2; do dd if=/dev/zero 
of=$f.img bs=1M count=1 seek=512; done
  root@bug-1894780-focal-3:~# losetup -f base.img 
  root@bug-1894780-focal-3:~# losetup -f snap1.img 
  root@bug-1894780-focal-3:~# losetup -f snap2.img 
  root@bug-1894780-focal-3:~# dmsetup create snap-base --table "0 524288 
snapshot-origin /dev/loop3"
  root@bug-1894780-focal-3:~# for i in 4 5; do dmsetup create snap-$i --table 
"0 524288 snapshot /dev/mapper/snap-base /dev/loop$i P 16" & done

It works fine once you sneak a "sleep 1" into the loop.

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

Re: [Bug 1894780] Re: Oops and hang when starting LVM snapshots on 5.4.0-47

2020-09-09 Thread William Grant
On 10/9/20 7:44 am, Jay Vosburgh wrote:
> wgrant, you said:
> 
> That :a-152 is meant to be /sys/kernel/slab/:a-152. Even a
> working kernel shows some trouble there:
> 
>   $ uname -a
>   Linux  5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 
> 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
>   $ ls -l /sys/kernel/slab | grep a-152
>   lrwxrwxrwx 1 root root 0 Sep 8 03:20 dm_bufio_buffer -> :a-152
> 
> Are you saying that the symlink is "some trouble" here?  Because that
> part isn't an error, that's the effect of slab merge (that the kernel
> normally treats all slabs of the same size as one big slab with multiple
> references, more or less).

The symlink itself is indeed not a bug. But there's one reference, and
the thing it's referencing doesn't exist. I don't think that symlink
should be dangling.

> Slab merge can be disabled via "slab_nomerge" on the command line.

Thanks for the slab_nomerge hint. That gets 5.4.0-47 to boot, but
dm_bufio_buffer interestingly doesn't show up in /proc/slabinfo or
/sys/kernel/slab at all, unlike in earlier kernels. There's no 152-byte
slab:

  $ sudo cat /sys/kernel/slab/*/slab_size | grep ^152$
  $

I've also just reproduced this on a second host by rebooting it into the
same updated kernel -- identical hardware except for a couple of things
like SSDs, and fairly similar software configuration.

... some digging later ...

The trigger on boot is the parallel pvscans launched by
lvm2-pvscan@.service in the presence of several PVs. If I mask that
service, the system boots fine on the updated kernel (without
slab_nomerge). And then this crashes it:

  for i in 259:1 259:2 259:3 8:32 8:48 8:64 8:80; do sudo /sbin/lvm
pvscan --cache --activate ay $i & done`

I think the key is to have no active VGs with snapshots, then
simultaneously activate two VGs with snapshots.

Armed with that hypothesis, I set up a boring local bionic qemu-kvm
instance, installed linux-generic-hwe-18.04, and reproduced the problem
with a couple of loop devices:

  $ sudo dd if=/dev/zero of=pv1.img bs=1M count=1 seek=1024
  $ sudo dd if=/dev/zero of=pv2.img bs=1M count=1 seek=1024
  $ sudo losetup -f pv1.img
  $ sudo losetup -f pv2.img
  $ sudo vgcreate vg1 /dev/loop0
  $ sudo vgcreate vg2 /dev/loop1
  $ sudo lvcreate --type snapshot -L4M -V10G -n test vg1
  $ sudo lvcreate --type snapshot -L4M -V10G -n test vg2
  $ sudo systemctl mask lvm2-pvscan@.service
  $ sudo reboot

  $ sudo losetup -f pv1.img
  $ sudo losetup -f pv2.img
  $ for i in 7:0 7:1; do sudo /sbin/lvm pvscan --cache --activate ay $i
& done
  $ # Be glad if you can still type by this point.

The oops is not 100% reproducible in this configuration, but it seems
fairly reliable with four vCPUs. If not, a few cycles of rebooting and
running those last three commands always worked for me.

The console sometimes remains responsive after the oops, allowing me to
capture good and bad `dmsetup table -v` output. Not sure how helpful
that is, but I've attached an example (from a slightly different
configuration, where each VG has a linear LV with a snapshot,
rather than a snapshot-backed thin LV).


I've also been able to reproduce the fault on a pure focal system, but
it doesn't always happen on boot; lvm2-pvscan@.service (or a manual
pvscan afterwards) fails to activate the VGs. Something is creating
/run/lvm/vgs_online/$VG too early, so pvscan thinks it's already done
and I end up needing to activate them manually later. This seems
unrelated, and only affects a subset of my VMs. But when it happens,
that actually makes it easier to reproduce, since the system boots
without having the unit masked. So you can then crash with just:

  $ for VG in vg1 vg2; do sudo vgchange -ay $VG & done

While debugging locally I also found that groovy with 5.8.0-18 is
affected. Because when I stopped a VM with PVs on real block devices the
host (my desktop, on which I nearly lost this email, oops) dutifully ran
pvscan over them, got very sad, and needed to be rebooted with
slab_nomerge to recover:

  [ DO NOT BLINDLY RUN THIS, it may well crash the host. ]
  $ lxc launch --vm ubuntu:focal bug-1894780-focal-2
  $ lxc storage volume create default lvm-1 --type=block size=10GB
  $ lxc storage volume create default lvm-2 --type=block size=10GB
  $ lxc stop bug-1894780-focal-2
  $ lxc storage volume attach default lvm-1 bug-1894780-focal-2 lvm-1
  $ lxc storage volume attach default lvm-2 bug-1894780-focal-2 lvm-2
  $ lxc start bug-1894780-focal-2
  $ lxc exec bug-1894780-focal-2 bash
  # vgcreate vg1 /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_lxd_lvm-1
  # vgcreate vg2 /dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_lxd_lvm-2
  # lvcreate --type snapshot -L4M -V10G -n test vg1
  # lvcreate --type snapshot -L4M -V10G -n test vg2
  # poweroff
  $ # Host sadness here, unless you're somehow immune.
  $ lxc start bug-1894780-focal-2
  $ lxc exec bug-1894780-focal-2 bash
  # for VG in vg1 vg2; do sudo vgchange -ay $VG & done
  # # Guest sadness here.

So 

[Bug 1894780] Re: Oops and hang when starting LVM snapshots on 5.4.0-47

2020-09-08 Thread William Grant
https://lore.kernel.org/linux-
mm/alpine.lrh.2.02.1806151817130.6...@file01.intranet.prod.int.rdu2.redhat.com/
(2018's "slub: fix failure when we delete and create a slab cache")
looks relevant to similar problems with this particular slub callsite.

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

[Bug 1894780] Re: Oops and hang when starting LVM snapshots on 5.4.0-47

2020-09-08 Thread William Grant
[   31.566946] kobject_add_internal failed for :a-152 with -EEXIST, don't 
try to register things with the same name in the same directory.
[   31.580027] BUG: kernel NULL pointer dereference, address: 0020
[   31.586990] #PF: supervisor read access in kernel mode
[   31.592130] #PF: error_code(0x) - not-present page
[   31.597269] PGD 0 P4D 0 
[   31.599826] Oops:  [#1] SMP NOPTI
[   31.599829] CPU: 103 PID: 2399 Comm: lvm Not tainted 5.4.0-45-generic 
#49~18.04.2-Ubuntu

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

[Bug 1894780] Re: Oops when starting LVM snapshots on 5.4.0-47

2020-09-07 Thread William Grant
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1894780/+attachment/5408512/+files/lspci-vnvn.log

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

[Bug 1894780] [NEW] Oops and hang when starting LVM snapshots on 5.4.0-47

2020-09-07 Thread William Grant
Public bug reported:

One of my bionic servers with HWE 5.4.0 hangs on boot (apparently while
starting LVM snapshots) after upgrading from Linux 5.4.0-42 to 5.4.0-47,
with the following trace:

  [   29.126292] kobject_add_internal failed for :a-152 with -EEXIST, don't 
try to register things with the same name in the same directory.
  [   29.138854] BUG: kernel NULL pointer dereference, address: 0020
  [   29.145977] #PF: supervisor read access in kernel mode
  [   29.145979] #PF: error_code(0x) - not-present page
  [   29.145981] PGD 0 P4D 0
  [   29.158800] Oops:  [#1] SMP NOPTI
  [   29.162468] CPU: 6 PID: 2532 Comm: lvm Not tainted 5.4.0-46-generic 
#50~18.04.1-Ubuntu
  [   29.170378] Hardware name: Supermicro AS -2023US-TR4/H11DSU-iN, BIOS 1.3 
07/15/2019
  [   29.178038] RIP: 0010:free_percpu+0x120/0x1f0
  [   29.183786] Code: 43 64 48 01 d0 49 39 c4 0f 83 71 ff ff ff 65 8b 05 a5 4e 
bc 58 48 8b 15 0e 4e 20 01 48 98 48 8b 3c c2 4c 01 e7 e8 f0 97 02 00 <48> 8b 58 
20 48 8b 53 38 e9 48 ff ff ff f3 c3 48 8b 43 38 48 89 45
  [   29.202530] RSP: 0018:a2f69c3d38e8 EFLAGS: 00010046
  [   29.209204] RAX:  RBX: 92202ff397c0 RCX: 
a880a000
  [   29.216336] RDX: cf35c0f24f2cc3c0 RSI: 43817c451b92afcb RDI: 

  [   29.223469] RBP: a2f69c3d3918 R08:  R09: 
a74a5300
  [   29.230609] R10: a2f69c3d3820 R11:  R12: 
cf35c0f24f14c3c0
  [   29.237745] R13: cf362fb2a054c3c0 R14: 0287 R15: 
0008
  [   29.244878] FS:  7f93a04b0900() GS:913faed8() 
knlGS:
  [   29.252961] CS:  0010 DS:  ES:  CR0: 80050033
  [   29.258707] CR2: 0020 CR3: 003fa9d9 CR4: 
003406e0
  [   29.265883] Call Trace:
  [   29.268346]  __kmem_cache_release+0x1a/0x30
  [   29.273913]  __kmem_cache_create+0x4f9/0x550
  [   29.278192]  ? __kmalloc_node+0x1eb/0x320
  [   29.282205]  ? kvmalloc_node+0x31/0x80
  [   29.285962]  create_cache+0x120/0x1f0
  [   29.291003]  kmem_cache_create_usercopy+0x17d/0x270
  [   29.295882]  kmem_cache_create+0x16/0x20
  [   29.300152]  dm_bufio_client_create+0x1af/0x3f0 [dm_bufio]
  [   29.305644]  ? snapshot_map+0x5e0/0x5e0 [dm_snapshot]
  [   29.310693]  persistent_read_metadata+0x1ed/0x500 [dm_snapshot]
  [   29.316627]  ? _cond_resched+0x19/0x40
  [   29.320384]  snapshot_ctr+0x79e/0x910 [dm_snapshot]
  [   29.325276]  dm_table_add_target+0x18d/0x370
  [   29.329552]  table_load+0x12a/0x370
  [   29.333045]  ctl_ioctl+0x1e2/0x590
  [   29.336450]  ? retrieve_status+0x1c0/0x1c0
  [   29.340551]  dm_ctl_ioctl+0xe/0x20
  [   29.343958]  do_vfs_ioctl+0xa9/0x640
  [   29.347547]  ? ksys_semctl.constprop.19+0xf7/0x190
  [   29.352337]  ksys_ioctl+0x75/0x80
  [   29.355663]  __x64_sys_ioctl+0x1a/0x20
  [   29.359421]  do_syscall_64+0x57/0x190
  [   29.363094]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  [   29.368144] RIP: 0033:0x7f939f0286d7
  [   29.371732] Code: b3 66 90 48 8b 05 b1 47 2d 00 64 c7 00 26 00 00 00 48 c7 
c0 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d 81 47 2d 00 f7 d8 64 89 01 48
  [   29.390478] RSP: 002b:7ffe918df168 EFLAGS: 0202 ORIG_RAX: 
0010
  [   29.398045] RAX: ffda RBX: 561c107f672c RCX: 
7f939f0286d7
  [   29.405175] RDX: 561c1107c610 RSI: c138fd09 RDI: 
0009
  [   29.412309] RBP: 7ffe918df220 R08: 7f939f59d120 R09: 
7ffe918defd0
  [   29.419442] R10: 561c1107c6c0 R11: 0202 R12: 
7f939f59c4e6
  [   29.426623] R13: 7f939f59c4e6 R14: 7f939f59c4e6 R15: 
7f939f59c4e6
  [   29.433778] Modules linked in: dm_snapshot dm_bufio dm_zero nls_iso8859_1 
ipmi_ssif input_leds amd64_edac_mod edac_mce_amd joydev kvm_amd kvm ccp k10temp 
ipmi_si ipmi_devintf ipmi_msghandler mac_hid sch_fq_codel ib_iser rdma_cm iw_cm 
ib_cm iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi sunrpc ip_tables 
x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov 
async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 
multipath linear mlx5_ib ib_uverbs ib_core bcache crc64 hid_generic 
crct10dif_pclmul mlx5_core crc32_pclmul ast ghash_clmulni_intel drm_vram_helper 
pci_hyperv_intf ttm aesni_intel mpt3sas nvme crypto_simd drm_kms_helper 
syscopyarea igb cryptd raid_class sysfillrect ahci tls sysimgblt glue_helper 
dca usbhid fb_sys_fops libahci nvme_core mlxfw i2c_algo_bit scsi_transport_sas 
drm hid i2c_piix4
  [   29.507853] CR2: 0020
  [   29.511174] ---[ end trace 43bd923f80cbdf52 ]---

That :a-152 is meant to be /sys/kernel/slab/:a-152. Even a
working kernel shows some trouble there:

  $ uname -a
  Linux  5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  $ ls -l /sys/kernel/slab | grep a-152
  lrwxrwxrwx 1 root root 0 Sep  8 03:20 

[Bug 1894780] Re: Oops when starting LVM snapshots on 5.4.0-47

2020-09-07 Thread William Grant
** Attachment added: "version_signature from the last good kernel"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1894780/+attachment/5408514/+files/version.log

** Summary changed:

- Oops when starting LVM snapshots on 5.4.0-47
+ Oops and hang when starting LVM snapshots on 5.4.0-47

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

[Bug 1894780] Re: Oops when starting LVM snapshots on 5.4.0-47

2020-09-07 Thread William Grant
** Attachment added: "lvs-a.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1894780/+attachment/5408513/+files/lvs-a.log

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

Title:
  Oops and hang when starting LVM snapshots on 5.4.0-47

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

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

[Bug 1889961] Re: touchpad fails after turning on from sleep

2020-08-01 Thread William Grant
** Project changed: canonical-identity-provider => linux (Ubuntu)

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

Title:
  touchpad fails after turning on from sleep

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

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

[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-07-28 Thread William Grant
IMO we should carry it until trusty ESM expires. There are still trusty
systems around, and groovy users who need to connect to those trusty
systems.

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

Title:
  ssshuttle server fails to connect endpoints with python 3.8

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

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

[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-07-22 Thread William Grant
** Tags removed: regression-proposed

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

Title:
  ssshuttle server fails to connect endpoints with python 3.8

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

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

[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-07-22 Thread William Grant
This breaks connecting to Python 3.4 hosts, e.g. trusty:

client: Connected.
Traceback (most recent call last):
  File "", line 1, in 
  File "assembler.py", line 39, in 
  File "sshuttle.server", line 400, in main
  File "sshuttle.ssnet", line 598, in runonce
  File "sshuttle.ssnet", line 488, in callback
  File "sshuttle.ssnet", line 437, in flush
AttributeError: 'module' object has no attribute 'set_blocking'
client: fatal: server died with error code 1

** Tags removed: verification-done verification-done-focal
** Tags added: regression-proposed verification-failed-focal

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

Title:
  ssshuttle server fails to connect endpoints with python 3.8

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

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

[Bug 1886145] Re: Buy Tramadol Online :: US to US 4 Days Delivery

2020-07-03 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1886145

Title:
  Buy Tramadol Online :: US to US 4 Days Delivery

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1886145/+subscriptions

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

[Bug 1886143] Re: Buy Tramadol 100mg Online

2020-07-03 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1886143

Title:
  Buy Tramadol 100mg Online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1886143/+subscriptions

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

[Bug 1886142] Re: Buy Ambien Online without Rx - Ambien 10mg

2020-07-03 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1886142

Title:
  Buy Ambien Online without Rx - Ambien 10mg

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1886142/+subscriptions

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

[Bug 1886141] Re: Buy Tramadol Online without prescription - Blister

2020-07-03 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1886141

Title:
  Buy Tramadol Online without prescription - Blister

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1886141/+subscriptions

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

[Bug 1884549] Re: Buy Tramadol Online

2020-06-22 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1884549

Title:
  Buy Tramadol Online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1884549/+subscriptions

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

[Bug 1878679] Re: Please enable IPv6 on api.snapcraft.io

2020-06-03 Thread William Grant
*** This bug is a duplicate of bug 1710022 ***
https://bugs.launchpad.net/bugs/1710022

** This bug has been marked a duplicate of bug 1710022
   Snap store APIs (api.snapcraft.io) are not reachable via IPv6

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

Title:
  Please enable IPv6 on api.snapcraft.io

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

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

[Bug 1881534] Re: Touchpad not working on Lenovo Thinkbook

2020-06-01 Thread William Grant
** Project changed: canonical-identity-provider => ubuntu

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

Title:
  Touchpad not working on Lenovo Thinkbook

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

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

[Bug 1881411] Re: Buy Tramadol Online Cheap Without Prescription

2020-05-30 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1881411

Title:
  Buy Tramadol Online Cheap Without Prescription

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1881411/+subscriptions

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

[Bug 1875414] Re: Wrong liquidsoap installation, libs are missed

2020-04-27 Thread William Grant
** No longer affects: launchpad

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

Title:
  Wrong liquidsoap installation, libs are missed

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

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

[Bug 1872945] Re: risc-v doubles getting clobbered somehow

2020-04-20 Thread William Grant
I think you got the wrong version. PPA version 1:4.2-3ubuntu6~ppa5 has
the fix, archive version 1:4.2-3ubuntu6 has the fix, but PPA version
1:4.2-3ubuntu6 (which was to be archive -3ubuntu6, but while it was
waiting in the queue we found this fix) doesn't have the fix.

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

Title:
  risc-v doubles getting clobbered somehow

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

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

[Bug 1872945] Re: risc-v doubles getting clobbered somehow

2020-04-20 Thread William Grant
** Changed in: qemu (Ubuntu)
   Status: New => Triaged

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

Title:
  risc-v doubles getting clobbered somehow

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

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

[Bug 1872931] Re: enable riscv build

2020-04-18 Thread William Grant
Disabling virglrenderer on only some host archs is a bit more
complicated. I've opted to ignore the virglrenderer test failures on
riscv64, reenabled virglrenderer in qemu, and uploaded
virglrenderer/qemu/libvirt to focal-proposed.

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

Title:
  enable riscv build

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

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

[Bug 1872945] Re: risc-v doubles getting clobbered somehow

2020-04-18 Thread William Grant
Past 22 hours now and still no issues, even though I've intermittently
been saturating all cores with builds. So yeah, the kernel is probably
fine.

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

Title:
  risc-v doubles getting clobbered somehow

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

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

[Bug 1872945] Re: risc-v doubles getting clobbered somehow

2020-04-17 Thread William Grant
I've been running your test code on a HiFive Unleashed board with our
5.4.0-24 for a couple of hours so far, and no issues yet.

I saw widespread crashes with qemu 4.2 that went away when downgrading
(though I went straight back to 3.1), so I'm pretty confident there is a
qemu bug, but I haven't had time to dig into it.

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

Title:
  risc-v doubles getting clobbered somehow

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

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

[Bug 998492] Re: Fails to detect package download errors on architectures other than amd64

2020-04-06 Thread William Grant
** Package changed: lliurex-ubiquity-casper (Ubuntu) => ubuntu

** Package changed: ubuntu => ubiquity (Ubuntu)

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

Title:
  Fails to detect package download errors on architectures other than
  amd64

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

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

[Bug 1870262] Re: Buy Tramadols Online

2020-04-01 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1870262

Title:
  Buy Tramadols Online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1870262/+subscriptions

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

[Bug 1867343] Re: Buy Ambien Online

2020-03-13 Thread William Grant
** Package changed: nvidia-graphics-drivers-440 (Ubuntu) => null-and-
void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1867343

Title:
  Buy Ambien Online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1867343/+subscriptions

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

[Bug 1864586] Re: plymouth does not ask for LUKS password and does not change tty properly

2020-02-27 Thread William Grant
Which makes this, bug #1856712 and bug #1862485 duplicates, I think.

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

Title:
  plymouth does not ask for LUKS password and does not change tty
  properly

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

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

[Bug 1864586] Re: plymouth does not ask for LUKS password and does not change tty properly

2020-02-27 Thread William Grant
The problem is that the bgrt theme requires resources from
/usr/share/plymouth/themes/spinner, but /usr/share/initramfs-
tools/hooks/plymouth only copies in the default theme directory (bgrt)
plus text as a fallback. Hacking the initramfs-tools hook to always
include "spinner" in currthemes avoids the text splash, and gives a very
pretty graphical password input instead.

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

Title:
  plymouth does not ask for LUKS password and does not change tty
  properly

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

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

[Bug 1864586] Re: plymouth does not ask for LUKS password and does not change tty properly

2020-02-27 Thread William Grant
The prompt is visible if you hit Esc, and (at least sometimes?) shows up
on the text theme when you hit Esc again. After entering the password,
hitting Esc a couple of times gets you into the spinner theme.

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

Title:
  plymouth does not ask for LUKS password and does not change tty
  properly

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

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

[Bug 1620054] Re: Google reCaptcha does not work in browser

2020-01-07 Thread William Grant
*** This bug is a duplicate of bug 1599146 ***
https://bugs.launchpad.net/bugs/1599146

** Attachment removed: "out.png"
   
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1620054/+attachment/5198514/+files/out.png

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

Title:
  Google reCaptcha does not work in browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1620054/+subscriptions

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

[Bug 1729389] Re: [Intel 8260/8265] Bluetooth peripherals work for a few seconds, then don't react

2020-01-07 Thread William Grant
** Attachment removed: "window.png"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1729389/+attachment/5196912/+files/window.png

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

Title:
  [Intel 8260/8265] Bluetooth peripherals work for a few seconds, then
  don't react

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

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

[Bug 1856646] Re: buy ativan online

2019-12-16 Thread William Grant
** Package changed: gsmartcontrol (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1856646

Title:
  buy ativan online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1856646/+subscriptions

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

[Bug 1853656] Re: how to get percocet online

2019-11-22 Thread William Grant
** Package changed: compiz-plugins-main (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1853656

Title:
  how to get  percocet online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1853656/+subscriptions

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

[Bug 1851339] Re: Add the to order tramadol 50 mg online in USA ability to check for updates

2019-11-04 Thread William Grant
** Package changed: openssh (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1851339

Title:
  Add the to order tramadol 50 mg online in USA ability to check for
  updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1851339/+subscriptions

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

[Bug 1847462] Re: Buy Valium Online to stay away from the symptoms of muscle spasm

2019-10-09 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1847462

Title:
  Buy Valium Online to stay away from the symptoms of muscle spasm

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1847462/+subscriptions

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

[Bug 1844311] Re: spam - ignore me

2019-09-29 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

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

Title:
  spam - ignore me

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1844311/+subscriptions

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

[Bug 1845468] Re: Cheap Ambien online

2019-09-26 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1845468

Title:
  Cheap Ambien online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1845468/+subscriptions

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

[Bug 1841307] Re: Cheap Ambien online 10mg

2019-08-24 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1841307

Title:
  Cheap Ambien online 10mg

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1841307/+subscriptions

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

[Bug 1841306] Re: Cheap Ambien online 10mg

2019-08-24 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1841306

Title:
  Cheap Ambien online 10mg

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1841306/+subscriptions

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

[Bug 577038] Re: [Upstream] Hard lock in opening files from a remote NFS volume

2019-08-20 Thread William Grant
** Description changed:

  Binary package hint: openoffice.org
  
  I recently updated to Lucid, and noticed that Openoffice would lock with
  opening certain files. First I thought the problem was a corrupt file,
  now I can reproducibly hard lock OO.org when trying to open ANY file
  (.xls, .doc, .odt) that is present in a remote NFS volume (locally
  mounted).
  
  Any file on the local hard disk can be opened without problems.
  Any file on the mounted NFS directory causes a hard lock, requiring a 
force-quit.
  
  Other applications don't show this behaviour (e.g. gedit, command line
  programs).
  
  FilesystemSize  Used Avail Use% Mounted on
  /dev/md0   70G   17G   50G  26% /
  192.168.10.72:/home/fernan243G  182G   42G  82% /home/fernan/gama-remote
- http://yourrxstore.com/product-category/buy-soma-online/
- http://yourrxstore.com/blog/order-tramadol-online-severe-and-acute-pain/
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: openoffice.org 1:3.2.0-7ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-22-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Fri May  7 11:48:21 2010
  EcryptfsInUse: Yes
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: openoffice.org

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

Title:
  [Upstream] Hard lock in opening files from a remote NFS volume

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/577038/+subscriptions

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

[Bug 1837029] Re: Order Tramadol Online at YourRxStore.Com

2019-08-20 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: Fix Committed => Invalid

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

Title:
  Order Tramadol Online at YourRxStore.Com

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1837029/+subscriptions

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

[Bug 1840608] Re: Tramadol Pain Reliever

2019-08-18 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1840608

Title:
  Tramadol Pain Reliever

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1840608/+subscriptions

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

[Bug 1837208] Re: cheap ambien online buy | update-grub: savedefault can cause problems

2019-07-19 Thread William Grant
** Package changed: grub (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1837208

Title:
  cheap ambien online buy | update-grub: savedefault can cause problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1837208/+subscriptions

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

[Bug 1836961] Re: ansible 2.0.0.2-2ubuntu1.2 uninstallable on Ubuntu 16.04

2019-07-17 Thread William Grant
** Also affects: ansible (Ubuntu Xenial)
   Importance: Undecided
   Status: New

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

** Tags added: regression-update

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

Title:
  ansible 2.0.0.2-2ubuntu1.2 uninstallable on Ubuntu 16.04

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

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

[Bug 1836961] Re: ansible 2.0.0.2-2ubuntu1.2 uninstallable on Ubuntu 16.04

2019-07-17 Thread William Grant
I've rolled xenial-updates and xenial-security back to ansible
2.0.0.2-2ubuntu1.1 to mitigate the breakage for now.

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

Title:
  ansible 2.0.0.2-2ubuntu1.2 uninstallable on Ubuntu 16.04

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

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

[Bug 1835905] Re: tramadol for sale online at cheapest price

2019-07-09 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1835905

Title:
  tramadol for sale online at cheapest price

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1835905/+subscriptions

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

[Bug 1835813] Re: order adderall online overnight shipping

2019-07-08 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1835813

Title:
  order adderall online overnight shipping

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1835813/+subscriptions

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

[Bug 1835506] Re: Office.com/Setup - Product Key Office 365 Setup Download - www.office.com/setup and follow the on screen instructions

2019-07-05 Thread William Grant
** Package changed: ceilometer (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1835506

Title:
  Office.com/Setup - Product Key Office 365 Setup Download -
  www.office.com/setup  and follow the on screen instructions

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1835506/+subscriptions

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

[Bug 1834620] Re: best place to buy soma online

2019-06-28 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

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

Title:
  best place to buy soma online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1834620/+subscriptions

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

[Bug 1834617] Re: Where i can buy ultram 100mg

2019-06-28 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1834617

Title:
  Where i can buy ultram 100mg

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1834617/+subscriptions

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

[Bug 1834615] Re: buy adderall online at tramadol website

2019-06-28 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1834615

Title:
  buy adderall online at tramadol website

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1834615/+subscriptions

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

[Bug 1834612] Re: where can i buy tramadol online

2019-06-28 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1834612

Title:
  where can i buy tramadol online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1834612/+subscriptions

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

[Bug 1833937] Re: Is there a solution for this?

2019-06-24 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1833937

Title:
  Is there a solution for this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1833937/+subscriptions

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

[Bug 1833944] Re: dependency called Protobuf but I am very much

2019-06-24 Thread William Grant
** Package changed: protobuf (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1833944

Title:
  dependency called Protobuf but I am very much

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1833944/+subscriptions

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

[Bug 1833925] Re: pain killer ultram buy online at yourrxpills

2019-06-24 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1833925

Title:
  pain killer ultram buy online at yourrxpills

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1833925/+subscriptions

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

[Bug 1832969] Re: Buy Tramadol Online - No Prescription Needed (US to US)

2019-06-15 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1832969

Title:
  Buy Tramadol Online - No Prescription Needed (US to US)

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1832969/+subscriptions

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

[Bug 1832702] Re: pain killer ultram online product is here?

2019-06-13 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1832702

Title:
  pain killer ultram online product is here?

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1832702/+subscriptions

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

[Bug 1832209] Re: pain killer tramadol product is right for me? YourRxPills.Com

2019-06-10 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: Incomplete => Invalid

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

Title:
  pain killer tramadol product is right for me? YourRxPills.Com

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1832209/+subscriptions

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

[Bug 1832167] Re: I have Ultram product, are you ready for buy online

2019-06-10 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: Fix Released => Invalid

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

Title:
  I have Ultram product, are you ready for buy online

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1832167/+subscriptions

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

[Bug 1832165] Re: cheap tramadol product in online here buy now

2019-06-09 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1832165

Title:
  cheap tramadol product in online here buy now

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1832165/+subscriptions

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

[Bug 1831717] [NEW] libpython3.8-dbg header symlinks point to nonexistent python3.8m rather than python3.8

2019-06-05 Thread William Grant
Public bug reported:

python3.8 3.8.0~a4-1 renamed /usr/include/python3.8m to
/usr/include/python3.8, but the symlinks in /usr/include/python3.8d
still point to python3.8m so are dangling. This causes packages like
python3-stdlib-extensions to FTBFS.

(eoan-amd64)root@lamuella:~# cat /usr/include/python3.8d/code.h
cat: /usr/include/python3.8d/code.h: No such file or directory
(eoan-amd64)root@lamuella:~# ls -l /usr/include/python3.8d/code.h
lrwxrwxrwx 1 root root 20 May 15 08:30 /usr/include/python3.8d/code.h -> 
../python3.8m/code.h
(eoan-amd64)root@lamuella:~# ls -l /usr/include | grep python
lrwxrwxrwx  1 root root 10 Apr  3 16:39 python3.7 -> python3.7m
drwxr-xr-x  2 root root   4096 Jun  5 18:49 python3.7dm
drwxr-xr-x  3 root root   4096 Jun  5 18:48 python3.7m
drwxr-xr-x  4 root root   4096 Jun  5 18:48 python3.8
drwxr-xr-x  2 root root   4096 Jun  5 18:48 python3.8d
(eoan-amd64)root@lamuella:~# dpkg -S 3.8d/code.h
libpython3.8-dbg:amd64: /usr/include/python3.8d/code.h
(eoan-amd64)root@lamuella:~# dpkg -l | grep libpython3.8-dbg
ii  libpython3.8-dbg:amd64   3.8.0~a4-3 amd64Debug 
Build of the Python Interpreter (version 3.8)

** Affects: python3.8 (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/1831717

Title:
  libpython3.8-dbg header symlinks point to nonexistent python3.8m
  rather than python3.8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.8/+bug/1831717/+subscriptions

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

[Bug 1823713] Re: Buy Tramadol online cheap for pain control and relief

2019-04-08 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1823713

Title:
  Buy Tramadol online cheap for pain control and relief

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1823713/+subscriptions

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

[Bug 566437] Re: package fglrx 2:8.723.1-0ubuntu2 failed to REMOVE: error exit status 2 - dpkg-divert: mismatch on package - while removing the package

2019-03-31 Thread William Grant
** Attachment removed: "2928BD5A4805EE05.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/5006295/+files/2928BD5A4805EE05.jpg

** Attachment removed: "8669D1F82087B3B7A3E4BA1B70A0654D.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/4907944/+files/8669D1F82087B3B7A3E4BA1B70A0654D.jpg

** Attachment removed: "4CD95A2E796E94476B1DB8717164E1BA.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/4875702/+files/4CD95A2E796E94476B1DB8717164E1BA.jpg

** Attachment removed: "2EA73B65954FE24BBA20C0E401F657EF.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/4909325/+files/2EA73B65954FE24BBA20C0E401F657EF.jpg

** Attachment removed: "5D1EB25BD1D727BDD54991556E8F38BD.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/4871787/+files/5D1EB25BD1D727BDD54991556E8F38BD.jpg

** Attachment removed: "4F362D2CCA7FA77D338D4485523FC81C.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/4877990/+files/4F362D2CCA7FA77D338D4485523FC81C.jpg

** Attachment removed: "071B729925EA1448BF2063106E850EA2.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+attachment/4881832/+files/071B729925EA1448BF2063106E850EA2.jpg

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

Title:
  package fglrx 2:8.723.1-0ubuntu2 failed to REMOVE: error exit status 2
  - dpkg-divert: mismatch on package - while removing the package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/566437/+subscriptions

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

[Bug 1312347] Re: do-release-upgrade crashed with SystemError in open(): E:Could not open file /var/lib/apt/lists/ppa.launchpad.net_vala-team_ppa_ubuntu_dists_trusty_main_binary-i386_Packages - open (

2019-03-21 Thread William Grant
** Attachment removed: "Buy Tramadol Online https://yourrxpills.com;
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1312347/+attachment/5243872/+files/Buy%20Tramadol%20100mg%20Online%20Without%20Rx%20.pdf

** Changed in: ubuntu-release-upgrader (Ubuntu)
 Assignee: Jaroslavas Karmazinas (jkyddd) => (unassigned)

** Changed in: ubuntu-release-upgrader (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/1312347

Title:
  do-release-upgrade crashed with SystemError in open(): E:Could not
  open file /var/lib/apt/lists/ppa.launchpad.net_vala-
  team_ppa_ubuntu_dists_trusty_main_binary-i386_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_vala-
  team_ppa_ubuntu_dists_trusty_main_binary-amd64_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_elementary-os_os-
  patches_ubuntu_dists_trusty_main_binary-i386_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_elementary-os_os-
  patches_ubuntu_dists_trusty_main_binary-amd64_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_elementary-
  os_daily_ubuntu_dists_trusty_main_binary-i386_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_elementary-
  os_daily_ubuntu_dists_trusty_main_binary-amd64_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_elementary-
  os_testing_ubuntu_dists_trusty_main_binary-i386_Packages - open (2: No
  such file or directory), E:Could not open file
  /var/lib/apt/lists/ppa.launchpad.net_elementary-
  os_testing_ubuntu_dists_trusty_main_binary-amd64_Packages - open (2:
  No such file or directory)

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

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

[Bug 1820958] Re: What is Soma?

2019-03-20 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1820958

Title:
  What is Soma?

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1820958/+subscriptions

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

[Bug 1820973] Re: Buy soma Online:: Soma Maximum Dosage

2019-03-20 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1820973

Title:
  Buy soma Online:: Soma Maximum Dosage

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1820973/+subscriptions

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

[Bug 1820922] Re: Buy Oxycodone Online No Prescription

2019-03-19 Thread William Grant
** Package changed: ubuntu-budgie-meta (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1820922

Title:
  Buy Oxycodone Online No Prescription

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1820922/+subscriptions

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

[Bug 1820821] Re: Buy Adderall online with norx

2019-03-19 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1820821

Title:
  Buy Adderall online with norx

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1820821/+subscriptions

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

[Bug 1820061] Re: g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0

2019-03-14 Thread William Grant
** Project changed: auditor => ubuntu

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

Title:
  g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0

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

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

[Bug 1819448] Re: update to openjdk 11 in 18.04 LTS (android-tools packages)

2019-03-12 Thread William Grant
I've removed android-sdk-meta 25.0.0+10~18.04 from bionic-proposed and
cosmic-proposed, as it produced binaries with the same version as are
already in disco, e.g. android-sdk-platform-tools-common 27.0.0+10.

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

Title:
  update to openjdk 11 in 18.04 LTS (android-tools packages)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/android-framework-23/+bug/1819448/+subscriptions

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

[Bug 1819005] Re: Want To Pass JN0-220 Juniper Exam Immediately?

2019-03-07 Thread William Grant
** Package changed: gvfs (Ubuntu) => null-and-void

** Information type changed from Public to Private

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

Title:
  Want To Pass JN0-220 Juniper Exam Immediately?

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1819005/+subscriptions

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

[Bug 1320499] Re: Natural Cure For Diabetes - What You Must Know About It

2019-03-07 Thread William Grant
** Package changed: hylafax (Ubuntu) => null-and-void

** Information type changed from Public to Private

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

Title:
  Natural Cure For Diabetes - What You Must Know About It

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1320499/+subscriptions

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

[Bug 1818634] Re: Buy Ambien Online Without Prescription

2019-03-05 Thread William Grant
** Package changed: resolvconf (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1818634

Title:
  Buy Ambien Online Without Prescription

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1818634/+subscriptions

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

[Bug 1818329] Re: xanax online without prescription

2019-03-02 Thread William Grant
** Package changed: libhybris (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1818329

Title:
  xanax online without prescription

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1818329/+subscriptions

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

[Bug 1721223] Re: Networkd fail to set ip address between leases if ip address changes on UbuntuCore

2019-02-26 Thread William Grant
** Attachment removed: "job-vs-career-og.png"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1721223/+attachment/5241750/+files/job-vs-career-og.png

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

Title:
  Networkd fail to set ip address between leases if ip address changes
  on UbuntuCore

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

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

[Bug 1817616] Re: Fresh install on 16G "thumb drive"

2019-02-26 Thread William Grant
** Information type changed from Private to Public

** Project changed: null-and-void => grub-installer (Ubuntu)

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

Title:
  Fresh install on 16G "thumb drive"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1817616/+subscriptions

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

[Bug 1817616] Re: Buy tramadol online legally Fresh install on 16G "thumb drive"

2019-02-25 Thread William Grant
** Package changed: grub-installer (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1817616

Title:
  Buy tramadol online legally Fresh install on 16G "thumb drive"

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1817616/+subscriptions

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

[Bug 590041] Re: wishlist: add VistaPrint business card template

2019-02-25 Thread William Grant
** Summary changed:

- Buy tramadol online -wishlist: add VistaPrint business card template
+ wishlist: add VistaPrint business card template

** Description changed:

- Order Now http://bit.ly/2GwVYNf
- Tramadol is the name by which the drug Ultram is popularly known among others 
and the drug is generally prescribed for the treatment of moderate to severe 
pain. If you’re planning to buy Tramadol without prescription, make sure that 
if you start taking the drug without taking the help of a prescription or 
beyond the prescribed limit, you are sure to face hazardous consequences of the 
intake. The hazardous consequences can be termed as short-term or long-term 
depending on the duration for which they exist. Short-term effects of Tramadol 
include lack of pain, elated mood, anxiety reduction, and long-term effects 
include tolerance, physical dependence, cognitive decline. Therefore, we shall 
suggest you that if you are in need of the drug, then you should buy Tramadol 
online from an online pharmacy which is able to provide you with a prescription.
+ Binary package hint: glabels
+ 
+ Vista Print is a mail-order printing service that is present in a
+ growing number of countries. Their website provides downloadable
+ templates to help customers design their business cards, but only in
+ formats for Adobe software. It would be desirable for gLabels to offer a
+ business card template called VistaPrint that follows their published
+ specifications:
+ 
http://www.vistaprint.co.uk/vp/ns/propath/ChooseProduct.aspx?pfid=079_id=079#Products
+ 
+ ProblemType: Bug
+ DistroRelease: Ubuntu 10.04
+ Package: glabels 2.2.8-1
+ ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
+ Uname: Linux 2.6.32-22-generic i686
+ Architecture: i386
+ Date: Sat Jun 5 12:12:12 2010
+ ProcEnviron:
+  LANGUAGE=fi_FI:fi:en_US:en
+  PATH=(custom, user)
+  LANG=fi_FI.UTF-8
+  SHELL=/bin/bash
+ SourcePackage: glabels

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

Title:
  wishlist: add VistaPrint business card template

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

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

[Bug 1815731] Re: Buy Cheap Tramadol Online No Prescription Needed::Get Speedy Delivery

2019-02-13 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1815731

Title:
  Buy Cheap Tramadol Online No Prescription Needed::Get Speedy Delivery

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1815731/+subscriptions

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

[Bug 1813893] Re: OpenVPN LZ4 compression not working in Networkmanager

2019-02-12 Thread William Grant
** Package changed: ubuntu => network-manager-openvpn (Ubuntu)

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

Title:
  OpenVPN LZ4 compression not working in Networkmanager

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

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

[Bug 1815559] Re: RM: libwww-topica-perl -- service lists.topica.com is gone

2019-02-11 Thread William Grant
** Project changed: launchpad => libwww-topica-perl (Ubuntu)

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

Title:
  RM: libwww-topica-perl -- service lists.topica.com is gone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libwww-topica-perl/+bug/1815559/+subscriptions

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

[Bug 1814534] Re: Binance 퓼퓮퓻퓿!퓬퓮 Support number ퟏ 800 635 9659 Binance Showcases

2019-02-04 Thread William Grant
** Package changed: ubuntu => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1814534

Title:
  Binance 퓼퓮퓻퓿!퓬퓮 Support number ퟏ 800 635 9659 Binance Showcases

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1814534/+subscriptions

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

[Bug 1813358] Re: order tramadol online without prescription on onlinemedzonline

2019-01-25 Thread William Grant
** Package changed: lttng-modules (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1813358

Title:
  order tramadol online without prescription on onlinemedzonline

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1813358/+subscriptions

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

[Bug 1809703] Re: Buy Soma 350mg (Carisoprodol) | Take Soma to Counter Muscular Pain, Strain & Sprain

2019-01-12 Thread William Grant
** Package changed: gcc-4.4 (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1809703

Title:
  Buy Soma 350mg (Carisoprodol) | Take Soma to Counter Muscular Pain,
  Strain & Sprain

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1809703/+subscriptions

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

[Bug 1809905] Re: Cash App Customer Support Number 1-888-264-8794

2018-12-29 Thread William Grant
** No longer affects: ubuntu

** Project changed: canonical-identity-provider => null-and-void

** Information type changed from Public to Private

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

Title:
  Cash App Customer Support Number 1-888-264-8794

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1809905/+subscriptions

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

[Bug 1797744] [NEW] Mouse scrolling no longer moves between tabs in gnome-terminal 2.30

2018-10-14 Thread William Grant
Public bug reported:

In gnome-terminal 2.28 and earlier, scrolling with the mouse cursor over
the tab bar switched between tabs. This seems to be broken in cosmic's
2.30.

** Affects: gnome-terminal (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/1797744

Title:
  Mouse scrolling no longer moves between tabs in gnome-terminal 2.30

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

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

[Bug 1584402] Re: TEch norton phone number 1-800-769-2805 norton technical support p.h.o.n.e n.u.m.b.e.r

2018-10-06 Thread William Grant
** Package changed: ibus (Ubuntu) => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   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/1584402

Title:
  TEch norton phone number 1-800-769-2805 norton technical support
  p.h.o.n.e n.u.m.b.e.r

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1584402/+subscriptions

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

[Bug 1682498] Re: CUSTOMER SERVICES @@ 1888\\979\\8572:- Microsoft 365 Tech Support Number & Office 365 Customer Support Number

2018-10-06 Thread William Grant
** Project changed: openstack-gate => null-and-void

** Information type changed from Public to Private

** Changed in: null-and-void
   Status: New => Invalid

** No longer affects: null-and-void

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

Title:
  CUSTOMER SERVICES @@ 1888\\979\\8572:- Microsoft 365 Tech Support
  Number & Office 365 Customer Support Number

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

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

[Bug 1696724] Re: , <@!?/18002080139 i am not able to reset my paypal password :1-800:208:0139 i forgot my paypal password

2018-10-06 Thread William Grant
** Package changed: linux (Ubuntu) => null-and-void

** Information type changed from Public to Private

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

Title:
  ,<@!?/18002080139 i am not able to reset my paypal password
  :1-800:208:0139 i forgot my paypal password

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1696724/+subscriptions

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

[Bug 1696729] Re: GHU~!@#PayPal tech support phone number 1-800-208-0139PayPal customer service number

2018-10-06 Thread William Grant
** Package changed: linux (Ubuntu) => null-and-void

** Information type changed from Public to Private

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

Title:
  GHU~!@#PayPal tech support phone number 1-800-208-0139PayPal customer
  service number

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1696729/+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   >