Re: [Bug 1959477] Re: USB dies, GUI hangs after plugging in Brother DS-740D scanner

2022-02-02 Thread Maarten L. Hekkelman
Op 02-02-2022 om 13:59 schreef Isaac True:
> This seems to be related to
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956849
> 
> The dmesg output is the same as mine when the host controller stops
> working:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956849/comments/13
> 
> Are you using the 5.13 HWE kernel?

$ uname -a
Linux precies 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 
2022 x86_64 x86_64 x86_64 GNU/Linux

Is that what you were looking for?

-maarten

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

Title:
  USB dies, GUI hangs after plugging in Brother DS-740D scanner

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


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

[Bug 1959477] Re: GUI hangs after plugging in Brother DS-740D scanner

2022-01-30 Thread Maarten L. Hekkelman
** Package changed: ubuntu => kernel-package (Ubuntu)

** Summary changed:

- GUI hangs after plugging in Brother DS-740D scanner
+ USB dies, GUI hangs after plugging in Brother DS-740D scanner

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

Title:
  USB dies, GUI hangs after plugging in Brother DS-740D scanner

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


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

[Bug 1959477] [NEW] GUI hangs after plugging in Brother DS-740D scanner

2022-01-29 Thread Maarten L. Hekkelman
Public bug reported:

The Brother DS-740D scanner I have used to work fine until a couple of
weeks ago. Now, whenever I plug it the GUI freezes (default Ubuntu LTS
20.04). Logging in from another computer works. Restarting GDM3 does not
help, mouse is frozen.

No crash log. But kern.log says:

Jan 29 10:12:25 precies kernel: [ 1129.014431] xhci_hcd :00:14.0: Abort 
failed to stop command ring: -110
Jan 29 10:12:25 precies kernel: [ 1129.014437] xhci_hcd :00:14.0: xHCI host 
controller not responding, assume dead
Jan 29 10:12:25 precies kernel: [ 1129.01] xhci_hcd :00:14.0: HC died; 
cleaning up
Jan 29 10:12:25 precies kernel: [ 1129.014477] xhci_hcd :00:14.0: Timeout 
while waiting for setup device command

I tried updating the driver to the latest version
(brscan5-1.2.9-0.amd64.deb) but that did not help.

Additional info:
$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

** Affects: 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/1959477

Title:
  GUI hangs after plugging in Brother DS-740D scanner

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


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

[Bug 1952899] [NEW] Upgrade to 3.19.1 for LTS

2021-12-01 Thread Maarten Fonville
Public bug reported:

Woud it please be possible to upgrade Protobuf to 3.19.1 (which is
already in Debian) for upcoming Ubuntu LTS 22.04 ?

All packages that use protobuf as dependency (which are quite some) will
need a rebuild, so it is important to organize a transition on time.

** Affects: protobuf (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/1952899

Title:
  Upgrade to 3.19.1 for LTS

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


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

[Bug 1952549] Re: SSID and password not properly quoted/escaped when writing YAML

2021-11-28 Thread Maarten van der Schrieck
I just tested the patch by modifying an Ubuntu 18 USB install stick and
performing a clean install on another USB disk. The SSID and password
are now indeed stored with single quotes, and as expected, an otherwise
non-functioning SSID did in fact work after booting the newly installed
system.

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

Title:
  SSID and password not properly quoted/escaped when writing YAML

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


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

[Bug 1952549] Re: SSID and password not properly quoted/escaped when writing YAML

2021-11-28 Thread Maarten van der Schrieck
This is a plain patch of changes performed on a git clone of
https://git.launchpad.net/ubuntu/+source/netcfg

The fix is simple: use Single-Quoted style when outputting SSID or
password, which means start and end with a single quote, and replace any
instance of ' with ''.

The code compiles, and should work, but is not tested. I have yet to
figure out how to run netcfg without generating a modified bootable
image and performing an install.

** Patch added: 
"0001-When-writing-wireless-config-quote-SSID-and-password.patch"
   
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/1952549/+attachment/5543931/+files/0001-When-writing-wireless-config-quote-SSID-and-password.patch

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

Title:
  SSID and password not properly quoted/escaped when writing YAML

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


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

[Bug 1952549] [NEW] SSID and password not properly quoted/escaped when writing YAML

2021-11-28 Thread Maarten van der Schrieck
Public bug reported:

When writing the wireless YAML config file, the SSID and password are
written as YAML unquoted string literal. This leads to invalid YAML when
the SSID contains ": ", when the SSID or password starts with ', ", @,
&, and possibly other characters/sequences. Also, SSIDs and passwords
that themselves are quoted strings, will effectively be stored without
quotes (the quotes contained in them will be part of YAML syntax and not
of the SSID/password).

Examples of SSIDs/passwords failing, one per line:

@Home
old network: don't use
'60s museum
"to be or not to be"
@VerySecretP@ssword

In some languages it is not uncommon to start words/sentences with an
apostrophe, leading to the same issue as with the '60s museum example.

The observed behavior is: When using the installer, WiFi is setup
correctly, but the config file as written is invalid, so after first
boot, WiFi is not connecting and an obscure YAML syntax error is logged
somewhere.

The expected behavior is: When using the installer, WiFi is setup
correctly and the password is written in YAML file with quotes. Single-
Quoted style looks best, where only single quote needs to be escaped by
duplicating the character, so the examples of failing items would be
encoded as such:

'@Home'
'old network: don''t use'
'''60s museum'
'"to be or not to be"'
'@VerySecretP@ssword'

Single-Quoted style supports printable characters, which sounds like a
good fit for user-input SSIDs and passwords. Although quoting is often
not needed, it seems wise to always quote freeform user input - who
knows what future YAML standards/parsers may do.

Reference: https://yaml.org/spec/1.2.2/#732-single-quoted-style

This bug affects Ubuntu netcfg (not Debian) and is present from at least
version 18, aka Bionic, up to what I believe is the current development
branch I cloned from a git repository.

I have a simple patch available and will be investigating how to format
and submit it. As I understood, the first step is reporting a bug, so
here goes!

** Affects: netcfg (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/1952549

Title:
  SSID and password not properly quoted/escaped when writing YAML

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


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

[Bug 1948471] [NEW] Kernel panic - kernel NULL pointer dereference; RIP is at blk_mq_put_rq_ref+0xa/0x60

2021-10-22 Thread Maarten van den Berg
Public bug reported:

We have recently seen seemingly random kernel panics on one of our
instances in Google Compute Engine, running the `linux-gcp-5.11` kernel
on Ubuntu 20.04.

The crashes happened weeks apart and seem to occur randomly, we have not
found a way to consistently trigger the crashes.

We've captured the crash logs of the two crashes we've seen so far:

## Crash 1

[731972.720559] BUG: kernel NULL pointer dereference, address: 
[731972.727963] #PF: supervisor instruction fetch in kernel mode
[731972.733844] #PF: error_code(0x0010) - not-present page
[731972.739243] PGD 147111067 P4D 147111067 PUD 10fd90067 PMD 0 
[731972.745117] Oops: 0010 [#1] SMP NOPTI
[731972.748989] CPU: 6 PID: 146349 Comm: node_exporter Not tainted 
5.11.0-1018-gcp #20~20.04.2-Ubuntu
[731972.758078] Hardware name: Google Google Compute Engine/Google Compute 
Engine, BIOS Google 01/01/2011
[731972.767508] RIP: 0010:0x0
[731972.770345] Code: Unable to access opcode bytes at RIP 0xffd6.
[731972.777862] RSP: 0018:b971c105fb00 EFLAGS: 00010246
[731972.783298] RAX:  RBX: b971c105fb90 RCX: 
0002
[731972.790643] RDX: 0001 RSI:  RDI: 
9e4a8305dc00
[731972.797984] RBP: b971c105fb08 R08:  R09: 
003b
[731972.805328] R10: 9e4aa8ac2000 R11: 9e4aa8ac13b2 R12: 
9e4a8305dc00
[731972.812672] R13: 9e4a8305d000 R14:  R15: 
0001
[731972.820016] FS:  7fb07dffb700() GS:9e693fb8() 
knlGS:
[731972.829050] CS:  0010 DS:  ES:  CR0: 80050033
[731972.835006] CR2: ffd6 CR3: 0001115a8000 CR4: 
00350ee0
[731972.843919] Call Trace:
[731972.846571]  blk_mq_put_rq_ref+0x47/0x60
[731972.850710]  bt_iter+0x54/0x90
[731972.854002]  blk_mq_queue_tag_busy_iter+0x18b/0x2d0
[731972.859104]  ? blk_mq_hctx_mark_pending+0x70/0x70
[731972.864026]  ? blk_mq_hctx_mark_pending+0x70/0x70
[731972.868952]  blk_mq_in_flight+0x38/0x60
[731972.873355]  diskstats_show+0x75/0x2b0
[731972.877322]  seq_read_iter+0x2a3/0x450
[731972.881288]  proc_reg_read_iter+0x5e/0x80
[731972.885499]  new_sync_read+0x110/0x1a0
[731972.890119]  vfs_read+0x154/0x1b0
[731972.893647]  ksys_read+0x67/0xe0
[731972.897092]  __x64_sys_read+0x1a/0x20
[731972.900969]  do_syscall_64+0x38/0x90
[731972.904870]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[731972.910124] RIP: 0033:0x4bd01b
[731972.913381] Code: fb ff eb bd e8 e6 22 fb ff e9 61 ff ff ff cc e8 5b f1 fa 
ff 48 8b 7c 24 10 48 8b 74 24 18 48 8b 54 24 20 48 8b 44 24 08 0f 05 <48> 3d 01 
f0 ff ff 76 20 48 c7 44 24 28 ff ff ff ff 48 c7 44 24 30
[731972.933139] RSP: 002b:00c0005797f0 EFLAGS: 0206 ORIG_RAX: 

[731972.940915] RAX: ffda RBX: 00c45800 RCX: 
004bd01b
[731972.948249] RDX: 1000 RSI: 00c00087a000 RDI: 
0008
[731972.955586] RBP: 00c000579840 R08: 0001 R09: 
0002
[731972.963040] R10:  R11: 0206 R12: 

[731972.970378] R13: 0002 R14: 0002 R15: 
0002
[731972.978074] Modules linked in: nls_iso8859_1 dm_multipath scsi_dh_rdac 
scsi_dh_emc scsi_dh_alua crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
aesni_intel crypto_simd cryptd virtio_net glue_helper net_failover input_leds 
failover psmouse serio_raw efi_pstore sch_fq_codel msr drm virtio_rng ip_tables 
x_tables autofs4
[731973.006538] CR2: 
[731973.010064] ---[ end trace a489911d719de581 ]---
[731973.135811] RIP: 0010:0x0
[731973.138658] Code: Unable to access opcode bytes at RIP 0xffd6.
[731973.145731] RSP: 0018:b971c105fb00 EFLAGS: 00010246
[731973.151331] RAX:  RBX: b971c105fb90 RCX: 
0002
[731973.158961] RDX: 0001 RSI:  RDI: 
9e4a8305dc00
[731973.166296] RBP: b971c105fb08 R08:  R09: 
003b
[731973.173718] R10: 9e4aa8ac2000 R11: 9e4aa8ac13b2 R12: 
9e4a8305dc00
[731973.181228] R13: 9e4a8305d000 R14:  R15: 
0001
[731973.189008] FS:  7fb07dffb700() GS:9e693fb8() 
knlGS:
[731973.197297] CS:  0010 DS:  ES:  CR0: 80050033
[731973.203242] CR2: ffd6 CR3: 0001115a8000 CR4: 
00350ee0
[731973.210841] Kernel panic - not syncing: Fatal exception
[731973.222020] Kernel Offset: 0x1a20 from 0x8100 (relocation 
range: 0x8000-0xbfff)
[731973.361494] Rebooting in 10 seconds..

## Crash 2

[1785249.917228] BUG: kernel NULL pointer dereference, address: 00c0
[1785249.924620] #PF: supervisor read access in kernel mode
[1785249.930041] #PF: error_code(0x) - not-present page
[1785249.935458] PGD 109bb2067 P4D 109bb2067 PUD 106a5d067 PMD 0 
[1785249.941399] Oops:  [#1] SMP NOPTI
[1785249

[Bug 1923670] Re: CIFS DFS entries not accessible with 5.4.0-71.74-generic

2021-05-05 Thread Maarten Ballintijn
** No longer affects: linux-signed-azure-5.4 (Ubuntu)

** No longer affects: linux-signed-azure-5.4 (Ubuntu Focal)

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

Title:
  CIFS DFS entries not accessible with 5.4.0-71.74-generic

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

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

[Bug 1923670] Re: CIFS DFS entries not accessible with 5.4.0-71.74-generic

2021-05-05 Thread Maarten Ballintijn
** Also affects: linux-signed-azure-5.4 (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/1923670

Title:
  CIFS DFS entries not accessible with 5.4.0-71.74-generic

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

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

[Bug 1872122] Re: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] [8086:9df0] (rev 30) Subsystem [8086:0034] Kernel 4.19+: Bluetooth not working; Ubuntu 20.04

2020-09-12 Thread Maarten Fonville
I am receiving a similar error with my Microsoft Surface bluetooth mouse
after upgrading to the latest kernel. You check the details in my
comment on the Kernel bugzilla:
https://bugzilla.kernel.org/show_bug.cgi?id=204765#c10

** Bug watch added: Linux Kernel Bug Tracker #204765
   https://bugzilla.kernel.org/show_bug.cgi?id=204765

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

Title:
  Intel Corporation Cannon Point-LP CNVi [Wireless-AC] [8086:9df0] (rev
  30) Subsystem [8086:0034] Kernel 4.19+: Bluetooth not working;
  Ubuntu 20.04

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2020-08-13 Thread Maarten van Dootingh
I can confirm this bug is still there in Ubuntu 20.04 (and from what i
did find it already exists at least 13 years!). I think this should get
some priority.

I have a Dell XPS13 for 1.5 year now and this haunted me ever since.
I recently discovered that i can restore normal operation by temporary 
unplugging the external power a few times. About 1 in 4 times normal operation 
is restored.
I check this using cpufreq-info | grep MHz

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1889509] Re: grub boot error : "symbol 'grub_calloc' not found

2020-07-31 Thread Maarten Vink
@ianchanning Yes, that's easy enough, but I was actually looking for a
way to prevent that for machines that haven't received the grub update
yet :)

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

Title:
  grub boot error : "symbol 'grub_calloc' not found

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

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

[Bug 1889509] Re: grub boot error : "symbol 'grub_calloc' not found

2020-07-31 Thread Maarten Vink
Any recommendations to fix this in a non-interactive way for those with
more than a handful of servers?

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

Title:
  grub boot error : "symbol 'grub_calloc' not found

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

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

[Bug 1889509] Re: grub boot error : "symbol 'grub_calloc' not found

2020-07-30 Thread Maarten Vink
Hmm, actually the default configuration on these images does appear to
contain an error. From the debconf database:

> Name: grub-pc/install_devices
> Template: grub-pc/install_devices
> Value: /dev/sda
> Owners: grub-pc
> Flags: seen

The correct device on newer EC2 instances would be /dev/nvme0n1. Jeff
Turner might be onto something here.

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

Title:
  grub boot error : "symbol 'grub_calloc' not found

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

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

[Bug 1889509] Re: grub boot error : "symbol 'grub_calloc' not found

2020-07-30 Thread Maarten Vink
@juliank This happens with the _default_ AWS Ubuntu images, so I highly
doubt it's a bug in anyone's configuration (for example: ami-
05ed2c1359acd8af6 (Ubuntu 16.04) or ami-0d359437d1756caa8 (Ubuntu 18.04)
in AWS region eu-central-1/Frankfurt). Steps to reproduce:

1. Launch new EC2 instances using either of these images
2. sudo apt-get update && sudo DEBIAN_FRONTEND=noninteractive apt-get -yq 
upgrade
3. Reboot and find yourself stuck at the grub rescue prompt.

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

Title:
  grub boot error : "symbol 'grub_calloc' not found

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

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

[Bug 1876502] Re: Elan Microelectronics Corp fingerprint reader not recognized

2020-07-15 Thread Maarten Fonville
Even though this bug is marked as fixed, I don't have the impression it
is fixed. These fingerprint sensors are not connected via USB but via
I2C with the touchpad. I don't see any support for that in libfprint.

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

Title:
  Elan Microelectronics Corp fingerprint reader not recognized

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

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

[Bug 1876502] Re: Elan Microelectronics Corp fingerprint reader not recognized

2020-05-04 Thread Maarten Fonville
Here you are

** Attachment added: "lsusb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1876502/+attachment/5366118/+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/1876502

Title:
  Elan Microelectronics Corp fingerprint reader not recognized

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

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

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2020-05-02 Thread Maarten Fonville
@Sebastien Bacher, I filed a new bug at
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1876502 using
ubuntu-bug libfprint-2-2

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

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

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

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

[Bug 1876502] [NEW] Elan Microelectronics Corp fingerprint reader not recognized

2020-05-02 Thread Maarten Fonville
Public bug reported:

Elan fingerprint reader that is integrated in the touchpad of e.g. Asus 
Vivobooks is not recognized. It uses i2c instead of USB.
This bug is filed as replacement bug for 
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1641290

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libfprint-2-2 1:1.90.1+tod1-0ubuntu4
ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
Uname: Linux 5.4.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat May  2 20:13:52 2020
InstallationDate: Installed on 2017-09-21 (954 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170919)
SourcePackage: libfprint
UpgradeStatus: Upgraded to focal on 2020-04-12 (20 days ago)
modified.conffile..etc.default.apport: [modified]
mtime.conffile..etc.default.apport: 2017-09-21T13:56:38.384300

** Affects: libfprint (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/1876502

Title:
  Elan Microelectronics Corp fingerprint reader not recognized

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

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

[Bug 1865298] Re: Request for update: hplip 3.20.2

2020-03-12 Thread Maarten Fonville
That latest Debian bug #953104 should be solved by now, and also 3.20.3
with an upstream fix is now released by HP and available in the Debian
repository (3.20.3+dfsg0-1)

I think it'd be great to have this latest version with more printer
support and bugfixes in the Focal-release, so that indeed less people
will have to install hlplip from source.

** Changed in: hplip (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/1865298

Title:
  Request for update: hplip 3.20.2

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

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

[Bug 1650961] Re: ERROR:connection_factory_impl.cc(367)] Failed to connect to MCS endpoint with error -106

2019-12-03 Thread maarten
affects me on 19.10

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

Title:
  ERROR:connection_factory_impl.cc(367)] Failed to connect to MCS
  endpoint with error -106

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

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

[Bug 1732245] Re: [wayland] Fullscreen games offset after returning from alt-tab

2019-12-02 Thread maarten
Bug doesn't appear anymore on ubuntu 19.10, mutter packages are now at
3.34.1-1ubuntu1

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

Title:
  [wayland] Fullscreen games offset after returning from alt-tab

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

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

[Bug 1732245] Re: [wayland] Fullscreen games offset after returning from alt-tab

2019-11-21 Thread maarten
Regression: when upgrading from ubuntu 19.04 to 19.10 this bug is back

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

Title:
  [wayland] Fullscreen games offset after returning from alt-tab

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

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

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2019-07-19 Thread Maarten Fonville
I experience the same issue. Problem is that even the most recent
libfprint does not support i2c devices yet (only USB)

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

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

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

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

[Bug 1830961] Re: Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-branch’ and ‘-fcf-protection’ are not compatible]

2019-07-12 Thread Maarten Fonville
Can the patch that was applied to the kernel in
https://launchpad.net/ubuntu/+source/linux/5.2.0-8.9 please also be
applied to the daily mainline builds? (possible duplicate bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1836373 )

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

Title:
  Kernels & kernel drivers fail to build with gcc-9 [error: ‘-mindirect-
  branch’ and ‘-fcf-protection’ are not compatible]

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

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

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2019-06-06 Thread Maarten Jacobs
Hello Kai-Heng,

I see how the fix I provided is included in the 4.4.0, however I don't
see it (yet) in 4.15.0. Is there something I need to do to get this fix
into 4.15.0, or will it eventually percolate through by itself?

Thanks!

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

Title:
  cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB
  modem

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

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

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-06-06 Thread Maarten Jacobs
Hello Rafael,

In response to your question. I upgraded my server from Trusty to Xenial
and then found out my NFS services weren't running right. After some
digging I came across this this bug, and I applied the work-around
manually, as I mentioned in my comment #73.

A week or two later I realized my NFS service once again stopped
working, which then made me realize the changes I'd applied manually
were no longer present. I assumed that was due to the files being
replaced with updated ones when a package update was distributed.

At that point I figured out how to make my work-around survive, as
documented in my comment #75.

I do not understand the intricacies of this issue, so the only thing I
can say is that me applying these changes resolves the problem for me.
I'd have to find some time to dig into this more to figure out why the
baseline versions of the services don't work for me.

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

Title:
  nfs-kernel-server does not start because of dependency failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1590799/+subscriptions

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

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-05-19 Thread Maarten Jacobs
As it turns out, I'd not subscribed to this bug so I didn't get comments
after I posted mine. I had to refer back to my own comment to figure out
the solution since my NFS server apparently broke earlier this week.

An update to nfs-common (I think that's the package that installs the
service files) was pushed out and overwrote the "fix" I'd put in
earlier.

A more complete fix (after some trial and error) was to create the
"override.conf" files for nfs-server and nfs-mountd using:

sudo systemctl edit nfs-server (same for nfs-mountd).

I copy/pasted the baseline service definitions into the override files
and added my own tweaks. With that, the override files I am currently
running with are as follows (output from systemctl cat nfs-server and
nfs-mountd):

---
# /etc/systemd/system/nfs-server.service.d/override.conf
[Unit]
Description=NFS server and services
DefaultDependencies=no
Requires= network.target proc-fs-nfsd.mount
Requires= nfs-mountd.service
Wants=rpcbind.socket
Wants=nfs-idmapd.service

After= local-fs.target
After= network.target proc-fs-nfsd.mount rpcbind.socket nfs-mountd.service
After= nfs-idmapd.service rpc-statd.service
Before= rpc-statd-notify.service

# GSS services dependencies and ordering
Wants=auth-rpcgss-module.service
After=rpc-gssd.service rpc-svcgssd.service

# start/stop server before/after client
Before=remote-fs-pre.target

Wants=nfs-config.service
After=nfs-config.service

BindsTo=rpcbind.service
After=rpcbind.service

[Service]
EnvironmentFile=-/run/sysconfig/nfs-utils

ExecStart=
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/usr/sbin/exportfs -r
ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS
ExecStop=/usr/sbin/rpc.nfsd 0
ExecStopPost=/usr/sbin/exportfs -au
ExecStopPost=/usr/sbin/exportfs -f

ExecReload=/usr/sbin/exportfs -r

[Install]
WantedBy=multi-user.target
--

Note the addition of:
   BindsTo=rpcbind.service
   After=rpcbind.service
   ExecStart=

--
# /etc/systemd/system/nfs-mountd.service.d/override.conf
[Unit]
Description=NFS Mount Daemon
DefaultDependencies=no
Requires=proc-fs-nfsd.mount
After=proc-fs-nfsd.mount
After=network.target local-fs.target
After=rpcbind.socket
BindsTo=nfs-server.service

Wants=nfs-config.service rpcbind.service
After=nfs-config.service rpcbind.service

[Service]
EnvironmentFile=-/run/sysconfig/nfs-utils
Type=forking
ExecStart=
ExecStart=/usr/sbin/rpc.mountd $RPCMOUNTDARGS
--

Note the addition of "rpcbind.service" on the "Wants" and "After" lines,
as well as the "ExecStart=".

It took me a bit to figure out the "ExecStart=" directives were
required. As I found out, the ExecStart directive is additive, so the
"ExecStart=" directive is required to "clear out" the directive set in
the baseline service files. (In other words, the baseline service file
is read before override.conf is read).

This appears to work for me on Ubuntu 16.04.06. I am not in a position
to verify these tweaks work on later versions of Ubuntu.

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

Title:
  nfs-kernel-server does not start because of dependency failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1590799/+subscriptions

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

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-04-28 Thread Maarten Jacobs
This issue just popped up for me after upgrading from 14.04 to 16.04.6.

Per comments #20 and #25, I changed nfs-mountd.service to include
rpcbind.service

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

Title:
  nfs-kernel-server does not start because of dependency failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1590799/+subscriptions

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

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-04-28 Thread Maarten Jacobs
This issue just popped up for me after upgrading from 14.04 to 16.04.6.

Per comments #20 and #25, I changed nfs-mountd.service to include
rpcbind.service to the Wants and After statements:

Wants=nfs-config.service rpcbind.service
After=nfs-config.service rpcbind.service

I also added BindsTo and Wants statements to nfs-server.service:

BindsTo=rpcbind.service
After=rpcbind.service

On a reboot, nfs-server service ran as expected.

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

Title:
  nfs-kernel-server does not start because of dependency failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1590799/+subscriptions

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

[Bug 1797920] Re: sweethome3d does not start in ubuntu 18.10 cosmic

2019-04-03 Thread maarten
The Linux version from their website http://www.sweethome3d.com
https://sourceforge.net/projects/sweethome3d is basically a Java
application and ofcourse that is running without any (c/c++) errors.

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

Title:
  sweethome3d does not start in ubuntu 18.10 cosmic

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

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

[Bug 1567462] Re: Identical mount points for two file systems error

2019-03-23 Thread maarten
Same thing here as #6 with ubuntu 18.10

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

Title:
  Identical mount points for two file systems error

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

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

[Bug 1727842] Re: Volume and Mute buttons on keyboard not doing anything in Unity after upgrade to 17.10

2019-01-25 Thread Maarten Sijm
Had to re-install my OS, and the volume keys now work for me again.
Still using Xubuntu 18.04, though this time a fresh install.

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

Title:
  Volume and Mute buttons on keyboard not doing anything in Unity after
  upgrade to 17.10

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

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

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-30 Thread Maarten Jacobs
The patch was picked up in the stable kernel
(https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/), and
added to 4.19.5, 4.14.84, 4.9.141, 4.4.165, and 4.20-rc4.

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

Title:
  cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB
  modem

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

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

[Bug 1758653] Re: gvfsd[1366]: mkdir failed on directory /var/cache/samba: Permission denied

2018-11-22 Thread Maarten Jacobs
Oddly enough, this problem started for me after I mounted a NFS volume
using autofs.

Not quite sure how that relates to samba - but it may mean something.

In response to David Spoelstra's comment. I meant to follow his
direction but accidentally installed samba-common (rather then samba-
common-bin).

Both packages appear to create /var/cache/samba, which resolves the
problem experienced by gvfsd.

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

Title:
  gvfsd[1366]: mkdir failed on directory /var/cache/samba: Permission
  denied

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

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

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-20 Thread Maarten Jacobs
My kernel patch was accepted this morning (very quick!!). Per the
notification received:

"The patch will show up in the next release of the linux-next tree
(usually sometime within the next 24 hours during the week.)

The patch will hopefully also be merged in Linus's tree for the
next -rc kernel release."

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

Title:
  cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB
  modem

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

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

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-19 Thread Maarten Jacobs
Hello Joseph,

To keep things in sync here (and to make sure the bug doesn't expire due
to inactivity):

1. I worked my way through the process for submitting a kernel patch. (Not for 
the faint hearted I might add ;))
2. The patch has been submitted - now I have to wait and see if there's anybody 
listening.

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

Title:
  cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB
  modem

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

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

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-11 Thread Maarten Jacobs
The change I applied to cdc-acm.c is as follows:

--- cdc-acm.orig.c  2018-11-11 11:31:18.754382981 -0500
+++ cdc-acm.c   2018-11-10 17:32:29.802278377 -0500
@@ -1713,6 +1713,9 @@
{ USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
},
+   { USB_DEVICE(0x0572, 0x1349), /* Hiro (Conexant) USB MODEM H50228 */
+   .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
+   },
{ USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */
.driver_info = NO_UNION_NORMAL, /* has no union descriptor */
},

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

Title:
  cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB
  modem

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

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

[Bug 1802738] [NEW] cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-11 Thread Maarten Jacobs
Public bug reported:

I procured a USB modem manufactured by Hiro (model number H50228). This
is in fact a Conexant modem, and while some conexant models are
supported in cdc_adm, this particular type is not.

Hence, when I connect the modem to my system, cdc_adm does not
initialize the modem properly, as evidenced by errors reported through
journalctl:


Nov 10 21:46:10  kernel: usbcore: registered new interface driver cdc_acm
Nov 10 21:46:10  kernel: cdc_acm: USB Abstract Control Model driver for 
USB modems and ISDN adapters
Nov 10 21:47:01  kernel: cdc_acm 4-2:1.0: Zero length descriptor 
references
Nov 10 21:47:01  kernel: cdc_acm: probe of 4-2:1.0 failed with error -22

Similar errors of this type have been reported previously, and following
the resolution for these errors I recompiled the cdc_acm kernel module,
after which the modem is successfully registered:

Nov 10 21:47:48  kernel: usbcore: registered new interface driver cdc_acm
Nov 10 21:47:48  kernel: cdc_acm: USB Abstract Control Model driver for 
USB modems and ISDN adapters
Nov 10 21:48:17  kernel: cdc_acm 4-2:1.0: ttyACM0: USB ACM device

With my modified kernel module, the modem works (at least for the
purposes I need it).

I will attach the patch once this bug has been opened. I don't know how
to submit a patch for formal consideration so need some help on that
front... Neither am I sure how to figure out exactly if this was already
addressed in an upstream fix.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-138-generic 4.4.0-138.164
ProcVersionSignature: Ubuntu 4.4.0-138.164-generic 4.4.155
Uname: Linux 4.4.0-138-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jacobsma   4053 F pulseaudio
 /dev/snd/controlC0:  jacobsma   4053 F pulseaudio
 /dev/snd/controlC2:  jacobsma   4053 F pulseaudio
CurrentDesktop: XFCE
Date: Sun Nov 11 11:20:40 2018
HibernationDevice: RESUME=UUID=899fa33b-30cb-41f4-b709-557ad528a5bd
InstallationDate: Installed on 2016-03-06 (979 days ago)
InstallationMedia: Xubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 
(20160217.1)
MachineType: System manufacturer System Product Name
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-138-generic 
root=UUID=70a8bdf6-e697-4112-b584-4b650002555d ro
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-138-generic N/A
 linux-backports-modules-4.4.0-138-generic  N/A
 linux-firmware 1.157.20
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2018-03-16 (240 days ago)
dmi.bios.date: 09/11/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1701
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M5A78L-M LX PLUS
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1701:bd09/11/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM5A78L-MLXPLUS:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB
  modem

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

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

[Bug 1790966] Re: Electron apps segfault on glibc 2.28 (cosmic)

2018-09-10 Thread Maarten Fonville
For those that use Atom, upcoming release should have the fix:
https://github.com/atom/atom/pull/18012

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

Title:
  Electron apps segfault on glibc 2.28 (cosmic)

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

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

[Bug 1790966] Re: Electron apps segfault on glibc 2.28 (cosmic)

2018-09-09 Thread Maarten Fonville
I don't know if the BFD linker or gold would work.

Ofc the fix would be to rebuild all respective Electron apps, but I
doubt all (proprietary) apps will already have a new release by October.
The fix for Electron was only released end of August.

It is a very unexpected regression, because goal is (and  assumed to be
true) that glibc ABI doesn't break.

IMHO it is best to make the same choice as Arch, and avoiding breakage,
until most Electron apps will have a chance to upgrade their Electron
core.

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

Title:
  Electron apps segfault on glibc 2.28 (cosmic)

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

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

[Bug 1790966] Re: Electron apps segfault on glibc 2.28 (cosmic)

2018-09-06 Thread Maarten Fonville
I built my own patched version at https://launchpad.net/~maarten-
fonville/+archive/ubuntu/ppa/

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

Title:
  Electron apps segfault on glibc 2.28 (cosmic)

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

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

[Bug 1790966] Re: Electron apps segfault on glibc 2.28 (cosmic)

2018-09-06 Thread Maarten Fonville
Based on the patch of Arch Linux, to at least temporarily work around
the Electron ldd bug, because the large impact it has.

https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/glibc&id=f2c68876f6959c62ea09dcdda5d441bf4ff7


** Patch added: "Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time.diff"
   
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1790966/+attachment/5185601/+files/Revert-elf-Correct-absolute-SHN_ABS-symbol-run-time.diff

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

Title:
  Electron apps segfault on glibc 2.28 (cosmic)

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

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

[Bug 1790966] [NEW] Electron apps segfault on glibc 2.28 (cosmic)

2018-09-05 Thread Maarten Fonville
Public bug reported:

Electron apps (like Atom) give a segfault when trying to start them on Ubuntu 
Cosmic.
Apparently this is related to a certain commit that is part of glibc 2.28.

Could the workaround as e.g. Arch has implemented also be applied to
Ubuntu, otherwise many pre-compiled applications will not work when
Cosmic will be released.

For more information, see bug:
https://github.com/electron/electron/issues/13972

** Affects: glibc (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/1790966

Title:
  Electron apps segfault on glibc 2.28 (cosmic)

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

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

[Bug 1727842] Re: Volume and Mute buttons on keyboard not doing anything in Unity after upgrade to 17.10

2018-08-06 Thread Maarten Sijm
Using my HP ZBook Studio G3 and Xubuntu 18.04 (upgraded from 16.04), I've got 
all Fn-keys working except volume, mute and brightness.
Using an external keyboard with media keys, the volume up/down/mute keys don't 
work either.
I have never had the "Commands" Compiz plugin enabled.

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

Title:
  Volume and Mute buttons on keyboard not doing anything in Unity after
  upgrade to 17.10

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

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

[Bug 1710051] Re: xorg crash/freeze when Chrome uses WebGL, caused by: GPU HANG: ... chrome ... reason: Hang on render ring, action: reset

2018-07-23 Thread Maarten Jacobs
I have been seeing this similar issue for some time but hadn't gotten to
looking into it. My system was also running with the subject driver:

xserver-xorg-video-intel   2:2.99.917+git20160325-1ubuntu1.2
amd64X.Org X server -- Intel i8xx, i9xx display driver

My graphics card:

01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT
610] (rev a1)

For experimentation sake, I switched to NVidia proprietary drivers... To
see if that helps any (for my case).

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

Title:
  xorg crash/freeze when Chrome uses WebGL, caused by: GPU HANG: ...
  chrome ... reason: Hang on render ring, action: reset

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

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

[Bug 1781131] [NEW] package grub-efi-amd64-signed 1.93.2+2.02-2ubuntu8.1 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit stat

2018-07-10 Thread maarten derksen
Public bug reported:

i tried to upgrade this package and got an error message:
grub-install: error: efibootmgr failed to register the boot entry: Block device 
required.
dpkg: error processing package grub-efi-amd64-signed (--configure):
 installed grub-efi-amd64-signed package post-installation script subprocess 
returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-efi-amd64-signed 1.93.2+2.02-2ubuntu8.1
ProcVersionSignature: Ubuntu 4.15.0-24.26-generic 4.15.18
Uname: Linux 4.15.0-24-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
AptOrdering:
 grub-efi-amd64-signed:amd64: Install
 unattended-upgrades:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Jul 11 07:50:37 2018
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2018-04-27 (74 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.2
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.93.2+2.02-2ubuntu8.1 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package grub-efi-amd64-signed 1.93.2+2.02-2ubuntu8.1 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1781131/+subscriptions

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

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-07-09 Thread Maarten Sijm
Using a HP ZBook Studio G3 Mobile Workstation, hibernation works for me
again using the HWE kernels on Linux 16.04.

$ apt-mark showmanual | grep ^linux
linux-base
linux-generic
linux-generic-hwe-16.04
linux-headers-generic-hwe-16.04
linux-libc-dev
linux-signed-generic-hwe-16.04
linux-sound-base
linux-tools-generic
$ uname -a
Linux zbook-workstation 4.15.0-24-generic #26~16.04.1-Ubuntu SMP Fri Jun 15 
14:35:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

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

[Bug 1253460] Re: dmraid is not installed for HW RAID+LVM setup

2018-04-07 Thread Maarten Bezemer
Really? After all those years you ask _me_ to figure out if it is still the 
case?
Just close the issue if you are not interested in fixing it

** Changed in: ubiquity (Ubuntu)
   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/1253460

Title:
  dmraid is not installed for HW RAID+LVM setup

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

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

[Bug 1310373] Re: Ubiquity crashed after failed installation

2018-04-07 Thread Maarten Bezemer
After all those years you are asking _me_ to test if it is still an
issue?! Bye!

** Changed in: ubiquity (Ubuntu)
   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/1310373

Title:
  Ubiquity crashed after failed installation

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

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

[Bug 1753497] Re: Quanta Optical touchscreen recognized as usb but not as input device

2018-03-16 Thread Maarten Wisse
This turned out to be a hardware bug.

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

** Changed in: linux (Ubuntu)
   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/1753497

Title:
  Quanta Optical touchscreen recognized as usb but not as input device

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-15 Thread Maarten Fonville
Thanks for the hint, I use their snap-package as workaround, as hinted by their 
developer:
https://community.spotify.com/t5/Desktop-Linux/libcurl4/m-p/4411011#M15902

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-13 Thread Maarten Fonville
For spotify this trick doesn't work, it complains about the changed
CURLOPT_SSL_CTX_FUNCTION symbol when starting the application.

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-12 Thread Maarten Fonville
Ok, Igor you are right about them being linked to libcurl.so.4 while
assuming abi-3; this is a very unpleasant situation that indeed cannot
even be resolved with adjusting the symlinks :-/

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-12 Thread Maarten Fonville
If they were compiled against libcurl.so.4 I assume they would be compiled 
against abi-4 of libcurl, right?
AFAIK the supplying of libcurl.so.4 by libcurl3 was a trick by Debian by 
keeping the same exposed symbols, which kept abi-3 and abi-4 the same.
So I'd assume even though those packages specifying a dependency on libcurl3, 
in fact they did depend on libcurl.so.4 which should no problem to be provided 
by the new libcurl4.


I see btw same ldd result on Spotify:
ldd /usr/bin/spotify | grep libcurl
libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 
(0x7feea6b5a000)

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-12 Thread Maarten Fonville
Yes, but, it are symlinks that could trivially be changed:

ls -al /usr/lib/x86_64-linux-gnu/libcurl.so.*
lrwxrwxrwx 1 root root 12 jan 25 10:19 
/usr/lib/x86_64-linux-gnu/libcurl.so.3 -> libcurl.so.4
lrwxrwxrwx 1 root root 16 jan 25 10:19 
/usr/lib/x86_64-linux-gnu/libcurl.so.4 -> libcurl.so.4.5.0
-rw-r--r-- 1 root root 518600 jan 25 10:19 
/usr/lib/x86_64-linux-gnu/libcurl.so.4.5.05.0


cat /var/lib/dpkg/info/libcurl3\:amd64.list 
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libcurl.so.4.5.0
/usr/share
/usr/share/doc
/usr/share/doc/libcurl3
/usr/share/doc/libcurl3/NEWS.Debian.gz
/usr/share/doc/libcurl3/changelog.Debian.gz
/usr/share/doc/libcurl3/copyright
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libcurl3
/usr/lib/x86_64-linux-gnu/libcurl.so.3
/usr/lib/x86_64-linux-gnu/libcurl.so.4

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-12 Thread Maarten Fonville
The reason they conflict, is that both bundle libcurl.so.3 and
libcurl.so.4, which are in fact just symlinks to the actual library.

The best would be to release a new version of libcurl3 that does NOT have a 
libcurl.so.4 symlink, ONLY the libcurl.so.3 one.
And then provide a version of libcurl4 that ONLY has libcurl.so.4, and states 
that it only conflicts with the libcurl3 versions without the change above.

@Brian Murray would it be possible to provide such a solution, to allow
graceful upgrades? otherwise I'd expect a lot of similar reports when
users upgrade to Bionic, with popular applications like Spotify
depending on libcurl3, and that Debian still uses the libcurl3 in their
repositories, only their 'experimental' has switched to the libcurl4
naming.

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1754686] Re: libcurl4 Conflicts: libcurl3 - prevents install of 3rd party apps like slack-desktop

2018-03-11 Thread Maarten Fonville
This also affects the installation of popular 3rd party application
Spotify: https://community.spotify.com/t5/Desktop-
Linux/libcurl4/m-p/4411011#M15902

I wonder, Debian still has libcurl3 versioned library/symbols in their
'unstable' repo, their libcurl4 is only in experimental yet. I
understand that with the perspective of LTS-support upgrading to
libcurl4 can be a good move, from security perspective, but there should
be a graceful upgrade path and if possible some kind of legacy support
of packages that were built using libcurl3 (maybe the libcurl3 libs can
also be part of the libcurl4-package and that in its dpkg control it
also 'provides' libcurl3?

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

Title:
  libcurl4 Conflicts: libcurl3 - prevents install of 3rd party apps like
  slack-desktop

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

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

[Bug 1753497] Re: Quanta Optical touchscreen recognized as usb but not as input device

2018-03-06 Thread Maarten Wisse
In the meantime, I have switched my graphics to the internal Intel. This
will make it a lot easier to install custom kernels because I will no
longer depend on the nouveau or nvidia drivers.

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

Title:
  Quanta Optical touchscreen recognized as usb but not as input device

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

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

[Bug 1753497] Re: Quanta Optical touchscreen recognized as usb but not as input device

2018-03-05 Thread Maarten Wisse
Ok, sorry, I see that I have added the tag.

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

Title:
  Quanta Optical touchscreen recognized as usb but not as input device

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

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

[Bug 1753497] Re: Quanta Optical touchscreen recognized as usb but not as input device

2018-03-05 Thread Maarten Wisse
The mainline kernel does not fix the bug. My problem is, I do not know
how to add a tag in Launchpad. It is a long time ago since I did this...
and the help I get from the internet suggests there is an 'add tag'
button on top of the page, but there isn't. So maybe I do not have the
rights to add tags?

I could not extensively test the mainline kernel because X did not start
fully, with strange resolution and Plasma did not start. But I could go
to console mode, where I could look at dmesg etc and see that the exact
same message popped up during boot and in dmesg.

I mark the bug as confirmed though, but would like to know how to tag
it.

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

Title:
  Quanta Optical touchscreen recognized as usb but not as input device

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

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

[Bug 1753497] Re: Quanta Optical touchscreen recognized as usb but not as input device

2018-03-05 Thread Maarten Wisse
** Tags added: kernel-bug-exists-upstream

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

Title:
  Quanta Optical touchscreen recognized as usb but not as input device

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

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

[Bug 1753497] [NEW] Quanta Optical touchscreen recognized as usb but not as input device

2018-03-05 Thread Maarten Wisse
Public bug reported:

I bought a IIyama T2250MTS touchscreen with a Quanta Optical screen in
it that is attached through USB. It fails to register as a hiddev at
kernel level with the following message:

[21071.312190] usbhid 1-12.2:1.0: can't add hid device: -110
[21071.312219] usbhid: probe of 1-12.2:1.0 failed with error -110

Looking into kernel.log shows the same message. Device is seen, udev
tries to link it to the kernel module and this fails.

I tried all sort of things:

sudo modprobe hid-multitouch (this seems the new module that supports
it, since hid-quanta has been dropped from the kernel after 3.2)

The module loads, but the device is not recognized.

It does appear in lsusb:

Bus 001 Device 011: ID 0408:3000 Quanta Computer, Inc. Optical dual-
touch panel

xinput --list does not see it:

⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ PixArt USB Optical Mouse  id=9[slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Power Button  id=7[slave  keyboard (3)]
↳ Sleep Button  id=8[slave  keyboard (3)]
↳ UVC Camera (046d:0821)id=10   [slave  keyboard (3)]
↳ DELL Dell USB Entry Keyboard  id=11   [slave  keyboard (3)]

There haven't been bug reports on Quanta touchscreens for years. My
problem seems most similar to this one:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1514310

O yes and the device properly works on Windows 10... I've exchanged the
USB cable for another one. No solution.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-36-generic 4.13.0-36.40
ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
Uname: Linux 4.13.0-36-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC3:  maarten1288 F pulseaudio
 /dev/snd/controlC1:  maarten1288 F pulseaudio
 /dev/snd/controlC2:  maarten1288 F pulseaudio
 /dev/snd/controlC0:  maarten1288 F pulseaudio
CurrentDesktop: KDE
Date: Mon Mar  5 14:49:49 2018
HibernationDevice: RESUME=UUID=419dcb02-2bfc-4caf-8e07-3bf2c1faf2a2
InstallationDate: Installed on 2016-12-30 (429 days ago)
InstallationMedia: Kubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
IwConfig:
 enp5s0no wireless extensions.
 
 lono wireless extensions.
MachineType: MSI MS-7971
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-36-generic.efi.signed 
root=UUID=6bc48507-dba2-4e26-beb8-4d999a7aa978 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.13.0-36-generic N/A
 linux-backports-modules-4.13.0-36-generic  N/A
 linux-firmware 1.169.3
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to artful on 2017-10-26 (130 days ago)
dmi.bios.date: 05/23/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: C.70
dmi.board.asset.tag: Default string
dmi.board.name: B150 PC MATE (MS-7971)
dmi.board.vendor: MSI
dmi.board.version: 2.0
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 2.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrC.70:bd05/23/2016:svnMSI:pnMS-7971:pvr2.0:rvnMSI:rnB150PCMATE(MS-7971):rvr2.0:cvnMSI:ct3:cvr2.0:
dmi.product.family: Default string
dmi.product.name: MS-7971
dmi.product.version: 2.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-bug artful

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

Title:
  Quanta Optical touchscreen recognized as usb but not as input device

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

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

[Bug 1753303] [NEW] package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-04 Thread Maarten Jacobs
Public bug reported:

Package installation fails - the font files appear to be downloaded but
fail the hash check.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: ttf-mscorefonts-installer 3.4+nmu1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
Uname: Linux 4.4.0-116-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
AptOrdering:
 ttf-mscorefonts-installer: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Mar  3 21:13:11 2018
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-05-04 (1764 days ago)
InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.25
SourcePackage: msttcorefonts
Title: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to xenial on 2018-03-03 (0 days ago)

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


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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

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

[Bug 1744666] Re: package mariadb-server-10.0 10.0.33-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-02-06 Thread Maarten Hoogveld
Just a reply to help others who run into the same issue.

"df -h" said the filesystem was only 78% in use.
However, the partition uses btrfs which can be fully utilized even if df says 
there should be space left.
See: 
https://btrfs.wiki.kernel.org/index.php/Problem_FAQ#I_get_.22No_space_left_on_device.22_errors.2C_but_df_says_I.27ve_got_lots_of_space

The problem was indeed that there was no space left and was not mariadb
related.

** Changed in: mariadb-10.0 (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/1744666

Title:
  package mariadb-server-10.0 10.0.33-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1744666/+subscriptions

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

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-01-30 Thread Maarten Sijm
Still not working for me on kernel version 4.13.0-32.
intel-microcode version: 3.20180108.0+really20170707ubuntu16.04.1

Resume from hibernation: screen black, can't switch to TTY. Fans didn't
spin up. My external mouse didn't wake up, probably because it couldn't
connect. I'll try the CAPS LOCK light next time.

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

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

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

[Bug 1744666] [NEW] package mariadb-server-10.0 10.0.33-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-01-22 Thread Maarten Hoogveld
Public bug reported:

Bug appeared while upgrading Ubuntu. A popup appeared with security
updates and regular updates. Just clicked ok. After a while it came up
with a notification something went wrong and a request to file a bug.
This might be the same bug as those with (almost) the same summary, but
I'm not even sure what the bug is myself.

I have attached the file /var/log/mysql/error.log which mentiones some
curious out-of-space issue.

Output of "df -h" and "mount"

maarten@maarten ~> df -h
Filesystem  Size  Used Avail Use% Mounted on
udev 12G 0   12G   0% /dev
tmpfs   2,4G  9,6M  2,4G   1% /run
/dev/sda549G   38G   12G  77% /
tmpfs12G   52M   12G   1% /dev/shm
tmpfs   5,0M  4,0K  5,0M   1% /run/lock
tmpfs12G 0   12G   0% /sys/fs/cgroup
/dev/loop0  247M  247M 0 100% /snap/phpstorm/5
/dev/loop1   84M   84M 0 100% /snap/core/3604
/dev/loop2  247M  247M 0 100% /snap/phpstorm/9
/dev/loop3  247M  247M 0 100% /snap/phpstorm/3
/dev/loop4   84M   84M 0 100% /snap/core/3748
/dev/sda1   1,9G  483M  1,4G  27% /boot
/dev/sda6   175G  106G   68G  61% /home
cgmfs   100K 0  100K   0% /run/cgmanager/fs
tmpfs   2,4G   92K  2,4G   1% /run/user/1000

maarten@maarten ~> mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,nosuid,relatime,size=12311524k,nr_inodes=3077881,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=2467164k,mode=755)
/dev/sda5 on / type btrfs (rw,relatime,ssd,space_cache,subvolid=257,subvol=/@)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/pids type cgroup 
(rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/hugetlb type cgroup 
(rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/var/lib/snapd/snaps/phpstorm_5.snap on /snap/phpstorm/5 type squashfs 
(ro,nodev,relatime)
/var/lib/snapd/snaps/core_3604.snap on /snap/core/3604 type squashfs 
(ro,nodev,relatime)
/var/lib/snapd/snaps/phpstorm_9.snap on /snap/phpstorm/9 type squashfs 
(ro,nodev,relatime)
/var/lib/snapd/snaps/phpstorm_3.snap on /snap/phpstorm/3 type squashfs 
(ro,nodev,relatime)
/var/lib/snapd/snaps/core_3748.snap on /snap/core/3748 type squashfs 
(ro,nodev,relatime)
/dev/sda1 on /boot type ext4 (rw,relatime,data=ordered)
/dev/sda6 on /home type btrfs 
(rw,relatime,ssd,space_cache,subvolid=336,subvol=/@home)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/1000 type tmpfs 
(rw,nosuid,nodev,relatime,size=2467164k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse 
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mariadb-server-10.0 10.0.33-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-109.132-generic 4.4.98
Uname: Linux 4.4.0-109-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Mon Jan 22 09:19:19 2018
DuplicateSignature:
 pack

[Bug 1743094] Re: hibernation broken (freezes with resume) in kernel linux-image-4.13.0-26-generic

2018-01-20 Thread Maarten Sijm
Same issue here: when trying to resume from hibernation, my laptop screen stays 
black and I have to force kill it.
Been scrolling through the logs, but there seems to be no data between when I 
started hibernation and after I restarted my laptop after the force-kill.

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

Title:
  hibernation broken (freezes with resume) in kernel linux-
  image-4.13.0-26-generic

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

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

[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

2017-12-22 Thread maarten
As of yet: Am I correct in stating that nobody with a Lenovo P laptop
has come forward with this problem? If so: it seems unlikely they are
affected, because they have been sold in great numbers.

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

Title:
  Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models

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

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

[Bug 1720296] [NEW] System freeze on boot (HP probook 650g1)

2017-09-28 Thread Maarten
Public bug reported:

On boot the system freezes sporadically after login when the system is
plugged in. This forces a hard reset, REISUB doesn't work. I'm
suspecting a bug in the kernel since 4.8 because on 4.4 the system
doesn't freeze.

P.S. This is my first time reporting a bug, so if I forgot to include
some information or this bug  isn't a kernel bug, I'm sorry.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.10.0-35-generic 4.10.0-35.39~16.04.1
ProcVersionSignature: Ubuntu 4.10.0-35.39~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-35-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Sep 29 08:10:40 2017
InstallationDate: Installed on 2016-10-01 (362 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: linux-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  System freeze on boot (HP probook 650g1)

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

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

[Bug 1696680] [NEW] package shim-signed 1.28+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-06-08 Thread Maarten
Public bug reported:

error

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: shim-signed 1.28+0.9+1474479173.6c180c6-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
.proc.sys.kernel.moksbstate_disabled: 0
.sys.firmware.efi.efivars.MokSBStateRT-605dab50-e046-4300-abb6-3dd810dd8b23: 

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package zesty

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

Title:
  package shim-signed 1.28+0.9+1474479173.6c180c6-1ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1696680/+subscriptions

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


[Bug 1693273] [NEW] package unattended-upgrades 0.82.1ubuntu2.5 failed to install/upgrade: EOF on stdin at conffile prompt

2017-05-24 Thread Maarten Jacobs
Public bug reported:

Ran into this issue when I booted up my laptop today - the error was
presented immediately as I logged on.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: unattended-upgrades 0.82.1ubuntu2.5
ProcVersionSignature: Ubuntu 3.13.0-119.166-generic 3.13.11-ckt39
Uname: Linux 3.13.0-119-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.23
AptOrdering:
 freerdp-nightly: Install
 unattended-upgrades: Install
 freerdp-nightly: Configure
 unattended-upgrades: Configure
Architecture: amd64
Date: Sat May 20 03:34:24 2017
ErrorMessage: EOF on stdin at conffile prompt
InstallationDate: Installed on 2013-05-04 (1480 days ago)
InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: unattended-upgrades
Title: package unattended-upgrades 0.82.1ubuntu2.5 failed to install/upgrade: 
EOF on stdin at conffile prompt
UpgradeStatus: Upgraded to trusty on 2014-04-25 (1124 days ago)

** Affects: unattended-upgrades (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package unattended-upgrades 0.82.1ubuntu2.5 failed to install/upgrade:
  EOF on stdin at conffile prompt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1693273/+subscriptions

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


[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-05-19 Thread Maarten Fonville
Thanks for sharing, unfortunately I am not able to help. I have
literally zero experience with rust itself, just using it for that
librespot project as end-user.

To at least make your 'experimental'-branch efforts available for the
Ubuntu users I created a launchpad git-import+buildrecipe task to
automatically build your latest development efforts in an Ubuntu PPA:
https://launchpad.net/~maarten-fonville/+archive/ubuntu/rust/+packages

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

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

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

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


[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-05-18 Thread Maarten Fonville
I can add that rustc 1.17.0+dfsg2-1 from Debian experimental has this
issue resolved

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

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

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

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


[Bug 1664397] Re: Mouse trails and distorted cursor on 2nd monitor

2017-05-18 Thread maarten
Upgrading to a non-LTS version has it's downsides, and I have read
reports of people that experience the same problems after upgrading up
to 17.04.

I now installed an Intel version of the 21.20.16.4590 driver for Windows
10 from the Lenovo website, but it's actually not meant for the P50
laptop with Intel P530 graphics but for the X260 and T460 instead with
Intel P520 graphics:

   http://pcsupport.lenovo.com/nl/en/downloads/ds105823.

It installed without complaining though, but I don't know if it also
tried to replace the graphics firmware ...

... the mouse pointer is still flickering and dissapearing though.

I'll try to get Lenovo's attention on this issue.

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

Title:
  Mouse trails and distorted cursor on 2nd monitor

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

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


[Bug 1664397] Re: Mouse trails and distorted cursor on 2nd monitor

2017-05-17 Thread maarten
First of all I do have to mention: I do not have mouse trails, but only
a dissapearing and flickering mouse cursor!

I'm on Ubuntu 16.04.2 LTS running in a dualboot configuration with a
(preinstalled) Windows Pro with a bunch of drivers managed by Lenovo.
The Intel P530 graphics driver in windows is updated upto 21.20.16.4550.
On the Lenovo support website there is talk about a version
21.20.16.4590, but when I click on the link they mention, it brings me
back to the 21.20.16.4550 driver instead.

See:
https://forums.lenovo.com/t5/ThinkPad-P-and-W-Series-Mobile/Update-for-Intel-graphics-driver-on-P50/td-p/3597712

And also the mentioned link to ...4590 ... which turns about to be the 4550 
version:
http://pcsupport.lenovo.com/nl/en/downloads/ds119528

What am I missing?

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

Title:
  Mouse trails and distorted cursor on 2nd monitor

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

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


[Bug 1664397] Re: Mouse trails and distorted cursor on 2nd monitor

2017-05-17 Thread maarten
Updating firmware from Windows doesn't do it for me, but that might be
because I've got a preinstalled Windows with a Lenovo-supplied version
of the Intel driver. Windows works fine with it and I would like to keep
it running fine ofcourse. gibbs-edward: Did you install the latest Intel
P530 driver instead?

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

Title:
  Mouse trails and distorted cursor on 2nd monitor

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

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


[Bug 1586528] Re: Avahi-daemon withdraws address record

2017-05-02 Thread Maarten Visscher
Can confirm, have the same problem: server loses connection after a
while with no usable log entries except for the avahi-daemon message.

I am however not using Ubuntu, but Arch. Also not in a VM.

The NIC is for me the same: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02).

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

Title:
  Avahi-daemon withdraws address record

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

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


[Bug 1453655] Re: desktop icons disappear on Ubuntu 15.04 when clicking Open Dropbox folder

2017-04-27 Thread maarten derksen
I have the same problem in 17.04

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

Title:
  desktop icons disappear on Ubuntu 15.04 when clicking Open Dropbox
  folder

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

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


[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-04-25 Thread Maarten Fonville
It happens when compiling this project:
https://github.com/plietar/librespot

I tried with .cargo purged and such.
Also have tried with full updated dependencies. Always the same problem since 
the new rustc.

The command that is executed by cargo is:

`rustc --crate-name serde_derive
/home/maarten/.cargo/registry/src/github.com-
1ecc6299db9ec823/serde_derive-1.0.1/src/lib.rs --crate-type proc-macro
--emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C
metadata=92c8521f8ef14726 -C extra-filename=-92c8521f8ef14726 --out-dir
/home/maarten/Development/librespot/target/release/deps -L
dependency=/home/maarten/Development/librespot/target/release/deps
--extern
serde_derive_internals=/home/maarten/Development/librespot/target/release/deps
/libserde_derive_internals-47dabf8e52afea0a.rlib --extern
quote=/home/maarten/Development/librespot/target/release/deps/libquote-
f9e1361d1ff1643c.rlib --extern
syn=/home/maarten/Development/librespot/target/release/deps/libsyn-
0d80866437d33434.rlib --cap-lints allow`

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

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

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

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


[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-04-25 Thread Maarten Fonville
The same applies to Debian upstream 1.16.0+dfsg1-1

** Also affects: rustc (Debian)
   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/1676169

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

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

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


[Bug 1587749] Re: random 1-2s black screen

2017-04-12 Thread Maarten Fonville
I have the same issue on Ubuntu 16.10 and 17.04, also with Intel
hardware and displayport. Nothing weird in dmesg though :-/

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

Title:
  random 1-2s black screen

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

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


[Bug 1681933] [NEW] calculator shortcut breaks in unity upgrade to zesty

2017-04-11 Thread Maarten Fonville
Public bug reported:

The 'calculator' hotkey on the keyboard does not start the gnome-calculator 
anymore when upgrading to Ubuntu Zesty.
Even though the proper shortcut is still set for "Launch calculator" in the 
system settings -> keyboard -> shortcuts it does not work in Unity anymore.

This issue is reproducible on multiple (=all) computers with a
calculator-key, upgraded from Yakkety to Zesty (and I would assume also
on clean installs)

** Affects: unity (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/1681933

Title:
  calculator shortcut breaks in unity upgrade to zesty

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

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


[Bug 1680529] [NEW] Upgrade from python3-xapian1.3 fails

2017-04-06 Thread Maarten Fonville
Public bug reported:

When updating yakkety to zesty, the upgrade of python3-xapian1.3 to
python3-xapian does not succeed; they have same files in the package and
apt-xapian-index keeps the dependency on python3-xapian1.3 in place
instead of automatically transitioning to python3-xapian.

This should be looked into for the `do-release-upgrade` script

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

** Affects: xapian-bindings (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-release-upgrader (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/1680529

Title:
  Upgrade from python3-xapian1.3 fails

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

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


[Bug 1679725] Re: s2tc dependency broken on zesty

2017-04-04 Thread Maarten Fonville
An update: apparently it can be upgraded to zesty's version. But by
default apt and aptitude don't find the correct upgrade path, probably
because it concerns i386 on amd64.

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

Title:
  s2tc dependency broken on zesty

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

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


[Bug 1679725] [NEW] s2tc dependency broken on zesty

2017-04-04 Thread Maarten Fonville
Public bug reported:

For steam (1:1.0.0.54+repack-2ubuntu5)
it depends on libtxc-dxtn-s2tc0:i386 but that version is not available in Zesty.

It also results in the situation, that if upgrading Ubuntu, the new
libtxc-dxtn-s2tc from Zesty is thus not installable together with steam,
because it would purge libtxc-dxtn-s2tc0.

** Affects: steam (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/1679725

Title:
  s2tc dependency broken on zesty

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

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


[Bug 1676169] Re: rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

2017-03-27 Thread Maarten Fonville
** Summary changed:

- cargo (0.17.0-0ubuntu1) gives an error when compiling with std
+ rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std

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

Title:
  rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with
  std

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

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


[Bug 1676457] [NEW] package cups-daemon 2.1.3-4 failed to install/upgrade: subproces nieuw pre-removal script gaf een foutwaarde 1 terug

2017-03-27 Thread Maarten Bonnemaijers
Public bug reported:

?

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cups-daemon 2.1.3-4
ProcVersionSignature: Ubuntu 4.4.0-67.88-generic 4.4.49
Uname: Linux 4.4.0-67-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CupsErrorLog:
 
Date: Mon Mar 27 16:20:27 2017
ErrorMessage: subproces nieuw pre-removal script gaf een foutwaarde 1 terug
Lpstat:
 device for Photosmart-C6100-series: 
hp:/usb/Photosmart_C6100_series?serial=MY6A8H60QQ04KR
 device for Photosmart-C6100-series-Fax: 
hpfax:/usb/Photosmart_C6100_series?serial=MY6A8H60QQ04KR
MachineType: Medion E6217
Papersize: a4
PpdFiles:
 Photosmart-C6100-series: HP Photosmart c6100 Series, hpcups 3.16.3
 Photosmart-C6100-series-Fax: HP Fax hpcups
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-67-generic 
root=UUID=b142c077-a5be-4a87-ac39-5483a2737ee1 ro quiet splash vt.handoff=7
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-67-generic 
root=UUID=b142c077-a5be-4a87-ac39-5483a2737ee1 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: cups
Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subproces nieuw 
pre-removal script gaf een foutwaarde 1 terug
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/01/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 202
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: E6127
dmi.board.vendor: Medion
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: Medion
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr202:bd09/01/2010:svnMedion:pnE6217:pvr:rvnMedion:rnE6127:rvr:cvnMedion:ct10:cvr1.0:
dmi.product.name: E6217
dmi.sys.vendor: Medion

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


** Tags: amd64 apport-package xenial

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

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subproces nieuw
  pre-removal script gaf een foutwaarde 1 terug

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

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


[Bug 1676169] Re: cargo (0.17.0-0ubuntu1) gives an error when compiling with std

2017-03-27 Thread Maarten Fonville
Apparently it is caused by the upgrade from rustc 1.15 to 1.16, not by
cargo

** Package changed: cargo (Ubuntu) => rustc (Ubuntu)

** Description changed:

  In the older versions of rust/cargo, I did not have this issue, but
- since upgrading to cargo (0.17.0-0ubuntu1) I get this error for my
- project:
+ since upgrading to rustc (1.16.0+dfsg1-1~exp1ubuntu1) I get this error
+ for my project:
  
  error[E0523]: found two different crates with name `std` that are not 
distinguished by differing `-C metadata`. This will result in symbol conflicts 
between the two.
-   --> 
/home/maarten/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-0.9.11/src/lib.rs:13:1
-|
+   --> 
/home/maarten/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-0.9.11/src/lib.rs:13:1
+    |
  13 | extern crate proc_macro;
-| 
+    | 
  
  error: Could not compile `serde_derive`.
- 
- 
- I have the feeling that there might be a bug in the latest cargo that causes 
this

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

Title:
  cargo (0.17.0-0ubuntu1) gives an error when compiling with std

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

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

[Bug 1676169] [NEW] cargo (0.17.0-0ubuntu1) gives an error when compiling with std

2017-03-26 Thread Maarten Fonville
Public bug reported:

In the older versions of rust/cargo, I did not have this issue, but
since upgrading to cargo (0.17.0-0ubuntu1) I get this error for my
project:

error[E0523]: found two different crates with name `std` that are not 
distinguished by differing `-C metadata`. This will result in symbol conflicts 
between the two.
  --> 
/home/maarten/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-0.9.11/src/lib.rs:13:1
   |
13 | extern crate proc_macro;
   | 

error: Could not compile `serde_derive`.


I have the feeling that there might be a bug in the latest cargo that causes 
this

** Affects: cargo (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/1676169

Title:
  cargo (0.17.0-0ubuntu1) gives an error when compiling with std

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

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


[Bug 1667920] Re: login screen freeze

2017-03-02 Thread Maarten
Fixed it for me, no freeze during boot

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

Title:
  login screen freeze

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

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


[Bug 1664646] [NEW] installation Lubuntu 32 bit error, Ubi Partman ( partitioning ) error

2017-02-14 Thread Arbouw, Maarten I.
Public bug reported:

Trying to install Lubuntu on a old XP machine Pentium 4 1.86Ghz, 2Gb RAM

setup to whipe, and make clean install over old Windows installation. On
starting Partitioning there occure an error.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubiquity 16.10.14
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic i686
ApportVersion: 2.20.3-0ubuntu8
Architecture: i386
CasperVersion: 1.379
Date: Tue Feb 14 17:06:51 2017
InstallCmdLine: file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=nl 
keyboard-configuration/layoutcode?=us keyboard-configuration/variantcode?=intl
LiveMediaBuild: Lubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.1)
ProcEnviron:
 LANGUAGE=nl_NL.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nl_NL.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 lubuntu ubiquity-16.10.14 yakkety

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

Title:
  installation Lubuntu 32 bit error, Ubi Partman ( partitioning ) error

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

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


[Bug 1558308] Re: npm search causes massive resource usage, no output

2017-01-15 Thread Maarten Smeyers
I have the same problem with $ npm search [packagename] on Ubuntu
14.04.5 LTS

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

Title:
  npm search causes massive resource usage, no output

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

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


[Bug 1523125] Re: Kernel modules of first necessity in linux-image-extra rather than linux-image

2016-12-22 Thread Maarten Fonville
I recently had the same issue with an accidental removal of the -extra
package.

There are NO safeguards in apt warning about potentially rendering your
system unusable if removed by accident.

And the linux-image package itself lacks many network drivers and
ESPECIALLY LACKS USB HID support!

This results in installations not being able to be restored/fixed,
because of missing keyboard/mouse input; and if you don't have SSH set
up or are one of the unlucky ones with the appropriate network drivers
missing in the linux-image package.

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

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

Title:
  Kernel modules of first necessity in linux-image-extra rather than
  linux-image

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

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


[Bug 1635232] Re: If opening a second archive with file-roller, it doesn't open the new instance succesfully

2016-10-20 Thread Maarten Fonville
I added the GNOME bugreport. Though I wonder if they would look into
bugs that are of the 3.20.x series :-/

** Bug watch added: GNOME Bug Tracker #773273
   https://bugzilla.gnome.org/show_bug.cgi?id=773273

** Also affects: file-roller via
   https://bugzilla.gnome.org/show_bug.cgi?id=773273
   Importance: Unknown
   Status: Unknown

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

Title:
  If opening a second archive with file-roller, it doesn't open the new
  instance succesfully

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1635232/+subscriptions

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


[Bug 1635232] [NEW] If opening a second archive with file-roller, it doesn't open the new instance succesfully

2016-10-20 Thread Maarten Fonville
Public bug reported:

In Ubuntu Yakkety file-roller 3.22.0

If opening a first archive (e.g. a zip-file) file-roller opens this correctly.
This can be done using nautilus, xdg-open or directly passing the filename 
argument to file-roller.

But if you already have one file-roller instance open, and try to open a
second archive (either with nautilus, xdg-open or directly passing the
filename argument), a new file-roller window is opened, but the archive
is not opened at all.

At that moment the user *can* however open via the toolbar
"File->Open..." an archive, and that *does* work.

This problem was not in Xenial, and started since the upgrade to
Yakkety.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  In Ubuntu Yakkety file-roller 3.22.0
  
  If opening a first archive (e.g. a zip-file) file-roller opens this correctly.
  This can be done using nautilus, xdg-open or directly passing the filename 
argument to file-roller.
  
  But if you already have one file-roller instance open, and try to open a
  second archive (either with nautilus, xdg-open or directly passing the
  filename argument), a new file-roller window is opened, but the archive
  is not opened at all.
  
  At that moment the user *can* however open via the toolbar
  "File->Open..." an archive, and that *does* work.
  
- This probably was not in Xenial, and started since the upgrade to
+ This problem was not in Xenial, and started since the upgrade to
  Yakkety.

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

Title:
  If opening a second archive with file-roller, it doesn't open the new
  instance succesfully

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1635232/+subscriptions

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


[Bug 1587123] Re: Light locker does not lock the display

2016-10-06 Thread Maarten Jacobs
I have finally been able to spend some time to dig into this more. After
much trial and error, I ran xfce-power-manager from the command line
(xfce4-power-manager --debug --no-daemon), and I realized the following
message is being displayed over and over:

TRACE[xfpm-inhibit.c:357] xfpm_inhibit_un_inhibit(): UnHibit message received
TRACE[xfpm-inhibit.c:95] xfpm_inhibit_has_inhibit_changed(): Inhibit removed
TRACE[xfpm-inhibit.c:343] xfpm_inhibit_inhibit(): Inhibit send application 
name=/usr/bin/google-chrome reason=Uploading data to 
bn3sch020022343.gateway.messenger.live.com sender=:1.5650
TRACE[xfpm-inhibit.c:101] xfpm_inhibit_has_inhibit_changed(): Inhibit added
TRACE[xfpm-inhibit.c:357] xfpm_inhibit_un_inhibit(): UnHibit message received
TRACE[xfpm-inhibit.c:95] xfpm_inhibit_has_inhibit_changed(): Inhibit removed

Based on this, I closed my "hotmail" (mail.live.com) page in Google -
and subsequently my screen locks and the screensaver engages.

If I re-open hotmail, the screen no longer locks and my displays stay on
forever.

The ultimate question is why a background process can interrupt the
power manager like this? This is not the expected behavior, is there
either a bug in the code, or something wrong with my configuration?

** Package changed: light-locker (Ubuntu) => xfce4-power-manager
(Ubuntu)

** Summary changed:

- Light locker does not lock the display
+ Display is not locked on Xubuntu

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

Title:
  Display is not locked on Xubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1587123/+subscriptions

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


[Bug 1628928] [NEW] content interface should allow data to be shared in other than the /snap//current/ directory

2016-09-29 Thread maarten ectors
Public bug reported:

The content interface only allows to map directories in
/snap//current/ in read-only mode. This is fine for static plugins
that need to be loaded but does not work for snaps that generate dynamic
data, e.g. certificates, store data that needs to be shared, etc. We
can't hard code /snap//current/ in the interface, $SNAP_USER_DATA,
$SNAP_COMMON, etc. should also be addressable by the content interface.

** Affects: snapd (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/1628928

Title:
  content interface should allow data to be shared in other than the
  /snap//current/ directory

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

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


[Bug 1626692] [NEW] python3 support

2016-09-22 Thread Maarten Fonville
Public bug reported:

Hi,

could you please enable python3 builds for the new protobuf3 version?
A patch for it is already floating around: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836821#10

I tested it in my PPA, just needed to add python3-six as an extra
explicit dependency (for some reason it was not automatically selected,
even though python-six was) and the python3 override_dh_auto_test-arch
had a small error.

** Affects: protobuf (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  python3 support

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