[Bug 1941956] [NEW] ZSTD is missing CMake Config file

2021-08-28 Thread Dawid Wróbel
Public bug reported:

Upstream provides the CMake Config files
(https://github.com/facebook/zstd/blob/dev/build/cmake/zstdConfig.cmake),
but Debian/Ubuntu package is missing them. For comparison, Homebrew on
macOS ships them, and so does vcpkg
(https://github.com/microsoft/vcpkg/blob/dd3d6df5001d49f954bc39b73a4c49ae3c9e8d15/ports/zstd/portfile.cmake#L39)

Please consider adding them.

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

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

Title:
  ZSTD is missing CMake Config file

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


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

[Bug 1891721] Re: grub-multi-install attempts to mount a non-existing device after migrating to another system

2020-12-28 Thread Dawid Wróbel
Interestingly, this issue keeps coming back. Seems that each consecutive
update of grub-efi is suffering from it. Each time it happens, the same
apt purge helps.

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

Title:
  grub-multi-install attempts to mount a non-existing device after
  migrating to another system

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

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

[Bug 1891721] Re: grub-multi-install attempts to mount a non-existing device after migrating to another system

2020-10-29 Thread Dawid Wróbel
@Seth, I tried dpkg-reconfigure through and through, it didn't help.

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

Title:
  grub-multi-install attempts to mount a non-existing device after
  migrating to another system

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

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

[Bug 1891721] Re: grub-multi-install attempts to mount a non-existing device after migrating to another system

2020-08-14 Thread Dawid Wróbel
Note that I worked around by purging all grub-* packages and
reinstalling grub-efi again.

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

Title:
  grub-multi-install attempts to mount a non-existing device after
  migrating to another system

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

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

[Bug 1891721] [NEW] grub-multi-install attempts to mount a non-existing device after migrating to another system

2020-08-14 Thread Dawid Wróbel
Public bug reported:

I recently moved my Ubuntu installation from Parallels to Virtualbox,
which naturally resulted in updated disks' UUIDs. Normally that should
be a problem as Ubuntu should autodetect such change and act
accordingly.

However, upon upgrading grub-efi-amd64-signed, dpkg kept failing with:

Setting up grub-efi-amd64-signed (1.142.4+2.04-1ubuntu26.2) ...
mount: /var/lib/grub/esp: special device 
/dev/disk/by-id/ata-Ubuntu_Linux-1_SSD_SF74YQ6DP1KMD07F8JED-part1 do
es not exist.

The Parallel's disk ID that it attempts to mount indeed no longer
exists. The EFI partition is correctly mounted at /boot/efi, since the
/etc/fstab uses partition' UUID to address it and that didn't change
during the migration, so there's no reason why the script should be
failing.

The debconf shows the following:

dawidw@ubuntu:~$ sudo debconf-get-selections | grep grub-efi
grub-efi-amd64  grub2/kfreebsd_cmdline  string
grub-efi-amd64  grub-efi/install_devicesmultiselect 
/dev/disk/by-id/ata-Ubuntu_Linux-1_SSD_SF74YQ6DP1KMD07F8JED-part1, 
/dev/disk/by-id/ata-VBOX_HARDDISK_VB1-1a2b3c4d-part1
grub-efi-amd64  grub2/force_efi_extra_removable boolean false
grub-efi-amd64  grub2/linux_cmdline_default string  quiet splash i8042.nopnp
grub-efi-amd64  grub2/update_nvram  boolean true
grub-efi-amd64  grub2/linux_cmdline string
grub-efi-amd64  grub2/unsigned_kernels  note
grub-efi-amd64  grub2/no_efi_extra_removableboolean true
grub-efi-amd64  grub2/device_map_regeneratednote
grub-efi-amd64  grub-efi/install_devices_disks_changed  multiselect 
/dev/disk/by-id/ata-Ubuntu_Linux-1_SSD_SF74YQ6DP1KMD07F8JED-part1, 
/dev/disk/by-id/ata-VBOX_HARDDISK_VB1-1a2b3c4d-part1
grub-efi-amd64  grub-efi/install_devices_empty  boolean false
grub-efi-amd64  grub-efi/install_devices_failed boolean false
grub-efi-amd64  grub2/kfreebsd_cmdline_default  string  quiet splash

Note that it recored the new, correct "/dev/disk/by-id/ata-
VBOX_HARDDISK_VB1-1a2b3c4d-part1" UUID of the disk that contains the EFI
partition.

I debugged it further and can see that the failure happens in 
/usr/lib/grub/grub-multi-install (which is part of grub-common 2.04-1ubuntu26.2 
package):
1) in "# We either migrate /boot/efi over, or we check if we have invalid 
devices" section, it correctly detects that the Parallels device does not exist 
("if [ ! -e "${device%,}" ]", setting the valid=0
2) given that valid=0, my understanding is that at this point the 
"install_devices_disks_changed" prompt should be triggered, but it is not.
3) the "$RET" variable still contains both of the disks from 
grub-efi/install_devices
4) in "# Run the installer" section, the script iterates over each of the 
disks, attempting to mount ("mount $real_device $mntpoint) the non-existing 
one, which results in the aforementioned script failure.

My understanding here is that there are two problems:
1) "install_devices_disks_changed" prompt was not shown
2) there's no check for whether the device exists at all before the script 
proceeds with mounting and grub-installation attempt

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

** Description changed:

  I recently moved my Ubuntu installation from Parallels to Virtualbox,
  which naturally resulted in updated disks' UUIDs. Normally that should
  be a problem as Ubuntu should autodetect such change and act
  accordingly.
  
  However, upon upgrading grub-efi-amd64-signed, dpkg kept failing with:
  
  Setting up grub-efi-amd64-signed (1.142.4+2.04-1ubuntu26.2) ...
  mount: /var/lib/grub/esp: special device 
/dev/disk/by-id/ata-Ubuntu_Linux-1_SSD_SF74YQ6DP1KMD07F8JED-part1 do
  es not exist.
  
  The Parallel's disk ID that it attempts to mount indeed no longer
  exists. The EFI partition is correctly mounted at /boot/efi, since the
  /etc/fstab uses partition UUID to mount it and that didn't change, so
  there's no reason why the script should fail.
  
  The debconf shows the following:
  
  dawidw@ubuntu:~$ sudo debconf-get-selections | grep grub-efi
- grub-efi-amd64grub2/kfreebsd_cmdline  string  
+ grub-efi-amd64grub2/kfreebsd_cmdline  string
  grub-efi-amd64grub-efi/install_devicesmultiselect 
/dev/disk/by-id/ata-Ubuntu_Linux-1_SSD_SF74YQ6DP1KMD07F8JED-part1, 
/dev/disk/by-id/ata-VBOX_HARDDISK_VB1-1a2b3c4d-part1
  grub-efi-amd64grub2/force_efi_extra_removable boolean false
  grub-efi-amd64grub2/linux_cmdline_default string  quiet splash 
i8042.nopnp
  grub-efi-amd64grub2/update_nvram  boolean true
- grub-efi-amd64grub2/linux_cmdline string  
- grub-efi-amd64grub2/unsigned_kernels  note
+ grub-efi-amd64grub2/linux_cmdline string
+ grub-efi-amd64grub2/unsigned_kernels  note
  grub-efi-amd64grub2/no_efi_extra_removableboolean true
- grub-efi-amd64grub2/device_map_regeneratednote
+ grub-efi-amd64grub2/device_map_regeneratednote
  

[Bug 1699660] Re: systemd-resolve breaks resolution of local network hostnames

2018-04-18 Thread Dawid Wróbel via ubuntu-bugs
This is still a problem in 18.04. Like the OP, I have localhosts on my
LAN, but have no local domain configured. I had to disable systemd-
resolved on each of my LXC containers. What's worse, resolvconf creates
an empty /etc/resolv.conf file. So I had to create resolv.conf by hand
and point to DNS. Again, on each of my containers.

This is a major regression. If the systemd-resolved is to be kept, at
least have some decency to explicitly note in 18.04 LTS release notes
that local hostname resolution requires local domain to be configured
for name resolution to work.

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

Title:
  systemd-resolve breaks resolution of local network hostnames

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-04-13 Thread Dawid Wróbel via ubuntu-bugs
This is no longer an issue after upgrading to 18.04

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

Title:
  Samba crashes during startup

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

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

[Bug 1762899] Re: /etc/resolv.conf empty after upgrading from 16.04 to 18.40

2018-04-10 Thread Dawid Wróbel via ubuntu-bugs
Yes it is, at 1.79ubuntu9

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

Title:
  /etc/resolv.conf empty after upgrading from 16.04 to 18.40

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

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

[Bug 1762899] [NEW] /etc/resolv.conf empty after upgrading from 16.04 to 18.40

2018-04-10 Thread Dawid Wróbel via ubuntu-bugs
Public bug reported:

I just upgraded one of my LXC containers to 18.04 and after rebooting,
the /etc/resolv.conf contains no nameservers. systemd-resolve, however,
resolves fine and the --status returns the DNS server details as
expected.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: resolvconf 1.79ubuntu9
ProcVersionSignature: Ubuntu 4.4.0-103.126-generic 4.4.98
Uname: Linux 4.4.0-103-generic x86_64
ApportVersion: 2.20.9-0ubuntu4
Architecture: amd64
Date: Tue Apr 10 22:53:30 2018
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=C.UTF-8
SourcePackage: resolvconf
UpgradeStatus: Upgraded to bionic on 2018-04-11 (0 days ago)

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


** Tags: amd64 apport-bug bionic uec-images

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

Title:
  /etc/resolv.conf empty after upgrading from 16.04 to 18.40

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-03-07 Thread Dawid Wróbel via ubuntu-bugs
"I don't see a clear reproduction" - OK, but what does that mean? Can we
work on getting a *clear reproduction*? Samba keeps segfaulting here and
it is very reproducible, so if the core dumps are not enough, then I
suppose I could provide a gdb dump?

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-02-26 Thread Dawid Wróbel
Forgot to mention - I added a user to the DB so that pdbedit -L actually
returns a record, but samba still fails to start.

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-02-26 Thread Dawid Wróbel
pdbedit -L yields no results. So I purged samba once again (apt purge
samba samba-common) and reinstalled, but there'are still no users in the
DB.

Also, purging packages removes the /var/lib/samba and its contents, so
it can't be the corrupted data there at fault.

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-02-21 Thread Dawid Wróbel
Can anything be done here to help fixing this?

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

Title:
  Samba crashes during startup

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

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

[Bug 1738085] Re: Bridge gets created while the network interfaces are still being renamed

2018-01-26 Thread Dawid Wróbel
Can anyone please acknowledge this issue and assign it?

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

Title:
  Bridge gets created while the network interfaces are still being
  renamed

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-24 Thread Dawid Wróbel
Nothing in /var/log/samba/cores/smbd or /var/log/samba/cores/nmbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
** Attachment added: "log.nmbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037944/+files/log.nmbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
Hi Andreas,

I attached the files as requested.

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
** Attachment added: "_usr_sbin_smbd.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037945/+files/_usr_sbin_smbd.0.crash

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
** Attachment added: "log.smbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037940/+files/log.smbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
** Attachment added: "log.nmbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037941/+files/log.nmbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
** Attachment added: "smb.conf"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037942/+files/smb.conf

** Attachment removed: "log.nmbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037941/+files/log.nmbd

** Attachment removed: "log.smbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037940/+files/log.smbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-16 Thread Dawid Wróbel
** Attachment added: "log.smbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5037943/+files/log.smbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1692111] Re: Unable to configure raw.id_map with multiple entries

2018-01-09 Thread Dawid Wróbel
Is there any chance this can get backported to Xenial? I can see this
fix was included in 2.1.0-0ubuntu1, but the LTS package is still at
2.0.8-0ubuntu1~16.04.2.

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

Title:
  Unable to configure raw.id_map with multiple entries

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

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

[Bug 1738119] Re: Samba crashes during startup

2018-01-09 Thread Dawid Wróbel
Hi Andreas,

These interfaces *do* exist and samba worked before with the same
setting just fine. I do, however, use the udev rules to rename the
generic interface names to 'lan' and 'wlan'. But as I said, samba worked
before in this setup.

I just purged the samba including samba-commmon package and reinstalled.
The /etc/samba/smb.conf is definitely a vanilla one. It still crashes.

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] [NEW] Samba crashes during startup

2017-12-13 Thread Dawid Wróbel
Public bug reported:

I cannot get samba to run on my system - it used to work, albeit with a
*newer* version of the package (2.4.5) installed as part of Zentyal
suite.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: samba 2:4.3.11+dfsg-0ubuntu0.16.04.12
ProcVersionSignature: Ubuntu 4.4.0-103.126-generic 4.4.98
Uname: Linux 4.4.0-103-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.14
Architecture: amd64
Date: Wed Dec 13 21:41:18 2017
InstallationDate: Installed on 2016-07-28 (503 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
NmbdLog:
 
OtherFailedConnect: Yes
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 PANIC (pid 1522): open_sockets_smbd() failed
   PANIC (pid 1509): open_sockets_smbd() failed
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: samba (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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1738119

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2017-12-13 Thread Dawid Wróbel
** Attachment added: "log.smbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5022451/+files/log.smbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2017-12-13 Thread Dawid Wróbel
** Attachment added: "log.nmbd"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1738119/+attachment/5022452/+files/log.nmbd

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

Title:
  Samba crashes during startup

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

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

[Bug 1738119] Re: Samba crashes during startup

2017-12-13 Thread Dawid Wróbel
What's worth noting, samba is failing during installation already -
after purging packages and re-installing samba, I see following:

Setting up samba (2:4.3.11+dfsg-0ubuntu0.16.04.12) ...
Job for smbd.service failed because the control process exited with error code. 
See "systemctl status smbd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript smbd, action "start" failed.
● smbd.service - LSB: start Samba SMB/CIFS daemon (smbd)
   Loaded: loaded (/etc/init.d/smbd; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2017-12-13 22:01:08 EST; 11ms 
ago
 Docs: man:systemd-sysv-generator(8)
  Process: 15197 ExecStart=/etc/init.d/smbd start (code=exited, 
status=1/FAILURE)

Dec 13 22:01:07 trout systemd[1]: Starting LSB: start Samba SMB/CIFS daemon 
(smbd)...
Dec 13 22:01:08 trout smbd[15197]:  * Starting SMB/CIFS daemon smbd
Dec 13 22:01:08 trout smbd[15197]:...fail!
Dec 13 22:01:08 trout systemd[1]: smbd.service: Control process exited, 
code=exited status=1
Dec 13 22:01:08 trout systemd[1]: Failed to start LSB: start Samba SMB/CIFS 
daemon (smbd).
Dec 13 22:01:08 trout systemd[1]: smbd.service: Unit entered failed state.
Dec 13 22:01:08 trout systemd[1]: smbd.service: Failed with result 'exit-code'.
dpkg: error processing package samba (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up attr (1:2.4.47-2) ...
Setting up libaio1:amd64 (0.3.110-2) ...
Setting up samba-dsdb-modules (2:4.3.11+dfsg-0ubuntu0.16.04.12) ...
Setting up samba-vfs-modules (2:4.3.11+dfsg-0ubuntu0.16.04.12) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for systemd (229-4ubuntu21) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for ufw (0.35-0ubuntu2) ...
Errors were encountered while processing:
 samba

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

Title:
  Samba crashes during startup

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

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

[Bug 1738085] Re: Bridge gets created while the network interfaces are still being renamed

2017-12-13 Thread Dawid Wróbel
I previously said that the "rename7" bridge name seemed constant, but after 
playing around a bit today I noticed that it's not exactly so. For example, I 
just saw following bridge setup after restarting my server:
 
bridge name bridge id   STP enabled interfaces
lan 8000.7085c2026d54   no  lan1
lan3
veth0P2CUY
veth0QOJAX
veth2MHFCX
vethS3BS5A
rename108000.90e2baaee820   no  wlan
rename7 8000.90e2baaee822   no  lan2

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

Title:
  Bridge gets created while the network interfaces are still being
  renamed

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

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

[Bug 1738085] Re: Bridge gets created while the network interfaces are still being renamed

2017-12-13 Thread Dawid Wróbel
** Also affects: bridge-utils (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Bridge gets created while the network interfaces are still being
  renamed

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

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

[Bug 1738085] [NEW] Bridge gets created while the network interfaces are still being renamed

2017-12-13 Thread Dawid Wróbel
Public bug reported:

I have a problem with bridge configuration for the interfaces on my
system that I also happen to rename explicitly.

Specifically, I have following network configuration:

# WAN interface
auto wan
iface wan inet dhcp

# LAN interfaces
iface wlan inet manual
iface lan1 inet manual
iface lan2 inet manual
iface lan3 inet manual

# LAN bridge
auto lan
iface lan inet static
address 10.0.0.1
netmask 255.255.255.0
bridge_ports wlan lan1 lan2 lan3

I use systemd .link files for renaming each of the 5 bridged interfaces,
e.g.

cat /etc/systemd/network/10-lan1.link
[Match]
MACAddress=90:e2:ba:ae:e8:21

[Link]
Name=lan1

(BTW, I previously used udev rules to handle the renaming, before I
migrated to systemd .link files hoping for improvement)

Upon system boot, I see following messages:

Dec 13 16:03:38 trout kernel: [2.61] r8169 :03:00.0 lan3: renamed 
from eth0
Dec 13 16:03:38 trout kernel: [2.729493] igb :01:00.0 wlan: renamed 
from eth1
Dec 13 16:03:38 trout kernel: [2.867121] igb :01:00.2 lan2: renamed 
from eth2
Dec 13 16:03:38 trout kernel: [2.879221] igb :01:00.1 lan1: renamed 
from eth0
Dec 13 16:03:38 trout kernel: [2.899203] igb :01:00.3 wan: renamed from 
eth3
Dec 13 16:03:38 trout kernel: [   20.572747] bridge: automatic filtering via 
arp/ip/ip6tables has been deprecated. Update your scripts t
o load br_netfilter if you need this.
Dec 13 16:03:38 trout kernel: [   20.575364] device lan1 entered promiscuous 
mode
Dec 13 16:03:38 trout kernel: [   20.705483] IPv6: ADDRCONF(NETDEV_UP): lan1: 
link is not ready
Dec 13 16:03:38 trout kernel: [   21.097073] rename7: renamed from lan
Dec 13 16:04:29 trout systemd-udevd[466]: seq 2799 '/devices/virtual/net/lan' 
is taking a long time
Dec 13 16:04:59 trout systemd-udevd[540]: error changing net interface name 
'lan' to 'lan1': File exists
Dec 13 16:04:59 trout systemd-udevd[540]: could not rename interface '7' from 
'lan' to 'lan1': File exists
Dec 13 16:04:59 trout systemd[1]: Started ifup for lan.
Dec 13 16:04:59 trout systemd[1]: sys-subsystem-net-devices-lan1.device: Dev 
sys-subsystem-net-devices-lan1.device appeared twice with different sysfs paths 
/sys/devices/pci:00/:00:02.1/:01:00.1/net/lan1 and 
/sys/devices/virtual/net/lan
Dec 13 16:04:59 trout systemd[1]: sys-subsystem-net-devices-lan1.device: Dev 
sys-subsystem-net-devices-lan1.device appeared twice with different sysfs paths 
/sys/devices/pci:00/:00:02.1/:01:00.1/net/lan1 and 
/sys/devices/virtual/net/rename7
Dec 13 16:04:59 trout systemd-udevd[543]: Could not generate persistent MAC 
address for lan: No such file or directory
Dec 13 16:04:59 trout systemd[1]: Started ifup for lan.
Dec 13 16:04:59 trout systemd[1]: Found device /sys/subsystem/net/devices/lan.
Dec 13 16:04:59 trout kernel: [  111.797526] device wlan entered promiscuous 
mode
Dec 13 16:04:59 trout ifup[1753]: /sbin/ifup: waiting for lock on 
/run/network/ifstate.lan
Dec 13 16:04:59 trout kernel: [  111.943158] device lan3 entered promiscuous 
mode
Dec 13 16:05:00 trout kernel: [  112.240052] r8169 :03:00.0 lan3: link down
Dec 13 16:05:00 trout kernel: [  112.240081] r8169 :03:00.0 lan3: link down
Dec 13 16:05:00 trout kernel: [  112.242397] IPv6: ADDRCONF(NETDEV_UP): lan: 
link is not ready
Dec 13 16:05:00 trout sh[1689]: Waiting for lan to get ready (MAXWAIT is 32 
seconds).
Dec 13 16:05:00 trout CRON[1841]: (root) CMD ([ -x /usr/sbin/dma ] && 
/usr/sbin/dma -q1)
Dec 13 16:05:01 trout kernel: [  113.610184] igb :01:00.2 lan2: igb: lan2 
NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX
Dec 13 16:05:01 trout kernel: [  113.610324] lan: port 2(lan2) entered 
forwarding state
Dec 13 16:05:01 trout kernel: [  113.610365] lan: port 2(lan2) entered 
forwarding state
Dec 13 16:05:01 trout kernel: [  113.610486] IPv6: ADDRCONF(NETDEV_CHANGE): 
lan: link becomes ready

And after the boot process completes, the bridge is not configured as requested:
# brctl show
bridge name bridge id   STP enabled interfaces
lan 8000.7085c2026d54   no  lan2
lan3
wlan
rename7 8000.90e2baaee821   no  lan1

Note that while the "rename7" name of the bridge seems to be constant,
the interface bridged is not.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: systemd 229-4ubuntu21
ProcVersionSignature: Ubuntu 4.4.0-103.126-generic 4.4.98
Uname: Linux 4.4.0-103-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.14
Architecture: amd64
Date: Wed Dec 13 16:11:11 2017
InstallationDate: Installed on 2016-07-28 (503 days ago)
InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8

[Bug 1692111] [NEW] Unable to configure raw.id_map with multiple entries

2017-05-19 Thread Dawid Wróbel
Public bug reported:

I am trying to map two users (999, 1001) to one of my containers. I
added both IDs to /etc/subgid and /etc/subuid. I followed by setting
raw.id_map property value (as instructed here
https://lists.linuxcontainers.org/pipermail/lxc-
users/2017-March/013034.html):

"echo -e "both 999 999\nboth 1001 1001" |  lxc config set mycontainer
raw.idmap -"

However upon starting the container, I get errors (log excerpt below).
If, on the other hand, I set idmap to either "both 999 999" or "both
1001 1001" only - i.e. if I map only one user at the time, the container
starts just fine and the user is mapped as expected.

My subgid and subuid look as follows:

lxd:10:65536
root:10:65536
root:1001:1
root:999:1

Log excerpt:

Name: mycontainer
Remote: unix:/var/lib/lxd/unix.socket
Architecture: x86_64
Created: 2017/02/22 18:54 UTC
Status: Stopped
Type: persistent
Profiles: default

Log:

lxc 20170519204102.895 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer" already existed.
lxc 20170519204102.896 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer: No such file or directory
lxc 20170519204102.897 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-1" already existed.
lxc 20170519204102.897 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-1: No such file or directory
lxc 20170519204102.897 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-2" already existed.
lxc 20170519204102.898 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-2: No such file or directory
lxc 20170519204102.898 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-3" already existed.
lxc 20170519204102.898 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-3: No such file or directory
lxc 20170519204102.898 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-4" already existed.
lxc 20170519204102.898 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-4: No such file or directory
lxc 20170519204102.899 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-5" already existed.
lxc 20170519204102.899 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-5: No such file or directory
lxc 20170519204102.899 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-6" already existed.
lxc 20170519204102.899 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-6: No such file or directory
lxc 20170519204102.900 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-7" already existed.
lxc 20170519204102.900 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-7: No such file or directory
lxc 20170519204102.900 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-8" already existed.
lxc 20170519204102.900 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-8: No such file or directory
lxc 20170519204102.901 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-9" already existed.
lxc 20170519204102.901 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:cgfsng_create:1363 - No such file or directory - Failed to 
create /sys/fs/cgroup/systemd//lxc/mycontainer-9: No such file or directory
lxc 20170519204102.901 ERRORlxc_cgfsng - 
cgroups/cgfsng.c:create_path_for_hierarchy:1306 - Path 
"/sys/fs/cgroup/systemd//lxc/mycontainer-10" already existed.
lxc 20170519204102.901 ERROR

[Bug 1654624] Re: dhcp apparmor profile complains about lxd client

2017-02-22 Thread Dawid Wróbel
** This bug is no longer a duplicate of bug 1660836
   apparmor  auditing denied access of special apparmor .null fi\ le

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

Title:
  dhcp apparmor profile complains about lxd client

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

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


[Bug 1654624] Re: dhcp apparmor profile complains about lxd client

2017-02-22 Thread Dawid Wróbel
*** This bug is a duplicate of bug 1660836 ***
https://bugs.launchpad.net/bugs/1660836

** This bug has been marked a duplicate of bug 1660836
   apparmor  auditing denied access of special apparmor .null fi\ le

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

Title:
  dhcp apparmor profile complains about lxd client

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

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


Re: [Bug 1586046] Re: Unclaimed register detected after reading register 0x65f10

2016-06-05 Thread Dawid Wróbel
There's a number of strange behaviors I observe, e.g. screen flickering,
networking issues, but I don't know if these can be attributed to this
specific kernel issue.

On Sun, Jun 5, 2016 at 11:20 PM Christopher M. Penalver <
christopher.m.penal...@gmail.com> wrote:

> Dawid Wróbel, thank you for reporting this and helping make Ubuntu
> better.
>
> To clarify, do you have an actual functionality issue?
>
> ** Tags added: latest-bios-1.3.3
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1586046
>
> Title:
>   Unclaimed register detected after reading register 0x65f10
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1586046/+subscriptions
>

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

Title:
  Unclaimed register detected after reading register 0x65f10

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

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

[Bug 1586046] [NEW] Unclaimed register detected after reading register 0x65f10

2016-05-26 Thread Dawid Wróbel
Public bug reported:

After booting to newest kernel, I see following in dmesg:

[   28.156951] WARNING: CPU: 3 PID: 2005 at 
/build/linux-FvcHlK/linux-4.4.0/ubuntu/i915/intel_uncore.c:649 
__unclaimed_reg_debug+0x80/0x90 [i915_bpo]()
[   28.156953] Unclaimed register detected after reading register 0x65f10

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-22-generic 4.4.0-22.40
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D3p:   cromo  1941 F...m pulseaudio
 /dev/snd/controlC0:  cromo  1941 F pulseaudio
 /dev/snd/seq:timidity   1020 F timidity
Date: Thu May 26 09:46:38 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1128 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 005: ID 0c45:670c Microdia 
 Bus 001 Device 004: ID 04f3:20d0 Elan Microelectronics Corp. 
 Bus 001 Device 003: ID 0a5c:6412 Broadcom Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash i8042.nopnp
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: XDG_RUNTIME_DIR 
(/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e g 
happen if you try to connect to a non-root PulseAudio as a root user, over the 
native protocol. Don't do that.)
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-22-generic N/A
 linux-backports-modules-4.4.0-22-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-23 (64 days ago)
dmi.bios.date: 03/01/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.3.3
dmi.board.name: 0VM5NC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.3.3:bd03/01/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0VM5NC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  Unclaimed register detected after reading register 0x65f10

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

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


[Bug 1574044] [NEW] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.CHRG] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)

2016-04-23 Thread Dawid Wróbel
Public bug reported:

After unplugging the external display (connected over USB Type-C), I see
following in dmesg:

[53204.035444] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.CHRG] Namespace lookup 
failure, AE_NOT_FOUND (20150930/psargs-359)
[53204.035449] ACPI Error: Method parse/execution failed [\PNOT] (Node 
8804700d64b0), AE_NOT_FOUND (20150930/psparse-542)
[53204.035454] ACPI Error: Method parse/execution failed [\_SB.AC._PSR] (Node 
8804700e92a8), AE_NOT_FOUND (20150930/psparse-542)
[53204.035481] ACPI Exception: AE_NOT_FOUND, Error reading AC Adapter state 
(20150930/ac-128)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37
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
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   cromo  2489 F...m pulseaudio
 /dev/snd/pcmC0D0p:   cromo  2489 F...m pulseaudio
 /dev/snd/controlC0:  cromo  2489 F pulseaudio
CurrentDesktop: Unity
Date: Sat Apr 23 12:13:12 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1095 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 005: ID 0c45:670c Microdia 
 Bus 001 Device 004: ID 04f3:20d0 Elan Microelectronics Corp. 
 Bus 001 Device 003: ID 0a5c:6412 Broadcom Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash i8042.nopnp 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-23 (31 days ago)
dmi.bios.date: 01/08/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.3
dmi.board.name: 0VM5NC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd01/08/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0VM5NC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  ACPI Error: [\_SB_.PCI0.LPCB.H_EC.CHRG] Namespace lookup failure,
  AE_NOT_FOUND (20150930/psargs-359)

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

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


[Bug 1574043] [NEW] segfault at 18 ip 0000000000425ca4 sp 00007ffe07d73380 error 4 in gnome-calendar

2016-04-23 Thread Dawid Wróbel
Public bug reported:

I found following error in dmesg after running and closing gonome-calendar:
segfault at 18 ip 00425ca4 sp 7ffe07d73380 error 4 in gnome-calendar

No other sign of failure except for this.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-calendar 3.20.1-1ubuntu1
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
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Apr 23 12:02:54 2016
InstallationDate: Installed on 2013-04-24 (1095 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
SourcePackage: gnome-calendar
UpgradeStatus: Upgraded to xenial on 2016-03-23 (31 days ago)

** Affects: gnome-calendar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  segfault at 18 ip 00425ca4 sp 7ffe07d73380 error 4 in
  gnome-calendar

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

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


[Bug 1574041] [NEW] xhci_hcd 0000:00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD ep_index 3 comp_code 1

2016-04-23 Thread Dawid Wróbel
Public bug reported:

Found following error in dmesg after disconnecting external USB DAC:
xhci_hcd :00:14.0: ERROR Transfer event TRB DMA ptr not part of current TD 
ep_index 3 comp_code 1

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37
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
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   cromo  2489 F...m pulseaudio
 /dev/snd/pcmC0D0p:   cromo  2489 F...m pulseaudio
 /dev/snd/controlC0:  cromo  2489 F pulseaudio
CurrentDesktop: Unity
Date: Sat Apr 23 12:02:57 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1095 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 005: ID 0c45:670c Microdia 
 Bus 001 Device 004: ID 04f3:20d0 Elan Microelectronics Corp. 
 Bus 001 Device 003: ID 0a5c:6412 Broadcom Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash i8042.nopnp 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-23 (31 days ago)
dmi.bios.date: 01/08/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.3
dmi.board.name: 0VM5NC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd01/08/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0VM5NC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  xhci_hcd :00:14.0: ERROR Transfer event TRB DMA ptr not part of
  current TD ep_index 3 comp_code 1

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

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


[Bug 1573864] [NEW] "HDMI: invalid ELD buf size -1" after connecting external display

2016-04-22 Thread Dawid Wróbel
Public bug reported:

dmesg shows a lot of repated "snd_hda_codec_hdmi hdaudioC0D2: HDMI:
invalid ELD buf size -1" errors after connecting external UHD display
over USB Type-C. Sound played over the display's speaker works fine non-
the-less.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37
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
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  cromo  2664 F pulseaudio
 /dev/snd/controlC0:  cromo  2664 F pulseaudio
CurrentDesktop: Unity
Date: Fri Apr 22 20:59:48 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1094 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash i8042.nopnp 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-23 (30 days ago)
dmi.bios.date: 01/08/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.3
dmi.board.name: 0VM5NC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd01/08/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0VM5NC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  "HDMI: invalid ELD buf size -1" after connecting external display

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

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


[Bug 1573863] [NEW] Screen garbled, dmesg errors and compiz segfault after connecting external display over USB-C

2016-04-22 Thread Dawid Wróbel
Public bug reported:

I resumed my DELL XPS 9350 today and connected external UHD display over
USB Type-C, which caused compiz to die and a number of warnings/errors
in dmesg, as well as garbling the screen on the built-in display.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37
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
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  cromo  2664 F pulseaudio
 /dev/snd/controlC0:  cromo  2664 F pulseaudio
CurrentDesktop: Unity
Date: Fri Apr 22 20:52:53 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1094 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash i8042.nopnp 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-23 (30 days ago)
dmi.bios.date: 01/08/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.3
dmi.board.name: 0VM5NC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd01/08/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0VM5NC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  Screen garbled, dmesg errors and compiz segfault after connecting
  external display over USB-C

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

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


[Bug 1573386] [NEW] Dell XPS 13 9350: Unclaimed register detected after reading register 0x65f10

2016-04-21 Thread Dawid Wróbel
Public bug reported:

Connecting Dell XPS 13 9350 to power outlet causes kernel warn: 
Unclaimed register detected after reading register 0x65f10

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-21-generic 4.4.0-21.37
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
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cromo  2664 F pulseaudio
CurrentDesktop: Unity
Date: Fri Apr 22 00:24:22 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1094 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0c45:670c Microdia 
 Bus 001 Device 003: ID 04f3:20d0 Elan Microelectronics Corp. 
 Bus 001 Device 002: ID 0a5c:6412 Broadcom Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. XPS 13 9350
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash i8042.nopnp 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-21-generic N/A
 linux-backports-modules-4.4.0-21-generic  N/A
 linux-firmware1.157
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-23 (30 days ago)
dmi.bios.date: 01/08/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.3
dmi.board.name: 0VM5NC
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd01/08/2016:svnDellInc.:pnXPS139350:pvr:rvnDellInc.:rn0VM5NC:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: XPS 13 9350
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  Dell XPS 13 9350: Unclaimed register detected after reading register
  0x65f10

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

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


[Bug 1573359] Re: No wireless networks after starting system

2016-04-21 Thread Dawid Wróbel
Fresh after booting, following is suspicious in syslog:

dell kernel: [9.232325] brcmf_add_if: ERROR: netdev:wlp58s0 already exists
dell kernel: [9.232347] brcmf_add_if: ignore IF event

and in dmesg:

[9.232325] brcmf_add_if: ERROR: netdev:wlp58s0 already exists
[9.232347] brcmf_add_if: ignore IF event
[9.236112] IPv6: ADDRCONF(NETDEV_UP): wlp58s0: link is not ready
[9.242258] IPv6: ADDRCONF(NETDEV_UP): wlp58s0: link is not ready
[9.246334] IPv6: ADDRCONF(NETDEV_UP): wlp58s0: link is not ready

After restarting nm service, dmesg says:

[  168.481449] IPv6: ADDRCONF(NETDEV_UP): wlp58s0: link is not ready
[  168.685438] userif-2: sent link down event.
[  168.685442] userif-2: sent link up event.
[  168.793376] brcmf_add_if: ERROR: netdev:wlp58s0 already exists
[  168.793380] brcmf_add_if: ignore IF event
[  168.828171] IPv6: ADDRCONF(NETDEV_UP): wlp58s0: link is not ready
[  175.118508] IPv6: ADDRCONF(NETDEV_CHANGE): wlp58s0: link becomes ready

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

Title:
  No wireless networks after starting system

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

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


[Bug 1573359] [NEW] No wireless networks after starting system

2016-04-21 Thread Dawid Wróbel
Public bug reported:

After booting the system, there are no networks reported in Network
Manager applet. After restarting network-manager service, it picks up
the pre-configigured network and connects straight away.

This has not been like this before and only started about 2 weeks ago.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager 1.1.93-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr 21 22:29:46 2016
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-04-24 (1094 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
IpRoute:
 default via 192.168.1.1 dev wlp58s0  proto static  metric 600 
 169.254.0.0/16 dev wlp58s0  scope link  metric 1000 
 172.16.53.0/24 dev vmnet1  proto kernel  scope link  src 172.16.53.1 
 172.16.138.0/24 dev vmnet8  proto kernel  scope link  src 172.16.138.1 
 192.168.1.0/24 dev wlp58s0  proto kernel  scope link  src 192.168.1.202  
metric 600
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to xenial on 2016-03-23 (29 days ago)
nmcli-dev:
 DEVICE   TYPE  STATE  DBUS-PATH  
CONNECTIONCON-UUID  CON-PATH
   
 wlp58s0  wifi  connected  /org/freedesktop/NetworkManager/Devices/2  
you_gonna_make_me_pregnant 1  991de0b1-f4d3-4ead-9706-bea9979248f5  
/org/freedesktop/NetworkManager/ActiveConnection/0 
 vmnet1   ethernet  unmanaged  /org/freedesktop/NetworkManager/Devices/1  --
----
 
 vmnet8   ethernet  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --
----
 
 lo   loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/3  --
----
nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 2: 
Error: Object 'nm' is unknown, try 'nmcli help'.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  No wireless networks after starting system

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

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


[Bug 1563872] Re: Please merge bugfix release gnucash 1:2.6.11-1 (universe) from Debian testing (main)

2016-04-04 Thread Dawid Wróbel
2.6.12 is out with even more fixes . Upcoming 16.04 LTE release is now 4
bug-fix versions behind.

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

Title:
  Please merge bugfix release gnucash 1:2.6.11-1 (universe) from Debian
  testing (main)

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

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


[Bug 1560797] [NEW] package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv

2016-03-22 Thread Dawid Wróbel
Public bug reported:

Happened during upgrade to 16.04, don't know any more details.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 225-1ubuntu9.1
Uname: Linux 4.4.5-040405-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
Date: Tue Mar 22 22:56:03 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2013-04-24 (1064 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.7
SourcePackage: systemd
Title: package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-03-23 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package systemd-sysv 225-1ubuntu9.1 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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


[Bug 1541997] [NEW] dmesg flooded with xhci_hcd warnings "WARN Event TRB for slot 1 ep 8 with no TDs queued?"

2016-02-04 Thread Dawid Wróbel
Public bug reported:

I am running vmware, hosting a Windows 10 guest, relaying USB smartcard reader  
and see a flood of following warnings in dmesg:
"xhci_hcd :00:14.0: WARN Event TRB for slot 1 ep 8 with no TDs queued?"

I only presume they are related to vmware/usb smartcard reader, I can't
be sure.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-27-generic 4.2.0-27.32
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC1D0p:   cromo  2748 F...m pulseaudio
 /dev/snd/controlC1:  cromo  2748 F pulseaudio
 /dev/snd/controlC0:  cromo  2748 F pulseaudio
 /dev/snd/timer:  cromo  2748 f pulseaudio
CurrentDesktop: GNOME
Date: Thu Feb  4 14:19:30 2016
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (1016 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
MachineType: Dell Inc. Latitude E6230
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-27-generic N/A
 linux-backports-modules-4.2.0-27-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UpgradeStatus: Upgraded to wily on 2015-10-28 (98 days ago)
dmi.bios.date: 05/20/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A10
dmi.board.name: 0GWYCT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd05/20/2013:svnDellInc.:pnLatitudeE6230:pvr01:rvnDellInc.:rn0GWYCT:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6230
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug wily

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

Title:
  dmesg flooded with xhci_hcd warnings "WARN Event TRB for slot 1 ep 8
  with no TDs queued?"

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

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


[Bug 1197509] [NEW] [Dell Inc. Latitude E6230] suspend/resume failure

2013-07-03 Thread Dawid Wróbel
Public bug reported:

Strangely, this crash report has appeared after I have started the VMWare 
Player and resumed the guest machine. 
It's not the first time this happens so I should be able to reproduce.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-25-generic 3.8.0-25.37
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cromo  3834 F pulseaudio
Date: Sun Jun 30 23:51:14 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=3cd6beac-9b2b-4af8-9004-fdec2b01f2df
InstallationDate: Installed on 2013-04-24 (70 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130423.1)
InterpreterPath: /usr/bin/python3.3
MachineType: Dell Inc. Latitude E6230
MarkForUpload: True
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-25-generic 
root=UUID=50ed3eed-05f6-4dce-b5d6-86a6519d89c1 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-25-generic N/A
 linux-backports-modules-3.8.0-25-generic  N/A
 linux-firmware1.106
SourcePackage: linux
Title: [Dell Inc. Latitude E6230] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 02/06/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 0GWYCT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd02/06/2013:svnDellInc.:pnLatitudeE6230:pvr01:rvnDellInc.:rn0GWYCT:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6230
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-kerneloops raring resume suspend

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

Title:
  [Dell Inc. Latitude E6230] suspend/resume failure

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

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


[Bug 1052597] Re: Support for Warsaw Stock Exchange quotes (patch provided)

2013-06-04 Thread Dawid Wróbel
Anyone can please look into this? KMyMoney also uses libfinance-quote-
perl for its quotation sources

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

Title:
  Support for Warsaw Stock Exchange quotes (patch provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfinance-quote-perl/+bug/1052597/+subscriptions

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


[Bug 1019395] Re: At random times NM applet menu stops responding

2013-05-30 Thread Dawid Wróbel
Can also confirm this bug is still here in 13.04.

** This bug is no longer a duplicate of bug 780602
   nm-applet leaks memory

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

Title:
  At random times NM applet menu stops responding

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

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


[Bug 1041068] Re: nm-applet stopped responding

2013-01-13 Thread Dawid Wróbel
*** This bug is a duplicate of bug 780602 ***
https://bugs.launchpad.net/bugs/780602

** This bug has been marked a duplicate of bug 780602
   nm-applet leaks memory and stops functioning after a while

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

Title:
  nm-applet stopped responding

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

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


[Bug 1077009] Re: Intrusive Authentication Request pops up and steals keyboard

2012-12-11 Thread Dawid Wróbel
*** This bug is a duplicate of bug 1044549 ***
https://bugs.launchpad.net/bugs/1044549

** This bug has been marked a duplicate of bug 1044549
   The Access Prompt randomly pop up!

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

Title:
  Intrusive Authentication Request pops up and steals keyboard

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

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


[Bug 1044549] Re: The Access Prompt randomly pop up!

2012-12-11 Thread Dawid Wróbel
Mathieu, Mark - did you by any chance have Google account configured in
previous distribution releases that you upgraded from? It did not
provide much integration with the system but I had it configured
nonetheless. It could be that the accounts were stored differently
previously and this would explain why was the
~/.config/goa-1.0/accounts.conf file still present after deleting all
the Google accounts in Online Accounts dialog.

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

Title:
  The Access Prompt randomly pop up!

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

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


[Bug 1044549] Re: The Access Prompt randomly pop up!

2012-10-30 Thread Dawid Wróbel
It's gotten worse now, it pops up continuously even if you close the
dialog and, even worse, it locks the focus so you can't switch to the
other window. I had to switch to tty console and kill it from there to
be able to regain the control over the desktop.

Also it looks very dodgy when it shows up just like this out of nowhere.
It has no explanation whatsoever about the reason for asking the
password and which application is the real requester.  It's just
suspicious.

I also use autologin if that's relevant.

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

Title:
  The Access Prompt randomly pop up!

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

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


[Bug 1065678] Re: apt-build fails to install if `grep processors /proc/cpuinfo` don't find anything

2012-10-15 Thread Dawid Wróbel
Dominique, thank you very much for your assistance, the workaround
worked as expected!

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

Title:
  apt-build fails to install if `grep processors /proc/cpuinfo` don't
  find anything

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

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


[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dawid Wróbel
root@mele:~# debconf-show apt-build debconf
  debconf-apt-progress/preparing:
  debconf/frontend: Dialog
  debconf-apt-progress/title:
  debconf/priority: high
  debconf-apt-progress/info:
  debconf-apt-progress/media-change:

root@mele:~# DEBCONF_DEBUG=developer dpkg --configure -a
Setting up apt-build (0.12.43) ...
debconf (developer): frontend started
debconf (developer): frontend running, package name is apt-build
debconf (developer): starting /var/lib/dpkg/info/apt-build.config configure 
debconf (developer): -- INPUT medium apt-build/build_dir
debconf (developer): -- 30 question skipped
debconf (developer): -- GO 
debconf (developer): -- 0 ok
debconf (developer): -- GET apt-build/build_dir
debconf (developer): -- 0 /var/cache/apt-build/build
debconf (developer): -- INPUT medium apt-build/repository_dir
debconf (developer): -- 30 question skipped
debconf (developer): -- GO 
debconf (developer): -- 0 ok
debconf (developer): -- GET apt-build/repository_dir
debconf (developer): -- 0 /var/cache/apt-build/repository
debconf (developer): -- SUBST apt-build/add_to_sourceslist repo 
/var/cache/apt-build/repository
debconf (developer): -- 0
debconf (developer): -- SET apt-build/add_to_sourceslist true
debconf (developer): -- 0 value set
debconf (developer): -- INPUT critical apt-build/add_to_sourceslist
debconf (developer): -- 0 question will be asked
debconf (developer): -- INPUT critical apt-build/olevel
debconf (developer): -- 0 question will be asked
debconf (developer): -- INPUT medium apt-build/options
debconf (developer): -- 30 question skipped
debconf (developer): -- GO 
debconf (developer): -- 0 ok
dpkg: error processing apt-build (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 apt-build

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dawid Wróbel
dpkg-reconfigure debconf worked just fine. BTW. I switched the priority
level for ignored questions to low. This caused the apt-get
configuration dialog to be shown for more advanced options, too
(compilation tuning, etc.). I previously thought these questions were
not shown because of the bug (I was asked these on another quantal
system I use).

After adding the set -x:

root@mele:~# DEBCONF_DEBUG=developer dpkg --configure -a
Setting up apt-build (0.12.43) ...
debconf (developer): frontend started
debconf (developer): frontend running, package name is apt-build
debconf (developer): starting /var/lib/dpkg/info/apt-build.config configure 
+ set -e
+ CONFFILE=/etc/apt/apt-build.conf
+ build_dir=
+ repository_dir=
+ Olevel=
+ mtune=
+ options=
+ make_options=
+ . /usr/share/debconf/confmodule
+ [ ! 1 ]
+ [ -z  ]
+ exec
+ [  ]
+ exec
+ DEBCONF_REDIR=1
+ export DEBCONF_REDIR
+ [ -e /etc/apt/apt-build.conf ]
+ ok=
+ [ -z  ]
+ db_input medium apt-build/build_dir
+ _db_cmd INPUT medium apt-build/build_dir
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n INPUT medium apt-build/build_dir
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- INPUT medium apt-build/build_dir
debconf (developer): -- 0 question will be asked
+ RET=question will be asked
+ return 0
+ db_go
+ _db_cmd GO 
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n GO 
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- GO 
debconf (developer): -- 0 ok
+ RET=ok
+ return 0
+ db_get apt-build/build_dir
+ _db_cmd GET apt-build/build_dir
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n GET apt-build/build_dir
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- GET apt-build/build_dir
debconf (developer): -- 0 /var/cache/apt-build/build
+ RET=/var/cache/apt-build/build
+ return 0
+ [ -z /var/cache/apt-build/build ]
+ ok=0
+ [ -z 0 ]
+ repository_dir=
+ [ -z  ]
+ db_input medium apt-build/repository_dir
+ _db_cmd INPUT medium apt-build/repository_dir
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n INPUT medium apt-build/repository_dir
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- INPUT medium apt-build/repository_dir
debconf (developer): -- 0 question will be asked
+ RET=question will be asked
+ return 0
+ db_go
+ _db_cmd GO 
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n GO 
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- GO 
debconf (developer): -- 0 ok
+ RET=ok
+ return 0
+ db_get apt-build/repository_dir
+ _db_cmd GET apt-build/repository_dir
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n GET apt-build/repository_dir
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- GET apt-build/repository_dir
debconf (developer): -- 0 /var/cache/apt-build/repository
+ RET=/var/cache/apt-build/repository
+ return 0
+ [ -z /var/cache/apt-build/repository ]
+ repository_dir=/var/cache/apt-build/repository
+ [ -z /var/cache/apt-build/repository ]
+ db_subst apt-build/add_to_sourceslist repo /var/cache/apt-build/repository
+ _db_cmd SUBST apt-build/add_to_sourceslist repo 
/var/cache/apt-build/repository
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n SUBST apt-build/add_to_sourceslist repo 
/var/cache/apt-build/repository
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- SUBST apt-build/add_to_sourceslist repo 
/var/cache/apt-build/repository
debconf (developer): -- 0
+ RET=0
+ return 0
+ apt-config shell etcdir Dir::Etc
+ eval etcdir='etc/apt/'
+ etcdir=etc/apt/
+ apt-config shell sourceslist Dir::Etc::sourcelist
+ eval sourceslist='sources.list'
+ sourceslist=sources.list
+ apt-config shell sourcesparts Dir::Etc::sourceparts
+ eval sourcesparts='sources.list.d'
+ sourcesparts=sources.list.d
+ [ ! -e /etc/apt/apt-build.conf ]
+ db_set apt-build/add_to_sourceslist true
+ _db_cmd SET apt-build/add_to_sourceslist true
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n SET apt-build/add_to_sourceslist true
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- SET apt-build/add_to_sourceslist true
debconf (developer): -- 0 value set
+ RET=value set
+ return 0
+ db_input critical apt-build/add_to_sourceslist
+ _db_cmd INPUT critical apt-build/add_to_sourceslist
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n INPUT critical apt-build/add_to_sourceslist
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- INPUT critical apt-build/add_to_sourceslist
debconf (developer): -- 0 question will be asked
+ RET=question will be asked
+ return 0
+ db_input critical apt-build/olevel
+ _db_cmd INPUT critical apt-build/olevel
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n INPUT critical apt-build/olevel
+ IFS=  

+ IFS=
 read -r _db_internal_line
debconf (developer): -- INPUT critical apt-build/olevel
debconf (developer): -- 0 question will be asked
+ RET=question will be asked
+ return 0
+ db_input medium apt-build/options
+ _db_cmd INPUT medium apt-build/options
+ _db_internal_IFS= 

+ IFS= 
+ printf %s\n INPUT medium apt-build/options

[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dawid Wróbel
Sorry, I meant This caused the apt-build configuration dialog to be
shown for more advanced options (...).

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dawid Wróbel
root@mele:~# sh test.sh 
0
foobar
end

Switching to bash didn't help, same error.

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-12 Thread Dawid Wróbel
Seems like no error this time?

root@mele:~# sh test2.sh 
+ set -e
+ CONFFILE=/etc/apt/apt-build.conf
+ build_dir=
+ repository_dir=
+ Olevel=
+ mtune=
+ options=
+ make_options=
+ echo . /usr/share/debconf/confmodule
. /usr/share/debconf/confmodule
+ [ -e /etc/apt/apt-build.conf ]
+ ok=
+ [ -z  ]
+ echo db_input medium apt-build/build_dir
db_input medium apt-build/build_dir
+ echo db_go
db_go
+ echo db_get apt-build/build_dir
db_get apt-build/build_dir
+ RET=buildir
+ [ -z buildir ]
+ ok=0
+ [ -z 0 ]
+ repository_dir=
+ [ -z  ]
+ echo db_input medium apt-build/repository_dir
db_input medium apt-build/repository_dir
+ echo db_go
db_go
+ echo db_get apt-build/repository_dir
db_get apt-build/repository_dir
+ RET=repodir
+ [ -z repodir ]
+ repository_dir=repodir
+ [ -z repodir ]
+ echo db_subst apt-build/add_to_sourceslist repo repodir
db_subst apt-build/add_to_sourceslist repo repodir
+ apt-config shell etcdir Dir::Etc
+ eval etcdir='etc/apt/'
+ etcdir=etc/apt/
+ apt-config shell sourceslist Dir::Etc::sourcelist
+ eval sourceslist='sources.list'
+ sourceslist=sources.list
+ apt-config shell sourcesparts Dir::Etc::sourceparts
+ eval sourcesparts='sources.list.d'
+ sourcesparts=sources.list.d
+ [ ! -e /etc/apt/apt-build.conf ]
+ echo db_set apt-build/add_to_sourceslist true
db_set apt-build/add_to_sourceslist true
+ echo db_input critical apt-build/add_to_sourceslist
db_input critical apt-build/add_to_sourceslist
+ echo db_input critical apt-build/olevel
db_input critical apt-build/olevel
+ echo db_input medium apt-build/options
db_input medium apt-build/options
+ echo db_go
db_go
+ multithreaded=
+ [ -n  ]
+ [ -r /proc/cpuinfo ]
+ [ ! -e /etc/apt/apt-build.conf ]
+ grep -c processor /proc/cpuinfo
+ multithreaded=-j0
root@mele:~#

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1065678] [NEW] Unable to install apt-build, apparently a bug in debconf

2012-10-11 Thread Dawid Wróbel
Public bug reported:

I was trying to install the apt-build today. After being shown a ncurses
dialog to choose whether to add apt-build repository and then an
optimization level, the dialog was closed and an error shown:

Setting up apt-build (0.12.43) ...
dpkg: error processing apt-build (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 apt-build

I tried to narrow the problem down by repeatedly editing the apt-
build.postinst file, removing code parts and running dpkg --reconfigure
-a. It turnes out that it's enough to just leave the .postinst as
following to trigger the bug:

#!/bin/sh 
if [ $1 = configure ] ; then
. /usr/share/debconf/confmodule
fi

Even though I do not know perl almost at all, I tried to read the code in and 
try to find the real culprit, however whole debconf and thinking behind it is 
way too complicated for me to get the glimpse fast enough, hence my 
not-so-much-detailed bug report. 
I will be happy, though, to get instructed by someone else and do some more 
investigation on the matter.

PS. Please note that I do not have my /tmp mounted with noexec, as this
I believe is the most common cause for this kind of errors with debconf.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: apt-build 0.12.43
Uname: Linux 3.0.42+ armv7l
ApportVersion: 2.6.1-0ubuntu3
Architecture: armhf
Date: Thu Oct 11 21:18:49 2012
SourcePackage: apt-build
UpgradeStatus: Upgraded to quantal on 2012-09-29 (12 days ago)

** Affects: apt-build (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf quantal

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1065678] Re: Unable to install apt-build, apparently a bug in debconf

2012-10-11 Thread Dawid Wróbel
apport information

** Tags added: apport-collected

** Description changed:

  I was trying to install the apt-build today. After being shown a ncurses
  dialog to choose whether to add apt-build repository and then an
  optimization level, the dialog was closed and an error shown:
  
  Setting up apt-build (0.12.43) ...
  dpkg: error processing apt-build (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   apt-build
  
  I tried to narrow the problem down by repeatedly editing the apt-
  build.postinst file, removing code parts and running dpkg --reconfigure
  -a. It turnes out that it's enough to just leave the .postinst as
  following to trigger the bug:
  
  #!/bin/sh 
  if [ $1 = configure ] ; then
  . /usr/share/debconf/confmodule
  fi
  
  Even though I do not know perl almost at all, I tried to read the code in and 
try to find the real culprit, however whole debconf and thinking behind it is 
way too complicated for me to get the glimpse fast enough, hence my 
not-so-much-detailed bug report. 
  I will be happy, though, to get instructed by someone else and do some more 
investigation on the matter.
  
  PS. Please note that I do not have my /tmp mounted with noexec, as this
  I believe is the most common cause for this kind of errors with debconf.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: apt-build 0.12.43
  Uname: Linux 3.0.42+ armv7l
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: armhf
  Date: Thu Oct 11 21:18:49 2012
  SourcePackage: apt-build
  UpgradeStatus: Upgraded to quantal on 2012-09-29 (12 days ago)
+ --- 
+ Architecture: armhf
+ DistroRelease: Ubuntu 12.10
+ Package: debconf 1.5.46ubuntu1
+ PackageArchitecture: all
+ Uname: Linux 3.0.42+ armv7l
+ UserGroups:

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1065678/+attachment/3395208/+files/Dependencies.txt

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1065678] ProcEnviron.txt

2012-10-11 Thread Dawid Wróbel
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1065678/+attachment/3395209/+files/ProcEnviron.txt

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

Title:
  Unable to install apt-build, apparently a bug in debconf

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

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


[Bug 1026765] Re: libavcodec53 reports undefined symbol: speex_nb_mode

2012-10-05 Thread Dawid Wróbel
Seems to be fixed in quantal in most recent update to libav.

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

Title:
  libavcodec53 reports undefined symbol: speex_nb_mode

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

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


[Bug 873007] Re: python fails to cross-build

2012-09-29 Thread Dawid Wróbel
This only happens when cross compiling for 32 bit on 64 bit host system.
There's a good explanation of the issue here:
http://www.spinics.net/lists/selinux/msg03546.html

This basically means that the python-dev packages should be packaged
architecture dependent for multi-arch support. However I am quite sure
the ubuntu python maintainers would have figured this on their own, so I
am curious myself what is the potential fix for this issue.

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

Title:
  python fails to cross-build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/873007/+subscriptions

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


[Bug 1035588] Re: modem-manager crashed with SIGABRT in g_assertion_message()

2012-09-25 Thread Dawid Wróbel
I for one haven't seen the bug since couple of days so maybe we should
wait couple more and if nothing new happens, close it.

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

Title:
  modem-manager crashed with SIGABRT in g_assertion_message()

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

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


[Bug 482597] Re: Empathy dialpad tones don't work

2012-09-22 Thread Dawid Wróbel
David, 
I am sorry for such a late reply, I must have missed your message. I just tried 
to call the same number under 12.10 and still no reaction whatsoever. Do you 
actually _hear_ the DTMF tone when pressing the button? Because I do not, 
however I assumed this is by design. 
My speech quality is quite good. My SIP provider does not have a mailbox option 
so unfortunately I can't test it this way. 
There must be something specific with this particular provider that DTMF does 
not work in empathy. Twinkle, however, works just fine.

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

Title:
  Empathy dialpad tones don't work

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

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


[Bug 482597] Re: Empathy dialpad tones don't work

2012-09-22 Thread Dawid Wróbel
It just occurred to me: does Twinkle support the DTMF only via the DTMF
Info method (that would explain the silence when pressing the buttons)?
Because it may be that my provider accepts only the standard, audible
signalling.

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

Title:
  Empathy dialpad tones don't work

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

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


[Bug 1052597] [NEW] Support for Warsaw Stock Exchange quotes (patch provided)

2012-09-18 Thread Dawid Wróbel
Public bug reported:

There is a patch that adds support for Warsaw Stock Exchange quotes. The
patch has been posted almost two years ago on CPAN [1] but for some
reason got completely ignored. However it has been included in eg.
SUSE/OpenSUSE [2] so I thought it could also be included in Ubuntu
package. The patch itself uses publicly available API provided by
stooq.pl website (Polish only).

[1] https://rt.cpan.org/Public/Bug/Display.html?id=64474
[2] 
https://build.opensuse.org/package/revisions?package=perl-Finance-Quoteproject=devel%3Alanguages%3Aperl

** Affects: libfinance-quote-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: gnucash gpw libfinance stock warsaw wse

** Description changed:

  There is a patch that adds support for Warsaw Stock Exchange quotes. The
- package itself has been posted almost two years ago on CPAN [1] but for
- some reason got completely ignored. However it has been included in eg.
+ patch has been posted almost two years ago on CPAN [1] but for some
+ reason got completely ignored. However it has been included in eg.
  SUSE/OpenSUSE [2] so I thought it could also be included in Ubuntu
  package. The patch itself uses publicly available API provided by
  stooq.pl website (Polish only).
  
  [1] https://rt.cpan.org/Public/Bug/Display.html?id=64474
  [2] 
https://build.opensuse.org/package/revisions?package=perl-Finance-Quoteproject=devel%3Alanguages%3Aperl

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

Title:
  Support for Warsaw Stock Exchange quotes (patch provided)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfinance-quote-perl/+bug/1052597/+subscriptions

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


[Bug 1051352] [NEW] Upgrade to 12.10 failed before cleaning up stage because it couldn't get exclusive lock

2012-09-15 Thread Dawid Wróbel
Public bug reported:

During my upgrade to 12.10 yesterday, the upgrade failed just before the 
cleaning up stage and an Unable To get Exclusive Lock error was shown on 
the screen. ps ax|grep apt has shown aptd running in the background. 
I suspect that this was unattended upgrades that got started up, because I had 
it set up for automatically applying critical upgrades. 

Now for what it's worth, before I managed to start the upgrade process, I 
couldn't even start the update-manager -d for the same reason (aptd in the 
background) and then it had failed two times to go past the initial stage: once 
for the very same reason (Unable To get Exclusive Lock, had to kill aptd), 
second time because I was out of disk space. After I dealt with disk space, I 
had to do mv /etc/apt/sources.list.save /etc/apt/sources.list and apt-get 
update because apparently the state was not rolled back after the 
update-manager failed (I had update-manager popping up and showing a list of 
12.10 packages to install over 12.04 ones).  
The third time I managed to run it, but it failed half way through as I 
explained in the first paragraph.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: update-manager 1:0.173
ProcVersionSignature: Ubuntu 3.5.0-14.19-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
Date: Sat Sep 15 19:26:47 2012
GsettingsChanges:
 b'com.ubuntu.update-manager' b'launch-time' b'1331248512'
 b'com.ubuntu.update-manager' b'window-height' b'500'
 b'com.ubuntu.update-manager' b'window-width' b'600'
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Beta amd64 (20100902.1)
PackageArchitecture: all
SourcePackage: update-manager
UpgradeStatus: Upgraded to quantal on 2012-09-14 (0 days ago)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

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

Title:
  Upgrade to 12.10 failed before cleaning up stage because it couldn't
  get exclusive lock

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

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


[Bug 1051352] Re: Upgrade to 12.10 failed before cleaning up stage because it couldn't get exclusive lock

2012-09-15 Thread Dawid Wróbel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051352

Title:
  Upgrade to 12.10 failed before cleaning up stage because it couldn't
  get exclusive lock

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

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


[Bug 1051358] [NEW] CPU max frequency locked to minimum after resuming from suspend

2012-09-15 Thread Dawid Wróbel
Public bug reported:

I had resumed my laptop for the first time today after upgrading to
12.10 and have noticed that the system was not responsive. I turned out
that CPU scaling max frequency
(/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq) was 80
(should be 2133000). I tried to change the governor to performance, but
the freq was still locked at min. I also tried to echo the max freq to
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq, but it also did
nothing.

I am yet to see whether this is repeatable, I wanted to report the bug
first with all the sensitive logs before I restart the system and try
again. I will report back here later.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-generic 3.5.0.14.14
ProcVersionSignature: Ubuntu 3.5.0-14.19-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
AcpiTables: Error: [Errno 13] Permission denied
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cromo 14022 F pulseaudio
 /dev/snd/pcmC0D0p:   cromo 14022 F...m pulseaudio
Date: Sat Sep 15 19:48:03 2012
HibernationDevice: RESUME=UUID=4da1c619-669e-4d7c-9cef-ffb960bd2aa8
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Beta amd64 (20100902.1)
MachineType: Dell Inc. Latitude E6400
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic 
root=UUID=c0ac5e9b-4a61-4d91-a546-5379b9ba2edb ro ipv6.disable=1 quiet splash 
elevator=deadline vt.handoff=7
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/cromo not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-14-generic N/A
 linux-backports-modules-3.5.0-14-generic  N/A
 linux-firmware1.92
SourcePackage: linux
StagingDrivers: zram
UpgradeStatus: Upgraded to quantal on 2012-09-14 (0 days ago)
dmi.bios.date: 02/16/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A28
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA28:bd02/16/2011:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug quantal staging

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

Title:
  CPU max frequency locked to minimum after resuming from suspend

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

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


[Bug 1051358] Re: CPU max frequency locked to minimum after resuming from suspend

2012-09-15 Thread Dawid Wróbel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051358

Title:
  CPU max frequency locked to minimum after resuming from suspend

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

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


[Bug 1051358] Re: CPU max frequency locked to minimum after resuming from suspend

2012-09-15 Thread Dawid Wróbel
Actually, this turned out to be hardware issue and not Ubuntu's fault.
It very rarely happens that the power adapter is not recognized and the
outcome is the CPU freq locked to minimum. I found out about it after
rebooting when appropriate message was shown. For the sake of certainty
I suspended and resumed the system afterwards and CPU freq was fine.

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

Title:
  CPU max frequency locked to minimum after resuming from suspend

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

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


[Bug 1051358] Re: CPU max frequency locked to minimum after resuming from suspend

2012-09-15 Thread Dawid Wróbel
Hardware issue, not Ubuntu's fault.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  CPU max frequency locked to minimum after resuming from suspend

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

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


[Bug 1041180] Re: unity-scope-gdocs crashed with SIGABRT in g_assertion_message()

2012-09-15 Thread Dawid Wróbel
*** This bug is a duplicate of bug 1046303 ***
https://bugs.launchpad.net/bugs/1046303

This happened to me today after I run Disk Usage Analyzer and started
the '/' analysis.

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

Title:
  unity-scope-gdocs crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1026765] [NEW] libavcodec53 reports undefined symbol: speex_nb_mode

2012-07-19 Thread Dawid Wróbel
Public bug reported:

I have installed minidlna package with all its dependencies and upon
starting the deamon up I get undefined symbol error:

root@mele:~# /etc/init.d/minidlna start
/usr/bin/minidlna: symbol lookup error: 
/usr/lib/arm-linux-gnueabihf/neon/vfp/libavcodec.so.53: undefined symbol: 
speex_nb_mode

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libavcodec53 4:0.8.3-0ubuntu0.12.04.1
Uname: Linux 3.0.31+ armv7l
ApportVersion: 2.0.1-0ubuntu11
Architecture: armhf
Date: Thu Jul 19 21:19:50 2012
SourcePackage: libav
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf precise

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

Title:
  libavcodec53 reports undefined symbol: speex_nb_mode

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

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


[Bug 1026765] Re: libavcodec53 reports undefined symbol: speex_nb_mode

2012-07-19 Thread Dawid Wróbel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1026765

Title:
  libavcodec53 reports undefined symbol: speex_nb_mode

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

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


[Bug 878048] Re: telepathy-sunshine (gg protocol): message window doesn't appear

2012-06-24 Thread Dawid Wróbel
Should the status actually be Fix Committed (Fixed, but not available until 
next release.)?
Or, better, can this be fixed in precise, too?

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

Title:
  telepathy-sunshine (gg protocol): message window doesn't appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/878048/+subscriptions

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


[Bug 878048] Re: telepathy-sunshine (gg protocol): message window doesn't appear

2012-06-24 Thread Dawid Wróbel
OK, I am sad to say this, but it turns out this bug is still here James and 
your fix no longer works. I thought that apparmor settings got discarded after 
some updates but after applying it again, the same apparmor errors are shown. 
So I disabled apparmor completely to discover that this wasn't really apparmor 
related at all. I got mislead previously by your fix probably because the real 
bug does not show itself at all times - the telepathy-sunshine sometimes  
appears to be somehow  working, i.e. it either does not connect at all or 
connects but does not allow to open the chat windows, just like the original 
reporter said in the description. I am absolutely sure though that when I was 
testing your fix everything worked as expected, so I have no idea what could 
have changed in the meantime. I was thinking about the protocol changes but 
this should not render UI bugs.

So I removed the empathy/telepathy/mission-control config files, configured the 
GaduGadu account and went to empathy-debug once again to see if there are some 
erros and whenever GaduGadu connection fails, I could notice the following:
- request_connection_cb: RequestConnection failed: 
org.freedesktop.DBus.Python.KeyError: Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/dbus/service.py, line 707, in 
_message_cb
retval = candidate_method(self, *args, **keywords)
  File /usr/lib/python2.7/dist-packages/telepathy/server/connmgr.py, line 96, 
in RequestConnection
conn = self._protos[proto](self, parameters)
  File /usr/lib/python2.7/dist-packages/sunshine/connection.py, line 200, in 
__init__
telepathy.server.Connection.__init__(self, 'gadugadu', account, 'sunshine')
  File /usr/lib/python2.7/dist-packages/telepathy/server/conn.py, line 85, in 
__init__
_Connection.__init__(self, bus_name, object_path)
  File /usr/lib/python2.7/dist-packages/dbus/service.py, line 485, in __init__
self.add_to_connection(conn, object_path)
  File /usr/lib/python2.7/dist-packages/dbus/service.py, line 576, in 
add_to_connection
self._fallback)
KeyError: Can't register the object-path handler for 
'/org/freedesktop/Telepathy/Connection/sunshine/gadugadu/_3XX': there is 
already a handler
- it seems that telepathy actually manages to connect with remote server for a 
short while because I can see contact text statuses shown in the logs and 
contact list retrieval debug info.
- Some other warnings that could be relevant:
e_book_client_new: Cannot get book from factory: Invalid source
Error preparing persona store 'eds:1289332278.3672.18@': Couldn't open 
address book ‘1289332278.3672.18@’: Invalid source
postal-address-details.vala:283: Empty postal address passed to 
PostalAddressFieldDetails.

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

Title:
  telepathy-sunshine (gg protocol): message window doesn't appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/878048/+subscriptions

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

[Bug 878048] Re: telepathy-sunshine (gg protocol): message window doesn't appear

2012-06-24 Thread Dawid Wróbel
I am sorry, I meant Jamie of course, not James.

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

Title:
  telepathy-sunshine (gg protocol): message window doesn't appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/878048/+subscriptions

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


[Bug 998781] [NEW] package zram-config 0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-13 Thread Dawid Wróbel
*** This bug is a duplicate of bug 996535 ***
https://bugs.launchpad.net/bugs/996535

Public bug reported:

Just attempted to install the package and it failed. It worked however
with another try immediately after.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: zram-config 0.1
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
AptOrdering:
 zram-config: Install
 zram-config: Configure
Architecture: amd64
Date: Sun May 13 17:25:51 2012
Dependencies:
 
DuplicateSignature:
 Setting up zram-config (0.1) ...
 start: Job failed to start
 invoke-rc.d: initscript zram-config, action start failed.
 dpkg: error processing zram-config (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Beta amd64 (20100902.1)
PackageArchitecture: all
SourcePackage: zram-config
Title: package zram-config 0.1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-03-07 (66 days ago)

** Affects: zram-config (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package zram-config 0.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/998781/+subscriptions

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


[Bug 998781] Re: package zram-config 0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-05-13 Thread Dawid Wróbel
*** This bug is a duplicate of bug 996535 ***
https://bugs.launchpad.net/bugs/996535

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

Title:
  package zram-config 0.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/998781/+subscriptions

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


[Bug 988801] Re: Unable to install mysql-server, apt-get stuck at Setting up.

2012-05-08 Thread Dawid Wróbel
Simon, please mark the bug as affecting you so it gets automatically the
confirmed status and a chance to be resolved by a package upgrade.

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

Title:
  Unable to install mysql-server, apt-get stuck at Setting up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/988801/+subscriptions

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


[Bug 482597] Re: Empathy dialpad tones don't work

2012-05-05 Thread Dawid Wróbel
I can confirm the bug is still present in 12.04. Try to call this number and 
choose an option for English language:
+48 22 692 2484 (http://www.citibankonline.pl/formularz/kontakt/)

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

Title:
  Empathy dialpad tones don't work

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

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


[Bug 988801] Re: Unable to install mysql-server, apt-get stuck at Setting up.

2012-05-04 Thread Dawid Wróbel
Sakthivel, please mark at the top of the page that this bug also affects
you, so it will be automatically marked as confirmed and prioritized.

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

Title:
  Unable to install mysql-server, apt-get stuck at Setting up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/988801/+subscriptions

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


[Bug 964993] Re: [media-keys] gnome-settings-daemon crashed with SIGSEGV in dialog_init()

2012-05-04 Thread Dawid Wróbel
Just to let you know, it doesn't seem to be happening anymore for the
time being. Can be closed now I think.

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

Title:
  [media-keys] gnome-settings-daemon crashed with SIGSEGV in
  dialog_init()

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

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


[Bug 994003] [NEW] Ubuntu/debian dma package uses outdated (2 y/o) upstream dma version

2012-05-03 Thread Dawid Wróbel
Public bug reported:

The dma is actively developed and is now at 0.8 version [1]. Is there
any reason why debian/ubuntu package uses the outdated version from
2010? The up-to-date version has some nice new features, like catch-all
support for recipients.

[1]https://github.com/corecode/dma

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

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

Title:
  Ubuntu/debian dma package uses outdated (2 y/o) upstream dma version

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

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


[Bug 994003] Re: Ubuntu/debian dma package uses outdated (2 y/o) upstream dma version

2012-05-03 Thread Dawid Wróbel
I also filed a debian bug for this: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=671364

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

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

Title:
  Ubuntu/debian dma package uses outdated (2 y/o) upstream dma version

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

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


[Bug 969893] Re: Telepathy sunshine does not connect - failed to create connection error

2012-05-03 Thread Dawid Wróbel
*** This bug is a duplicate of bug 878048 ***
https://bugs.launchpad.net/bugs/878048

This is the result of the kern.log grep when attempting to add new
gadugadu account:

May  3 18:18:56 dell kernel: [30390.457304] type=1400 
audit(1336061936.317:321): apparmor=DENIED operation=open parent=9087 
profile=/usr/lib/telepathy/telepathy-* name=/home/cromo/.Xauthority 
pid=9088 comm=telepathy-sunsh requested_mask=r denied_mask=r fsuid=1000 
ouid=1000
May  3 18:18:56 dell kernel: [30390.532841] type=1400 
audit(1336061936.393:322): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/__init__.pyc pid=9088 
comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 ouid=1000
May  3 18:18:56 dell kernel: [30390.533971] type=1400 
audit(1336061936.393:323): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/connection_manager.pyc 
pid=9088 comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 
ouid=1000
May  3 18:18:56 dell kernel: [30390.539749] type=1400 
audit(1336061936.397:324): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/connection.pyc pid=9088 
comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 ouid=1000
May  3 18:18:56 dell kernel: [30390.543269] type=1400 
audit(1336061936.401:325): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/util/__init__.pyc pid=9088 
comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 ouid=1000
May  3 18:18:56 dell kernel: [30390.544635] type=1400 
audit(1336061936.405:326): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/util/config.pyc pid=9088 
comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 ouid=1000
May  3 18:18:56 dell kernel: [30390.545025] type=1400 
audit(1336061936.405:327): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/lqsoft/__init__.pyc pid=9088 
comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 ouid=1000
May  3 18:18:56 dell kernel: [30390.545264] type=1400 
audit(1336061936.405:328): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/lqsoft/pygadu/__init__.pyc 
pid=9088 comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 
ouid=1000
May  3 18:18:56 dell kernel: [30390.548511] type=1400 
audit(1336061936.409:329): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/lqsoft/pygadu/twisted_protocol.pyc
 pid=9088 comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 
ouid=1000
May  3 18:18:56 dell kernel: [30390.548882] type=1400 
audit(1336061936.409:330): apparmor=DENIED operation=mknod parent=9087 
profile=/usr/lib/telepathy/telepathy-* 
name=/usr/lib/python2.7/dist-packages/sunshine/lqsoft/pygadu/network.pyc 
pid=9088 comm=telepathy-sunsh requested_mask=c denied_mask=c fsuid=1000 
ouid=1000

There's at least one attempt to open /home/user/.Xauthority file, I
changed it's permissions with a+rw, but it still shows up.

** This bug has been marked a duplicate of bug 878048
   telepathy-sunshine (gg protocol): message window doesn't appear

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

Title:
  Telepathy sunshine does not connect - failed to create connection
  error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-sunshine/+bug/969893/+subscriptions

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


[Bug 878048] Re: telepathy-sunshine (gg protocol): message window doesn't appear

2012-05-03 Thread Dawid Wróbel
Jamie, I tried your solution to fix the #969893 bug I reported and it
worked.

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

Title:
  telepathy-sunshine (gg protocol): message window doesn't appear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-sunshine/+bug/878048/+subscriptions

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


[Bug 988801] [NEW] Unable to install mysql-server, apt-get stuck at Setting up.

2012-04-26 Thread Dawid Wróbel
Public bug reported:

I was trying to install mysql-server today and it stucks at Setting up 
mysql-server-5.5 (5.5.22-0ubuntu1) 
A quick look at syslog shows that init loops mysql start infinitely:
Apr 26 12:52:34 mele kernel: [75108.41] init: mysql post-start process 
(26701) terminated with status 1
Apr 26 12:52:36 mele kernel: [75110.88] init: mysql main process (26751) 
terminated with status 1
Apr 26 12:52:36 mele kernel: [75110.90] init: mysql main process ended, 
respawning

This seems to be caused by the following error:
Apr 26 12:35:31 mele mysqld_safe[9500]: ERROR: 1050  Table 'plugin' already 
exists
Apr 26 12:35:31 mele mysqld_safe[9500]: 120426 12:35:31 [ERROR] Aborting
Apr 26 12:35:31 mele mysqld_safe[9500]:
Apr 26 12:35:31 mele mysqld_safe[9500]: 120426 12:35:31  InnoDB: Starting 
shutdown...

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mysql-server 5.5.22-0ubuntu1
Uname: Linux 3.0.28-android+ armv7l
ApportVersion: 2.0.1-0ubuntu5
Architecture: armel
Date: Thu Apr 26 12:36:39 2012
Logs.var.log.daemon.log:

Logs.var.log.kern.log:

MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['test', 'ib_logfile0', 'performance_schema', 
'ib_logfile1', 'mysql', 'debian-5.5.flag', 'ibdata1']
PackageArchitecture: all
SourcePackage: mysql-5.5
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armel precise

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

Title:
  Unable to install mysql-server, apt-get stuck at Setting up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/988801/+subscriptions

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

[Bug 988801] Re: Unable to install mysql-server, apt-get stuck at Setting up.

2012-04-26 Thread Dawid Wróbel
** Description changed:

- I was trying to install mysql-server today and it stucks at Setting up 
mysql-server-5.5 (5.5.22-0ubuntu1)  
+ I was trying to install mysql-server today and it stucks at Setting up 
mysql-server-5.5 (5.5.22-0ubuntu1) 
  A quick look at syslog shows that init loops mysql start infinitely:
  Apr 26 12:52:34 mele kernel: [75108.41] init: mysql post-start process 
(26701) terminated with status 1
  Apr 26 12:52:36 mele kernel: [75110.88] init: mysql main process (26751) 
terminated with status 1
  Apr 26 12:52:36 mele kernel: [75110.90] init: mysql main process ended, 
respawning
  
- This seems to be cause by following error:
+ This seems to be caused by the following error:
  Apr 26 12:35:31 mele mysqld_safe[9500]: ERROR: 1050  Table 'plugin' already 
exists
  Apr 26 12:35:31 mele mysqld_safe[9500]: 120426 12:35:31 [ERROR] Aborting
  Apr 26 12:35:31 mele mysqld_safe[9500]:
  Apr 26 12:35:31 mele mysqld_safe[9500]: 120426 12:35:31  InnoDB: Starting 
shutdown...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: mysql-server 5.5.22-0ubuntu1
  Uname: Linux 3.0.28-android+ armv7l
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: armel
  Date: Thu Apr 26 12:36:39 2012
  Logs.var.log.daemon.log:
-  
+ 
  Logs.var.log.kern.log:
-  
+ 
  MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
-  [mysqld_safe]
-  syslog
+  [mysqld_safe]
+  syslog
  MySQLVarLibDirListing: ['test', 'ib_logfile0', 'performance_schema', 
'ib_logfile1', 'mysql', 'debian-5.5.flag', 'ibdata1']
  PackageArchitecture: all
  SourcePackage: mysql-5.5
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Unable to install mysql-server, apt-get stuck at Setting up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/988801/+subscriptions

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

[Bug 986427] [NEW] arm-linux-gnueabihf-gcc symlink missing after installing gcc-4.5-arm-linux-gnueabihf

2012-04-20 Thread Dawid Wróbel
Public bug reported:

I installed the gcc-4.5-arm-linux-gnueabihf since I needed gcc-4.5
toolchain instead of default gcc-4.6 provided by gcc-arm-linux-
gnueabihf. However it turnes out the gcc-4.5-arm-linux-gnueabihf package
does not provide a symlink to a arm-linux-gnueabihf-gcc command which
causes the build scripts to fail. Installing the gcc-4.5-arm-linux-
gnueabihf on the other hand make the scripts work as expected.

From the package changelog I can see that update-alternatives is no
longer used to switch between the versions so I'd expect this to work
straight away.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gcc-4.5-arm-linux-gnueabihf 4.5.3-12ubuntu2cross1.61
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Sat Apr 21 01:37:52 2012
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Beta amd64 (20100902.1)
SourcePackage: gcc-4.5-armhf-cross
UpgradeStatus: Upgraded to precise on 2012-03-07 (44 days ago)

** Affects: gcc-4.5-armhf-cross (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  arm-linux-gnueabihf-gcc symlink missing after installing gcc-4.5-arm-
  linux-gnueabihf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.5-armhf-cross/+bug/986427/+subscriptions

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


[Bug 986427] Re: arm-linux-gnueabihf-gcc symlink missing after installing gcc-4.5-arm-linux-gnueabihf

2012-04-20 Thread Dawid Wróbel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/986427

Title:
  arm-linux-gnueabihf-gcc symlink missing after installing gcc-4.5-arm-
  linux-gnueabihf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.5-armhf-cross/+bug/986427/+subscriptions

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


[Bug 982490] Re: EXT4 filesystem errors after switching to SSD drive

2012-04-17 Thread Dawid Wróbel
After some more investigation I finally noticed that all the dmesg
errors were about the same inode, so I found the files stored in it,
deleted them (luckily nothing important was there) and now the errors
are gone. Also, one of the files was Chrome's cache so it explains the
Chrome's segfault. I am still not sure what triggered the error but I
think it's likely that Virtualbox caused the damage because one of my
VMs was using rawdisk vmdk (i.e. attached to a physical disk) that is
somewhat experimental feature. This would also explain the Virtualbox'es
segfaults.

Anyway, I am sorry for confusion but I got confused myself by the
apparent coincident. This bug report  can now be closed and marked as
invalid.


** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  EXT4 filesystem errors after switching to SSD drive

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

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


[Bug 982490] Re: EXT4 filesystem errors after switching to SSD drive

2012-04-15 Thread Dawid Wróbel
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/982490

Title:
  EXT4 filesystem errors after switching to SSD drive

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

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


[Bug 982490] [NEW] EXT4 filesystem errors after switching to SSD drive

2012-04-15 Thread Dawid Wróbel
Public bug reported:

I have switched to Crucial M4 SSD drive this week and as soon as I
booted the copied-over system from a new disk, I began noticing EXT4
errors in dmesg. They seem pretty serious and I am being warned that
data WILL BE lost. I can't confirm any data loss yet, but maybe just
because I didn't notice it.

What's more, it seems that whenever I do something disk intensive, these
errors tend to show up in dmesg and at the same time  some processes
segfault, like google-chrome's processes (plugins, tabs) or Virtualbox.
It gives a feeling that maybe they are being starved by I/O scheduler. I
tried noop and deadline and it's been the same, I went back now to CFQ
to see if this changes anything.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-23-generic (not installed)
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic 3.2.14
Uname: Linux 3.2.0-22-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  cromo  1862 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 48'
   Mixer name   : 'Intel Cantiga HDMI'
   Components   : 'HDA:111d76b2,10280233,00100302 
HDA:80862802,80860101,0010'
   Controls  : 26
   Simple ctrls  : 12
Date: Sun Apr 15 20:08:10 2012
HibernationDevice: RESUME=UUID=4da1c619-669e-4d7c-9cef-ffb960bd2aa8
InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Beta amd64 (20100902.1)
MachineType: Dell Inc. Latitude E6400
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-22-generic 
root=UUID=c0ac5e9b-4a61-4d91-a546-5379b9ba2edb ro ipv6.disable=1 quiet splash 
elevator=deadline vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-22-generic N/A
 linux-backports-modules-3.2.0-22-generic  N/A
 linux-firmware1.79
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: Upgraded to precise on 2012-03-07 (39 days ago)
dmi.bios.date: 02/16/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A28
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA28:bd02/16/2011:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug precise staging

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

Title:
  EXT4 filesystem errors after switching to SSD drive

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

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


[Bug 982490] Re: EXT4 filesystem errors after switching to SSD drive

2012-04-15 Thread Dawid Wróbel
Switching to CFQ didn't help, I still see same errors in dmesg:

[ 1253.737180] EXT4-fs error (device sda3): ext4_ext_search_left:1224: inode 
#52632: comm flush-8:0: ix (5298) != EXT_FIRST_INDEX (0) (depth 0)!
[ 1253.737188] EXT4-fs (sda3): delayed block allocation failed for inode 52632 
at logical offset 5344 with max blocks 2 with error -5
[ 1253.737191] EXT4-fs (sda3): This should not happen!! Data will be lost
[ 1253.737192] 
[ 1421.134271] show_signal_msg: 81 callbacks suppressed
[ 1421.134275] chrome[3343]: segfault at bbadbeef ip 7fb2c03c3c61 sp 
7fff786944a0 error 6 in chrome[7fb2bea3a000+4094000]
[ 1421.222617] chrome[3489]: segfault at bbadbeef ip 7fb2c03c3c61 sp 
7fff78693d40 error 6 in chrome[7fb2bea3a000+4094000]


BTW. People using other distributions seem to be suffering from same bug:
https://bbs.archlinux.org/viewtopic.php?id=138532
https://bbs.archlinux.org/viewtopic.php?id=138793

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

Title:
  EXT4 filesystem errors after switching to SSD drive

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

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


[Bug 711567] Re: Double window controls in Chromium after enabling Use System Title Bar and Borders

2012-04-15 Thread Dawid Wróbel
It still happens to me on Precise, so please don't mark it as being
fixed yet.

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

Title:
  Double window controls in Chromium after enabling Use System Title
  Bar and Borders

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

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


  1   2   >