[Touch-packages] [Bug 1874257] Re: SSH fails with connection timed out - in VPN and hangs here "expecting SSH2_MSG_KEX_ECDH_REPLY" + Ubuntu 16.04.6 LTS

2022-01-04 Thread Stuart
See this AskUbuntu item on this bug
https://askubuntu.com/questions/1229456/ssh-fails-with-connection-timed-out-in-vpn-and-hangs-here-expecting-ssh2-msg

I resolved this with the suggested setting:
> As a temporary workaround, setting the KEX algorithm manually solves this 
> problem for me.
> Add KexAlgorithms ecdh-sha2-nistp521 to the corresponding SSH config, or add 
> -oKexAlgorithms=ecdh-sha2-nistp521 to the command line args for one time use.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1874257

Title:
  SSH fails with connection timed out - in VPN and hangs here "expecting
  SSH2_MSG_KEX_ECDH_REPLY" + Ubuntu 16.04.6 LTS

Status in linux package in Ubuntu:
  Invalid
Status in openconnect package in Ubuntu:
  Fix Released
Status in openssh package in Ubuntu:
  Invalid
Status in openconnect source package in Xenial:
  Confirmed

Bug description:
  Hello Team,

  SSH timeout issue, once connect to VPN.

  Environment

  ==
  Dell XPS 9570 
  Ubuntu 16.04.6 Xenial Xerus)
  kernel - 4.15.0-55-generic

  $dpkg -l | grep -i openssh
  ii  openssh-client 1:7.2p2-4ubuntu2.8  --> 
  ii  openssh-server 1:7.2p2-4ubuntu2.8  
  ii  openssh-sftp-server  1:7.2p2-4ubuntu2.8

  
  VPN tunnel info 
  
  vpn0  Link encap:UNSPEC  HWaddr 
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:IP  P-t-P:xx  Mask:255.255.252.0
inet6 addr: fe80::b8e2:bea4:2e62:fe08/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1406  Metric:1
RX packets:962 errors:0 dropped:0 overruns:0 frame:0
TX packets:1029 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:87839 (87.8 KB)  TX bytes:238740 (238.7 KB)

  Issue
  
  Unable to connect to any host via ssh or sftp after VPN connection 

  Tried 
  =

  Reinstalled the openssh-client package and still no luck. May I know
  why the default cipher is not taking/hanging? Please let me know .
  There were no recent changes.

  
  Workaround
  ===
  Able to connect to ssh / sftp $ssh -c aes128-ctr   user@IP

  
  Below is the debug ssh client logs ===
  ==

  $ssh -vvv  user@ip
  OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g  1 Mar 2016
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug1: /etc/ssh/ssh_config line 19: Applying options for *
  debug2: resolving "IP" port 22
  debug2: ssh_connect_direct: needpriv 0
  debug1: Connecting to IP [IP] port 22.
  debug1: Connection established.
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_rsa type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_rsa-cert type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_dsa type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_dsa-cert type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ecdsa type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ed25519 type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
  debug1: Enabling compatibility mode for protocol 2.0
  debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
  debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 
Ubuntu-4ubuntu0.3
  debug1: match: OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 pat OpenSSH* compat 0x0400
  debug2: fd 3 setting O_NONBLOCK
  debug1: Authenticating to IP:22 as 'user'
  debug3: send packet: type 20
  debug1: SSH2_MSG_KEXINIT sent
  debug3: receive packet: type 20
  debug1: SSH2_MSG_KEXINIT received
  debug2: local client KEXINIT proposal
  debug2: KEX algorithms: 
curve25519-sha...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c
  debug2: host key algorithms: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ssh-ed25519-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  debug2: ciphers ctos: 
chacha20-poly1...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@openssh.com,aes256-...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
  debug2: ciphers stoc: 
chacha20-poly1...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@openssh.com,aes256-...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc
  d

[Touch-packages] [Bug 1874257] Re: SSH fails with connection timed out - in VPN and hangs here "expecting SSH2_MSG_KEX_ECDH_REPLY" + Ubuntu 16.04.6 LTS

2022-01-04 Thread Stuart
This is still a current problem

$ dpkg -l | grep -i openvpn
ii  network-manager-openvpn 1.8.14-1
   amd64network management framework (OpenVPN 
plugin core)
ii  network-manager-openvpn-gnome   1.8.14-1
   amd64network management framework (OpenVPN 
plugin GNOME GUI)
ii  openvpn 2.5.1-3ubuntu1  
   amd64virtual private network daemon

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 21.10
Release:21.10
Codename:   impish

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1874257

Title:
  SSH fails with connection timed out - in VPN and hangs here "expecting
  SSH2_MSG_KEX_ECDH_REPLY" + Ubuntu 16.04.6 LTS

Status in linux package in Ubuntu:
  Invalid
Status in openconnect package in Ubuntu:
  Fix Released
Status in openssh package in Ubuntu:
  Invalid
Status in openconnect source package in Xenial:
  Confirmed

Bug description:
  Hello Team,

  SSH timeout issue, once connect to VPN.

  Environment

  ==
  Dell XPS 9570 
  Ubuntu 16.04.6 Xenial Xerus)
  kernel - 4.15.0-55-generic

  $dpkg -l | grep -i openssh
  ii  openssh-client 1:7.2p2-4ubuntu2.8  --> 
  ii  openssh-server 1:7.2p2-4ubuntu2.8  
  ii  openssh-sftp-server  1:7.2p2-4ubuntu2.8

  
  VPN tunnel info 
  
  vpn0  Link encap:UNSPEC  HWaddr 
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:IP  P-t-P:xx  Mask:255.255.252.0
inet6 addr: fe80::b8e2:bea4:2e62:fe08/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1406  Metric:1
RX packets:962 errors:0 dropped:0 overruns:0 frame:0
TX packets:1029 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:87839 (87.8 KB)  TX bytes:238740 (238.7 KB)

  Issue
  
  Unable to connect to any host via ssh or sftp after VPN connection 

  Tried 
  =

  Reinstalled the openssh-client package and still no luck. May I know
  why the default cipher is not taking/hanging? Please let me know .
  There were no recent changes.

  
  Workaround
  ===
  Able to connect to ssh / sftp $ssh -c aes128-ctr   user@IP

  
  Below is the debug ssh client logs ===
  ==

  $ssh -vvv  user@ip
  OpenSSH_7.2p2 Ubuntu-4ubuntu2.8, OpenSSL 1.0.2g  1 Mar 2016
  debug1: Reading configuration data /etc/ssh/ssh_config
  debug1: /etc/ssh/ssh_config line 19: Applying options for *
  debug2: resolving "IP" port 22
  debug2: ssh_connect_direct: needpriv 0
  debug1: Connecting to IP [IP] port 22.
  debug1: Connection established.
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_rsa type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_rsa-cert type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_dsa type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_dsa-cert type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ecdsa type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ecdsa-cert type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ed25519 type -1
  debug1: key_load_public: No such file or directory
  debug1: identity file /home/user/.ssh/id_ed25519-cert type -1
  debug1: Enabling compatibility mode for protocol 2.0
  debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8
  debug1: Remote protocol version 2.0, remote software version OpenSSH_7.6p1 
Ubuntu-4ubuntu0.3
  debug1: match: OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 pat OpenSSH* compat 0x0400
  debug2: fd 3 setting O_NONBLOCK
  debug1: Authenticating to IP:22 as 'user'
  debug3: send packet: type 20
  debug1: SSH2_MSG_KEXINIT sent
  debug3: receive packet: type 20
  debug1: SSH2_MSG_KEXINIT received
  debug2: local client KEXINIT proposal
  debug2: KEX algorithms: 
curve25519-sha...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c
  debug2: host key algorithms: 
ecdsa-sha2-nistp256-cert-...@openssh.com,ecdsa-sha2-nistp384-cert-...@openssh.com,ecdsa-sha2-nistp521-cert-...@openssh.com,ssh-ed25519-cert-...@openssh.com,ssh-rsa-cert-...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  debug2: ciphers ctos: 
chacha20-poly1...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@

[Touch-packages] [Bug 1855521] [NEW] Internal microphone not detected

2019-12-07 Thread stuart
Public bug reported:

No input device available for selection.

Output of dmesg | grep snd:

[2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
[2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
[2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
[2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
[2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
[2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
---
Alsamixer checked for mutes, all OK. Internal mic not present.

Cannot remap using hdajackretask due to error tee:
/sys/class/sound/hwC0D0/reconfig: Device or resource busy.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tom3754 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec  7 08:10:21 2019
InstallationDate: Installed on 2019-12-06 (0 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/30/2019
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.3.0
dmi.board.name: 0012KY
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 5490
dmi.product.sku: 0955
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs

[Touch-packages] [Bug 1855521] CRDA.txt

2019-12-09 Thread stuart
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1855521/+attachment/5311049/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1855521] Re: [Dell Inspiron 5490] Internal microphone not detected

2019-12-09 Thread stuart
apport information

** Tags added: apport-collected

** Description changed:

  No input device available for selection.
  
  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.
  
  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu8.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  tom1357 F pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 19.10
+ InstallationDate: Installed on 2019-12-06 (2 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
+  Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
+  Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Dell Inc. Inspiron 5490
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
+ RelatedPackageVersions:
+  linux-restricted-modules-5.3.0-24-generic N/A
+  linux-backports-modules-5.3.0-24-generic  N/A
+  linux-firmware1.183.2
+ Tags:  eoan
+ Uname: Linux 5.3.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/30/2019
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.3.0
+ dmi.board.name: 0012KY
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
+ dmi.product.family: Inspiron
+ dmi.product.name: Inspiron 5490
+ dmi.product.sku: 0955
+ dmi.sys.vendor: Dell Inc.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_com

[Touch-packages] [Bug 1855521] IwConfig.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/Li

[Touch-packages] [Bug 1855521] CurrentDmesg.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpa

[Touch-packages] [Bug 1855521] ProcCpuinfoMinimal.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://h

[Touch-packages] [Bug 1855521] ProcInterrupts.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.laun

[Touch-packages] [Bug 1855521] ProcEnviron.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.

[Touch-packages] [Bug 1855521] Lspci.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

[Touch-packages] [Bug 1855521] ProcModules.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.

[Touch-packages] [Bug 1855521] PulseList.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/

[Touch-packages] [Bug 1855521] ProcCpuinfo.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.

[Touch-packages] [Bug 1855521] RfKill.txt

2019-12-09 Thread stuart
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1855521/+attachment/5311059/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHel

[Touch-packages] [Bug 1855521] UdevDb.txt

2019-12-09 Thread stuart
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHel

[Touch-packages] [Bug 1855521] WifiSyslog.txt

2019-12-09 Thread stuart
apport information

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1855521

Title:
  [Dell Inspiron 5490] Internal microphone not detected

Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  No input device available for selection.

  Output of dmesg | grep snd:
  
  [2.247186] snd_hda_intel :00:1f.3: enabling device ( -> 0002)
  [2.372911] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
  [2.532497] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
  [2.532499] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  [2.532500] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
  [2.532501] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
  [2.532502] snd_hda_codec_realtek hdaudioC0D0:inputs:
  [2.532503] snd_hda_codec_realtek hdaudioC0D0:  Headphone Mic=0x1a
  [2.532504] snd_hda_codec_realtek hdaudioC0D0:  Headset Mic=0x19
  ---
  Alsamixer checked for mutes, all OK. Internal mic not present.

  Cannot remap using hdajackretask due to error tee:
  /sys/class/sound/hwC0D0/reconfig: Device or resource busy.

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom3754 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Dec  7 08:10:21 2019
  InstallationDate: Installed on 2019-12-06 (0 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  tom1357 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 19.10
  InstallationDate: Installed on 2019-12-06 (2 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 002: ID 27c6:538d Goodix FingerPrint
   Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 5490
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-24-generic 
root=UUID=b815e847-77a7-4ad7-8c24-7dddbf722055 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  RelatedPackageVersions:
   linux-restricted-modules-5.3.0-24-generic N/A
   linux-backports-modules-5.3.0-24-generic  N/A
   linux-firmware1.183.2
  Tags:  eoan
  Uname: Linux 5.3.0-24-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/30/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.3.0
  dmi.board.name: 0012KY
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.0:bd10/30/2019:svnDellInc.:pnInspiron5490:pvr:rvnDellInc.:rn0012KY:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5490
  dmi.product.sku: 0955
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1855521/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https:/

[Touch-packages] [Bug 1763975] [NEW] DP1.2 daisy-chain flickering

2018-04-14 Thread Stuart
Public bug reported:

Hi all,

I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
(uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
DisplayPort on a Dell U2414 which has DP1.2 enabled and is daisy-
chainged to another Dell U2414 (DP1.2 disabled on the second monitor as
per Dell instructions).

I am getting flickering whereby randomly display1 or display2 turn black
and then back on again. When I disable DP1.2 on the display1, and
therefore get a duplicate display (as opposed to extended) on display2,
I get no flickering at all.

The same setup yields no flickering when running from a Windows 10 box,
so don't think it is the monitors.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu6
ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
Uname: Linux 4.15.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu4
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 14 12:52:24 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Device [8086:2068]
InstallationDate: Installed on 2018-04-01 (12 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
MachineType: Intel Corporation NUC7i7BNH
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/22/2018
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
dmi.board.name: NUC7i7BNB
dmi.board.vendor: Intel Corporation
dmi.board.version: J31145-307
dmi.chassis.type: 3
dmi.chassis.vendor: Intel Corporation
dmi.chassis.version: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-308:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-307:cvnIntelCorporation:ct3:cvr2:
dmi.product.family: Intel NUC
dmi.product.name: NUC7i7BNH
dmi.product.version: J31153-308
dmi.sys.vendor: Intel Corporation
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1763975

Title:
  DP1.2 daisy-chain flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi all,

  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
  DisplayPort on a Dell U2414 which has DP1.2 enabled and is daisy-
  chainged to another Dell U2414 (DP1.2 disabled on the second monitor
  as per Dell instructions).

  I am getting flickering whereby randomly display1 or display2 turn
  black and then back on again. When I disable DP1.2 on the display1,
  and therefore get a duplicate display (as opposed to extended) on
  display2, I get no flickering at all.

  The same setup yields no flickering when running from a Windows 10
  box, so don't think it is the monitors.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation Device [8086:2068]
  InstallationDate: Installed on 2018-04-01 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
  MachineType: Intel Corporation NUC7i7BNH
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/m

[Touch-packages] [Bug 1763975] Re: DP1.2 daisy-chain flickering

2018-04-14 Thread Stuart
** Description changed:

  Hi all,
  
  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
- DisplayPort on a Dell U2414 which has DP1.2 enabled and is daisy-
- chainged to another Dell U2414 (DP1.2 disabled on the second monitor as
- per Dell instructions).
+ DisplayPort, to an Avocent SV340D KVM, then to a Dell U2415 which has
+ DP1.2 enabled and is daisy-chainged to another Dell U2415 (DP1.2
+ disabled on the second monitor as per Dell instructions).
  
  I am getting flickering whereby randomly display1 or display2 turn black
  and then back on again. When I disable DP1.2 on the display1, and
  therefore get a duplicate display (as opposed to extended) on display2,
  I get no flickering at all.
  
  The same setup yields no flickering when running from a Windows 10 box,
  so don't think it is the monitors.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
-  Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
-Subsystem: Intel Corporation Device [8086:2068]
+  Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
+    Subsystem: Intel Corporation Device [8086:2068]
  InstallationDate: Installed on 2018-04-01 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
  MachineType: Intel Corporation NUC7i7BNH
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
  dmi.board.name: NUC7i7BNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J31145-307
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-308:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-307:cvnIntelCorporation:ct3:cvr2:
  dmi.product.family: Intel NUC
  dmi.product.name: NUC7i7BNH
  dmi.product.version: J31153-308
  dmi.sys.vendor: Intel Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1763975

Title:
  DP1.2 daisy-chain flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi all,

  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
  DisplayPort, to an Avocent SV340D KVM, then to a Dell U2415 which has
  DP1.2 enabled and is daisy-chainged to another Dell U2415 (DP1.2
  disabled on the second monitor as per Dell instructions).

  I am getting flickering whereby randomly display1 or display2 turn
  black and then back on again. When I disable DP1.2 on the display1,
  and therefore get a duplicate display (as opposed to extended) on
  display2, I get no flickering at all.

  The same setup yields no flickering when running from a Windows 10
  box, so don't think it is the monitors.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5927]

[Touch-packages] [Bug 1763975] Re: DP1.2 daisy-chain flickering

2018-04-14 Thread Stuart
The flickering does not happen if I bypass the Avocent SV340D KVM and
plug directly into the monitor. Any thoughts as to why this would
happen?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1763975

Title:
  DP1.2 daisy-chain flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi all,

  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
  DisplayPort, to an Avocent SV340D KVM, then to a Dell U2415 which has
  DP1.2 enabled and is daisy-chainged to another Dell U2415 (DP1.2
  disabled on the second monitor as per Dell instructions).

  I am getting flickering whereby randomly display1 or display2 turn
  black and then back on again. When I disable DP1.2 on the display1,
  and therefore get a duplicate display (as opposed to extended) on
  display2, I get no flickering at all.

  The same setup yields no flickering when running from a Windows 10
  box, so don't think it is the monitors.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2068]
  InstallationDate: Installed on 2018-04-01 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
  MachineType: Intel Corporation NUC7i7BNH
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
  dmi.board.name: NUC7i7BNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J31145-307
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-308:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-307:cvnIntelCorporation:ct3:cvr2:
  dmi.product.family: Intel NUC
  dmi.product.name: NUC7i7BNH
  dmi.product.version: J31153-308
  dmi.sys.vendor: Intel Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1763975] Re: DP1.2 daisy-chain flickering

2018-04-15 Thread Stuart
@update. Started occurring even when bypassing the Avocent.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1763975

Title:
  DP1.2 daisy-chain flickering

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi all,

  I have a NUC7i7BNH with the latest BIOS (0062) running Ubuntu 18.04
  (uname -r = 4.15.0-15-generic). I have the NUC connected via USB-C to
  DisplayPort, to an Avocent SV340D KVM, then to a Dell U2415 which has
  DP1.2 enabled and is daisy-chainged to another Dell U2415 (DP1.2
  disabled on the second monitor as per Dell instructions).

  I am getting flickering whereby randomly display1 or display2 turn
  black and then back on again. When I disable DP1.2 on the display1,
  and therefore get a duplicate display (as opposed to extended) on
  display2, I get no flickering at all.

  The same setup yields no flickering when running from a Windows 10
  box, so don't think it is the monitors.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu4
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Apr 14 12:52:24 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Device [8086:5927] (rev 06) (prog-if 00 [VGA controller])
     Subsystem: Intel Corporation Device [8086:2068]
  InstallationDate: Installed on 2018-04-01 (12 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180401)
  MachineType: Intel Corporation NUC7i7BNH
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-15-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/22/2018
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: BNKBL357.86A.0062.2018.0222.1644
  dmi.board.name: NUC7i7BNB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: J31145-307
  dmi.chassis.type: 3
  dmi.chassis.vendor: Intel Corporation
  dmi.chassis.version: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrBNKBL357.86A.0062.2018.0222.1644:bd02/22/2018:svnIntelCorporation:pnNUC7i7BNH:pvrJ31153-308:rvnIntelCorporation:rnNUC7i7BNB:rvrJ31145-307:cvnIntelCorporation:ct3:cvr2:
  dmi.product.family: Intel NUC
  dmi.product.name: NUC7i7BNH
  dmi.product.version: J31153-308
  dmi.sys.vendor: Intel Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1844426] Re: Impossible to set up Livepatch on Ubuntu MATE

2020-06-03 Thread Stuart Langridge
Understood that gnome-control-centre isn't meant to be used outside
GNOME. However, software-properties *is* meant to be used outside GNOME,
so perhaps it should detect whether it's running in GNOME and not show a
button for a GNOME-only bit of software in that situation?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1844426

Title:
  Impossible to set up Livepatch on Ubuntu MATE

Status in Ubuntu MATE:
  Confirmed
Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu MATEE 18.04, in the Software Properties window (available
  from Software Boutique > Preferences > Show Software Sources > Manage
  Repositories, among other places), there is a Livepatch tab. This tab
  says "To use Livepatch, you need to sign in" and provides a "Sign
  In..." button.

  This button launches an empty version of gnome-control-center with no
  icons in it.

  If one is technically adept, it is possible to do what (I think) that
  button is trying to do by launching g-c-c directly in a terminal and
  overriding the desktop, thus:

  env XDG_CURRENT_DESKTOP=GNOME gnome-control-center online-accounts

  This online accounts window permits attempting to add an Ubuntu One
  account. However, when one tries, a window pops up with a place to add
  one's Ubuntu One username and password, but the window has no Submit
  button; there is no way to actually initiate sign in.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1844426] Re: Impossible to set up Livepatch on Ubuntu MATE

2020-07-10 Thread Stuart Langridge
I think the place to fix this may be in _spawn_goa_with_args in
https://git.launchpad.net/ubuntu/+source/software-properties/tree/softwareproperties/gtk/DialogAuth.py#n196.
 Perhaps that function should check for XDG_CURRENT_DESKTOP=GNOME and if it 
isn't GNOME, pop up a message window pointing to a wiki page which can then be 
edited by flavours to explain what to do to sign in to Ubuntu One and/or 
Livepatch in their desktops?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1844426

Title:
  Impossible to set up Livepatch on Ubuntu MATE

Status in Ubuntu MATE:
  Confirmed
Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  In Ubuntu MATEE 18.04, in the Software Properties window (available
  from Software Boutique > Preferences > Show Software Sources > Manage
  Repositories, among other places), there is a Livepatch tab. This tab
  says "To use Livepatch, you need to sign in" and provides a "Sign
  In..." button.

  This button launches an empty version of gnome-control-center with no
  icons in it.

  If one is technically adept, it is possible to do what (I think) that
  button is trying to do by launching g-c-c directly in a terminal and
  overriding the desktop, thus:

  env XDG_CURRENT_DESKTOP=GNOME gnome-control-center online-accounts

  This online accounts window permits attempting to add an Ubuntu One
  account. However, when one tries, a window pops up with a place to add
  one's Ubuntu One username and password, but the window has no Submit
  button; there is no way to actually initiate sign in.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1944081] [NEW] Package Manager indicator has incorrect, old wording and bad grammar

2021-09-19 Thread Stuart Langridge
Public bug reported:

If I create an issue with installed packages, I get a "no entry sign"
icon in my Ubuntu 20.04 top panel. (I am not sure which package creates
this indicator; please reassign if it's not software-properties.) This
indicator has a menu (screenshot attached) with text reading:

An error occurred, please run Package Manager from the right-click menu
or apt-get in a terminal to see what is wrong. The error message was: '
Error: BrokenCount > 0' This usually means that your installed packages
have unmet dependencies

This message has numerous problems.

1. There is no "right-click menu"; a left-click or a right-click on this icon 
both show the same thing
2. There is no "Package Manager" entry in the shown menu (there is the error 
message above, a separator, "Show updates", a separator, "Show notifications", 
and "Preferences")
3. It recommends running "apt-get" which should be "apt"
4. The error message has a space at the start of it
5. The error message uses straight quotes rather than typographic quotes
6. It does not end with a full stop despite being written as prose

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: software-properties-gtk 0.98.9.5
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 19 17:07:00 2021
InstallationDate: Installed on 2020-06-20 (456 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
SourcePackage: software-properties
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1944081

Title:
  Package Manager indicator has incorrect, old wording and bad grammar

Status in software-properties package in Ubuntu:
  New

Bug description:
  If I create an issue with installed packages, I get a "no entry sign"
  icon in my Ubuntu 20.04 top panel. (I am not sure which package
  creates this indicator; please reassign if it's not software-
  properties.) This indicator has a menu (screenshot attached) with text
  reading:

  An error occurred, please run Package Manager from the right-click
  menu or apt-get in a terminal to see what is wrong. The error message
  was: ' Error: BrokenCount > 0' This usually means that your installed
  packages have unmet dependencies

  This message has numerous problems.

  1. There is no "right-click menu"; a left-click or a right-click on this icon 
both show the same thing
  2. There is no "Package Manager" entry in the shown menu (there is the error 
message above, a separator, "Show updates", a separator, "Show notifications", 
and "Preferences")
  3. It recommends running "apt-get" which should be "apt"
  4. The error message has a space at the start of it
  5. The error message uses straight quotes rather than typographic quotes
  6. It does not end with a full stop despite being written as prose

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: software-properties-gtk 0.98.9.5
  ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-27-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 19 17:07:00 2021
  InstallationDate: Installed on 2020-06-20 (456 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1944081/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1944081] Re: Package Manager indicator has incorrect, old wording and bad grammar

2021-09-19 Thread Stuart Langridge
** Attachment added: "Screenshot of error menu"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1944081/+attachment/5526288/+files/package-manager-right-click.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1944081

Title:
  Package Manager indicator has incorrect, old wording and bad grammar

Status in software-properties package in Ubuntu:
  New

Bug description:
  If I create an issue with installed packages, I get a "no entry sign"
  icon in my Ubuntu 20.04 top panel. (I am not sure which package
  creates this indicator; please reassign if it's not software-
  properties.) This indicator has a menu (screenshot attached) with text
  reading:

  An error occurred, please run Package Manager from the right-click
  menu or apt-get in a terminal to see what is wrong. The error message
  was: ' Error: BrokenCount > 0' This usually means that your installed
  packages have unmet dependencies

  This message has numerous problems.

  1. There is no "right-click menu"; a left-click or a right-click on this icon 
both show the same thing
  2. There is no "Package Manager" entry in the shown menu (there is the error 
message above, a separator, "Show updates", a separator, "Show notifications", 
and "Preferences")
  3. It recommends running "apt-get" which should be "apt"
  4. The error message has a space at the start of it
  5. The error message uses straight quotes rather than typographic quotes
  6. It does not end with a full stop despite being written as prose

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: software-properties-gtk 0.98.9.5
  ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-27-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu27.20
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Sep 19 17:07:00 2021
  InstallationDate: Installed on 2020-06-20 (456 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1944081/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1605657] Re: package python3 3.5.1-3 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 127

2018-06-06 Thread Jess Stuart
If this is an "Invalid" bug, can anyone offer help on how to correct
this problem?  Matthias Klose (doko), any help?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3-defaults in
Ubuntu.
https://bugs.launchpad.net/bugs/1605657

Title:
  package python3 3.5.1-3 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 127

Status in python3-defaults package in Ubuntu:
  Invalid

Bug description:
  I delet python3.5 by wrong using sudo apt-get remove python3.5 and to
  fix that I logged in from terminal because I lost my desktop terminal
  and I reinstalled the ubuntu dektop

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python3 3.5.1-3
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Fri Jul 22 14:48:23 2016
  DuplicateSignature:
   package:python3:3.5.1-3
   Removing python3 (3.5.1-3) ...
   /var/lib/dpkg/info/python3.prerm: 5: /var/lib/dpkg/info/python3.prerm: 
py3clean: not found
   dpkg: error processing package python3 (--remove):
subprocess installed pre-removal script returned error exit status 127
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 127
  InstallationDate: Installed on 2016-04-18 (94 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: python3-defaults
  Title: package python3 3.5.1-3 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 127
  UpgradeStatus: Upgraded to xenial on 2016-06-01 (50 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809174] [NEW] apt doesn't detect file corruption in /var/lib/apt/lists

2018-12-19 Thread Stuart MacDonald
Public bug reported:

The Problem
==

/var/lib/apt/lists contains the repository index caches or similar; I'm
not sure what the correct  apt-terminology is.

I've installed Chrome on my laptop, so I have:

smacdonald@L247:/var/lib/apt/lists$ dir *goog*
-rw-r--r-- 1 root root  943 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release
-rw-r--r-- 1 root root  819 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release.gpg
-rw-r--r-- 1 root root 4457 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages

for example.


dl.google.com_linux_chrome_deb_dists_stable_Release contains checksums for the 
dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages file:

smacdonald@L247:/var/lib/apt/lists$ cat 
dl.google.com_linux_chrome_deb_dists_stable_Release
Origin: Google LLC
Label: Google
Suite: stable
Codename: stable
Version: 1.0
Date: Wed, 19 Dec 2018 18:51:54 UTC
Architectures: amd64
Components: main
Description: Google chrome-linux software repository
MD5Sum:
 9e0d0ad6a4f5ccf8e3971c32e9bb22d3 4457 main/binary-amd64/Packages
 a17f6de0ef487b82af58ccd91df52d04 1109 main/binary-amd64/Packages.gz
 156e5ea7a0c6bed5973a68a45e546dc9 151 main/binary-amd64/Release
SHA1:
 4c2cde4f71476d7881262d9a07e33cf4506232a7 4457 main/binary-amd64/Packages
 e002924c9ddfe41ee2033594ec768ed9e4545909 1109 main/binary-amd64/Packages.gz
 0f4348c2d4d7cc1f8e59b5934d87f1ca872f6e34 151 main/binary-amd64/Release
SHA256:
 fb0e586c2b5ec5afa17965d0bbc6bd46c2071336f75e2b0f0c7f3e7b090a7844 4457 
main/binary-amd64/Packages
 2462cff732765679a56373a7ca9a5b8b029fdb445e707b1aba10d01fbdb853b3 1109 
main/binary-amd64/Packages.gz
 c1e3c9318381862306adcdc4fd4fe2d85be8aa4c4f3dcbb40fce80413f588286 151 
main/binary-amd64/Release


If the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages 
file has become corrupt in the specific manner of being 0 bytes in length, apt 
does not detect this, and the repository is effectively unreachable until one 
of two things occurs: a) the repository has an update causing apt to re-fetch 
the repository information and accidentally fix-by-over-writing the corrupt 0 
byte file, or, b) the user removes the corrupt 0-byte file and does an apt 
update to refetch the repository information.


The Context
==

Our IoT devices run Ubuntu 16.04, and their main storage is eMMC.
Sometimes there are catastrophic power cuts, and, despite other
precautions, files are occasionally corrupted in the manner of becoming
0 bytes in length. We're not sure exactly why or how.

Today a deployed device suffered the above scenario. We maintain a
debian package repository for updating our devices in the field, and we
suddenly couldn't install packages from it. A bit of investigation
turned up the 0 byte *_Packages file for our repo, and we worked around
the problem.

Part of the situation is our debian repository doesn't have updates very
often, so 'sudo apt-get update' was giving a Hit: instead of a Get:
result all the time, and everything from the "normal user command line"
side of things looked okay. There were no logs in /var/log/syslog
either. We just could not see our packages from our repo, despite 'apt-
get update' looking good.


What I Expected to Happen
==

Given that the the *_Release file contains checksums for the *_Package
file, I would expect that apt verifies the checksum, and if it fails,
refetches the repository information even if there hasn't been an
update, during any given 'apt update' operation.


Further Information
==

I checked apt's project in Debian at https://bugs.debian.org/cgi-
bin/pkgreport.cgi?pkg=apt and there don't appear to be any bugs about
this filed already, so I'm starting by filing one here.

The situation occurred on an Ubuntu 16.04 system, but is 100%
reproducible with Google's chrome repository on my Ubuntu 18.04.1
laptop. I can provide a set of reproduction steps if needed, but it's
fairly straight-forward.

The fact that this corruption appears to be "everything working okay" to
the end user, except that apt doesn't know about packages it says it
knows about, and there is no error logging for any sort, is partly why
I'm filing this.

Note the "if one of two things happens" case a) above: if the repository
has updates, apt re-fetches the repository information, and
overwrites/removes the existing. This has the effect of accidentally
fixing the problem without any data indicating the problem occurred in
the first place. So it is probable that the problem is under-reported
because it's not visible. Especially for frequently updated repositories
like the core Ubuntu repos.


System Details
=

[Touch-packages] [Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-28 Thread Stuart Bishop
2015-09-29 10:30:55,881 INFO cache.commit()
2015-09-29 10:30:55,881 DEBUG failed to SystemUnLock() (E:Not locked) 
2015-09-29 11:04:11,358 ERROR got an error from dpkg for pkg: 'lxc': 
'subprocess installed post-installation script returned error exit status 100'
2015-09-29 11:04:11,358 DEBUG running apport_pkgfailure() lxc: subprocess 
installed post-installation script returned error exit status 100
2015-09-29 11:04:11,362 ERROR got an error from dpkg for pkg: 'lxc': 
'subprocess installed post-installation script returned error exit status 100'
2015-09-29 11:04:36,574 ERROR got an error from dpkg for pkg: 'lxc-templates': 
'dependency problems - leaving unconfigured'
2015-09-29 11:04:36,574 DEBUG running apport_pkgfailure() lxc-templates: 
dependency problems - leaving unconfigured
2015-09-29 11:04:36,574 DEBUG dpkg error because of dependency problems, not 
reporting against lxc-templates 
2015-09-29 11:04:36,574 ERROR got an error from dpkg for pkg: 'lxc-templates': 
'dependency problems - leaving unconfigured'
2015-09-29 11:04:38,001 ERROR got an error from dpkg for pkg: 'juju-local': 
'dependency problems - leaving unconfigured'
2015-09-29 11:04:38,001 DEBUG running apport_pkgfailure() juju-local: 
dependency problems - leaving unconfigured
2015-09-29 11:04:38,001 DEBUG dpkg error because of dependency problems, not 
reporting against juju-local 
2015-09-29 11:04:38,001 ERROR got an error from dpkg for pkg: 'juju-local': 
'dependency problems - leaving unconfigured'
2015-09-29 11:05:14,645 ERROR got an error from dpkg for pkg: 'lxc': 
'subprocess installed post-installation script returned error exit status 100'
2015-09-29 11:05:14,645 DEBUG running apport_pkgfailure() lxc: subprocess 
installed post-installation script returned error exit status 100
2015-09-29 11:05:14,650 ERROR got an error from dpkg for pkg: 'lxc': 
'subprocess installed post-installation script returned error exit status 100'
2015-09-29 11:05:18,267 ERROR not handled expection:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1), 
E:Sub-process /usr/bin/dpkg returned an error code (1)

2015-09-29 11:05:18,267 DEBUG running apport_crash()
2015-09-29 11:05:23,083 ERROR SystemError from cache.commit(): 
installArchives() failed
2015-09-29 11:05:39,322 ERROR not handled expection:
Traceback (most recent call last):

  File 
"/tmp/ubuntu-release-upgrader-fr1j7u5b/DistUpgrade/DistUpgradeController.py", 
line 1137, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)

  File "/tmp/ubuntu-release-upgrader-fr1j7u5b/DistUpgrade/DistUpgradeCache.py", 
line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)

  File "/usr/lib/python3/dist-packages/apt/cache.py", line 505, in commit
if fetch_progress is None:

SystemError: installArchives() failed


During handling of the above exception, another exception occurred:


TypeError: wait_for_child() takes 1 positional argument but 2 were given

2015-09-29 11:05:39,322 DEBUG running apport_crash()

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1490110

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

Status in lxc package in Ubuntu:
  Incomplete

Bug description:
  Error during do-releas-update -d from 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: lxc 1.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  Date: Sat Aug 29 10:13:04 2015
  DuplicateSignature: package:lxc:1.1.3-0ubuntu1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  InstallationDate: Installed on 2015-08-13 (15 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: BOOT_IMAGE=/vmlinuz-4.1.0-3-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: lxc
  Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-08-29 (0 days ago)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-28 Thread Stuart Bishop
Upgrade to wily failed here with this error.  Possible trigger was
having juju-local installed, which seemed to create a bit of a
dependency mess with juju-local, lxc-templates and lxc.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1490110

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

Status in lxc package in Ubuntu:
  Incomplete

Bug description:
  Error during do-releas-update -d from 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: lxc 1.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  Date: Sat Aug 29 10:13:04 2015
  DuplicateSignature: package:lxc:1.1.3-0ubuntu1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  InstallationDate: Installed on 2015-08-13 (15 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: BOOT_IMAGE=/vmlinuz-4.1.0-3-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: lxc
  Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-08-29 (0 days ago)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-28 Thread Stuart Bishop
** Attachment added: "apt-term.log"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1490110/+attachment/4478083/+files/apt-term.log

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1490110

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

Status in lxc package in Ubuntu:
  New

Bug description:
  Error during do-releas-update -d from 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: lxc 1.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  Date: Sat Aug 29 10:13:04 2015
  DuplicateSignature: package:lxc:1.1.3-0ubuntu1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  InstallationDate: Installed on 2015-08-13 (15 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: BOOT_IMAGE=/vmlinuz-4.1.0-3-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: lxc
  Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-08-29 (0 days ago)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-09-28 Thread Stuart Bishop
** Attachment added: "main.log"
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1490110/+attachment/4478084/+files/main.log

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1490110

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

Status in lxc package in Ubuntu:
  New

Bug description:
  Error during do-releas-update -d from 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: lxc 1.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  Date: Sat Aug 29 10:13:04 2015
  DuplicateSignature: package:lxc:1.1.3-0ubuntu1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  InstallationDate: Installed on 2015-08-13 (15 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: BOOT_IMAGE=/vmlinuz-4.1.0-3-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: lxc
  Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-08-29 (0 days ago)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1504496] Re: package lxc 1.1.4-0ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-10-10 Thread Stuart Bishop
Is this Bug #1490110 ?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1504496

Title:
  package lxc 1.1.4-0ubuntu0.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in lxc package in Ubuntu:
  New

Bug description:
  A dist-upgrade failed in the maintainer scripts while trying to
  restart the lxc networking, I think:

  Reading package lists... Done
  The following NEW packages will be installed:
linux-image-3.19.0-31-generic{a} linux-image-extra-3.19.0-31-generic{a} 
linux-signed-image-3.19.0-31-generic{a} 
  The following packages will be upgraded:
juju juju-core juju-local liblxc1 linux-image-generic linux-libc-dev 
linux-signed-image-generic 
lxc lxc-templates mutt python3-lxc 
  The following packages are RECOMMENDED but will NOT be installed:
citadel-mta courier-mta dma dma:i386 esmtp-run exim4-daemon-heavy 
exim4-daemon-light 
lsb-invalid-mta masqmail msmtp-mta nullmailer opensmtpd postfix qmail-run 
sendmail-bin ssmtp 
xmail 
  11 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0 B/90.5 MB of archives. After unpacking 259 MB will be used.
  Do you want to continue? [Y/n/?] 
  (Reading database ... 357199 files and directories currently installed.)
  Preparing to unpack .../python3-lxc_1.1.4-0ubuntu0.1_amd64.deb ...
  Unpacking python3-lxc (1.1.4-0ubuntu0.1) over (1.1.2-0ubuntu3.2) ...
  Preparing to unpack .../lxc-templates_1.1.4-0ubuntu0.1_amd64.deb ...
  Unpacking lxc-templates (1.1.4-0ubuntu0.1) over (1.1.2-0ubuntu3.2) ...
  Preparing to unpack .../liblxc1_1.1.4-0ubuntu0.1_amd64.deb ...
  Unpacking liblxc1 (1.1.4-0ubuntu0.1) over (1.1.2-0ubuntu3.2) ...
  Preparing to unpack .../lxc_1.1.4-0ubuntu0.1_amd64.deb ...
  Unpacking lxc (1.1.4-0ubuntu0.1) over (1.1.2-0ubuntu3.2) ...
  Selecting previously unselected package linux-image-3.19.0-31-generic.
  Preparing to unpack .../linux-image-3.19.0-31-generic_3.19.0-31.36_amd64.deb 
...
  Done.
  Unpacking linux-image-3.19.0-31-generic (3.19.0-31.36) ...
  Selecting previously unselected package linux-image-extra-3.19.0-31-generic.
  Preparing to unpack 
.../linux-image-extra-3.19.0-31-generic_3.19.0-31.36_amd64.deb ...
  Unpacking linux-image-extra-3.19.0-31-generic (3.19.0-31.36) ...
  Preparing to unpack .../linux-image-generic_3.19.0.31.30_amd64.deb ...
  Unpacking linux-image-generic (3.19.0.31.30) over (3.19.0.30.29) ...
  Preparing to unpack .../linux-libc-dev_3.19.0-31.36_amd64.deb ...
  Unpacking linux-libc-dev:amd64 (3.19.0-31.36) over (3.19.0-30.34) ...
  Selecting previously unselected package linux-signed-image-3.19.0-31-generic.
  Preparing to unpack 
.../linux-signed-image-3.19.0-31-generic_3.19.0-31.36_amd64.deb ...
  Unpacking linux-signed-image-3.19.0-31-generic (3.19.0-31.36) ...
  Preparing to unpack .../linux-signed-image-generic_3.19.0.31.30_amd64.deb ...
  Unpacking linux-signed-image-generic (3.19.0.31.30) over (3.19.0.30.29) ...
  Preparing to unpack .../mutt_1.5.23-3ubuntu1_amd64.deb ...
  Unpacking mutt (1.5.23-3ubuntu1) over (1.5.23-3) ...
  Preparing to unpack .../juju-core_1.24.6-0ubuntu1~15.04.1_amd64.deb ...
  Unpacking juju-core (1.24.6-0ubuntu1~15.04.1) over 
(1.23.2-0ubuntu1~14.10.1~juju1) ...
  Preparing to unpack .../juju_1.24.6-0ubuntu1~15.04.1_all.deb ...
  Unpacking juju (1.24.6-0ubuntu1~15.04.1) over (1.23.2-0ubuntu1~14.10.1~juju1) 
...
  Preparing to unpack .../juju-local_1.24.6-0ubuntu1~15.04.1_all.deb ...
  Unpacking juju-local (1.24.6-0ubuntu1~15.04.1) over 
(1.23.2-0ubuntu1~14.10.1~juju1) ...
  Processing triggers for man-db (2.7.0.2-5) ...
  Processing triggers for ureadahead (0.100.0-19) ...
  ureadahead will be reprofiled on next reboot
  Processing triggers for doc-base (0.10.6) ...
  Processing 1 changed doc-base file...
  Registering documents with scrollkeeper...
  Processing triggers for gnome-menus (3.10.1-0ubuntu5) ...
  Processing triggers for desktop-file-utils (0.22-1ubuntu3) ...
  Processing triggers for bamfdaemon (0.5.1+15.04.20150202-0ubuntu1) ...
  Rebuilding /usr/share/applications/bamf-2.index...
  Processing triggers for mime-support (3.58ubuntu1) ...
  Setting up liblxc1 (1.1.4-0ubuntu0.1) ...
  Setting up python3-lxc (1.1.4-0ubuntu0.1) ...
  Setting up lxc (1.1.4-0ubuntu0.1) ...
  Installing new version of config file 
/etc/apparmor.d/lxc/lxc-default-with-nesting ...
  Installing new version of config file /etc/bash_completion.d/lxc ...
  Installing new version of config file /etc/init/lxc.conf ...
  Job for lxc-net.service failed. See "systemctl status lxc-net.service" and 
"journalctl -xe" for details.
  invoke-rc.d: initscript lxc-net, action "start" failed.
  dpkg: error processing package lxc (--configure):
   subprocess installed post-installation script returned error exit status 1
  dpkg: dependency problems prevent configuration of 

[Touch-packages] [Bug 1490110] Re: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-13 Thread Stuart Bishop
stub@aargh:~$ sudo systemctl status lxc
● lxc.service - LXC Container Initialization and Autoboot Code
   Loaded: loaded (/lib/systemd/system/lxc.service; enabled; vendor preset: 
enabled)
   Active: active (exited) since Mon 2015-10-12 16:57:31 ICT; 20h ago
  Process: 1190 ExecStart=/usr/lib/x86_64-linux-gnu/lxc/lxc-containers start 
(code=exited, status=0/SUCCESS)
  Process: 1175 ExecStartPre=/usr/lib/x86_64-linux-gnu/lxc/lxc-apparmor-load 
(code=exited, status=0/SUCCESS)
  Process: 1166 ExecStartPre=/usr/lib/x86_64-linux-gnu/lxc/lxc-devsetup 
(code=exited, status=0/SUCCESS)
 Main PID: 1190 (code=exited, status=0/SUCCESS)
   Memory: 0B
  CPU: 0
   CGroup: /system.slice/lxc.service

Oct 12 16:57:31 aargh systemd[1]: Starting LXC Container Initialization and 
Autoboot Code...
Oct 12 16:57:31 aargh lxc-devsetup[1166]: Creating /dev/.lxc
Oct 12 16:57:31 aargh lxc-devsetup[1166]: /dev is devtmpfs
Oct 12 16:57:31 aargh lxc-devsetup[1166]: Creating /dev/.lxc/user
Oct 12 16:57:31 aargh systemd[1]: Started LXC Container Initialization and 
Autoboot Code.
stub@aargh:~$ sudo service lxc status
● lxc.service - LXC Container Initialization and Autoboot Code
   Loaded: loaded (/lib/systemd/system/lxc.service; enabled; vendor preset: 
enabled)
   Active: active (exited) since Mon 2015-10-12 16:57:31 ICT; 20h ago
  Process: 1190 ExecStart=/usr/lib/x86_64-linux-gnu/lxc/lxc-containers start 
(code=exited, status=0/SUCCESS)
  Process: 1175 ExecStartPre=/usr/lib/x86_64-linux-gnu/lxc/lxc-apparmor-load 
(code=exited, status=0/SUCCESS)
  Process: 1166 ExecStartPre=/usr/lib/x86_64-linux-gnu/lxc/lxc-devsetup 
(code=exited, status=0/SUCCESS)
 Main PID: 1190 (code=exited, status=0/SUCCESS)
   Memory: 0B
  CPU: 0
   CGroup: /system.slice/lxc.service

Oct 12 16:57:31 aargh systemd[1]: Starting LXC Container Initialization and 
Autoboot Code...
Oct 12 16:57:31 aargh lxc-devsetup[1166]: Creating /dev/.lxc
Oct 12 16:57:31 aargh lxc-devsetup[1166]: /dev is devtmpfs
Oct 12 16:57:31 aargh lxc-devsetup[1166]: Creating /dev/.lxc/user
Oct 12 16:57:31 aargh systemd[1]: Started LXC Container Initialization and 
Autoboot Code.
stub@aargh:~$

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1490110

Title:
  package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 100

Status in lxc package in Ubuntu:
  Incomplete

Bug description:
  Error during do-releas-update -d from 15.04

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: lxc 1.1.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18-0ubuntu7
  Architecture: amd64
  Date: Sat Aug 29 10:13:04 2015
  DuplicateSignature: package:lxc:1.1.3-0ubuntu1:subprocess installed 
post-installation script returned error exit status 100
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 100
  InstallationDate: Installed on 2015-08-13 (15 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  ProcCmdline: BOOT_IMAGE=/vmlinuz-4.1.0-3-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: lxc
  Title: package lxc 1.1.3-0ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 100
  UpgradeStatus: Upgraded to wily on 2015-08-29 (0 days ago)
  defaults.conf:
   lxc.network.type = veth
   lxc.network.link = lxcbr0
   lxc.network.flags = up
   lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1495120] Re: No function to explicitly enable Caller ID

2015-11-20 Thread Stuart McQuade
This is really basic phone functionality, so there any chance of raising
this bug's priority? I'm more than happy to help with testing if needed.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1495120

Title:
  No function to explicitly enable Caller ID

Status in dialer-app package in Ubuntu:
  Confirmed

Bug description:
  My phone network uses a secret Caller ID by default. There should bean
  option in Ubuntu Touch to explicitly enable a public caller ID.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1537920] [NEW] package linux-image-4.3.0-7-generic 4.3.0-7.18 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2016-01-25 Thread Stuart Inglis
Public bug reported:

do-release-upgrade -d from 15.10 crashes.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.3.0-7-generic 4.3.0-7.18
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lightdm1259 F pulseaudio
 /dev/snd/controlC1:  lightdm1259 F pulseaudio
Date: Tue Jan 26 11:06:43 2016
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
InstallationDate: Installed on 2016-01-21 (3 days ago)
InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
IwConfig:
 enp5s0no wireless extensions.
 
 enp0s31f6  no wireless extensions.
 
 lono wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic.efi.signed 
root=UUID=fe44bf75-72d1-4ed4-9e15-191bbd1c47cf ro nomdmonddf nomdmonisw
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc N/A
RfKill:
 
SourcePackage: initramfs-tools
Title: package linux-image-4.3.0-7-generic 4.3.0-7.18 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: Upgraded to xenial on 2016-01-25 (0 days ago)
dmi.bios.date: 01/18/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F7g
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z170X-Gaming 7
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7g:bd01/18/2016:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ170X-Gaming7:rvrx.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1537920

Title:
  package linux-image-4.3.0-7-generic 4.3.0-7.18 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  do-release-upgrade -d from 15.10 crashes.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.3.0-7-generic 4.3.0-7.18
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1259 F pulseaudio
   /dev/snd/controlC1:  lightdm1259 F pulseaudio
  Date: Tue Jan 26 11:06:43 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  InstallationDate: Installed on 2016-01-21 (3 days ago)
  InstallationMedia: Ubuntu-Server 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  IwConfig:
   enp5s0no wireless extensions.
   
   enp0s31f6  no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-25-generic.efi.signed 
root=UUID=fe44bf75-72d1-4ed4-9e15-191bbd1c47cf ro nomdmonddf nomdmonisw
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-4.3.0-7-generic 4.3.0-7.18 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: Upgraded to xenial on 2016-01-25 (0 days ago)
  dmi.bios.date: 01/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7g
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z170X-Gaming 7
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: 

[Touch-packages] [Bug 1489395] [NEW] Single star means "this number is the rating", but looks like app has a low rating

2015-08-27 Thread Stuart Langridge
Public bug reported:

App ratings are displayed as ☆ 4.5. Every time I glance at an app's
rating my first thought is that it's been rated low, because it's only
got one star. Then I read the number and realise that the app is rated
highly and that star means "here is the rating", not "it's got a one-
star rating". As far as I can tell everywhere a star rating is displayed
it's on a line on its own, so there ought to be room to write ☆ 4.5
(nine characters) -- there is room to fit the developer name
horizontally, or the app name -- and this would avoid the confusion.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1489395

Title:
  Single star means "this number is the rating", but looks like app has
  a low rating

Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  App ratings are displayed as ☆ 4.5. Every time I glance at an app's
  rating my first thought is that it's been rated low, because it's only
  got one star. Then I read the number and realise that the app is rated
  highly and that star means "here is the rating", not "it's got a one-
  star rating". As far as I can tell everywhere a star rating is
  displayed it's on a line on its own, so there ought to be room to
  write ☆ 4.5 (nine characters) -- there is room to fit the
  developer name horizontally, or the app name -- and this would avoid
  the confusion.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1489642] [NEW] With only one payment method available, app purchase dropdown seems to do nothing

2015-08-27 Thread Stuart Langridge
Public bug reported:

When paying for an app from the store, if there is only one payment
method available (for example, Paypal), then the "dropdown" of payment
methods does not actually drop down in any way. Instead, all that
happens is that the "this drops down" chevron on the right hand side
(see attached screenshot 1) changes to a tick mark (screenshot 2). This
change is almost imperceptible, and I had to do it two or three times
before I understood what was going on. If there is only one option for
payment, perhaps it should not be presented as a drop down list, or
perhaps drop down lists should do something more obvious to indicate
that they're working when they are tapped?

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "screenshot 1"
   
https://bugs.launchpad.net/bugs/1489642/+attachment/4453545/+files/screenshot20150827_230833324.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1489642

Title:
  With only one payment method available, app purchase dropdown seems to
  do nothing

Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  When paying for an app from the store, if there is only one payment
  method available (for example, Paypal), then the "dropdown" of payment
  methods does not actually drop down in any way. Instead, all that
  happens is that the "this drops down" chevron on the right hand side
  (see attached screenshot 1) changes to a tick mark (screenshot 2).
  This change is almost imperceptible, and I had to do it two or three
  times before I understood what was going on. If there is only one
  option for payment, perhaps it should not be presented as a drop down
  list, or perhaps drop down lists should do something more obvious to
  indicate that they're working when they are tapped?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1489642] Re: With only one payment method available, app purchase dropdown seems to do nothing

2015-08-27 Thread Stuart Langridge
** Attachment added: "screenshot 2"
   
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1489642/+attachment/4453546/+files/screenshot20150827_230837710.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1489642

Title:
  With only one payment method available, app purchase dropdown seems to
  do nothing

Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  When paying for an app from the store, if there is only one payment
  method available (for example, Paypal), then the "dropdown" of payment
  methods does not actually drop down in any way. Instead, all that
  happens is that the "this drops down" chevron on the right hand side
  (see attached screenshot 1) changes to a tick mark (screenshot 2).
  This change is almost imperceptible, and I had to do it two or three
  times before I understood what was going on. If there is only one
  option for payment, perhaps it should not be presented as a drop down
  list, or perhaps drop down lists should do something more obvious to
  indicate that they're working when they are tapped?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1489643] [NEW] Paypal login cannot be assured to be from paypal

2015-08-27 Thread Stuart Langridge
Public bug reported:

When paying for an app with Paypal, the Paypal login screen is presented
in an Ubuntu wrapper. There is no indication on this page that I'm
actually looking at paypal.com rather than being phished or that some
bad DNS has pointed me to a wrong site. The padlock in the top corner
doesn't indicate anything I'm inclined to believe -- is it showing that
the connection is https? Has it verified that I'm really talking to
Paypal? How can I know that? This is encouraging people to type their
Paypal password into phishing sites. The previous step in the purchase
process, where I'm choosing which payment system to use, also displays a
padlock, and that hasn't connected to any payment site at all.

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: ""Paypal" login in Ubuntu wrapper"
   
https://bugs.launchpad.net/bugs/1489643/+attachment/4453547/+files/screenshot20150827_230910161.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1489643

Title:
  Paypal login cannot be assured to be from paypal

Status in unity-scope-click package in Ubuntu:
  New

Bug description:
  When paying for an app with Paypal, the Paypal login screen is
  presented in an Ubuntu wrapper. There is no indication on this page
  that I'm actually looking at paypal.com rather than being phished or
  that some bad DNS has pointed me to a wrong site. The padlock in the
  top corner doesn't indicate anything I'm inclined to believe -- is it
  showing that the connection is https? Has it verified that I'm really
  talking to Paypal? How can I know that? This is encouraging people to
  type their Paypal password into phishing sites. The previous step in
  the purchase process, where I'm choosing which payment system to use,
  also displays a padlock, and that hasn't connected to any payment site
  at all.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] [NEW] GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
Public bug reported:

I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
SensorsStatus app shows GPS as returning no results for location (every
reading ("Latitude", "Longitude", etc) is shown as a dash, except
"Method" which is "Satellite" and "Speed" which is "nan") . I have
attached various logfiles in the hope that they will help. I have tried
turning off location detection and GPS and turning them back on again,
to no avail. I have also tried turning off wifi, to no avail.

** Affects: location-service (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: "ubuntu-location-service-trust-stored.log"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458351/+files/ubuntu-location-service-trust-stored.log

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: 
"com.ubuntu.location.ubuntu-phablet.invalid-user.log.ERROR.20150904-101710.3687"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458356/+files/com.ubuntu.location.ubuntu-phablet.invalid-user.log.ERROR.20150904-101710.3687

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: "com.ubuntu.location.WARNING"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458355/+files/com.ubuntu.location.WARNING

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: 
"com.ubuntu.location.ubuntu-phablet.invalid-user.log.ERROR.20150904-101710.3687"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458358/+files/com.ubuntu.location.ubuntu-phablet.invalid-user.log.ERROR.20150904-101710.3687

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: "com.ubuntu.location.INFO"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458354/+files/com.ubuntu.location.INFO

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: "com.ubuntu.location.ERROR"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458353/+files/com.ubuntu.location.ERROR

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: "ubuntu-location-service-trust-stored.log.1.gz"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458352/+files/ubuntu-location-service-trust-stored.log.1.gz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
** Attachment added: 
"com.ubuntu.location.ubuntu-phablet.invalid-user.log.INFO.20150904-114017.1719"
   
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+attachment/4458357/+files/com.ubuntu.location.ubuntu-phablet.invalid-user.log.INFO.20150904-114017.1719

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1492783] Re: GPS does not work on my Bq E5

2015-09-06 Thread Stuart Langridge
It was suggested that I add logfile  /var/log/upstart/ubuntu-espoo-
service.log but I don't seem to have that at all.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to location-service in
Ubuntu.
https://bugs.launchpad.net/bugs/1492783

Title:
  GPS does not work on my Bq E5

Status in location-service package in Ubuntu:
  New

Bug description:
  I have a Bq E5 (not an E4.5) and the GPS does not seem to work. The
  SensorsStatus app shows GPS as returning no results for location
  (every reading ("Latitude", "Longitude", etc) is shown as a dash,
  except "Method" which is "Satellite" and "Speed" which is "nan") . I
  have attached various logfiles in the hope that they will help. I have
  tried turning off location detection and GPS and turning them back on
  again, to no avail. I have also tried turning off wifi, to no avail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1492783/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1495120] Re: No function to explicitly enable Caller ID

2015-11-28 Thread Stuart McQuade
Related to 1469506

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1495120

Title:
  No function to explicitly enable Caller ID

Status in dialer-app package in Ubuntu:
  Confirmed

Bug description:
  My phone network uses a secret Caller ID by default. There should bean
  option in Ubuntu Touch to explicitly enable a public caller ID.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1469506] Re: [Dialer] Implement "Hide Phone Number" setting in dialer app

2015-11-28 Thread Stuart McQuade
Related to 1495120

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dialer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1469506

Title:
  [Dialer] Implement "Hide Phone Number" setting in dialer app

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Fix Committed
Status in dialer-app package in Ubuntu:
  Confirmed

Bug description:
  Please implement the phone number hiding option in the dialer app's
  settings. I know I can hide my phone number when making a call if I
  enter a code number (For example: UK: 141) before the phone number.
  Other OS-es, like Android or iOs have these feature already.

  -- UX comment -

  Indeed, this should be part of the dialer settings, the recommendation
  is a ListItem with a switch/toggle.

  Wireframes are work in progress.
  https://canonical.leankit.com/Boards/View/107963243/116425188

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1469506/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1295247] Re: Cheese says "There was an error playing video from webcam"

2015-09-26 Thread Stuart Campbell
Same error - still doesn't work on Wily.

guvcview works fine, cheese and skype do not work.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libjpeg-turbo in Ubuntu.
https://bugs.launchpad.net/bugs/1295247

Title:
  Cheese says "There was an error playing video from webcam"

Status in cheese package in Ubuntu:
  Confirmed
Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Whenever I open Cheese in Ubuntu 14.04 beta 1 (Unity), my webcam's light once 
turns on, then it turns off and Cheese turns black, written "There was an error 
playing video from webcam". This never happened in any previous versions of 
Ubuntu. 
  The problem is reproducible.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cheese 3.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
  Uname: Linux 3.13.0-12-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Thu Mar 20 22:29:57 2014
  InstallationDate: Installed on 2014-03-20 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140225)
  SourcePackage: cheese
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809174] Re: apt doesn't detect file corruption in /var/lib/apt/lists

2019-01-07 Thread Stuart MacDonald
The problem with deferring the situation to the clean command is that
the system appears to be working properly with no problem, and the user
will have to _guess_ that cleanup is required.

Running md5sum on the packages is not expensive:

ubuntu@T00-tx2b:/var/lib/apt/lists$ time md5sum 
ports.ubuntu.com_ubuntu-ports_dists_xenial_universe_binary-arm64_Packages
005695bf761c4719325927b5a236a77e  
ports.ubuntu.com_ubuntu-ports_dists_xenial_universe_binary-arm64_Packages

real0m0.166s
user0m0.136s
sys 0m0.036s

Certainly it's much faster than the downloading of the indexes in the
first place.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1809174

Title:
  apt doesn't detect file corruption in /var/lib/apt/lists

Status in apt package in Ubuntu:
  New

Bug description:
  The Problem
  ==

  /var/lib/apt/lists contains the repository index caches or similar;
  I'm not sure what the correct  apt-terminology is.

  I've installed Chrome on my laptop, so I have:

  smacdonald@L247:/var/lib/apt/lists$ dir *goog*
  -rw-r--r-- 1 root root  943 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release
  -rw-r--r-- 1 root root  819 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release.gpg
  -rw-r--r-- 1 root root 4457 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages

  for example.

  
  dl.google.com_linux_chrome_deb_dists_stable_Release contains checksums for 
the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages file:

  smacdonald@L247:/var/lib/apt/lists$ cat 
dl.google.com_linux_chrome_deb_dists_stable_Release
  Origin: Google LLC
  Label: Google
  Suite: stable
  Codename: stable
  Version: 1.0
  Date: Wed, 19 Dec 2018 18:51:54 UTC
  Architectures: amd64
  Components: main
  Description: Google chrome-linux software repository
  MD5Sum:
   9e0d0ad6a4f5ccf8e3971c32e9bb22d3 4457 main/binary-amd64/Packages
   a17f6de0ef487b82af58ccd91df52d04 1109 main/binary-amd64/Packages.gz
   156e5ea7a0c6bed5973a68a45e546dc9 151 main/binary-amd64/Release
  SHA1:
   4c2cde4f71476d7881262d9a07e33cf4506232a7 4457 main/binary-amd64/Packages
   e002924c9ddfe41ee2033594ec768ed9e4545909 1109 main/binary-amd64/Packages.gz
   0f4348c2d4d7cc1f8e59b5934d87f1ca872f6e34 151 main/binary-amd64/Release
  SHA256:
   fb0e586c2b5ec5afa17965d0bbc6bd46c2071336f75e2b0f0c7f3e7b090a7844 4457 
main/binary-amd64/Packages
   2462cff732765679a56373a7ca9a5b8b029fdb445e707b1aba10d01fbdb853b3 1109 
main/binary-amd64/Packages.gz
   c1e3c9318381862306adcdc4fd4fe2d85be8aa4c4f3dcbb40fce80413f588286 151 
main/binary-amd64/Release

  
  If the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages 
file has become corrupt in the specific manner of being 0 bytes in length, apt 
does not detect this, and the repository is effectively unreachable until one 
of two things occurs: a) the repository has an update causing apt to re-fetch 
the repository information and accidentally fix-by-over-writing the corrupt 0 
byte file, or, b) the user removes the corrupt 0-byte file and does an apt 
update to refetch the repository information.

  
  The Context
  ==

  Our IoT devices run Ubuntu 16.04, and their main storage is eMMC.
  Sometimes there are catastrophic power cuts, and, despite other
  precautions, files are occasionally corrupted in the manner of
  becoming 0 bytes in length. We're not sure exactly why or how.

  Today a deployed device suffered the above scenario. We maintain a
  debian package repository for updating our devices in the field, and
  we suddenly couldn't install packages from it. A bit of investigation
  turned up the 0 byte *_Packages file for our repo, and we worked
  around the problem.

  Part of the situation is our debian repository doesn't have updates
  very often, so 'sudo apt-get update' was giving a Hit: instead of a
  Get: result all the time, and everything from the "normal user command
  line" side of things looked okay. There were no logs in
  /var/log/syslog either. We just could not see our packages from our
  repo, despite 'apt-get update' looking good.

  
  What I Expected to Happen
  ==

  Given that the the *_Release file contains checksums for the *_Package
  file, I would expect that apt verifies the checksum, and if it fails,
  refetches the repository information even if there hasn't been an
  update, during any given 'apt update' operation.

  
  Further Information
  ==

  I checked apt's project in Debian at https://bugs.debian.org/cgi-
  bin/pkgreport.cgi?pkg=apt and there don't appear to be any bugs about
  this filed already

[Touch-packages] [Bug 1809174] Re: apt doesn't detect file corruption in /var/lib/apt/lists

2019-01-07 Thread Stuart MacDonald
Filesystem is ext4

ubuntu@T00-tx2b:~$ mount
/dev/mmcblk0p1 on / type ext4 (rw,relatime,data=ordered)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1809174

Title:
  apt doesn't detect file corruption in /var/lib/apt/lists

Status in apt package in Ubuntu:
  New

Bug description:
  The Problem
  ==

  /var/lib/apt/lists contains the repository index caches or similar;
  I'm not sure what the correct  apt-terminology is.

  I've installed Chrome on my laptop, so I have:

  smacdonald@L247:/var/lib/apt/lists$ dir *goog*
  -rw-r--r-- 1 root root  943 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release
  -rw-r--r-- 1 root root  819 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release.gpg
  -rw-r--r-- 1 root root 4457 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages

  for example.

  
  dl.google.com_linux_chrome_deb_dists_stable_Release contains checksums for 
the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages file:

  smacdonald@L247:/var/lib/apt/lists$ cat 
dl.google.com_linux_chrome_deb_dists_stable_Release
  Origin: Google LLC
  Label: Google
  Suite: stable
  Codename: stable
  Version: 1.0
  Date: Wed, 19 Dec 2018 18:51:54 UTC
  Architectures: amd64
  Components: main
  Description: Google chrome-linux software repository
  MD5Sum:
   9e0d0ad6a4f5ccf8e3971c32e9bb22d3 4457 main/binary-amd64/Packages
   a17f6de0ef487b82af58ccd91df52d04 1109 main/binary-amd64/Packages.gz
   156e5ea7a0c6bed5973a68a45e546dc9 151 main/binary-amd64/Release
  SHA1:
   4c2cde4f71476d7881262d9a07e33cf4506232a7 4457 main/binary-amd64/Packages
   e002924c9ddfe41ee2033594ec768ed9e4545909 1109 main/binary-amd64/Packages.gz
   0f4348c2d4d7cc1f8e59b5934d87f1ca872f6e34 151 main/binary-amd64/Release
  SHA256:
   fb0e586c2b5ec5afa17965d0bbc6bd46c2071336f75e2b0f0c7f3e7b090a7844 4457 
main/binary-amd64/Packages
   2462cff732765679a56373a7ca9a5b8b029fdb445e707b1aba10d01fbdb853b3 1109 
main/binary-amd64/Packages.gz
   c1e3c9318381862306adcdc4fd4fe2d85be8aa4c4f3dcbb40fce80413f588286 151 
main/binary-amd64/Release

  
  If the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages 
file has become corrupt in the specific manner of being 0 bytes in length, apt 
does not detect this, and the repository is effectively unreachable until one 
of two things occurs: a) the repository has an update causing apt to re-fetch 
the repository information and accidentally fix-by-over-writing the corrupt 0 
byte file, or, b) the user removes the corrupt 0-byte file and does an apt 
update to refetch the repository information.

  
  The Context
  ==

  Our IoT devices run Ubuntu 16.04, and their main storage is eMMC.
  Sometimes there are catastrophic power cuts, and, despite other
  precautions, files are occasionally corrupted in the manner of
  becoming 0 bytes in length. We're not sure exactly why or how.

  Today a deployed device suffered the above scenario. We maintain a
  debian package repository for updating our devices in the field, and
  we suddenly couldn't install packages from it. A bit of investigation
  turned up the 0 byte *_Packages file for our repo, and we worked
  around the problem.

  Part of the situation is our debian repository doesn't have updates
  very often, so 'sudo apt-get update' was giving a Hit: instead of a
  Get: result all the time, and everything from the "normal user command
  line" side of things looked okay. There were no logs in
  /var/log/syslog either. We just could not see our packages from our
  repo, despite 'apt-get update' looking good.

  
  What I Expected to Happen
  ==

  Given that the the *_Release file contains checksums for the *_Package
  file, I would expect that apt verifies the checksum, and if it fails,
  refetches the repository information even if there hasn't been an
  update, during any given 'apt update' operation.

  
  Further Information
  ==

  I checked apt's project in Debian at https://bugs.debian.org/cgi-
  bin/pkgreport.cgi?pkg=apt and there don't appear to be any bugs about
  this filed already, so I'm starting by filing one here.

  The situation occurred on an Ubuntu 16.04 system, but is 100%
  reproducible with Google's chrome repository on my Ubuntu 18.04.1
  laptop. I can provide a set of reproduction steps if needed, but it's
  fairly straight-forward.

  The fact that this corruption appears to be "everything working okay"
  to the end user, except that apt doesn't know about packages it says
  it knows about, and there is no error logging for any sort, is partly
  why I'm filing thi

[Touch-packages] [Bug 1809174] Re: apt doesn't detect file corruption in /var/lib/apt/lists

2019-01-07 Thread Stuart MacDonald
I was picturing scenario (1); if there are updates or the checksum on
the existing doesn't match, download the index.

apt has trained users to "apt update" before doing anything else, so
this would be okay.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1809174

Title:
  apt doesn't detect file corruption in /var/lib/apt/lists

Status in apt package in Ubuntu:
  New

Bug description:
  The Problem
  ==

  /var/lib/apt/lists contains the repository index caches or similar;
  I'm not sure what the correct  apt-terminology is.

  I've installed Chrome on my laptop, so I have:

  smacdonald@L247:/var/lib/apt/lists$ dir *goog*
  -rw-r--r-- 1 root root  943 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release
  -rw-r--r-- 1 root root  819 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release.gpg
  -rw-r--r-- 1 root root 4457 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages

  for example.

  
  dl.google.com_linux_chrome_deb_dists_stable_Release contains checksums for 
the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages file:

  smacdonald@L247:/var/lib/apt/lists$ cat 
dl.google.com_linux_chrome_deb_dists_stable_Release
  Origin: Google LLC
  Label: Google
  Suite: stable
  Codename: stable
  Version: 1.0
  Date: Wed, 19 Dec 2018 18:51:54 UTC
  Architectures: amd64
  Components: main
  Description: Google chrome-linux software repository
  MD5Sum:
   9e0d0ad6a4f5ccf8e3971c32e9bb22d3 4457 main/binary-amd64/Packages
   a17f6de0ef487b82af58ccd91df52d04 1109 main/binary-amd64/Packages.gz
   156e5ea7a0c6bed5973a68a45e546dc9 151 main/binary-amd64/Release
  SHA1:
   4c2cde4f71476d7881262d9a07e33cf4506232a7 4457 main/binary-amd64/Packages
   e002924c9ddfe41ee2033594ec768ed9e4545909 1109 main/binary-amd64/Packages.gz
   0f4348c2d4d7cc1f8e59b5934d87f1ca872f6e34 151 main/binary-amd64/Release
  SHA256:
   fb0e586c2b5ec5afa17965d0bbc6bd46c2071336f75e2b0f0c7f3e7b090a7844 4457 
main/binary-amd64/Packages
   2462cff732765679a56373a7ca9a5b8b029fdb445e707b1aba10d01fbdb853b3 1109 
main/binary-amd64/Packages.gz
   c1e3c9318381862306adcdc4fd4fe2d85be8aa4c4f3dcbb40fce80413f588286 151 
main/binary-amd64/Release

  
  If the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages 
file has become corrupt in the specific manner of being 0 bytes in length, apt 
does not detect this, and the repository is effectively unreachable until one 
of two things occurs: a) the repository has an update causing apt to re-fetch 
the repository information and accidentally fix-by-over-writing the corrupt 0 
byte file, or, b) the user removes the corrupt 0-byte file and does an apt 
update to refetch the repository information.

  
  The Context
  ==

  Our IoT devices run Ubuntu 16.04, and their main storage is eMMC.
  Sometimes there are catastrophic power cuts, and, despite other
  precautions, files are occasionally corrupted in the manner of
  becoming 0 bytes in length. We're not sure exactly why or how.

  Today a deployed device suffered the above scenario. We maintain a
  debian package repository for updating our devices in the field, and
  we suddenly couldn't install packages from it. A bit of investigation
  turned up the 0 byte *_Packages file for our repo, and we worked
  around the problem.

  Part of the situation is our debian repository doesn't have updates
  very often, so 'sudo apt-get update' was giving a Hit: instead of a
  Get: result all the time, and everything from the "normal user command
  line" side of things looked okay. There were no logs in
  /var/log/syslog either. We just could not see our packages from our
  repo, despite 'apt-get update' looking good.

  
  What I Expected to Happen
  ==

  Given that the the *_Release file contains checksums for the *_Package
  file, I would expect that apt verifies the checksum, and if it fails,
  refetches the repository information even if there hasn't been an
  update, during any given 'apt update' operation.

  
  Further Information
  ==

  I checked apt's project in Debian at https://bugs.debian.org/cgi-
  bin/pkgreport.cgi?pkg=apt and there don't appear to be any bugs about
  this filed already, so I'm starting by filing one here.

  The situation occurred on an Ubuntu 16.04 system, but is 100%
  reproducible with Google's chrome repository on my Ubuntu 18.04.1
  laptop. I can provide a set of reproduction steps if needed, but it's
  fairly straight-forward.

  The fact that this corruption appears to be "everything working okay"
  to the end user, except that apt doesn't know about package

[Touch-packages] [Bug 1809174] Re: apt doesn't detect file corruption in /var/lib/apt/lists

2019-01-07 Thread Stuart MacDonald
"reporting bugs to the effect that a no-change update should finish
instantly."

By definition, if the on-disk copy is corrupt, there is an change-update
available.

The algorithm for update should look like this:
- does the local copy exist? No -> update available
- is the local copy valid (checksums match)? No -> update available
- does the remote repo report a change? Yes -> update available


"That said, files of size 0 could be made always invalid"

My case happened to be corruption of the form of an empty file. Checking
the checksum will detect all forms of corruption.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1809174

Title:
  apt doesn't detect file corruption in /var/lib/apt/lists

Status in apt package in Ubuntu:
  Triaged

Bug description:
  The Problem
  ==

  /var/lib/apt/lists contains the repository index caches or similar;
  I'm not sure what the correct  apt-terminology is.

  I've installed Chrome on my laptop, so I have:

  smacdonald@L247:/var/lib/apt/lists$ dir *goog*
  -rw-r--r-- 1 root root  943 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release
  -rw-r--r-- 1 root root  819 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_Release.gpg
  -rw-r--r-- 1 root root 4457 Dec 19 14:02 
dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages

  for example.

  
  dl.google.com_linux_chrome_deb_dists_stable_Release contains checksums for 
the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages file:

  smacdonald@L247:/var/lib/apt/lists$ cat 
dl.google.com_linux_chrome_deb_dists_stable_Release
  Origin: Google LLC
  Label: Google
  Suite: stable
  Codename: stable
  Version: 1.0
  Date: Wed, 19 Dec 2018 18:51:54 UTC
  Architectures: amd64
  Components: main
  Description: Google chrome-linux software repository
  MD5Sum:
   9e0d0ad6a4f5ccf8e3971c32e9bb22d3 4457 main/binary-amd64/Packages
   a17f6de0ef487b82af58ccd91df52d04 1109 main/binary-amd64/Packages.gz
   156e5ea7a0c6bed5973a68a45e546dc9 151 main/binary-amd64/Release
  SHA1:
   4c2cde4f71476d7881262d9a07e33cf4506232a7 4457 main/binary-amd64/Packages
   e002924c9ddfe41ee2033594ec768ed9e4545909 1109 main/binary-amd64/Packages.gz
   0f4348c2d4d7cc1f8e59b5934d87f1ca872f6e34 151 main/binary-amd64/Release
  SHA256:
   fb0e586c2b5ec5afa17965d0bbc6bd46c2071336f75e2b0f0c7f3e7b090a7844 4457 
main/binary-amd64/Packages
   2462cff732765679a56373a7ca9a5b8b029fdb445e707b1aba10d01fbdb853b3 1109 
main/binary-amd64/Packages.gz
   c1e3c9318381862306adcdc4fd4fe2d85be8aa4c4f3dcbb40fce80413f588286 151 
main/binary-amd64/Release

  
  If the dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages 
file has become corrupt in the specific manner of being 0 bytes in length, apt 
does not detect this, and the repository is effectively unreachable until one 
of two things occurs: a) the repository has an update causing apt to re-fetch 
the repository information and accidentally fix-by-over-writing the corrupt 0 
byte file, or, b) the user removes the corrupt 0-byte file and does an apt 
update to refetch the repository information.

  
  The Context
  ==

  Our IoT devices run Ubuntu 16.04, and their main storage is eMMC.
  Sometimes there are catastrophic power cuts, and, despite other
  precautions, files are occasionally corrupted in the manner of
  becoming 0 bytes in length. We're not sure exactly why or how.

  Today a deployed device suffered the above scenario. We maintain a
  debian package repository for updating our devices in the field, and
  we suddenly couldn't install packages from it. A bit of investigation
  turned up the 0 byte *_Packages file for our repo, and we worked
  around the problem.

  Part of the situation is our debian repository doesn't have updates
  very often, so 'sudo apt-get update' was giving a Hit: instead of a
  Get: result all the time, and everything from the "normal user command
  line" side of things looked okay. There were no logs in
  /var/log/syslog either. We just could not see our packages from our
  repo, despite 'apt-get update' looking good.

  
  What I Expected to Happen
  ==

  Given that the the *_Release file contains checksums for the *_Package
  file, I would expect that apt verifies the checksum, and if it fails,
  refetches the repository information even if there hasn't been an
  update, during any given 'apt update' operation.

  
  Further Information
  ==

  I checked apt's project in Debian at https://bugs.debian.org/cgi-
  bin/pkgreport.cgi?pkg=apt and there don't appear to be any bugs about
  this filed already, so I'm starting by filin

[Touch-packages] [Bug 1677202] Re: Sound playback delays

2017-12-19 Thread Stuart Langridge
Yup; wired audio, on a normal 3.5mm jack headphone cable (not HDMI or
similar).

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1677202

Title:
  Sound playback delays

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Sound playback on my machine seems to be delayed. Playing an error
  beep hangs for half a second or so before playing, making tab
  completion extremely irritating (because the completion itself also
  hangs); starting a video or music track is silent for the first second
  or so. This seems to be fixed, as per
  http://askubuntu.com/questions/218444/sound-output-starts-
  delayed/440787#440787, by disabling pulseaudio's "module-suspend-on-
  idle" feature. I don't need this feature at all because my machine is
  a desktop box without a battery, permanently plugged into power, and
  therefore any minimal power saving it produces is far outweighed by
  the annoyance. However, since other people don't experience this
  problem, perhaps it's chipset specific? I also experience Audacity
  taking a long time to start up, which also seems to have been helped
  by this fix.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.2
  ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
  Uname: Linux 4.4.0-66-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Mar 29 11:56:24 2017
  InstallationDate: Installed on 2014-04-07 (1087 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-04 (237 days ago)
  dmi.bios.date: 12/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1707
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: PCS
  dmi.chassis.type: 3
  dmi.chassis.vendor: PC SPECIALIST
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1707:bd12/13/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-A:rvrRev1.xx:cvnPCSPECIALIST:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2017-03-29T11:51:11.884294

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1742586] [NEW] package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return co

2018-01-10 Thread Stuart Bishop
Public bug reported:

automatic upgrades failed somehow, possibly undersized /boot

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2
ProcVersionSignature: Ubuntu 4.13.0-25.29~16.04.2-generic 4.13.13
Uname: Linux 4.13.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Thu Jan 11 10:49:51 2018
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2016-02-26 (684 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: initramfs-tools
Title: package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2 failed 
to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited 
with return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1742586

Title:
  package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2
  failed to install/upgrade: run-parts: /etc/kernel/postinst.d
  /initramfs-tools exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  automatic upgrades failed somehow, possibly undersized /boot

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2
  ProcVersionSignature: Ubuntu 4.13.0-25.29~16.04.2-generic 4.13.13
  Uname: Linux 4.13.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  Date: Thu Jan 11 10:49:51 2018
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2016-02-26 (684 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.3
   apt  1.2.24
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2 
failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools 
exited with return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1742586] Re: package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code

2018-01-15 Thread Stuart Bishop
I have the default number of kernels installed with unattended upgrades
& autoremove, so 3. I have configured xz compression, which normally
stops this. /boot is undersized due to this install being done with a
Xenial pre-release (before the default /boot size was increased). I
don't know what changed that had apport flag this as a new bug.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1742586

Title:
  package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2
  failed to install/upgrade: run-parts: /etc/kernel/postinst.d
  /initramfs-tools exited with return code 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  automatic upgrades failed somehow, possibly undersized /boot

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2
  ProcVersionSignature: Ubuntu 4.13.0-25.29~16.04.2-generic 4.13.13
  Uname: Linux 4.13.0-25-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  Date: Thu Jan 11 10:49:51 2018
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2016-02-26 (684 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.3
   apt  1.2.24
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.13.0-25-generic 4.13.0-25.29~16.04.2 
failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools 
exited with return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1788920] [NEW] package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2018-08-24 Thread Stuart Last
Public bug reported:

Trying to apt-get update.  Error shows dpkg lock.  Lock removed and
processes killed. dpkg issue still remains

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-33-generic 4.15.0-33.36
ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
NonfreeKernelModules: wl nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gdm1737 F pulseaudio
  stu4064 F pulseaudio
 /dev/snd/controlC0:  gdm1737 F pulseaudio
  stu4064 F pulseaudio
Date: Fri Aug 24 19:54:14 2018
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
MachineType: Alienware Alienware 17
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=f6521a16-70d8-461f-a2b9-1717699f5e77 ro quiet splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions: grub-pc 2.02-2ubuntu8.2
SourcePackage: initramfs-tools
Title: package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/25/2014
dmi.bios.vendor: Alienware
dmi.bios.version: A09
dmi.board.name: 04WT2G
dmi.board.vendor: Alienware
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Alienware
dmi.chassis.version: A09
dmi.modalias: 
dmi:bvnAlienware:bvrA09:bd02/25/2014:svnAlienware:pnAlienware17:pvrA09:rvnAlienware:rn04WT2G:rvrA00:cvnAlienware:ct8:cvrA09:
dmi.product.family: 00
dmi.product.name: Alienware 17
dmi.product.version: A09
dmi.sys.vendor: Alienware

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1788920

Title:
  package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Trying to apt-get update.  Error shows dpkg lock.  Lock removed and
  processes killed. dpkg issue still remains

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-33-generic 4.15.0-33.36
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Uname: Linux 4.15.0-32-generic x86_64
  NonfreeKernelModules: wl nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  gdm1737 F pulseaudio
stu4064 F pulseaudio
   /dev/snd/controlC0:  gdm1737 F pulseaudio
stu4064 F pulseaudio
  Date: Fri Aug 24 19:54:14 2018
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  MachineType: Alienware Alienware 17
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-32-generic 
root=UUID=f6521a16-70d8-461f-a2b9-1717699f5e77 ro quiet splash vt.handoff=1
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions: grub-pc 2.02-2ubuntu8.2
  SourcePackage: initramfs-tools
  Title: package linux-image-4.15.0-33-generic 4.15.0-33.36 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/25/2014
  dmi.bios.vendor: Alienware
  dmi.bios.version: A09
  dmi.board.name: 04WT2G
  dmi.board.vendor: Alienware
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Alienware
  dmi.chassis.version: A09
  dmi.modalias: 
dmi:bvnAlienware:bvrA09:bd02/25/2014:svnAlienware:pnAlienware17:pvrA09:rvnAlienware:rn04WT2G:rvrA00:cvnAlienware:ct8:cvrA09:
  dmi.product.family: 00
  dmi.product.name: Alienware 17
  dmi.product.version: A09
  dmi.sys.vendor: Alienware

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : 

[Touch-packages] [Bug 1766969] Re: DNS cannot be resolved in Public / Hotel / Starbucks WiFi Hotspot

2018-09-10 Thread Stuart Gillies
You may think you fixed it but I'm sitting in a hotel in The Netherlands
with a connected phone and tablet but not the laptop. Grrr! I have 18.04
up to date yesterday. Wifi says it is connected but hotel logon page
won't appear. Is there a usable workaround?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1766969

Title:
  DNS cannot be resolved in Public / Hotel / Starbucks WiFi Hotspot

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Artful:
  Confirmed
Status in systemd source package in Bionic:
  Fix Released
Status in systemd source package in Cosmic:
  Fix Released

Bug description:
  [Impact]

   * More captive portals have been discovered that do not handle DNS requests 
with D0 set.
   * Thus extend previous aruba-networks fix from 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237 by retrying all 
NXDOMAIN results with lower feature levels just in case.

  [Test Case]

   * systemd-resolved something-nonexistant.ubuntu.com
   * monitor the logs, and check that the transaction has been downgraded 
multiple times and tried at least once at a feature level below D0. There 
should be a downgrade message in the log.
   * Note, it will be cached, thus one may need to call $ systemd-resolved 
--flush-caches

  [Regression Potential]

   * Legitimate NXDOMAIN queries will now take longer, as they will be
  retried multiple times with different features sets until an answer is
  found. At that point the query will be cached and will return quickly.
  This is needed to work-around bad captive portals that do not support
  dns queries with D0. Post-captive portal, the feature level can
  usually be cranked back up and it does after a grace period.

  [Other Info]
   
   * Original bug report

  I was asked to create a new bug for this in
  https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237 as it
  seems to be a different issue.

  I have installed the nightly image of Kubuntu Bionic from 25th of
  April.

  There systemd is in version 237-3ubuntu10.

  When connecting to the wifi hotspot in my hotel (Quality Hotel
  Augsburg) I cannot open the hotspot landing page that should give me
  access to the WIFI. With Windows and on an Iphone it's working.

  For the following distributions I can confirm it not working:
  Kubuntu 17.10
  Kubuntu 18.04 (nightly image 25th of April 2018)

  The logs were taken on 18.04.

  Workaround:
  sudo systemctl disable systemd-resolved.service
  sudo service systemd-resolved stop
  sudo rm /etc/resolv.conf
  sudo nano /etc/NetworkManager/NetworkManager.conf
    >> add "dns=default" under [main]
  sudo service network-manager restart

  Then I can connect to the WIFI and I see the login page in Firefox.

  To capture some data I did the following:
   - connect to Hotspot
   - enter golem.de

  Case 1: Fresh default Kubuntu install
  With a default Kubuntu install it does not work. I can connect to the WIFI 
and get IP and DNS from DHCP but I cannot resolve any hostname. When trying  to 
open the router ip directly in the browser it forwards to hotsplots.de which 
cannot be resolved.

  Case 2: With aforementioned Workaround
  I connect to the wifi, I open firefox and the login page shows up (if I 
havent been connected yet. In the capture I already was able to connect to the 
hotspot which allows immediately to connect to the webpage)

  PS: I'll be in this hotel till Friday 27th if more information are
  required.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1929647] Re: debian helper tools for python never updates

2023-09-26 Thread Stuart Prescott
This has nothing to do with python-debian. The package that isn't
upgraded is dh-python, but the query is actually about whatever UI is
being used to upgrade.

** Package changed: python-debian (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-debian in Ubuntu.
https://bugs.launchpad.net/bugs/1929647

Title:
  debian helper tools for python never updates

Status in Ubuntu:
  New

Bug description:
  software updater prompts new updates
  debian helper tools for python is always one of them but I cannot select the 
checkbox
  so

  debian helper tools for python never updates


  Here's the screen shot
  https://i.imgur.com/AjDd5yo.png

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1678678] Re: package python-debian 0.1.27ubuntu2 failed to install/upgrade: パッケージが非常に矛盾した状態に陥りました。設定を試みる 前に再インストールすべきです。

2023-09-26 Thread Stuart Prescott
Upgrade error not related to python-debian; this is from an interrupt
apt run.

** Package changed: python-debian (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-debian in Ubuntu.
https://bugs.launchpad.net/bugs/1678678

Title:
  package python-debian 0.1.27ubuntu2 failed to install/upgrade:
  パッケージが非常に矛盾した状態に陥りました。設定を試みる 前に再インストールすべきです。

Status in Ubuntu:
  New

Bug description:
  python-debian
  install

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-debian 0.1.27ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  AptOrdering:
   libqt5x11extras5: Install
   python-debian: Configure
   libqt5x11extras5: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Mon Apr  3 08:14:50 2017
  ErrorMessage: パッケージが非常に矛盾した状態に陥りました。設定を試みる 前に再インストールすべきです。
  InstallationDate: Installed on 2017-04-01 (1 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64(20160426.1)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.2.10ubuntu1
  SourcePackage: python-debian
  Title: package python-debian 0.1.27ubuntu2 failed to install/upgrade: 
パッケージが非常に矛盾した状態に陥りました。設定を試みる 前に再インストールすべきです。
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-07-31 Thread Stuart Bishop
It also requires a complete reinstall if your boot partition is too
small (ie. you accepted the defaults with an LVM or encrypted disk
install pre 16.04 release). Machines upgraded from 14.04 will continue
to fail and be directed here.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1357093

Title:
  Kernels not autoremoving, causing out of space error on LVM or
  Encrypted installation or on any installation, when /boot partition
  gets full

Status in unattended-upgrades:
  New
Status in unattended-upgrades package in Ubuntu:
  Fix Released

Bug description:
  Currently if one chooses to use LVM or encrypted install, a /boot
  partition is created of 236Mb

  Once kernel updates start being released this partition soon fills
  until people are left unable to upgrade.

  While you and I might know that we need to watch partition space, many
  of the people we have installing think that a windows disk is a disk
  and not a partition, education is probably the key - but in the
  meantime support venues keep needing to deal with the fact the
  partition is too small and/or old kernels are not purged as new ones
  install.

  For workaround and sytem repair, see
  https://help.ubuntu.com/community/RemoveOldKernels

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1709536] Re: snapd 2.26.14 on ubuntu-core won't start in containers anymore

2017-08-28 Thread Stuart Bishop
** Also affects: layer-snap
   Importance: Undecided
   Status: New

** Changed in: layer-snap
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1709536

Title:
  snapd 2.26.14 on ubuntu-core won't start in containers anymore

Status in Snap Layer:
  New
Status in snapd:
  New
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Xenial:
  Confirmed
Status in systemd source package in Artful:
  Fix Released

Bug description:
  It looks like snapd in ubuntu-core (2.26.14 here) has been modified to
  use a negative Nice value in systemd. Systemd seems to treat a failure
  to apply the requested Nice value as critical to unit startup.

  Unprivileged LXD containers do not allow the use of negative nice
  values as those are restricted to the real root user. I believe the
  optimal fix would be for systemd to ignore permission errors when
  attempting to setup such custom nice values in containers but if that
  can't be resolved quickly, then it means that snapd will now fail to
  start inside containers.

  
  Aug 09 05:54:37 core systemd[1]: snapd.service: Main process exited, 
code=exited, status=201/NICE
  Aug 09 05:54:37 core systemd[1]: snapd.service: Unit entered failed state.
  Aug 09 05:54:37 core systemd[1]: snapd.service: Failed with result 
'exit-code'.

  
  I have confirmed that setting up a unit override by hand which sets Nice=0 
does resolve the problem, confirming that the negative Nice value is the 
problem (snapd.service has Nice=-5 here).

To manage notifications about this bug go to:
https://bugs.launchpad.net/layer-snap/+bug/1709536/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1709536] Re: snapd 2.26.14 on ubuntu-core won't start in containers anymore

2017-08-31 Thread Stuart Bishop
All charms using snaps are currently failing, so I'm looking forward to
a snapd release with the commented out Nice. The alternative is adding
the systemd override workaround to the snap layer and making everyone
rebuild and republish their charms.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1709536

Title:
  snapd 2.26.14 on ubuntu-core won't start in containers anymore

Status in Snap Layer:
  New
Status in snapd:
  New
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Xenial:
  Confirmed
Status in systemd source package in Artful:
  Fix Released

Bug description:
  It looks like snapd in ubuntu-core (2.26.14 here) has been modified to
  use a negative Nice value in systemd. Systemd seems to treat a failure
  to apply the requested Nice value as critical to unit startup.

  Unprivileged LXD containers do not allow the use of negative nice
  values as those are restricted to the real root user. I believe the
  optimal fix would be for systemd to ignore permission errors when
  attempting to setup such custom nice values in containers but if that
  can't be resolved quickly, then it means that snapd will now fail to
  start inside containers.

  
  Aug 09 05:54:37 core systemd[1]: snapd.service: Main process exited, 
code=exited, status=201/NICE
  Aug 09 05:54:37 core systemd[1]: snapd.service: Unit entered failed state.
  Aug 09 05:54:37 core systemd[1]: snapd.service: Failed with result 
'exit-code'.

  
  I have confirmed that setting up a unit override by hand which sets Nice=0 
does resolve the problem, confirming that the negative Nice value is the 
problem (snapd.service has Nice=-5 here).

To manage notifications about this bug go to:
https://bugs.launchpad.net/layer-snap/+bug/1709536/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1018307] Re: SSL renegotiation fails

2015-02-16 Thread Stuart Bishop
** Also affects: postgresql (Juju Charms Collection)
   Importance: Undecided
   Status: New

** Changed in: postgresql (Juju Charms Collection)
   Status: New => Triaged

** Changed in: postgresql (Juju Charms Collection)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1018307

Title:
  SSL renegotiation fails

Status in openssl package in Ubuntu:
  Confirmed
Status in postgresql-9.4 package in Ubuntu:
  Confirmed
Status in postgresql package in Juju Charms Collection:
  Triaged

Bug description:
  With PostgreSQL 9.1, SSL renegotiation is enabled by default. This
  fails under Ubuntu 12.04, most noticeably when using streaming
  replication as the renegotiation limit is hit quickly.

  On the master:

  2012-06-25 16:16:26 PDT LOG:  SSL renegotiation failure
  2012-06-25 16:16:26 PDT LOG:  SSL error: unexpected record
  2012-06-25 16:16:26 PDT LOG:  could not send data to client: Connection reset 
by peer

  On the hot standby:

  2012-06-25 11:12:11 PDT FATAL:  could not receive data from WAL stream: SSL 
error: sslv3 alert unexpected message
  2012-06-25 11:12:11 PDT LOG:  record with zero length at 1C5/95D2FE00

  If our SSL libraries do not support SSL renegotiation, the default
  setting is wrong and perhaps warnings emitted if attempts are made to
  enable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: postgresql-9.1 9.1.4-0ubuntu12.04
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jun 27 16:38:33 2012
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: postgresql-9.1
  UpgradeStatus: Upgraded to precise on 2012-04-27 (60 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1018307] Re: SSL renegotiation fails

2015-02-23 Thread Stuart Bishop
** Changed in: postgresql (Juju Charms Collection)
   Status: Triaged => In Progress

** Changed in: postgresql (Juju Charms Collection)
 Assignee: (unassigned) => Stuart Bishop (stub)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1018307

Title:
  SSL renegotiation fails

Status in openssl package in Ubuntu:
  Confirmed
Status in postgresql-9.4 package in Ubuntu:
  Confirmed
Status in postgresql package in Juju Charms Collection:
  In Progress

Bug description:
  With PostgreSQL 9.1, SSL renegotiation is enabled by default. This
  fails under Ubuntu 12.04, most noticeably when using streaming
  replication as the renegotiation limit is hit quickly.

  On the master:

  2012-06-25 16:16:26 PDT LOG:  SSL renegotiation failure
  2012-06-25 16:16:26 PDT LOG:  SSL error: unexpected record
  2012-06-25 16:16:26 PDT LOG:  could not send data to client: Connection reset 
by peer

  On the hot standby:

  2012-06-25 11:12:11 PDT FATAL:  could not receive data from WAL stream: SSL 
error: sslv3 alert unexpected message
  2012-06-25 11:12:11 PDT LOG:  record with zero length at 1C5/95D2FE00

  If our SSL libraries do not support SSL renegotiation, the default
  setting is wrong and perhaps warnings emitted if attempts are made to
  enable it.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: postgresql-9.1 9.1.4-0ubuntu12.04
  ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
  Uname: Linux 3.2.0-25-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu8
  Architecture: amd64
  Date: Wed Jun 27 16:38:33 2012
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm
   PATH=(custom, user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: postgresql-9.1
  UpgradeStatus: Upgraded to precise on 2012-04-27 (60 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1370008] Re: url-dispatcher-bad-url

2015-04-17 Thread Stuart Langridge
In general there should probably be fallback handling in the URL
dispatcher for all unknown URL schemata, I think? (Although having a
dedicated handler for market: URLs may also be useful.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1370008

Title:
  url-dispatcher-bad-url

Status in Ubuntu UX bugs:
  Triaged
Status in gallery-app package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding gallery-app.  This problem was most recently seen with
  version 13.10.0+14.10.20140908.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/b1f16000af092461aeb85b5c7edfd3dc3f1271c8
  contains more details.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436630] Re: must unlock screen even if it was only off for a few seconds

2015-04-17 Thread Stuart Langridge
Daniel, the setting "System > Security & Privacy > Lock phone > Lock
when idle" sets how long the phone will wait, if left untouched, before
locking the screen. I currently have it set to 1 minute. However, if I
press the power button to turn off the screen, and then immediately
press the power button to turn the screen back on again, I must enter my
PIN again; this is not controlled by the above setting. At the moment,
the phone basically locks every time the screen is turned off, and as
far as I can tell I can't change that without completely disabling
locking. What I'd like (and what I believe Selene is requesting) is that
"turn off the screen" does not always mean "and lock the screen".

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1436630

Title:
  must unlock screen even if it was only off for a few seconds

Status in ubuntu-system-settings package in Ubuntu:
  Triaged
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  On Ubuntu Touch so far (vivid, mid-March 2015), it is still necessary
  to unlock the screen after it shuts off, even if the screen was only
  off for a few seconds.  This is inconvenient, and it would be much
  easier if the lock didn't activate for ~10 seconds after the screen
  turns itself off.

  If the user activates the screen-off event by tapping the power
  button, then it's okay to lock immediately.  If the screen times out
  though, it should probably delay before locking, to give the user a
  chance to turn the screen back on.

  Could we add a ~10 second delay between automatic screen shutoff and
  screen lock?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1452416] [NEW] Provide a reliable entry point for inserting third party components

2015-05-06 Thread Stuart Langridge
Public bug reported:

UCS (and other third party component archives) needs a way to download
the source code of a component and add it to the current project's build
system. This suggests that the qmake build templates for Ubuntu SDK
projects need some sort of a "hook" or identifiable entry point so that
ucs knows where to add new components to.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-sdk 1.126.1
ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
Uname: Linux 3.13.0-49-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.10
Architecture: amd64
CurrentDesktop: Unity
Date: Wed May  6 20:01:57 2015
InstallationDate: Installed on 2014-04-07 (394 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: ubuntu-touch-meta
UpgradeStatus: Upgraded to trusty on 2014-04-25 (376 days ago)

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
 Importance: High
 Status: Confirmed


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1452416

Title:
  Provide a reliable entry point for inserting third party components

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  Confirmed

Bug description:
  UCS (and other third party component archives) needs a way to download
  the source code of a component and add it to the current project's
  build system. This suggests that the qmake build templates for Ubuntu
  SDK projects need some sort of a "hook" or identifiable entry point so
  that ucs knows where to add new components to.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ubuntu-sdk 1.126.1
  ProcVersionSignature: Ubuntu 3.13.0-49.81-generic 3.13.11-ckt17
  Uname: Linux 3.13.0-49-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May  6 20:01:57 2015
  InstallationDate: Installed on 2014-04-07 (394 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: ubuntu-touch-meta
  UpgradeStatus: Upgraded to trusty on 2014-04-25 (376 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1452416/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1472142] [NEW] /var/cache/lxc not world readable

2015-07-07 Thread Stuart Bishop
Public bug reported:

I am interested in priming the lxc cache on new hosts, but this is
problematic because /var/cache/lxc is not world readable.

Could it become world readable?

This bug should be WONTFIX if the cache can contain secrets or 'private'
images. But ideally these would be declared private and protected at the
next level down.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1472142

Title:
  /var/cache/lxc not world readable

Status in lxc package in Ubuntu:
  New

Bug description:
  I am interested in priming the lxc cache on new hosts, but this is
  problematic because /var/cache/lxc is not world readable.

  Could it become world readable?

  This bug should be WONTFIX if the cache can contain secrets or
  'private' images. But ideally these would be declared private and
  protected at the next level down.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1352000] [NEW] Screen repeatedly goes black, returns to normal after a couple of seconds

2014-08-03 Thread Stuart Langridge
Public bug reported:

Running 14.04. My screen (an external monitor, connected to a desktop
computer) has started going black and then returning back to normal a
couple of seconds later. This happens every few minutes. dmesg shows
lines:

[ 9241.255109] HDMI: ELD buf size is 0, force 128
[ 9241.255132] HDMI: invalid ELD data byte 0

There does not seem to be anything relevant being added to Xorg.0.log.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sun Aug  3 22:00:36 2014
DistUpgraded: 2014-04-25 18:09:11,162 DEBUG enabling apt cron job
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8534]
InstallationDate: Installed on 2014-04-07 (118 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: ASUS All Series
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic.efi.signed 
root=UUID=ad1b3110-ee9a-4dac-839d-604080e0020d ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-04-25 (100 days ago)
dmi.bios.date: 12/13/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1707
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87-A
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: PCS
dmi.chassis.type: 3
dmi.chassis.vendor: PC SPECIALIST
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1707:bd12/13/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-A:rvrRev1.xx:cvnPCSPECIALIST:ct3:cvrChassisVersion:
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Aug  3 19:24:59 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   10147 
 vendor ACI
xserver.version: 2:1.15.1-0ubuntu2

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1352000

Title:
  Screen repeatedly goes black, returns to normal after a couple of
  seconds

Status in “xorg” package in Ubuntu:
  New

Bug description:
  Running 14.04. My screen (an external monitor, connected to a desktop
  computer) has started going black and then returning back to normal a
  couple of seconds later. This happens every few minutes. dmesg shows
  lines:

  [ 9241.255109] HDMI: ELD buf size is 0, force 128
  [ 9241.255132] HDMI: invalid ELD data byte 0

  There does not seem to be anything relevant being added to Xorg.0.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Aug  3 22:00:36 2014
  DistUpgraded: 2014-04-25 18:09:11,162 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])

[Touch-packages] [Bug 1354164] [NEW] No way to show power indicator for wireless mice/keyboards on desktop machines without battery

2014-08-07 Thread Stuart Langridge
Public bug reported:

I have a desktop computer running Ubuntu 14.04. Today I discovered that
the battery status for my wireless mouse and keyboard are shown in the
Power section of System Settings, which was very pleasing. However,
there is no way to show the battery status in the menu bar on this
machine. The options available for this in System Settings are:

Show battery status in the menu bar when battery is present
Show battery status in the menu bar when battery is charging/in use
Show battery status in the menu bar never

Either the batteries in my wireless keyboard and wireless mouse count as
a "battery" for the purposes of this menu, or they don't, and I don't
know which is true, but either way there is a bug.

If the "Show battery status in the menu bar" dropdown menu applies to
only a main computer battery (such as is found in a laptop) then there
is no way to show the battery status of my wireless keyboard and mouse
if my computer does not *have* a main computer battery (because it is a
desktop computer plugged into mains power always). Suggested fix: add a
new option, "when device(s) using a battery are connected", which would
act as "Show battery status in the menu bar when battery is present" but
also show the status in the menu bar if battery-using peripherals are
connected.

If the "Show battery status in the menu bar" dropdown menu applies to
all batteries, including those in peripherals such as mice, then the
setting is incorrectly being ignored because I do not have a power
indicator.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-power 12.10.6+14.04.20140411-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Aug  7 21:53:35 2014
InstallationDate: Installed on 2014-04-07 (122 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: indicator-power
UpgradeStatus: Upgraded to trusty on 2014-04-25 (104 days ago)

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1354164

Title:
  No way to show power indicator for wireless mice/keyboards on desktop
  machines without battery

Status in “indicator-power” package in Ubuntu:
  New

Bug description:
  I have a desktop computer running Ubuntu 14.04. Today I discovered
  that the battery status for my wireless mouse and keyboard are shown
  in the Power section of System Settings, which was very pleasing.
  However, there is no way to show the battery status in the menu bar on
  this machine. The options available for this in System Settings are:

  Show battery status in the menu bar when battery is present
  Show battery status in the menu bar when battery is charging/in use
  Show battery status in the menu bar never

  Either the batteries in my wireless keyboard and wireless mouse count
  as a "battery" for the purposes of this menu, or they don't, and I
  don't know which is true, but either way there is a bug.

  If the "Show battery status in the menu bar" dropdown menu applies to
  only a main computer battery (such as is found in a laptop) then there
  is no way to show the battery status of my wireless keyboard and mouse
  if my computer does not *have* a main computer battery (because it is
  a desktop computer plugged into mains power always). Suggested fix:
  add a new option, "when device(s) using a battery are connected",
  which would act as "Show battery status in the menu bar when battery
  is present" but also show the status in the menu bar if battery-using
  peripherals are connected.

  If the "Show battery status in the menu bar" dropdown menu applies to
  all batteries, including those in peripherals such as mice, then the
  setting is incorrectly being ignored because I do not have a power
  indicator.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-power 12.10.6+14.04.20140411-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Aug  7 21:53:35 2014
  InstallationDate: Installed on 2014-04-07 (122 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: indicator-power
  UpgradeStatus: Upgraded to trusty on 2014-04-25 (104 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.la

[Touch-packages] [Bug 1466479] Re: "Searching for available drivers..." gives no indication of progress

2017-01-02 Thread Stuart Gillies
There is another aspect to this minor but irritating bug. Whilst
additional drivers are being searched for, the panel displays the
message "No additional drivers are in use". This should not be displayed
as at this point the software does not know if this is true or not.

Not mission critical, but it undermines the professionalism of Ubuntu.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1466479

Title:
  "Searching for available drivers..." gives no indication of progress

Status in software-properties package in Ubuntu:
  Triaged

Bug description:
  software-properties 0.92.37.3, Ubuntu 14.04

  1. Open System Settings > "Software & Updates".
  2. Choose "Additional Drivers".
  3. Wait 30 seconds.

  What you see:
  2. The text "Searching for available drivers..." centered in the box, but no 
other hint of progress.
  3. A list of drivers.

  What you should see:
  2. A progress bar, if the driver search has determinate progress; otherwise a 
spinner.

  : “The
  ‘Additional Drivers’ tab should begin with a listbox containing a
  progress bar and the text ‘Searching for available drivers…’ until the
  search is complete.”

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1466479/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1442649] Re: nautilus trash doesn't include btrfs and zfs subvolumes

2017-02-20 Thread Stuart Bishop
Work around is to use the trash-cli package and empty trash from the
command line.

Upstream fixes in nautilus seems stalled, per
https://bugzilla.gnome.org/show_bug.cgi?id=604015 , with no comments
from maintainers for the several months that patches have been
available.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1442649

Title:
  nautilus trash doesn't include btrfs and zfs subvolumes

Status in GLib:
  Incomplete
Status in glib2.0 package in Ubuntu:
  Triaged
Status in gvfs package in Ubuntu:
  Triaged
Status in nautilus package in Ubuntu:
  Triaged

Bug description:
  Files in `/path/to/subvolume/.Trash-1000` aren't listed in the global
  trash.

  Comment by bug triage team: comment 4 has a spot-on analysis of where
  this issue is coming from, an inconsistency between trash handling in
  gvfs and glib/gio.  The problem has been around for quite a while.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1668102] [NEW] Indicator menu does not use clock format for times in other locations

2017-02-26 Thread stuart d
Public bug reported:

Times for other locations that are shown in the menu are not formatted
the same way that the indicator menu bar clock is formated.

To reproduce (from the default config):

1. Go to Time & Date Settings -> Clock
2. Select "In the clock, show: 24-hour time"
3. Check "Time in other locations"
4. Add a location under "Choose Locations". I entered UTC. Note that the 
formatting is correctly used here.
5. Exit configuration windows

Expected result: UTC time would be shown in menu with 24-hour format

Actual result: UTC time is shown in menu using 12-hour format

** Affects: indicator-datetime (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1668102

Title:
  Indicator menu does not use clock format for times in other locations

Status in indicator-datetime package in Ubuntu:
  New

Bug description:
  Times for other locations that are shown in the menu are not formatted
  the same way that the indicator menu bar clock is formated.

  To reproduce (from the default config):

  1. Go to Time & Date Settings -> Clock
  2. Select "In the clock, show: 24-hour time"
  3. Check "Time in other locations"
  4. Add a location under "Choose Locations". I entered UTC. Note that the 
formatting is correctly used here.
  5. Exit configuration windows

  Expected result: UTC time would be shown in menu with 24-hour format

  Actual result: UTC time is shown in menu using 12-hour format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1668102/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1674532] Re: Ubuntu 14.04 broken during PXE boot

2017-03-21 Thread Stuart Harland
This issue does not appear to exist in the installer for xenial but
definitely effects the anna-install process for trusty.

The effect is to make the system unable to be installed.

Please see http://termbin.com/1npy which has the output of syslog from
the installer.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/1674532

Title:
  Ubuntu 14.04 broken during PXE boot

Status in eglibc package in Ubuntu:
  Confirmed

Bug description:
  After installing the libc6_2.19-0ubuntu6.10_amd64_udeb package during
  the automated install of ubuntu 14.04.5, the system was suddenly
  unable to resolve hostnames via dns. Installing -0ubuntu6.9 resolved
  the issue. Reinstalling -ubuntu6.10 broke the system again.

  I note that -ubuntu6.10 was recently added to the archive.

  I am currently unable to install Ubuntu 14.04.5.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 684393] Re: $PATH discrepency when ~/bin exists

2017-03-27 Thread Stuart MacDonald
Putting ~/bin at the end of the path increases security. That is enough
to end the argument.

If the user wants to override system tools, then they can just as easily
rearrange their path to have ~/bin at the beginning. In fact, that's
congruence: a user savvy enough to install their own tools to ~/bin
_and_ want them to override system tools is likely savvy enough to edit
their path. A user who isn't savvy isn't going to be able to figure out
why "cd " always takes them to /you-got-punked.

Default to more security, not less.

The amount of security gained is irrelevant as there is no cost to doing
it right.

The fallacy of "I can't imagine a scenario where ~/bin at the start of
the path is a bigger security issue than if it's at the end of the path"
is the same fallacy as "I can't break this encryption algorithm I wrote,
therefore it's  unbreakable."


Ubuntu 14.04 is also broken in that, after ~/bin is created, the user
has to a) re-source .profile, or b) logout and login. Ubuntu 16.04 has
at least fixed that, despite having the same security issue.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/684393

Title:
  $PATH discrepency when ~/bin exists

Status in bash package in Ubuntu:
  Incomplete
Status in bash package in Debian:
  New

Bug description:
  Binary package hint: bash

  Hi,

  From the thread here: http://ubuntuforums.org/showthread.php?t=1634980

  If you have a bin folder in yer home directory, it adds it to the
  path.

  It currently adds ~/bin to the start of $PATH, which has been brought
  up as a bit of a security issue. It should add that path to the end of
  the $PATH variable, not the beginning.

  See the thread for a fix.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: bash 4.1-2ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11
  Uname: Linux 2.6.32-26-generic i686
  Architecture: i386
  Date: Thu Dec  2 11:29:24 2010
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release i386 (20100816.1)
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: bash

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1677202] [NEW] Sound playback delays

2017-03-29 Thread Stuart Langridge
Public bug reported:

Sound playback on my machine seems to be delayed. Playing an error beep
hangs for half a second or so before playing, making tab completion
extremely irritating (because the completion itself also hangs);
starting a video or music track is silent for the first second or so.
This seems to be fixed, as per http://askubuntu.com/questions/218444
/sound-output-starts-delayed/440787#440787, by disabling pulseaudio's
"module-suspend-on-idle" feature. I don't need this feature at all
because my machine is a desktop box without a battery, permanently
plugged into power, and therefore any minimal power saving it produces
is far outweighed by the annoyance. However, since other people don't
experience this problem, perhaps it's chipset specific? I also
experience Audacity taking a long time to start up, which also seems to
have been helped by this fix.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.2
ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
Uname: Linux 4.4.0-66-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Mar 29 11:56:24 2017
InstallationDate: Installed on 2014-04-07 (1087 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to xenial on 2016-08-04 (237 days ago)
dmi.bios.date: 12/13/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1707
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87-A
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: PCS
dmi.chassis.type: 3
dmi.chassis.vendor: PC SPECIALIST
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1707:bd12/13/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-A:rvrRev1.xx:cvnPCSPECIALIST:ct3:cvrChassisVersion:
dmi.product.name: All Series
dmi.product.version: System Version
dmi.sys.vendor: ASUS
modified.conffile..etc.pulse.default.pa: [modified]
mtime.conffile..etc.pulse.default.pa: 2017-03-29T11:51:11.884294

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1677202

Title:
  Sound playback delays

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Sound playback on my machine seems to be delayed. Playing an error
  beep hangs for half a second or so before playing, making tab
  completion extremely irritating (because the completion itself also
  hangs); starting a video or music track is silent for the first second
  or so. This seems to be fixed, as per
  http://askubuntu.com/questions/218444/sound-output-starts-
  delayed/440787#440787, by disabling pulseaudio's "module-suspend-on-
  idle" feature. I don't need this feature at all because my machine is
  a desktop box without a battery, permanently plugged into power, and
  therefore any minimal power saving it produces is far outweighed by
  the annoyance. However, since other people don't experience this
  problem, perhaps it's chipset specific? I also experience Audacity
  taking a long time to start up, which also seems to have been helped
  by this fix.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3.2
  ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
  Uname: Linux 4.4.0-66-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.5
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Mar 29 11:56:24 2017
  InstallationDate: Installed on 2014-04-07 (1087 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to xenial on 2016-08-04 (237 days ago)
  dmi.bios.date: 12/13/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1707
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-A
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: PCS
  dmi.chassis.type: 3
  dmi.chassis.vendor: PC SPECIALIST
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1707:bd12/13/2013:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ87-A:rvrRev1.xx:cvnPCSPECIALIST:ct3:cvrChassisVersion:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2017-03-29T11:51:11.884294

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-package

[Touch-packages] [Bug 606491] Re: start: Job is already running: anacron

2015-08-01 Thread Stuart Rackham
The default /etc/anacrontab only executes cron jobs, doesn't this make
/etc/cron.d/anacron unnecessary?

Boot time execution of anacron  (/etc/init.d/anacron) takes care of jobs
missed while the PC was off and cron takes care of things while the PC
is on.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/606491

Title:
  start: Job is already running: anacron

Status in anacron package in Ubuntu:
  Triaged
Status in apt package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: anacron

  Every day cron sends me this email:

Date: Sat, 17 Jul 2010 07:30:01 +1200
From: Cron Daemon 
To: root@hostname
Subject: Cron  start -q anacron || :

start: Job is already running: anacron

  I've tried to find out why it was running twice, but I could only find
  one copy of anacron in the cron directories...

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1480726] [NEW] All Alarm{}s show in all apps and no extra data can be stored

2015-08-02 Thread Stuart Langridge
Public bug reported:

There is only one database of Alarms in the phone. This means that every
app which has anything to do with Alarms (or which wants to set a timer
for anything at all) shows all the Alarms set in the phone, from every
other Alarm-using app. So if my app creates a countdown timer for an
event two weeks from now, that event will also show in the Clock app,
and vice versa. Similarly, if my app creates an Alarm with a custom
sound in it, the Clock app cannot resolve that sound's URL to a name and
so does not know what to show. An app cannot store any custom data at
all about an Alarm in order to enable this filtering to only the alarms
that it created.

I propose two new properties be added to an Alarm object:

8<
Properties
creator : string
data : string

Property Documentation
creator : string
The property holds the applicationName of the app which created this Alarm. 
This should be set automatically by the QML Alarm object, and so should be 
read-only to apps.
data : string
The property holds a string, which can be used by the app to store arbitrary 
data with the Alarm in any format it chooses.
8<

An app can then choose to show all Alarms in the system (by acting as it
does now and using the AlarmModel object), or can optionally filter to
just its own alarms thus:

SortFilterModel {
  model: AlarmModel {}
  filter.property: "creator"
  filter.pattern: new RegExp("^" + main.applicationName + "$")
}

If apps being able to see another app's Alarms is considered a privacy
leak, then AlarmModel can be changed to act thus and so each app *only*
sees its own Alarms.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Description changed:

  There is only one database of Alarms in the phone. This means that every
  app which has anything to do with Alarms (or which wants to set a timer
  for anything at all) shows all the Alarms set in the phone, from every
  other Alarm-using app. So if my app creates a countdown timer for an
  event two weeks from now, that event will also show in the Clock app,
  and vice versa. Similarly, if my app creates an Alarm with a custom
  sound in it, the Clock app cannot resolve that sound's URL to a name and
  so does not know what to show. An app cannot store any custom data at
  all about an Alarm in order to enable this filtering to only the alarms
  that it created.
  
  I propose two new properties be added to an Alarm object:
  
  8<
  Properties
- owner : string
+ creator : string
  data : string
  
  Property Documentation
  creator : string
  The property holds the applicationName of the app which created this Alarm. 
This should be set automatically by the QML Alarm object, and so should be 
read-only to apps.
  data : string
  The property holds a string, which can be used by the app to store arbitrary 
data with the Alarm in any format it chooses.
  8<
  
  An app can then choose to show all Alarms in the system (by acting as it
  does now and using the AlarmModel object), or can optionally filter to
  just its own alarms thus:
  
  SortFilterModel {
-   model: AlarmModel {}
-   filter.property: "creator"
-   filter.pattern: new RegExp("^" + main.applicationName + "$")
+   model: AlarmModel {}
+   filter.property: "creator"
+   filter.pattern: new RegExp("^" + main.applicationName + "$")
  }
  
  If apps being able to see another app's Alarms is considered a privacy
  leak, then AlarmModel can be changed to act thus and so each app *only*
  sees its own Alarms.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1480726

Title:
  All Alarm{}s show in all apps and no extra data can be stored

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  There is only one database of Alarms in the phone. This means that
  every app which has anything to do with Alarms (or which wants to set
  a timer for anything at all) shows all the Alarms set in the phone,
  from every other Alarm-using app. So if my app creates a countdown
  timer for an event two weeks from now, that event will also show in
  the Clock app, and vice versa. Similarly, if my app creates an Alarm
  with a custom sound in it, the Clock app cannot resolve that sound's
  URL to a name and so does not know what to show. An app cannot store
  any custom data at all about an Alarm in order to enable this
  filtering to only the alarms that it created.

  I propose two new properties be added to an Alarm object:

  8<
  Properties
  creator : string
  data : string

  Property Documentation
  creator : string
  The property holds the applicationName of the app which created this Alarm. 
This should be set automatically by the QML Alarm object,

[Touch-packages] [Bug 1478075] Re: Sound indicator should only indicate ringtone volume

2015-08-03 Thread Stuart Langridge
"It's true that with the current UI you can't change the ringtone volume
while media is playing. But there's still no explanation here of why
that would actually be a problem"

An additional piece of information which may weigh into this discussion
(I propose no solutions here) is that of apps and games which play
sounds but do not play constant music. This may be because they are
capable of playing background music but the user has switched it off, or
that the app is not a game but uses sounds for various events. In such a
situation, it is often very difficult to decrease the sound volume of
the game. If the current foreground app is, for example, a game which
plays sounds for events but does not have background music, then it's
very unclear what using the hardware volume keys is *expected* to do in
this situation. Application sounds obey the media volume setting, not
the ringer volume setting (and I assume for this discussion that they
will continue to do so, although see below). If the hardware volume keys
are used when such a game is the current app, should they adjust the
media volume? The phone is not currently playing any media, and there is
no obvious direct feedback to be heard when the media volume adjusts
(unlike, for example, the music app, where a media volume change is
immediately apparent). But if the hardware volume keys adjust the ringer
volume when there is no media *playing*, then it becomes effectively
impossible to decrease the volume of the game's event sounds. Android
and iOS both suffer from this issue, and it is I think at least
partially because there are at least two independent volume settings
(media and ringer) but they are presented as one context-dependent
setting. Maybe separating out the two settings and making them
independently adjustable would help alleviate this confusion (at the
cost of additional complexity)?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1478075

Title:
  Sound indicator should only indicate ringtone volume

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete

Bug description:
  On the phone, the volume indicator follows the current active stream
  volume (music, alarm etc.) to show and control via slider and/or
  volume buttons.

  The indicator icon and slider should only ever follow the ringtone
  volume. I'm not sure whether volume buttons should work for alarms.

  This is somewhat related to bug #1291458.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-sound 12.10.2+15.04.20150508-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ActionStates: ({'mediaplayer-app.desktop.greeter': (true, signature '', 
[<{'running': , 'state': <'Paused'>}>]), 'mute': (true, '', []), 
'phone-settings': (true, '', []), 'mic-volume': (true, '', [<1.0>]), 'scroll': 
(true, 'i', []), 'high-volume': (true, '', []), 
'play-playlist.mediaplayer-app.desktop': (true, 's', []), 'desktop-settings': 
(true, '', []), 'mediaplayer-app.desktop': (true, '', [<{'running': , 
'state': <'Paused'>}>]), 'play.mediaplayer-app.desktop': (true, '', 
[<'Paused'>]), 'volume': (true, 'i', [<0.7414398193359375>]), 
'next.mediaplayer-app.desktop': (true, '', []), 'indicator-shown': (true, '', 
[]), 'root': (true, '', [<{'title': <'Dźwięk'>, 'accessible-desc': 
<'Głośność (74%)'>, 'icon': <('themed', <['audio-volume-high-panel', 
'audio-volume-high', 'audio-volume', 'audio']>)>, 'visible': }>]), 
'silent-mode': (true, '', []), 'previous.mediaplayer-app.desktop': 
(true, '', [])},)
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: armhf
  Date: Fri Jul 24 18:07:15 2015
  InstallationDate: Installed on 2015-07-23 (1 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150723-020304)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478075/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1478075] Re: Sound indicator should only indicate ringtone volume

2015-08-03 Thread Stuart Langridge
(Additional: perhaps app event sounds should obey the ringer volume, not
the media volume? This is unlikely to be a good approach and carries
with it its own confusion; it becomes impossible to silence a game
without also silencing the ringer, which is not good.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-sound in Ubuntu.
https://bugs.launchpad.net/bugs/1478075

Title:
  Sound indicator should only indicate ringtone volume

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  Incomplete
Status in indicator-sound package in Ubuntu:
  Incomplete

Bug description:
  On the phone, the volume indicator follows the current active stream
  volume (music, alarm etc.) to show and control via slider and/or
  volume buttons.

  The indicator icon and slider should only ever follow the ringtone
  volume. I'm not sure whether volume buttons should work for alarms.

  This is somewhat related to bug #1291458.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: indicator-sound 12.10.2+15.04.20150508-0ubuntu1
  Uname: Linux 3.4.67 armv7l
  ActionStates: ({'mediaplayer-app.desktop.greeter': (true, signature '', 
[<{'running': , 'state': <'Paused'>}>]), 'mute': (true, '', []), 
'phone-settings': (true, '', []), 'mic-volume': (true, '', [<1.0>]), 'scroll': 
(true, 'i', []), 'high-volume': (true, '', []), 
'play-playlist.mediaplayer-app.desktop': (true, 's', []), 'desktop-settings': 
(true, '', []), 'mediaplayer-app.desktop': (true, '', [<{'running': , 
'state': <'Paused'>}>]), 'play.mediaplayer-app.desktop': (true, '', 
[<'Paused'>]), 'volume': (true, 'i', [<0.7414398193359375>]), 
'next.mediaplayer-app.desktop': (true, '', []), 'indicator-shown': (true, '', 
[]), 'root': (true, '', [<{'title': <'Dźwięk'>, 'accessible-desc': 
<'Głośność (74%)'>, 'icon': <('themed', <['audio-volume-high-panel', 
'audio-volume-high', 'audio-volume', 'audio']>)>, 'visible': }>]), 
'silent-mode': (true, '', []), 'previous.mediaplayer-app.desktop': 
(true, '', [])},)
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: armhf
  Date: Fri Jul 24 18:07:15 2015
  InstallationDate: Installed on 2015-07-23 (1 days ago)
  InstallationMedia: Ubuntu 15.04 - armhf (20150723-020304)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1478075/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1489643] Re: [pay UI] Paypal login cannot be assured to be from paypal

2016-03-09 Thread Stuart Langridge
@jdstrand: I may have not explained this ideally. Yes, EV certs will
protect us if your router is trying to lie to you about where paypal.com
is, but they don't help at all if my app shows something which looks
like the trust-store dialog but actually isn't. Users will then type
their Ubuntu One password into it, which we don't want them to do, but
there's no way of telling whether something that looks like a secure OS-
presented dialog actually *is* that secure OS-presented dialog.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1489643

Title:
  [pay UI] Paypal login cannot be assured to be from paypal

Status in Canonical System Image:
  Confirmed
Status in pay-ui:
  Triaged
Status in Ubuntu UX:
  Triaged
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  When paying for an app with Paypal, the Paypal login screen is
  presented in an Ubuntu wrapper. There is no indication on this page
  that I'm actually looking at paypal.com rather than being phished or
  that some bad DNS has pointed me to a wrong site. The padlock in the
  top corner doesn't indicate anything I'm inclined to believe -- is it
  showing that the connection is https? Has it verified that I'm really
  talking to Paypal? How can I know that? This is encouraging people to
  type their Paypal password into phishing sites. The previous step in
  the purchase process, where I'm choosing which payment system to use,
  also displays a padlock, and that hasn't connected to any payment site
  at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1489643/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1556078] [NEW] Playlist requires QtMultimedia 5.6 but documentation says 5.4

2016-03-11 Thread Stuart Langridge
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/QtMultimedia.Playlist/
has this explicit code example:

import QtQuick 2.0
import QtMultimedia 5.4
Item {
width: 400;
height: 300;
Audio {
id: player;
playlist: Playlist {
id: playlist
PlaylistItem { source: "song1.ogg"; }
PlaylistItem { source: "song2.ogg"; }
PlaylistItem { source: "song3.ogg"; }
}
}
...
}

That doesn't work. Playlist doesn't seem to exist in QtMultimedia 5.4;
one must import QtMultimedia 5.6.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1556078

Title:
  Playlist requires QtMultimedia 5.6 but documentation says 5.4

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/QtMultimedia.Playlist/
  has this explicit code example:

  import QtQuick 2.0
  import QtMultimedia 5.4
  Item {
  width: 400;
  height: 300;
  Audio {
  id: player;
  playlist: Playlist {
  id: playlist
  PlaylistItem { source: "song1.ogg"; }
  PlaylistItem { source: "song2.ogg"; }
  PlaylistItem { source: "song3.ogg"; }
  }
  }
  ...
  }

  That doesn't work. Playlist doesn't seem to exist in QtMultimedia 5.4;
  one must import QtMultimedia 5.6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1556078/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1554848] Re: Please randomise automatic updates over a longer period

2016-03-15 Thread Stuart Bishop
** Tags added: canonical-is

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1554848

Title:
  Please randomise automatic updates over a longer period

Status in unattended-upgrades package in Ubuntu:
  Confirmed

Bug description:
  Load on the main Ubuntu archive servers is rather peakish, and tends
  to create a traffic peak on our Internet links at fairly regular times
  each day, preventing customers from accessing the archive.  This
  impacts the cloud archive mirrors using the ubuntu-repository-cache
  charm also, because they are hitting a squid cache which is backed by
  the main archive.  This effect will be even more pronounced under the
  recently-announced automatic update policy for xenial.

  One solution which would alleviate this to some extent would be to
  spread the load over a longer period by increasing the random sleep
  time in the daily update script from 30 minutes to, say, 1-2 hours.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1619801] [NEW] upstart-monitor does not work in no-gui mode if Gtk is not available

2016-09-02 Thread Stuart Langridge
Public bug reported:

upstart-monitor attempts to detect if graphical modules are not
available and run in no-gui mode (and this can also be explicitly
specified on the command line). However, if the modules are not
available, Python fails to parse the code because something inherits
from Gtk.Window even though Gtk is not available.

# upstart-monitor --no-gui
WARNING: GUI modules not available - falling back to CLI
Traceback (most recent call last):
  File "/usr/bin/upstart-monitor", line 196, in 
class UpstartEventsGui(Gtk.Window):
NameError: name 'Gtk' is not defined

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: upstart-monitor 1.13.2-0ubuntu21.1
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
BootLog:
 /dev/sda2: clean, 3305789/9920512 files, 35711207/39670016 blocks
 [FAILED] Failed to start Automatically refresh installed snaps.
 See 'systemctl status snapd.refresh.service' for details.
CurrentDesktop: Unity
Date: Fri Sep  2 22:45:21 2016
InstallationDate: Installed on 2014-04-07 (879 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
PackageArchitecture: all
ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic.efi.signed 
root=UUID=ad1b3110-ee9a-4dac-839d-604080e0020d ro quiet splash vt.handoff=7
SourcePackage: upstart
UpgradeStatus: Upgraded to xenial on 2016-08-04 (29 days ago)
UpstartBugCategory: System
UpstartRunningSessionVersion: upstart 1.13.2
UpstartRunningSystemJobs:
 Error: command ['initctl', '--system', 'list'] failed with exit code 1: 
initctl: Name "com.ubuntu.Upstart" does not exist
UpstartRunningSystemVersion: Error: command ['initctl', '--system', 'version'] 
failed with exit code 1: initctl: Name "com.ubuntu.Upstart" does not exist

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/1619801

Title:
  upstart-monitor does not work in no-gui mode if Gtk is not available

Status in upstart package in Ubuntu:
  New

Bug description:
  upstart-monitor attempts to detect if graphical modules are not
  available and run in no-gui mode (and this can also be explicitly
  specified on the command line). However, if the modules are not
  available, Python fails to parse the code because something inherits
  from Gtk.Window even though Gtk is not available.

  # upstart-monitor --no-gui
  WARNING: GUI modules not available - falling back to CLI
  Traceback (most recent call last):
File "/usr/bin/upstart-monitor", line 196, in 
  class UpstartEventsGui(Gtk.Window):
  NameError: name 'Gtk' is not defined

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: upstart-monitor 1.13.2-0ubuntu21.1
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  BootLog:
   /dev/sda2: clean, 3305789/9920512 files, 35711207/39670016 blocks
   [FAILED] Failed to start Automatically refresh installed snaps.
   See 'systemctl status snapd.refresh.service' for details.
  CurrentDesktop: Unity
  Date: Fri Sep  2 22:45:21 2016
  InstallationDate: Installed on 2014-04-07 (879 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  PackageArchitecture: all
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic.efi.signed 
root=UUID=ad1b3110-ee9a-4dac-839d-604080e0020d ro quiet splash vt.handoff=7
  SourcePackage: upstart
  UpgradeStatus: Upgraded to xenial on 2016-08-04 (29 days ago)
  UpstartBugCategory: System
  UpstartRunningSessionVersion: upstart 1.13.2
  UpstartRunningSystemJobs:
   Error: command ['initctl', '--system', 'list'] failed with exit code 1: 
initctl: Name "com.ubuntu.Upstart" does not exist
  UpstartRunningSystemVersion: Error: command ['initctl', '--system', 
'version'] failed with exit code 1: initctl: Name "com.ubuntu.Upstart" does not 
exist

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1603898] Re: DNS resolution fails when using VPN and routing all traffic over it

2016-09-07 Thread Stuart Bishop
I see this with IPv6 disabled completely on the laptop:

$ cat /etc/sysctl.d/99-noipv6.conf 
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

I can confirm that both ipv4 and ipv6 settings have both 'Use this
connection only for resources on its network' and 'Ignore automatically
obtained routes' disabled, and when I try connecting the ipv6 method is
'ignore'.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1603898

Title:
  DNS resolution fails when using VPN and routing all traffic over it

Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager source package in Xenial:
  Confirmed

Bug description:
  When using our company VPN, the Network Manager configured dnsmasq
  ends up in a weird state where its unable to answer queries because
  it's (incorrectly) sending them to 127.0.0.1:53 where nothing is
  listening.

  | root@ornery:~# nmcli con show 'Canonical UK - All Traffic' | grep -i dns
  | ipv4.dns:
  | ipv4.dns-search:
  | ipv4.dns-options:   (default)
  | ipv4.ignore-auto-dns:   no
  | ipv6.dns:
  | ipv6.dns-search:
  | ipv6.dns-options:   (default)
  | ipv6.ignore-auto-dns:   no
  | IP4.DNS[1]: 10.172.192.1
  | root@ornery:~# ps auxfw | grep [4]035
  | nobody4035  0.0  0.0  52872  1620 ?SJun29   6:39  \_ 
/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces 
--pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 
--cache-size=0 --proxy-dnssec 
--enable-dbus=org.freedesktop.NetworkManager.dnsmasq 
--conf-dir=/etc/NetworkManager/dnsmasq.d
  | root@ornery:~# 

  Querying the DNS server provided by the VPN connection works; querying
  dnsmasq doesn't:

  | root@ornery:~# dig +short @10.172.192.1 www.openbsd.org
  | 129.128.5.194
  | root@ornery:~# dig @127.0.1.1 www.openbsd.org
  | 
  | ; <<>> DiG 9.10.3-P4-Ubuntu <<>> @127.0.1.1 www.openbsd.org
  | ; (1 server found)
  | ;; global options: +cmd
  | ;; Got answer:
  | ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 6996
  | ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
  | 
  | ;; QUESTION SECTION:
  | ;www.openbsd.org.   IN  A
  | 
  | ;; Query time: 0 msec
  | ;; SERVER: 127.0.1.1#53(127.0.1.1)
  | ;; WHEN: Mon Jul 18 10:25:48 CEST 2016
  | ;; MSG SIZE  rcvd: 33
  | 
  | root@ornery:~# 

  While running 'dig @127.0.1.1 www.openbsd.org':

  | root@ornery:~# tcpdump -i lo port 53 -v -n
  | tcpdump: listening on lo, link-type EN10MB (Ethernet), capture size 262144 
bytes
  | 10:26:04.728905 IP (tos 0x0, ttl 64, id 56577, offset 0, flags [none], 
proto UDP (17), length 72)
  | 127.0.0.1.54917 > 127.0.1.1.53: 32273+ [1au] A? www.openbsd.org. (44)
  | 10:26:04.729001 IP (tos 0x0, ttl 64, id 49204, offset 0, flags [DF], proto 
UDP (17), length 61)
  | 127.0.1.1.53 > 127.0.0.1.54917: 32273 Refused$ 0/0/0 (33)

  | root@ornery:~# netstat -anp | grep 127.0.[01].1:53
  | tcp0  0 127.0.1.1:530.0.0.0:*   LISTEN  
4035/dnsmasq
  | udp0  0 127.0.1.1:530.0.0.0:*   
4035/dnsmasq
  | root@ornery:~# 

  You can see below a) that dnsmasq thinks it is configured to use a DNS
  server provided by the VPN, and/but that b) it tries to answer a non
  local query like www.openbsd.org locally.

  | root@ornery:~# kill -USR1 4035; tail /var/log/syslog | grep dnsmasq
  | Jul 18 09:29:22 ornery dnsmasq[4035]: time 1468830562
  | Jul 18 09:29:22 ornery dnsmasq[4035]: cache size 0, 0/0 cache insertions 
re-used unexpired cache entries.
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries forwarded 1880976, queries 
answered locally 375041
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:22 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | root@ornery:~# dig +short @127.0.1.1 www.openbsd.org
  | root@ornery:~# kill -USR1 4035; tail /var/log/syslog | grep dnsmasq
  | Jul 18 09:29:22 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:22 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | Jul 18 09:29:37 ornery dnsmasq[4035]: time 1468830577
  | Jul 18 09:29:37 ornery dnsmasq[4035]: cache size 0, 0/0 cache insertions 
re-used unexpired cache entries.
  | Jul 18 09:29:37 ornery dnsmasq[4035]: queries forwarded 1880976, queries 
answered locally 375042
  | Jul 18 09:29:37 ornery dnsmasq[4035]: queries for authoritative zones 0
  | Jul 18 09:29:37 ornery dnsmasq[4035]: server 10.172.192.1#53: queries sent 
792, retried or failed 0
  | root@ornery:~# 

  This is on Ubuntu 16.04, with the following packages:

  | james@ornery:

[Touch-packages] [Bug 1595066] [NEW] Assumes end users know correct package name

2016-06-22 Thread Stuart Bishop
Public bug reported:

'ubuntu-bug snap' is reporting bugs against the snap package, which is
exactly what the docs say it should do, and not what users who do not
have the snap package installed want it to do. They probably want it to
report a bug against the snapd package, which owns /usr/bin/snap.

Some extra heuristics to target the bug correctly could be useful,
taking into account if the package is installed or if a binary with the
provided name is found in $PATH.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: apport 2.20.1-0ubuntu2.1
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm 
nvidia_modeset nvidia
ApportLog:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jun 22 14:31:11 2016
InstallationDate: Installed on 2016-02-26 (116 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1595066

Title:
  Assumes end users know correct package name

Status in apport package in Ubuntu:
  New

Bug description:
  'ubuntu-bug snap' is reporting bugs against the snap package, which is
  exactly what the docs say it should do, and not what users who do not
  have the snap package installed want it to do. They probably want it
  to report a bug against the snapd package, which owns /usr/bin/snap.

  Some extra heuristics to target the bug correctly could be useful,
  taking into account if the package is installed or if a binary with
  the provided name is found in $PATH.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: apport 2.20.1-0ubuntu2.1
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl nvidia_uvm 
nvidia_modeset nvidia
  ApportLog:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Jun 22 14:31:11 2016
  InstallationDate: Installed on 2016-02-26 (116 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1598933] [NEW] ShapeImages in scope ini file is ignored

2016-07-04 Thread Stuart Langridge
Public bug reported:

I've set ShapeImages=false in my scope's ini file, and yet the images
are still shaped. In particular, images with a transparent background
get a shaped frame drawn around them, which looks terribly ugly.

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1598933

Title:
  ShapeImages in scope ini file is ignored

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I've set ShapeImages=false in my scope's ini file, and yet the images
  are still shaped. In particular, images with a transparent background
  get a shaped frame drawn around them, which looks terribly ugly.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1598973] [NEW] No way to set a background image on a scope

2016-07-04 Thread Stuart Langridge
Public bug reported:

A scope header may have a custom background image (by setting
PageHeader.Background in the scope.ini file), but the main body of a
scope cannot. One can set a custom background _colour_ on the scope
body, but not an image.

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1598973

Title:
  No way to set a background image on a scope

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  A scope header may have a custom background image (by setting
  PageHeader.Background in the scope.ini file), but the main body of a
  scope cannot. One can set a custom background _colour_ on the scope
  body, but not an image.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1474078] Re: Provide a way to disable notifications from calendar events

2016-02-17 Thread Stuart Langridge
A combination of 2 and 3 might be useful -- add a .desktop key which
apps can set, and if an app doesn't set this key and then does show its
first notification, the user is prompted. So app developers are
encouraged to set the key (so avoid their users being prompted for
whether showing notifications is allowed), but forgetting still
maintains the principle that embarrassing apps will not show a first
notification unprompted.

(I expect that some part of the documentation/askubuntu question ought
to be a prominent search engine hit for the search "why does my app ask
for permission to show notifications" or similar, too.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1474078

Title:
  Provide a way to disable notifications from calendar events

Status in Canonical System Image:
  In Progress
Status in Ubuntu Calendar App:
  Fix Committed
Status in indicator-datetime package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Invalid

Bug description:
  While I like having the calendar on the phone I do not want an audible 
notification for the events. 
  Would we simply add the calendar app to the Notifications page?

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1474078/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1600331] [NEW] Sharing a URL while text is selected could add the text to the shared ContentItem

2016-07-08 Thread Stuart Langridge
Public bug reported:

If some text is selected when the user selects Share in the web browser,
the browser could add that selected text to the ContentItem it shares
(as well as keeping the URL set to the URL of the page). This would make
it possible to build apps like Android's Xcerpt
(https://play.google.com/store/apps/details?id=com.transcendentlabs.xcerpt)
which formats the text and link into a nice image for uploading to
Twitter.

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1600331

Title:
  Sharing a URL while text is selected could add the text to the shared
  ContentItem

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  If some text is selected when the user selects Share in the web
  browser, the browser could add that selected text to the ContentItem
  it shares (as well as keeping the URL set to the URL of the page).
  This would make it possible to build apps like Android's Xcerpt
  (https://play.google.com/store/apps/details?id=com.transcendentlabs.xcerpt)
  which formats the text and link into a nice image for uploading to
  Twitter.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1600331] Re: Sharing a URL while text is selected could add the text to the shared ContentItem

2016-07-08 Thread Stuart Langridge
(It may be useful to add a "Share" item to the menu that pops up when
text is selected, whcih does the same thing: shares a ContentItem with
text="the selected text", url="the page URL".

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1600331

Title:
  Sharing a URL while text is selected could add the text to the shared
  ContentItem

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  If some text is selected when the user selects Share in the web
  browser, the browser could add that selected text to the ContentItem
  it shares (as well as keeping the URL set to the URL of the page).
  This would make it possible to build apps like Android's Xcerpt
  (https://play.google.com/store/apps/details?id=com.transcendentlabs.xcerpt)
  which formats the text and link into a nice image for uploading to
  Twitter.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 645404] Re: Support Private PPAs

2016-07-13 Thread Stuart Bishop
Private PPAs are accessed with basic auth using https: URLs to private-
ppa.launchpad.net.

https://stub:secretkeyfromlp@private-
ppa.launchpad.net/teamname/ppaname/ubuntu

It would be great if add-apt-repository accepted this or a similar URL,
use it to retrieve the signing key security and add it as a source.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/645404

Title:
  Support Private PPAs

Status in software-properties package in Ubuntu:
  Confirmed

Bug description:
  Software properties add-apt-repository currently does not support
  adding private PPAs.

  software-properties should connect to the API and observe that it gets
  permission denied trying to read the ppa. Then it can reconnect to the
  API asking for authentication, which will open a browser window where
  you can do the openid ritual. Then using that token it ought to be
  possible for it to get the password etc.

  
  ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: python-software-properties 0.82.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/645404/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 219057] Re: Bluetooth does not coexist with WiFi

2016-08-04 Thread Stuart Brown
Using Ubuntu 16.04 (clean install, currently fully updated) on a Dell
XPS. It took me a while to uncover this problem because initially I
thought it only part of the issue of getting a Microsoft Arc Touch
Bluetooth Mouse to work. I succeeded in doing the latter, only to find
that my WiFi had frozen. Rebooted the router, rebooted the computer,
with the mouse turned off. So far, so good. Connected the mouse - works;
but locks up the WiFi.

I disconnected the mouse, WiFi works immediately, no need for reboot in
my case. Connected my phone (Sony Xperia Z); phone connects, WiFi
freezes. Disconnected the phone, WiFi works immediately.

This is the only thread I have been able to find that deals at any
length with the subject. To suggest that this is not important or of low
priority is, I suggest, missing the point entirely. At least two members
of my family use bluetooth keyboards with SmartPhones. Canonical has
aspirations to carve out a niche in the SmartPhone market. I suggest
they solve this problem pretty quickly if they want to stand any chance
of doing that. I acquired the bluetooth mouse on the recommendation of
my son: it took me long enough to get that to work and now I face this
issue. Seriously unimpressed. Been using Ubuntu since 8.04 so not a
newbie.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/219057

Title:
  Bluetooth does not coexist with WiFi

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  On my system bluetooth and wifi are unusable together. I have a built-
  in CSR-based bluetooth module in my laptop, and an Atheros wifi. Wifi
  transfers slow to a halt whenever there is BT traffic.

  For example, if I play a music file from another machine through the
  network using a BT headset, only the first few seconds of the file
  will play until the player runs out of buffered data. No further data
  is downloaded. Web pages also do not download, and I even lose
  connection to AP from time to time.

  At the same time, it looks like AFH is trying to work. If I monitor
  the value returned by 'hcitool afh', it changes. But this seems to
  have little effect on connection quality.

  Is this a problem with my hardware, or the AFH implementation? Is
  there a way to force bluetooth to not use the channels in use by WiFi?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1563035] [NEW] Downloading blob: URLs fails

2016-03-28 Thread Stuart Langridge
Public bug reported:

If I attempt to download a blob: URL from a site, I am presented with a
dialog asking to choose an application as destination, and then after
choosing I am presented with "NetworkError 301: Protocol 'blob' is
unknown". (Replicate by, for example, going to
https://www.photoeditorsdk.com/, choosing "Try HTML5 editor", and then
hitting Export in the editor.) I think that the browser probably hands
off the URL in question to the download manager, which does not
understand blob URLs (and should not). The browser should handle this
itself; it is the only thing that can understand blob URLs, which may be
(and in this case was) dynamically generated and stored in memory only.
(If handing off to the download manager is still required, then perhaps
the browser should serialise to a file or a data URL and then hand that
URL to the DLM.)

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1563035

Title:
  Downloading blob: URLs fails

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  If I attempt to download a blob: URL from a site, I am presented with
  a dialog asking to choose an application as destination, and then
  after choosing I am presented with "NetworkError 301: Protocol 'blob'
  is unknown". (Replicate by, for example, going to
  https://www.photoeditorsdk.com/, choosing "Try HTML5 editor", and then
  hitting Export in the editor.) I think that the browser probably hands
  off the URL in question to the download manager, which does not
  understand blob URLs (and should not). The browser should handle this
  itself; it is the only thing that can understand blob URLs, which may
  be (and in this case was) dynamically generated and stored in memory
  only. (If handing off to the download manager is still required, then
  perhaps the browser should serialise to a file or a data URL and then
  hand that URL to the DLM.)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1490749] Re: Cannot download URIs with a "filesystem:" scheme

2016-03-28 Thread Stuart Langridge
Android Chrome does not have this limitation; photoeditorsdk.com
downloads a blob URL (as described in bug #1563035) and the export
button works as expected in Chrome on Android; the image is downloaded.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1490749

Title:
  Cannot download URIs with a "filesystem:" scheme

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Bq aquaris 4.5 15.04 r24

  When I try to download images from telegram web version web browser ask me to 
select an APP .
  Cant simply downlad, by other hand if I select Gallery, udropcabin or 
Imaginario i recived this error:

  Error during downloading
  NetworkError 301 - Protocol "filesystem" is unknown.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1490749] Re: Cannot download URIs with a "filesystem:" scheme

2016-03-29 Thread Stuart Langridge
I've just tried the same thing in the in-app Twitter browser and it does
not download. I do not know whether this is because the webview can't
handle it or because the webview handles it fine and then gives the data
to the Twitter app itself, which does not know what to do with it. (If
you can think of a better way of testing, I'm happy to do so.)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1490749

Title:
  Cannot download URIs with a "filesystem:" scheme

Status in Oxide:
  New
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Bq aquaris 4.5 15.04 r24

  When I try to download images from telegram web version web browser ask me to 
select an APP .
  Cant simply downlad, by other hand if I select Gallery, udropcabin or 
Imaginario i recived this error:

  Error during downloading
  NetworkError 301 - Protocol "filesystem" is unknown.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >