[Bug 1385851] [NEW] OpenVPN only supports TLS v1.0

2014-10-26 Thread Haw Loeung
Public bug reported:

Hi Guys,

Seems the version of OpenVPN we're carrying only supports and/or is able
to negotiate TLS v1.0. The patch below has landed in upstream OpenVPN
2.3.3 and replaces TLSv1_server_method() calls with
SSLv23_client_method().

https://github.com/OpenVPN/openvpn/commit/4b67f9849ab3efe89268e01afddc7795f38d0f64

For example, when OpenVPN tls-ciphers is configured with TLS v1.2
ciphers:

| tls-cipher TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDH-RSA-WITH-
AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-
AES-128-CBC-SHA

Logs shows negotiating at TLS v1.0:

| Oct 26 21:58:47 ragnar ovpn-canonical[19470]: Control Channel: TLSv1,
cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA

When TLS v1.1 and/or v1.2 ciphers are only specified, sessions fail:

| Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS_ERROR: BIO read 
tls_read_plaintext error: error:140830B5:SSL routines:SSL3_CLIENT_HELLO:no 
ciphers available
| Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS object - 
incoming plaintext read error
| Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS handshake failed
| Oct 26 21:58:31 ragnar ovpn-canonical[19470]: TLS: Initial packet from 
[AF_INET]xxx.xxx.xxx.xxx:1194, sid=eca7ea6c 067ea30f

Could we please consider either packaging = 2.3.3 or backporting this
patch?

Thanks,

Haw

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

** Affects: openvpn (Ubuntu Trusty)
 Importance: Undecided
 Status: New

** Affects: openvpn (Ubuntu Utopic)
 Importance: Undecided
 Status: New

** Also affects: openvpn (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: openvpn (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: openvpn (Ubuntu Vivid)
   Importance: Undecided
   Status: New

** Description changed:

  Hi Guys,
  
  Seems the version of OpenVPN we're carrying only supports and/or is able
  to negotiate TLS v1.0. The patch below has landed in OpenVPN 2.3.3 and
  replaces TLSv1_server_method() calls with SSLv23_client_method().
  
  
https://github.com/OpenVPN/openvpn/commit/4b67f9849ab3efe89268e01afddc7795f38d0f64
  
+ E.g., when OpenVPN tls-ciphers is configured with TLS v1.2 ciphers:
+ 
+ | tls-cipher TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDH-RSA-WITH-
+ AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-
+ AES-128-CBC-SHA
+ 
+ Logs shows negotiating at TLS v1.0:
+ 
+ | Oct 26 21:58:47 ragnar ovpn-canonical[19470]: Control Channel: TLSv1,
+ cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA
+ 
  Could we please consider either packaging = 2.3.3 or backporting this
  patch?
- 
  
  Thanks,
  
  Haw

** No longer affects: openvpn (Ubuntu Vivid)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1385851

Title:
  OpenVPN only supports TLS v1.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Haw Loeung
** Description changed:

  Hi Guys,
  
  Seems the version of OpenVPN we're carrying only supports and/or is able
- to negotiate TLS v1.0. The patch below has landed in OpenVPN 2.3.3 and
- replaces TLSv1_server_method() calls with SSLv23_client_method().
+ to negotiate TLS v1.0. The patch below has landed in upstream OpenVPN
+ 2.3.3 and replaces TLSv1_server_method() calls with
+ SSLv23_client_method().
  
  
https://github.com/OpenVPN/openvpn/commit/4b67f9849ab3efe89268e01afddc7795f38d0f64
  
- E.g., when OpenVPN tls-ciphers is configured with TLS v1.2 ciphers:
+ For example, when OpenVPN tls-ciphers is configured with TLS v1.2
+ ciphers:
  
  | tls-cipher TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256:TLS-ECDH-RSA-WITH-
  AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-
  AES-128-CBC-SHA
  
  Logs shows negotiating at TLS v1.0:
  
  | Oct 26 21:58:47 ragnar ovpn-canonical[19470]: Control Channel: TLSv1,
  cipher TLSv1/SSLv3 DHE-RSA-AES128-SHA, 2048 bit RSA
  
+ When TLS v1.1 and/or v1.2 ciphers are only specified, sessions fail:
+ 
+ | Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS_ERROR: BIO read 
tls_read_plaintext error: error:140830B5:SSL routines:SSL3_CLIENT_HELLO:no 
ciphers available
+ | Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS object - 
incoming plaintext read error
+ | Oct 26 21:58:29 ragnar ovpn-canonical[19259]: TLS Error: TLS handshake 
failed
+ | Oct 26 21:58:31 ragnar ovpn-canonical[19470]: TLS: Initial packet from 
[AF_INET]xxx.xxx.xxx.xxx:1194, sid=eca7ea6c 067ea30f
+ 
  Could we please consider either packaging = 2.3.3 or backporting this
  patch?
  
  Thanks,
  
  Haw

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1385851

Title:
  OpenVPN only supports TLS v1.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1366174] Re: apache2 SEGV with multiple SSL sites

2014-10-26 Thread Alex Bligh
The fix for this is  now committed in trunk. A 2.4 backport is
available. See:

https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?r1=1631030r2=1631029

Patch (per the above) at:

https://people.apache.org/~kbrand/mod_ssl-2.4.x-PR54357.diff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1366174

Title:
  apache2 SEGV with multiple SSL sites

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385868] [NEW] Samba logrotate script uses invalid argument to /etc/init.d/nmdb

2014-10-26 Thread Josh Holland
Public bug reported:

I received the following in an email from Anacron:

/etc/cron.daily/logrotate:
Usage: /etc/init.d/nmbd {start|stop|restart|force-reload|status}
error: error running non-shared postrotate script for /var/log/samba/log.nmbd 
of '/var/log/samba/log.nmbd '
run-parts: /etc/cron.daily/logrotate exited with return code 1

On further investigation I found that the problem lies in the
/etc/logrotate.d/samba file:

/var/log/samba/log.nmbd {
weekly
missingok
rotate 7
postrotate
service nmbd reload 2/dev/null
endscript
compress
notifempty
}

where the postrotate script specifies a reload, which the init script
does not recognise.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: samba 2:4.1.11+dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Oct 26 12:36:21 2014
InstallationDate: Installed on 2014-05-30 (148 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
OtherFailedConnect: Yes
SambaServerRegression: No
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to utopic on 2014-10-18 (8 days ago)

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


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1385868

Title:
  Samba logrotate script uses invalid argument to /etc/init.d/nmdb

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385885] [NEW] etckeeper (with git) fails to commit any data on fresh utopic install

2014-10-26 Thread obadz
Public bug reported:

$ sudo etckeeper init
Initialised empty Git repository in /etc/.git/

$ sudo etckeeper commit initial commit

$ sudo etckeeper vcs log
fatal: bad default revision 'HEAD'

Installing packages doesn't seem to trigger commits either.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: etckeeper 1.11ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Oct 26 14:08:45 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-10-26 (0 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
PackageArchitecture: all
SourcePackage: etckeeper
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.etckeeper.etckeeper.conf: 2014-10-26T13:06:02.650572

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


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/1385885

Title:
  etckeeper (with git) fails to commit any data on fresh utopic install

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385895] [NEW] automount daemon hangs on startup with utopic

2014-10-26 Thread John Affleck
Public bug reported:

With autofs 5.0.7-3ubuntu1.1 and autofs-ldap 5.0.7-3ubuntu1.1, automount
starts up fine. With the new version (5.0.8-1ubuntu1) in utopic, it
hangs shortly after displaying the ldap lookup information:

With 5.0.8-1ubuntu1
% automount -V

Linux automount version 5.0.8

Directories:
config dir: /etc/default
maps dir:   /etc
modules dir:/usr/lib/x86_64-linux-gnu/autofs

Compile options:
  ENABLE_FORCED_SHUTDOWN ENABLE_IGNORE_BUSY_MOUNTS WITH_HESIOD 
  WITH_LDAP WITH_SASL LIBXML2_WORKAROUND 

% automount -dvm
lookup_nss_read_master: reading master files 
ou=auto.master,ou=automount,dc=oddment,dc=net
lookup_nss_read_master: reading master ldap 
ou=auto.master,ou=automount,dc=oddment,dc=net

(hangs)

With the version from trusty (autofs-ldap_5.0.7-3ubuntu1.1)
%  automount -V

Linux automount version 5.0.7

Directories:
config dir: /etc/default
maps dir:   /etc
modules dir:/usr/lib/x86_64-linux-gnu/autofs

Compile options:
  ENABLE_FORCED_SHUTDOWN ENABLE_IGNORE_BUSY_MOUNTS WITH_HESIOD 
  WITH_LDAP WITH_SASL LIBXML2_WORKAROUND 

% automount -dvm

autofs dump map information
===

global options: none configured

Mount point: /home

source(s):
WARNING: gnome-keyring:: C_Initialize called twice for same process

  type: ldap
  map: ldap:ou=auto.home,ou=automount,dc=oddment,dc=net

.

Stack trace from hung automount:
(gdb) where
#0  __lll_lock_wait () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1  0x7f1e512b356a in _L_lock_913 () from 
/lib/x86_64-linux-gnu/libpthread.so.0
#2  0x7f1e512b3390 in __GI___pthread_mutex_lock (mutex=0x7f1e50237720 
ldapinit_mutex) at ../nptl/pthread_mutex_lock.c:79
#3  0x7f1e50018d90 in init_ldap_connection () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#4  0x7f1e50019062 in __init_ldap_connection () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#5  0x7f1e50018da4 in init_ldap_connection () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#6  0x7f1e5001912a in ?? () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#7  0x7f1e500194c0 in ?? () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#8  0x7f1e500198ac in ?? () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#9  0x7f1e5001b188 in lookup_read_master () from 
/usr/lib/x86_64-linux-gnu/autofs/lookup_ldap.so
#10 0x7f1e51700881 in ?? ()
#11 0x7f1e51701251 in lookup_nss_read_master ()
#12 0x7f1e516f5439 in main ()

% lsb_release -rd
Description:Ubuntu 14.10
Release:14.10

% apt-cache policy autofs-ldap
autofs-ldap:
  Installed: 5.0.8-1ubuntu1
  Candidate: 5.0.8-1ubuntu1
  Version table:
 *** 5.0.8-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
100 /var/lib/dpkg/status

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/1385895

Title:
  automount daemon hangs on startup with utopic

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1227195] Re: new upstream release

2014-10-26 Thread Bug Watch Updater
** Changed in: amavisd-new (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in Ubuntu.
https://bugs.launchpad.net/bugs/1227195

Title:
  new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1227195/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1359563] Re: Munin cron unable to start on Ubuntu Server 14.04

2014-10-26 Thread Bug Watch Updater
** Changed in: munin (Debian)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/1359563

Title:
  Munin cron unable to start on Ubuntu Server 14.04

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1089342] Re: Postfix uses temporary IPv6 address for outbound connections

2014-10-26 Thread Gunnar Hjalmarsson
** No longer affects: ubuntu-docs (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1089342

Title:
  Postfix uses temporary IPv6 address for outbound connections

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385966] [NEW] package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-10-26 Thread Mikael Hertig
Public bug reported:

I just respond to messages

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Sun Oct 26 21:52:32 2014
DuplicateSignature: 
package:openstack-dashboard-ubuntu-theme:1:2014.1.2-0ubuntu1.1:subprocess new 
post-removal script returned error exit status 1
ErrorMessage: subprocess new post-removal script returned error exit status 1
InstallationDate: Installed on 2014-04-21 (188 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: horizon
Title: package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to 
install/upgrade: subprocess new post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1385966

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed
  to install/upgrade: subprocess new post-removal script returned error
  exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385966] Re: package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2014-10-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1385966

Title:
  package openstack-dashboard-ubuntu-theme 1:2014.1.2-0ubuntu1.1 failed
  to install/upgrade: subprocess new post-removal script returned error
  exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1382250] Re: If IP address of interface doesn't match cluster UI, DHCP fails and no obvious feedback

2014-10-26 Thread Julian Edwards
I am interested as to how you got into the situation of needing to enter
IP information for your cluster interface.  When a cluster controller
registers itself on the region, it transmits these details automatically
so that you don't need to configure them.

** Changed in: maas
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1382250

Title:
  If IP address of interface doesn't match cluster UI, DHCP fails and no
  obvious feedback

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 576957] Re: passwd crashed when the password is changed through pam_ldap

2014-10-26 Thread Ryan Tandy
Hi,

Nikita Borzykh (sample-n) wrote on 2010-06-11:
 Workaround from debian libldap

This change was included upstream in OpenLDAP 2.4.10, which entered
Ubuntu in Intrepid. Therefore, setting to Fix Released.

** Changed in: openldap (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/576957

Title:
  passwd crashed when the password is changed through pam_ldap

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1372098] Re: package sa-compile 3.4.0-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 28

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: spamassassin (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin in Ubuntu.
https://bugs.launchpad.net/bugs/1372098

Title:
  package sa-compile 3.4.0-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 28

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 368044] Re: slapd crash when using SQL backend

2014-10-26 Thread Ryan Tandy
Hi,

This appears to be the same as ITS#6172 upstream, fixed in 2.4.18, so
Karmic and later. Therefore, marking Fix Released.

** Changed in: openldap (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/368044

Title:
  slapd crash when using SQL backend

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1004243] Re: multipath installs not working

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.9-3ubuntu5.3

---
multipath-tools (0.4.9-3ubuntu5.3) precise; urgency=medium

  * 1002-fix-linking-library.patch: Move $(LIBDEPS) to the end of the
link line to fix underlinking with ld --as-needed (LP: #1004243)
 -- Adam Conrad adcon...@ubuntu.com   Mon, 13 Oct 2014 07:47:07 -0600

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1004243

Title:
  multipath installs not working

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1354114] Re: multipath segmentation Fault (libmultipath: update waiter handling)

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.9-3ubuntu5.3

---
multipath-tools (0.4.9-3ubuntu5.3) precise; urgency=medium

  * 1002-fix-linking-library.patch: Move $(LIBDEPS) to the end of the
link line to fix underlinking with ld --as-needed (LP: #1004243)
 -- Adam Conrad adcon...@ubuntu.com   Mon, 13 Oct 2014 07:47:07 -0600

** Changed in: multipath-tools (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1354114

Title:
  multipath segmentation Fault (libmultipath: update waiter handling)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1004243] Re: multipath installs not working

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package multipath-tools - 0.4.9-3ubuntu7.2

---
multipath-tools (0.4.9-3ubuntu7.2) trusty; urgency=medium

  * 1002-fix-linking-library.patch: Move $(LIBDEPS) to the end of the
link line to fix underlinking with ld --as-needed (LP: #1004243)
 -- Adam Conrad adcon...@ubuntu.com   Mon, 13 Oct 2014 07:47:07 -0600

** Changed in: multipath-tools (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

** Changed in: multipath-tools (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1004243

Title:
  multipath installs not working

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openvpn (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1385851

Title:
  OpenVPN only supports TLS v1.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openvpn (Ubuntu Utopic)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1385851

Title:
  OpenVPN only supports TLS v1.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1384751] Re: checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-restore-net: not found

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lxc (Ubuntu Vivid)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1384751

Title:
  checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-
  restore-net: not found

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1385851] Re: OpenVPN only supports TLS v1.0

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openvpn (Ubuntu Trusty)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/1385851

Title:
  OpenVPN only supports TLS v1.0

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: qemu (Ubuntu Vivid)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1368815

Title:
  qemu-img convert intermittently corrupts output images

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1381415] Re: Can't create new folder in List view

2014-10-26 Thread SerP
Bug in bugzilla.gnome.org #739194 
https://bugzilla.gnome.org/show_bug.cgi?id=739194

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

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

Title:
  Can't create new folder in List view

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

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


[Bug 1385788] Re: Kubuntu System restart required notification appears before upgrade is finished

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New = Confirmed

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

Title:
  Kubuntu System restart required notification appears before upgrade
  is finished

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

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


[Bug 1385788] Re: Kubuntu System restart required notification appears before upgrade is finished

2014-10-26 Thread Valorie Zimmerman
I experienced the exact same thing when I upgraded kubuntu from 14.04 to
14.10 the other day. I ignored the restart message until the upgrade
finished.

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

Title:
  Kubuntu System restart required notification appears before upgrade
  is finished

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

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


[Bug 1128280] Re: apport false-positive on synergyc

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: synergy (Ubuntu)
   Status: New = Confirmed

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

Title:
  apport false-positive on synergyc

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

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


[Bug 1385811] [NEW] [Dell Inc. Precision M4400] suspend/resume failure

2014-10-26 Thread krackersk
Public bug reported:

Came up with an error on startup after suspend resume

ProblemType: KernelOops
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-22-generic 3.16.0-22.29
ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
Uname: Linux 3.16.0-22-generic x86_64
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.14.7-0ubuntu6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  angus  7529 F pulseaudio
Date: Sun Oct 26 17:05:32 2014
DuplicateSignature: suspend/resume:Dell Inc. Precision M4400:A29
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=9ac0a036-17e1-4e52-8481-79764e13d43f
InstallationDate: Installed on 2014-07-12 (105 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
InterpreterPath: /usr/bin/python3.4
MachineType: Dell Inc. Precision M4400
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-22-generic 
root=UUID=fc48c0aa-6fdc-477d-a31e-806a4d246f76 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.16.0-22-generic N/A
 linux-backports-modules-3.16.0-22-generic  N/A
 linux-firmware 1.136
SourcePackage: linux
Title: [Dell Inc. Precision M4400] suspend/resume failure
UpgradeStatus: Upgraded to utopic on 2014-10-24 (1 days ago)
UserGroups:
 
dmi.bios.date: 06/04/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A29
dmi.board.name: 0G328M
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA29:bd06/04/2013:svnDellInc.:pnPrecisionM4400:pvr:rvnDellInc.:rn0G328M:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Precision M4400
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-kerneloops resume suspend utopic

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

Title:
  [Dell Inc. Precision M4400] suspend/resume failure

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

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


[Bug 1385811] Re: [Dell Inc. Precision M4400] suspend/resume failure

2014-10-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  [Dell Inc. Precision M4400] suspend/resume failure

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

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


[Bug 1385811] Status changed to Confirmed

2014-10-26 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [Dell Inc. Precision M4400] suspend/resume failure

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

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


[Bug 1385813] [NEW] find -size -Nk seems to be off by 1

2014-10-26 Thread LukeKendall
Public bug reported:

If I have a file of size less than 1k, and use:
find -size -1k
to try to find it, it doesn't.
If I use
 find -size -1000c
it does find it.  If I use
find -size -2k
to find it, it does.  It seems like the parsing of units is wrong when you use 
'k' for the size units.

$ ls -l testf*
-rw-rw 1 luke kendall 1071 Oct 26 17:06 testf
-rw-rw 1 luke kendall  803 Oct 26 17:07 testf2
-rw-rw 1 luke kendall  963 Oct 26 17:07 testf3
$ find testf3 -size -1k -print
$ find testf3 -size -2k -print
testf3
$ find testf -size -2k -print
$ find testf -size -3k -print
testf
$ find --version
find (GNU findutils) 4.4.2
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Eric B. Decker, James Youngman, and Kevin Dalley.
Built using GNU gnulib version e5573b1bad88bfabcda181b9e0125fb0c52b7d3b
Features enabled: D_TYPE O_NOFOLLOW(enabled) LEAF_OPTIMISATION FTS() 
CBO(level=0) 

$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04
Package name is findutils

I expected find -size -Nk to list a file if it is smaller than N kb.
Instead, the file is only listed if it is smaller than (N+1) kb.

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

** Attachment added: Three ultra-simple test files
   
https://bugs.launchpad.net/bugs/1385813/+attachment/4245080/+files/test-files.zip

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

Title:
  find -size -Nk seems to be off by 1

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

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


[Bug 1293770] Re: Ubuntu Restricted Extras Installation Hangs in Ubuntu14.04

2014-10-26 Thread Miguel
Also ran into this. In addition, after 20 min or so a notification
popped up with the following:

Data files for some packages could not be downloaded

The following packages requested additional data downloads after package
installation, but the data could not be downloaded or could not be
processed.

ttf-mscorefonts-installer

This is a permanent failure that leaves these packages unusable on your
system.  You may need to fix your Internet connection, then remove and
reinstall the packages to fix this problem.

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

Title:
  Ubuntu Restricted Extras Installation Hangs in Ubuntu14.04

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

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


[Bug 1369103] Re: brightness keys don't work after resume from hibernate

2014-10-26 Thread Denis Prost
This problem still exists with Ubuntu 14.10

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

Title:
  brightness keys don't work after resume from hibernate

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

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


[Bug 1313200] Re: package squidguard 1.5-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package squidguard - 1.5-3

---
squidguard (1.5-3) unstable; urgency=medium


  * debian/control:
- Bump Standards-Version to 3.9.5 (no changes).
- Remove needless build dependency to perl.
- Perl packages only recommended to squidguard. Closes: #751003
- Squid packages only recommended to squidguard. Closes: #756293
  * debian/rules:
- add again hardened flags through dpkg-buildflags. Closes: #760726
- Don't install obsolete documentation files.
- Add --with-nolog=yes to disable debug logging (thanks to J. Redondo).
  * Fix compiler warnings in y.tab.c.bison, sg.y.in (add -DLDAP_DEPRECATED)
  * Fix compiler warnings in sgDiv.c.in (better sprintf formatting).
  * Add italian translation for debconf. Closes: #761097
  * Add more information about time configuration (time-config.txt).
  * Optimize reload of squid in update-squidguard. LP: #1313200

 -- Joachim Wiedorn ad_deb...@joonet.de  Mon, 22 Sep 2014 16:40:44
+0200

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

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

Title:
  package squidguard 1.5-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1385605] Re: package syslinux-themes-debian 12-3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2014-10-26 Thread karpatt
Try to re-install :

sudo apt-get remove syslinux-themes-debian

sudo apt-get install syslinux-themes-debian

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

Title:
  package syslinux-themes-debian 12-3 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status
  127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1385605/+subscriptions

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


[Bug 722019] Re: Failed to install the bootloader

2014-10-26 Thread PeterPall
Did try to make an Ubutu utopic key with the final release of Utopic
(AMD64 Desktop). Same result.

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

Title:
  Failed to install the bootloader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/722019/+subscriptions

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


[Bug 1223181]

2014-10-26 Thread Manuel-steurer
Created attachment 248041
Gdb core backtrace

Parts of the gdb core backtrace with lots of oxygen calls. Frames  8
are just the usual java crash signal handling. This is from an Rcp 3.8.2
application crashing on OpenSuse 13.1 with oxygen-gtk theme.

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

Title:
  After upgrading to saucy, eclipse crashes in
  gtk_tree_view_get_background_area+0x8a while debugging

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

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


[Bug 1383013] Re: Diodon on 14.10 does not clear history consistently

2014-10-26 Thread Rainer Rohde
Alright -- the glitch just happened again, right after logging in.
Please see logfile attached.

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

Title:
  Diodon on 14.10 does not clear history consistently

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

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


[Bug 1383013] Re: Diodon on 14.10 does not clear history consistently

2014-10-26 Thread Rainer Rohde
** Attachment added: diodon_debug.log
   
https://bugs.launchpad.net/ubuntu/+source/diodon/+bug/1383013/+attachment/4245081/+files/diodon_debug.log

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

Title:
  Diodon on 14.10 does not clear history consistently

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

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


[Bug 1385814] [NEW] ap-southeast-1.ec2.archive.ubuntu.com CNAMEd to us.archive.ubuntu.com

2014-10-26 Thread Daniel Muller
Public bug reported:

When launching an EC2 in ap-southeast-1 region, source.list has entries
to mirror ap-southeast-1.ec2.archive.ubuntu.com.

ap-southeast-1.ec2.archive.ubuntu.com is a CNAME of
us.archive.ubuntu.com, making ll install grab packages from US instead
from the regional S3 storage.

ap-southeast-1.ec2.archive.ubuntu.com should be instead a CNAME to ap-
southeast-1.ec2.archive.ubuntu.com.s3.amazonaws.com

This beahaviour happens in VPC and in Classic-EC2 (using AWS default resolver). 
This happens in other regions too:
- ap-southeast-2 CNAME to us.archive.ubuntu.com
- eu-west-1 CNAME to archive.ubuntu.com

Changing source.list entries to use ap-
southeast-1.ec2.archive.ubuntu.com.s3.amazonaws.com fixes the issue. But
it would be cleaner to have the CNAME fixed.

Thanks,

Daniel

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  ap-southeast-1.ec2.archive.ubuntu.com CNAMEd to us.archive.ubuntu.com

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

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


[Bug 722019] Re: Failed to install the bootloader

2014-10-26 Thread PeterPall
sudo usb-creator-gtk 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/722019

Title:
  Failed to install the bootloader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/722019/+subscriptions

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


[Bug 1385815] [NEW] package systemd-shim 8-1 failed to install/upgrade: package systemd-shim is already installed and configured

2014-10-26 Thread praveenbande
Public bug reported:

--

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: systemd-shim 8-1
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.14.7-0ubuntu8
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: i386
Date: Sun Oct 26 12:30:04 2014
DuplicateSignature: package:systemd-shim:8-1:package systemd-shim is already 
installed and configured
ErrorMessage: package systemd-shim is already installed and configured
InstallationDate: Installed on 2014-04-26 (183 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
SourcePackage: dpkg
Title: package systemd-shim 8-1 failed to install/upgrade: package systemd-shim 
is already installed and configured
UpgradeStatus: Upgraded to utopic on 2014-10-25 (0 days ago)

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


** Tags: already-installed apport-package i386 utopic

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

Title:
  package systemd-shim 8-1 failed to install/upgrade: package systemd-
  shim is already installed and configured

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

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


[Bug 1385817] [NEW] package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2014-10-26 Thread Hervé Pourchasse
Public bug reported:

?

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: initscripts 2.88dsf-41ubuntu18
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Sun Oct 26 07:52:55 2014
DuplicateSignature: package:initscripts:2.88dsf-41ubuntu18:le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 1
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2014-08-06 (80 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: sysvinit
Title: package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
UpgradeStatus: Upgraded to utopic on 2014-10-26 (0 days ago)

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


** Tags: amd64 apport-package dist-upgrade utopic

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

Title:
  package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

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

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

[Bug 1385815] Re: package systemd-shim 8-1 failed to install/upgrade: package systemd-shim is already installed and configured

2014-10-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package systemd-shim 8-1 failed to install/upgrade: package systemd-
  shim is already installed and configured

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

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


[Bug 1385817] Re: package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2014-10-26 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package initscripts 2.88dsf-41ubuntu18 failed to install/upgrade: le
  sous-processus script post-installation installé a retourné une erreur
  de sortie d'état 1

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

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

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-26 Thread Mark Mandel
So I took a stab at turning @Mathias's work into DKMS driver for Ubuntu
14.04, but I can't get past one issue.

You can see my work here (FYI, this is my first time mucking around with Linux 
drivers / Kernel stuff):
https://github.com/markmandel/psmouse-focaltech-dkms

But when I run `sudo dkms build -m psmouse -v focaltech-dkms`, I get the 
following error.
/var/lib/dkms/psmouse/focaltech-dkms/build/src/psmouse-base.c:473:36: error: 
‘struct serio’ has no member named ‘firmware_id’
  if (!strncmp(psmouse-ps2dev.serio-firmware_id, PNP:, 4))

Full version: https://gist.github.com/markmandel/40e92f7bf8b1c2ba4ffe

If anyone can provide me with any direction, that would be great. I'm
wondering if the firmware_id member is not available in this driver
version?

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

Title:
  Touchpad detected as mouse on Asus ux303ln laptop

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

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

[Bug 1385630] Re: New systemd (215) does not boot very well

2014-10-26 Thread Harry
** Description changed:

  I just installed (for testing) the newest systemd from Vivid proposed 
repositories.
  Yes, that is only a proposed package.
  The version is 215-5ubuntu1. Also the new plymouth was needed to do this 
(version 0.9.0-0ubuntu8).
  
- After the installation I find that every second boot or reboot fails.
- It fails with a system-fsck line, so nowhere to go from this, no tty's, no 
nothing.
+ After the installation I found that every now and then booting or rebooting 
fails.
+ It fails in a system-fsck line. So, nowhere to go from that, no tty's, no 
nothing.
  After each failure the next booting is successful, however.
  
  My setup is extremely fast, I am able to get to the desktop in about 5 
seconds from grub menu.
  The setup contains Intel Core i7 4790 processor and Samsung 850 Pro SSD.
+ 
+ This may also be some sort of race situation.

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

Title:
  New systemd (215) does not boot very well

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

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


[Bug 1385749] Re: package syslinux-themes-debian (not installed) failed to install/upgrade: le paquet syslinux-themes-debian n'est pas prêt pour la configuration configuration impossible (état actuel

2014-10-26 Thread Jean-Christophe Dubois
forcing the installation of syslinux-themes-debian with apt-get solves
the issue.

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

Title:
  package syslinux-themes-debian (not installed) failed to
  install/upgrade: le paquet syslinux-themes-debian n'est pas prêt pour
  la configuration  configuration impossible (état actuel « half-
  installed »)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1385749/+subscriptions

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

[Bug 1385820] [NEW] BUG - CLOCK

2014-10-26 Thread brent
Public bug reported:

Oct 26 13:01:16 modmart kernel: [176260.028011] BUG: soft lockup - CPU#0 stuck 
for 22s! [sshd:19060]
Oct 26 13:01:16 modmart kernel: [176260.028011] Modules linked in: ipt_REJECT 
tcp_diag inet_diag xt_multiport iptable_filter ip_tables x_tables pvpanic 
serio_raw mac_hid i2c_piix4 psmouse floppy
Oct 26 13:01:16 modmart kernel: [176260.028011] CPU: 0 PID: 19060 Comm: sshd 
Not tainted 3.13.0-24-generic #47-Ubuntu
Oct 26 13:01:16 modmart kernel: [176260.028011] Hardware name: Bochs Bochs, 
BIOS Bochs 01/01/2011
Oct 26 13:01:16 modmart kernel: [176260.028011] task: 880036958000 ti: 
880006ec task.ti: 880006ec
Oct 26 13:01:16 modmart kernel: [176260.028011] RIP: 0010:[816c86f4]  
[816c86f4] fib6_walk_continue+0x114/0x1c0
Oct 26 13:01:16 modmart kernel: [176260.028011] RSP: 0018:88003fc03818  
EFLAGS: 0297
Oct 26 13:01:16 modmart kernel: [176260.028011] RAX: 88003c6987c0 RBX: 
 RCX: 81cd9b00
Oct 26 13:01:16 modmart kernel: [176260.028011] RDX:  RSI: 
88003fc038f8 RDI: 88003cb69e00
Oct 26 13:01:16 modmart kernel: [176260.028011] RBP: 88003fc03820 R08: 
 R09: 88003fc17260
Oct 26 13:01:16 modmart kernel: [176260.028011] R10: 816090e7 R11: 
ea127800 R12: 88003fc03788
Oct 26 13:01:16 modmart kernel: [176260.028011] R13: 8172721d R14: 
88003fc03820 R15: 88003fc03860
Oct 26 13:01:16 modmart kernel: [176260.028011] FS:  7fcf9b18f840() 
GS:88003fc0() knlGS:
Oct 26 13:01:16 modmart kernel: [176260.028011] CS:  0010 DS:  ES:  
CR0: 80050033
Oct 26 13:01:16 modmart kernel: [176260.028011] CR2: 7fcf96f74ca0 CR3: 
06f14000 CR4: 06f0
Oct 26 13:01:16 modmart kernel: [176260.028011] Stack:
Oct 26 13:01:16 modmart kernel: [176260.028011]  88003fc03860 
88003fc03840 816c91fa 8171d812
Oct 26 13:01:16 modmart kernel: [176260.028011]  81cd9b00 
88003fc038e8 816caf4c 07f8
Oct 26 13:01:16 modmart kernel: [176260.028011]  00ff880002925b00 
81ce3440 81ce3440 8800368eef98
Oct 26 13:01:16 modmart kernel: [176260.028011] Call Trace:
Oct 26 13:01:16 modmart kernel: [176260.028011]  IRQ 
Oct 26 13:01:16 modmart kernel: [176260.028011]  [816c91fa] 
fib6_walk+0x5a/0xc0
Oct 26 13:01:16 modmart kernel: [176260.028011]  [8171d812] ? 
_raw_write_lock_bh+0x12/0x30
Oct 26 13:01:16 modmart kernel: [176260.028011]  [816caf4c] 
fib6_clean_all+0x9c/0xe0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816cadd0] ? 
fib6_del+0x3e0/0x3e0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816c28c0] ? 
ip6_default_advmss+0x40/0x40
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816c812f] 
rt6_remove_prefsrc+0x3f/0x50
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816be3f1] 
ipv6_del_addr+0x281/0x510
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816090e7] ? 
kfree_skbmem+0x37/0xa0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816bf345] 
addrconf_verify+0x365/0x380
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816bdc0b] ? 
__ipv6_ifa_notify+0x14b/0x2c0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816c00b1] 
addrconf_prefix_rcv+0x211/0xa50
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b9a9e] ? 
ipv6_chk_addr+0x7e/0xe0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b9aed] ? 
ipv6_chk_addr+0xcd/0xe0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816ce4c6] 
ndisc_router_discovery+0x606/0xab0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816cfc85] 
ndisc_rcv+0x245/0x690
Oct 26 13:01:17 modmart kernel: [176260.028011]  [82fc] ? 
acct_account_cputime+0x1c/0x20
Oct 26 13:01:17 modmart kernel: [176260.028011]  [8109d813] ? 
account_system_time+0x93/0x170
Oct 26 13:01:17 modmart kernel: [176260.028011]  [8109d91e] ? 
__vtime_account_system+0x2e/0x40
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816d66e0] 
icmpv6_rcv+0x380/0x770
Oct 26 13:01:17 modmart kernel: [176260.028011]  [8172721d] ? 
apic_timer_interrupt+0x6d/0x80
Oct 26 13:01:17 modmart kernel: [176260.028011]  [8171d895] ? 
_raw_read_unlock_bh+0x15/0x20
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b8e82] 
ip6_input_finish+0xd2/0x420
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b96e2] 
ip6_input+0x22/0x60
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b97e1] 
ip6_mc_input+0xc1/0x190
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b8d05] 
ip6_rcv_finish+0x95/0xa0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [816b94a3] 
ipv6_rcv+0x2d3/0x4f0
Oct 26 13:01:17 modmart kernel: [176260.028011]  [8161a906] 
__netif_receive_skb_core+0x666/0x840
Oct 26 13:01:17 modmart kernel: [176260.028011]  

[Bug 1385820] Missing required logs.

2014-10-26 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1385820

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: trusty

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

Title:
  BUG - CLOCK

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

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


[Bug 1385820] Re: BUG - CLOCK

2014-10-26 Thread brent
Running apport-collect 1385820 from terminal says: command not found

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

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

Title:
  BUG - CLOCK

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

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


[Bug 1385820] Re: BUG - CLOCK

2014-10-26 Thread brent
this is my very first bug report, hopefully it is ok.

Ubuntu 3.13.0-24.47-generic 3.13.9

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

Title:
  BUG - CLOCK

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

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


[Bug 1382462] Re: Desktop/windows painted incorrectly in dual monitor configuration

2014-10-26 Thread eike
Not sure, I'm right when ticking This bug affects me too
I have a similar problem when booting in dual monitor configuration since the 
upgrade from trusty to utopic:

Configuration:
- ASUS UX31 with an external monitor attached
- no proprietary drivers used
- kernel 3.16.0-23-generic
- Ubuntu Utopic Unicorn
- no dock used

Sequence:
- GRUB2 uses the external monitor, so far so good
- during boot both monitors show activity
- after boot only the external monitor can be used (sometimes!) even though 
System Settings  Screen Display marks both monitors as active
- disabling and re-enabling the internal monitor doesn't effect anything
- after rebooting a couple of times dual monitor setup is recognized correctly 
and both screens are used

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

Title:
  Desktop/windows painted incorrectly in dual monitor configuration

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

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


[Bug 1385823] [NEW] nvidia-331-updates-uvm 331.89-0ubuntu5: nvidia-331-updates-uvm kernel module failed to build

2014-10-26 Thread Stefano Prenna
Public bug reported:

After update to Utopic

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-updates-uvm
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.16.0-23-generic
Date: Sat Oct 25 15:17:07 2014
InstallationDate: Installed on 2013-04-27 (546 days ago)
InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release amd64 (20130423.1)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates-uvm 331.89-0ubuntu5: nvidia-331-updates-uvm kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages utopic

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

Title:
  nvidia-331-updates-uvm 331.89-0ubuntu5: nvidia-331-updates-uvm kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1385823/+subscriptions

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


[Bug 967399] Re: [11.10] Elantech trackpoint does not work Lenovo

2014-10-26 Thread supertux
This bug also exists in Ubuntu 14.10

elantechfull.patch works like a charm ,
but meanwhile compiling of a own Kernel only because of this is a bit annoying 
:(

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

Title:
  [11.10] Elantech trackpoint does not work Lenovo

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

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


[Bug 1385763] Re: Sync powertop 2.6.1-1 (main) from Debian unstable (main)

2014-10-26 Thread Daniel Holbach
This bug was fixed in the package powertop - 2.6.1-1
Sponsored for Jackson Doak (noskcaj)

---
powertop (2.6.1-1) unstable; urgency=medium

  * debian/watch: adjust to new URL. 
  * Change architectures to linux-any, since ia64 is not a release
architecture anymore.
  * New upstream release.
+ Drop now obsolete patch.
  * Update year in debian/copyright.
  * Drop automake from B-D (pulled in by dh-autoreconf anyways).

 -- Julian Wollrath jwollr...@web.de  Wed, 23 Jul 2014 16:28:08 +0200

** Changed in: powertop (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync powertop 2.6.1-1 (main) from Debian unstable (main)

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

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


[Bug 1385750] Re: Sync libunique 1.1.6-5 (main) from Debian unstable (main)

2014-10-26 Thread Daniel Holbach
This bug was fixed in the package libunique - 1.1.6-5
Sponsored for Jackson Doak (noskcaj)

---
libunique (1.1.6-5) unstable; urgency=low

  [ Josselin Mouette ]
  * Update repository URL.

  [ Breno Leitao ]
  * Use autoreconf.mk and build-depend on dh-autoreconf (Closes: #753343)

 -- Andreas Henriksson andr...@fatal.se  Tue, 09 Sep 2014 18:46:21
+0200

** Changed in: libunique (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync libunique 1.1.6-5 (main) from Debian unstable (main)

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

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


[Bug 1385756] Re: Sync pcmanfm 1.2.3-1 (universe) from Debian unstable (main)

2014-10-26 Thread Daniel Holbach
This bug was fixed in the package pcmanfm - 1.2.3-1
Sponsored for Jackson Doak (noskcaj)

---
pcmanfm (1.2.3-1) unstable; urgency=low

  * Adding polkit agent to Recommends, mounting disks will require it.
  * Restricting dependency on gvfs-fuse to [!hurd-any].
  * Bump Standards-Version to 3.9.6.
  * Merging upstream version 1.2.3.
  * Adding lintian-overrides files with required comments.
  * Setting NEWS file as ustream changelog (satisfy lintian notice).

 -- Andriy Grytsenko and...@rep.kiev.ua  Tue, 14 Oct 2014 21:57:37
+0300

** Changed in: pcmanfm (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync pcmanfm 1.2.3-1 (universe) from Debian unstable (main)

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

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


[Bug 1385810] Re: Chromium causes drm/i915 stuck on render ring

2014-10-26 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1385810/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Chromium causes drm/i915 stuck on render ring

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

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


[Bug 1385814] Re: ap-southeast-1.ec2.archive.ubuntu.com CNAMEd to us.archive.ubuntu.com

2014-10-26 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1385814/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  ap-southeast-1.ec2.archive.ubuntu.com CNAMEd to us.archive.ubuntu.com

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

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


[Bug 1375435] Re: Black screen instead of password prompt for boot encryption

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cryptsetup (Ubuntu)
   Status: New = Confirmed

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

Title:
  Black screen instead of password prompt for boot encryption

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

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


[Bug 1375435] Re: Black screen instead of password prompt for boot encryption

2014-10-26 Thread Pierre Cardoso
Could be a duplicate of
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1359689

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

Title:
  Black screen instead of password prompt for boot encryption

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

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


[Bug 1337583] Re: various odd errors on all LAN printers

2014-10-26 Thread Till Kamppeter
LanceJaverkamp, then you should report a bug to NetworkManager ...

** Package changed: cups (Ubuntu) = network-manager (Ubuntu)

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

Title:
  various odd errors on all LAN printers

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

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


[Bug 1385827] [NEW] package zram-config 0.2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2014-10-26 Thread Stefano Prenna
Public bug reported:

Issue appeared after upgrade to Utopic 64bits

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: zram-config 0.2
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Sat Oct 25 15:15:42 2014
Dependencies:
 
DuplicateSignature: package:zram-config:0.2:package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2013-04-27 (546 days ago)
InstallationMedia: Lubuntu 13.04 Raring Ringtail - Release amd64 (20130423.1)
PackageArchitecture: all
SourcePackage: zram-config
Title: package zram-config 0.2 failed to install/upgrade: package is in a very 
bad inconsistent state; you should  reinstall it before attempting configuration
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package dist-upgrade need-duplicate-check utopic

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

Title:
  package zram-config 0.2 failed to install/upgrade: package is in a
  very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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


[Bug 1385810] Re: Chromium causes drm/i915 stuck on render ring

2014-10-26 Thread myq
** Description changed:

  Reproducible example: visit http://ello.co/jondcook in Chromium and the
  GPU will crash
  
  Linux 4720z 3.13.0-38-generic #65~precise1-Ubuntu SMP Thu Oct 9 19:24:05 UTC 
2014 i686 i686 i386 GNU/Linux
  NAME=Ubuntu
  VERSION=12.04.5 LTS, Precise Pangolin
  ID=ubuntu
  ID_LIKE=debian
  PRETTY_NAME=Ubuntu precise (12.04.5 LTS)
  VERSION_ID=12.04
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=12.04
  DISTRIB_CODENAME=precise
  DISTRIB_DESCRIPTION=Ubuntu 12.04.5 LTS
  
  Chromium Version 37.0.2062.120 Ubuntu 12.04 (281580)
+ 
+ Oct 26 00:43:08 4720z kernel: [242523.988084] [drm] stuck on render ring
+ Oct 26 00:43:08 4720z kernel: [242523.988096] [drm] GPU crash dump saved to 
/sys/class/drm/card0/error
+ Oct 26 00:43:08 4720z kernel: [242523.988101] [drm] GPU hangs can indicate a 
bug anywhere in the entire gfx stack, including userspace.
+ Oct 26 00:43:08 4720z kernel: [242523.988106] [drm] Please file a _new_ bug 
report on bugs.freedesktop.org against DRI - DRM/Intel
+ Oct 26 00:43:08 4720z kernel: [242523.988110] [drm] drm/i915 developers can 
then reassign to the right component if it's not a kernel issue.
+ Oct 26 00:43:08 4720z kernel: [242523.988115] [drm] The gpu crash dump is 
required to analyze gpu hangs, so please always attach it.
+ Oct 26 00:43:08 4720z kernel: [242523.989889] [drm:i915_set_reset_status] 
*ERROR* render ring hung inside bo (0xd32a000 ctx 0) at 0xd32aadc
+ Oct 26 00:43:08 4720z kernel: [242524.496024] [drm:i915_reset] *ERROR* Failed 
to reset chip.
+ Oct 26 00:43:18 4720z kernel: [242533.988090] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
+ Oct 26 00:43:18 4720z kernel: [242533.988107] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
+ Oct 26 00:43:18 4720z kernel: [242534.148091] [drm:i915_gem_wait_for_error] 
*ERROR* Timed out waiting for the gpu reset to complete
+ Oct 26 00:43:18 4720z kernel: [242534.204095] [drm] GMBUS [i915 gmbus vga] 
timed out, falling back to bit banging on pin 2

** Attachment added: Relevant part of kern.log
   
https://bugs.launchpad.net/ubuntu/+bug/1385810/+attachment/4245107/+files/kern.log

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

Title:
  Chromium causes drm/i915 stuck on render ring

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

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


[Bug 1385810] Re: Chromium causes drm/i915 stuck on render ring

2014-10-26 Thread myq
** Package changed: ubuntu = xserver-xorg-video-intel (Ubuntu)

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

Title:
  Chromium causes drm/i915 stuck on render ring

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

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


[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-26 Thread Sergio Callegari
Started to see this on an eeepc after upgrade to utopic, that basically
made the wifi so fragile that the laptop cannot be used.

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1318837] Re: 1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush

2014-10-26 Thread Sergio Callegari
Actually happens with queue 2

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

Title:
  1814:0201 ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0
  failed to flush

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

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


[Bug 1313253] Re: [New Release] VokoScreen 2.0.2

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package vokoscreen - 2.1.0-1

---
vokoscreen (2.1.0-1) unstable; urgency=medium


  * New upstream release. (LP: #1313251, LP: #1313253, LP: #1323359)
  * Uploaded to unstable.
  * debian/control:
  - Bumped Standards-Version to 3.9.6.
  - Added to Build-Depends field: libx11-dev and pkg-config.
  - Added to Depends: vlc.
  - Removed from Build-Depends field: libopencv-dev and libopencv-ocl-dev.
  * debian/copyright:
  - debian/* was relicensed to BSD-3-clause.
  - Removed the space from Public Domain license name.
  - Updated some information.
  * debian/rules:
  - Added the variable 'DEB_BUILD_MAINT_OPTIONS' to add all flags
requested by blhc command.
  - Removed (now) useless variable 'DEB_LDFLAGS_MAINT_APPEND'.

 -- Joao Eriberto Mota Filho eribe...@debian.org  Sat, 11 Oct 2014
22:19:58 -0300

** Changed in: vokoscreen (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [New Release] VokoScreen 2.0.2

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

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


[Bug 1313251] Re: Not Grab, message: [vokoscreen] avconv is not running

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package vokoscreen - 2.1.0-1

---
vokoscreen (2.1.0-1) unstable; urgency=medium


  * New upstream release. (LP: #1313251, LP: #1313253, LP: #1323359)
  * Uploaded to unstable.
  * debian/control:
  - Bumped Standards-Version to 3.9.6.
  - Added to Build-Depends field: libx11-dev and pkg-config.
  - Added to Depends: vlc.
  - Removed from Build-Depends field: libopencv-dev and libopencv-ocl-dev.
  * debian/copyright:
  - debian/* was relicensed to BSD-3-clause.
  - Removed the space from Public Domain license name.
  - Updated some information.
  * debian/rules:
  - Added the variable 'DEB_BUILD_MAINT_OPTIONS' to add all flags
requested by blhc command.
  - Removed (now) useless variable 'DEB_LDFLAGS_MAINT_APPEND'.

 -- Joao Eriberto Mota Filho eribe...@debian.org  Sat, 11 Oct 2014
22:19:58 -0300

** Changed in: vokoscreen (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Not Grab, message: [vokoscreen] avconv is not running

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

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


[Bug 1166765] Re: unity showing only blank desktop, no dash nor decorations

2014-10-26 Thread mhogerheijde
 gsettings reset
org.compiz.core:/org/compiz/profiles/unity/plugins/core/ active-plugins

This worked for me too. The problem occured when I switched from nouveau
to the proprietry drivers (-331) from Nvidia.

Trying to fix the issue, I switched back to nouveau, but that didn't
help. resetting the active-plugins did.

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

Title:
  unity showing only blank desktop, no dash nor decorations

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

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


[Bug 1342339] Re: error plugin opengl not loaded when starting unity

2014-10-26 Thread mhogerheijde
*** This bug is a duplicate of bug 1166765 ***
https://bugs.launchpad.net/bugs/1166765

I think this is related to

#1166765 (https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1166765)

The workaround that worked for me was posted in #9
(https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1166765/comments/9)


** This bug has been marked a duplicate of bug 1166765
   unity showing only blank desktop, no dash nor decorations

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

Title:
  error plugin opengl not loaded when starting unity

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

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


[Bug 1310773] Re: Dolphin not play media in information panel

2014-10-26 Thread Medor
just update my system to 14.10
 bug yet is affected

** Changed in: dolphin (Ubuntu)
 Assignee: (unassigned) = Medor (bogkuz)

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

Title:
  Dolphin not play media in information panel

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

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


[Bug 1327774] Re: asus x200la brightness hotkeys not working (rest of them do)

2014-10-26 Thread Speranskiy
@Jaime Pérez  thank you! Post #5 has helped me!

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

Title:
  asus x200la brightness hotkeys not working (rest of them do)

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

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

[Bug 1366736] Re: Build7: ubuntu 14.10 guest installation failed with file system sitting on LVM

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: debian-installer (Ubuntu)
   Status: New = Confirmed

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

Title:
  Build7: ubuntu 14.10 guest installation failed with file system
  sitting on LVM

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

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


[Bug 1383013] Re: Diodon on 14.10 does not clear history consistently

2014-10-26 Thread Oliver Sauder
Thanks unfortunately there is not a single indication in the log
file that anything went wrong... weird.

Can you try the following as well when the bug occurs: After clearing
the history if the menu doesn't not update, copy another item to the
clipboard and check the clipboard menu again whether this content has
been added.

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

Title:
  Diodon on 14.10 does not clear history consistently

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

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


[Bug 1385833] [NEW] can't upgrade from 14.04 to 14.10

2014-10-26 Thread kokol
Public bug reported:

When trying to update from 14.04 to 14.10 the update manager closes
itself and I can't go ahead with the installation. I've tried several
ways, as...

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

... or even ALT+F2 and type update-manager to manually update, but
I'm not able to.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.5
ProcVersionSignature: Ubuntu 3.13.0-37.64-lowlatency 3.13.11.7
Uname: Linux 3.13.0-37-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Sun Oct 26 10:23:59 2014
InstallationDate: Installed on 2012-10-25 (730 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2014-10-26 (0 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update.manager.release.upgrades: 2014-08-29T16:57:11.354734

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


** Tags: amd64 apport-bug dist-upgrade trusty

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

Title:
  can't upgrade from 14.04 to 14.10

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

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


[Bug 1325524] Re: package libunity9 7.1.4+14.04.20140210-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-loader', which is different from other instances of packag

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libunity (Ubuntu)
   Status: New = Confirmed

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

Title:
  package libunity9 7.1.4+14.04.20140210-0ubuntu1 failed to
  install/upgrade: trying to overwrite shared '/usr/bin/unity-scope-
  loader', which is different from other instances of package
  libunity9:i386

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

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


[Bug 1179606] Re: No video (black screen) with Me TV 1.4 and VLC 2.1

2014-10-26 Thread Pascal Noisette
** Changed in: me-tv
 Assignee: (unassigned) = Pascal Noisette (netpascal0123)

** Changed in: me-tv
   Status: New = Fix Committed

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

Title:
  No video (black screen) with Me TV 1.4 and VLC 2.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/me-tv/+bug/1179606/+subscriptions

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


[Bug 1360326] Re: s4 mini usb internet connection share problem

2014-10-26 Thread jfcgauss
3.13.0-37-generic still has this bug..

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

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

Title:
  s4 mini usb internet connection share problem

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

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


[Bug 1179606] Re: No video (black screen) with Me TV 1.4 and VLC 2.1

2014-10-26 Thread Pascal Noisette
Hi,

I came to the same conclusion as https://launchpad.net/~vl-sht and
commited the same fix to the project.

My code branch https://code.launchpad.net/~netpascal0123/me-
tv/vlc_fix_remote_mrl can be merged to the project.

Regards,
Pascal Noisette

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

Title:
  No video (black screen) with Me TV 1.4 and VLC 2.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/me-tv/+bug/1179606/+subscriptions

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


[Bug 995272] Re: /usr/lib/gkrellm2/plugins/gkhdplop.so: undefined symbol: imlib_image_draw_pixel

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package wmhdplop - 0.9.9-4

---
wmhdplop (0.9.9-4) unstable; urgency=medium


  * debian/clean
- New file; clean file changed by autoreconf.
  * debian/control
- Add Vcs-* fields.
- Bump Standards-Version to 3.9.6, no changes required.
- Replace Build-Depends on autotools-dev with dh-autoreconf.
- Change Architecture for both binary packages to linux-any.
  * debian/rules
- Use dh-autoreconf.
- Add get-orig-source target.
  * debian/patches
- (modernize_autotools.patch): Fix autotools warnings and errors.
- (fix-ftbfs-gcc-4.7-667415.patch) Refresh patch to avoid dpkg-source
  warning.
- (fix_compiler_warnings.patch) Fix compiler warnings.

 -- Doug Torrance dtorra...@monmouthcollege.edu  Wed, 15 Oct 2014
00:13:54 -0500

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

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

Title:
  /usr/lib/gkrellm2/plugins/gkhdplop.so: undefined symbol:
  imlib_image_draw_pixel

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

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


[Bug 1240198] Re: Wrong keyboard layout active after booting into desktop

2014-10-26 Thread Sönke Huster
Same here after Upgrade to 14.10

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

Title:
  Wrong keyboard layout active after booting into desktop

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

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


[Bug 1385526] Re: Sync vusb-analyzer 1.1-6 (multiverse) from Debian unstable (contrib)

2014-10-26 Thread Dmitry Shachnev
Already synced by Bhavani.

** Changed in: vusb-analyzer (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync vusb-analyzer 1.1-6 (multiverse) from Debian unstable (contrib)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vusb-analyzer/+bug/1385526/+subscriptions

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


[Bug 401393] Re: Warn if clientlaunch.d file name requirements are not met

2014-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package xymon - 4.3.17-4

---
xymon (4.3.17-4) unstable; urgency=medium


  * Add debconf question to disable the automatic migration from hobbit to
xymon. (hobbit-client/automatic-xymon-migration; default true)

 -- Christoph Berg christoph.b...@credativ.de  Thu, 23 Oct 2014
14:31:57 +0200

** Changed in: xymon (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Warn if clientlaunch.d file name requirements are not met

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

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


[Bug 1362770] Re: Please merge bittorrent 3.4.2-11.6 from debian testing

2014-10-26 Thread Artur Rona
Well, I didn't manage to do that one. If you or someone else has got a
time, please upload. Sponsors are happy for processing merges.

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

Title:
  Please merge bittorrent 3.4.2-11.6 from debian testing

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

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


[Bug 1385841] [NEW] ndisgtk should use pkexec instead of gksu

2014-10-26 Thread Daniel Kessel
Public bug reported:

When trying to start ndisgtk under Xubuntu using the .desktop file, this
fails because gksu is not installed.

ndisgtk should use pkexec instead.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ndisgtk 0.8.5-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
CurrentDesktop: XFCE
Date: Sun Oct 26 11:16:29 2014
InstallationDate: Installed on 2014-03-17 (222 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140316)
SourcePackage: ndisgtk
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

** Description changed:

- When trying to start ndisgtk under Xubuntu, this fails because gksu is
- not installed.
+ When trying to start ndisgtk under Xubuntu using the .desktop file, this
+ fails because gksu is not installed.
  
  ndisgtk should use pkexec instead.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ndisgtk 0.8.5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Sun Oct 26 11:16:29 2014
  InstallationDate: Installed on 2014-03-17 (222 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140316)
  SourcePackage: ndisgtk
  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/1385841

Title:
  ndisgtk should use pkexec instead of gksu

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

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


[Bug 1237369] Re: package rkhunter 1.4.0-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rkhunter (Ubuntu)
   Status: New = Confirmed

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

Title:
  package rkhunter 1.4.0-2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 10

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

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


[Bug 1384674] Re: enblend running out of temp space: poor diagnostics and configuration possibilities

2014-10-26 Thread Christoph Spiel
OK -- even at the danger of loosing focus let me
try to explain each your points.


 enblend-4.1.1-3.fc19.i686

The latest release in the Stable
Branch is 4.1.3. We are already preparing 4.1.4.
OTOH, the Development Branch of course holds
much more goodies.


 The TMPDIR ought also be mentioned in the
 manpage, attaching a patch.

THX for your patch!  We have a pretty
similar one in rev188e286e471d, which I just
back-ported to the Stable Branch.  It will show
up in 4.1.4.


 However, looking at the source code I am
 wondering if TMPDIR gets used at all - or is
 it dead code now?

(i) Enblend and Enfuse only refer to the
environment variable `TMPDIR' if they were
compiled with the ImageCache feature.
Otherwise they store everything in core and
thus don't need a reference to a scratch
directory.

(ii) The ImageCache feature was withdrawn in
4.2 because of the spurious problems it
causes; see, e.g.
https://bugs.launchpad.net/enblend/+bug/807439
Moreover, the ImageCache is incompatible
with OpenMP, our main parallelization
technology.  Therefore, current Development
Branch does not use `TMPDIR', either.

(iii) The `mmap_view' branch
http://hg.code.sf.net/p/enblend/code/rev/7a3964af671a
uses a different caching scheme to offload
image data from core to disk.  It needs to
know where to store the backing-files for
the images and thus again refers to
`TMPDIR'.


 In my case I had additional screw up as hugin
 discarded the preset TMPDIR and when setting
 the hugin tmpdir via gui somehow this setting
 has been reset on one occasion.

This looks more like a Hugin issue to
me, although we can think about adding a
command-line option to set/override `TMPDIR'.

You could easily work around the problem by
wrapping the calls to Enblend and Enfuse in
shell scripts that override `TMPDIR'.  I imagine
something like

#! /bin/dash
export TMPDIR=/work
exec /usr/local/bin/enblend $@


** Changed in: enblend
   Status: New = Triaged

** Changed in: enblend
   Importance: Undecided = Medium

** Changed in: enblend
 Assignee: (unassigned) = Christoph Spiel (cspiel)

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

Title:
  enblend running out of temp space: poor diagnostics and configuration
  possibilities

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

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


[Bug 1385842] [NEW] icedtea-8-plugin not available for openjdk-8

2014-10-26 Thread Maarten Fonville
Public bug reported:

OpenJDK 8 is available in the Utopic repositories, but icedtea-8-plugin does 
not exist.
I did see that in Debian this 'bug' is known and the new control files etc are 
already made available in this repository:
https://code.launchpad.net/~openjdk/openjdk/icedtea-web

Can the icedtea package please be updated and this new package pulled
into the Utopic repositories?

** Affects: icedtea-web (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/1385842

Title:
  icedtea-8-plugin not available for openjdk-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/1385842/+subscriptions

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


[Bug 1385751] Re: Sync libepc 0.4.4-3 (universe) from Debian unstable (main)

2014-10-26 Thread Dmitry Shachnev
This bug was fixed in the package libepc - 0.4.4-3
Sponsored for Jackson Doak (noskcaj)

---
libepc (0.4.4-3) unstable; urgency=medium

  * Team upload
- brown paper bag release.
  * Also make libepc-dev depend on libgnutls28-dev
- like the build-dependency, this drops libgnutls-dev (gnutls26)

 -- Andreas Henriksson andr...@fatal.se  Sat, 05 Jul 2014 13:10:02
+0200

libepc (0.4.4-2) unstable; urgency=low

  * Team upload.

  [ Jeremy Bicha ]
  * Update homepage

  [ Andreas Henriksson ]
  * Build-depend on libgnutls28-dev (Closes: #753107)
- This drops libgnutls-dev (gnutls26)
  * Build-depend on autotools-dev to have cdbs update autotools files.
  * Bump Standards-Version to 3.9.5

 -- Andreas Henriksson andr...@fatal.se  Sat, 05 Jul 2014 12:35:00
+0200

** Changed in: libepc (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync libepc 0.4.4-3 (universe) from Debian unstable (main)

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

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


[Bug 1236749] Re: Gnome shell extensions disabled at every startup

2014-10-26 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: upstart (Ubuntu)
   Status: New = Confirmed

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

Title:
  Gnome shell extensions disabled at every startup

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

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


[Bug 1385760] Re: Sync lxtask 0.1.6-1 (universe) from Debian unstable (main)

2014-10-26 Thread Dmitry Shachnev
This bug was fixed in the package lxtask - 0.1.6-1
Sponsored for Jackson Doak (noskcaj)

---
lxtask (0.1.6-1) unstable; urgency=low

  * Merging upstream version 0.1.6.
  * Bump Standards-Version to 3.9.6.
  * Adding lintian-overrides file for debian-watch-may-check-gpg-signature.

 -- Andriy Grytsenko and...@rep.kiev.ua  Mon, 20 Oct 2014 20:58:17
+0300

lxtask (0.1.5-1) unstable; urgency=low

  * Enabling parallel build (pass --parallel to dh).
  * Removing obsolete target override_dh_builddeb from debian/rules file.
  * Adding myself to Uploaders.
  * Updating watch file to support XZ tarball format and non-numeric versions.
  * Updating description which was too short (one line long).
  * Bump Standards-Version to 3.9.5.
  * Merging upstream version 0.1.5.
  * Removing all the patches since they are included by upstream.
  * Removing override_dh_auto_test target since upstream fixed the problem.

 -- Andriy Grytsenko and...@rep.kiev.ua  Tue, 16 Sep 2014 16:04:12
+0300

** Changed in: lxtask (Ubuntu)
   Status: New = Fix Released

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

Title:
  Sync lxtask 0.1.6-1 (universe) from Debian unstable (main)

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

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


[Bug 1385841] Re: ndisgtk should use pkexec instead of gksu

2014-10-26 Thread Daniel Kessel
** Changed in: ndisgtk (Ubuntu)
   Status: New = Invalid

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

Title:
  ndisgtk should use pkexec instead of gksu

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

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


[Bug 1377177] Re: Brother MFC9840CDW pxlcolor driver fails to intialize for bitmap printing

2014-10-26 Thread Pascal De Vuyst
Your printer probably does not support 1200x1200dpi resolution listed in the 
pxlcolor driver.
According to the MFC9840CDW specifications the max resolution is 2400x600dpi. I 
have modified the ppd to list that and default to 600dpi, can you try whether 
that works for all Print Quality/Resolution settings?

** Attachment added: Brother-MFC9840CDW-new.ppd
   
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1377177/+attachment/4245140/+files/Brother-MFC9840CDW-new.ppd

** Changed in: cups (Ubuntu)
   Status: New = Incomplete

** Package changed: cups (Ubuntu) = foomatic-db (Ubuntu)

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

Title:
  Brother MFC9840CDW pxlcolor driver fails to intialize for bitmap
  printing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/1377177/+subscriptions

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


[Bug 1385388] Re: iommu dmar pci passthrough regression

2014-10-26 Thread daemon dog
** Description changed:

  I'd like to reduce clutter and get the most use out of my existing
  infrastructure so I wanted to stop using an external VOIP gateway for my
  PSTN lines and use a dedicated card with Asterisk instead via VT-d and
  the iommu under Virtualbox 4.1.34. The hardware I have is capable and
  the relevant BIOS and kernel options are enabled. I have set
  intel_iommu=on and I have also tried using the additional kernel option
  iommu=pt.
  
  After testing I can confirm that this works correctly using linux
  3.2.0-70-generic but not with 3.5.0-54-generic, 3.13.0-37-generic or
- 3.16.6-031606-generic (from mainline kernel-ppa). I have updated
- everything I am comfortable updating including the BIOS but do not want
- to push my luck. I noted that there may be a possible solution in
+ 3.16.6-031606-generic (from mainline kernel-ppa). I noted that there may
+ be a possible solution in
  https://bugzilla.kernel.org/show_bug.cgi?id=44881#c49 but that this
  would not be backported.
  
  Release: Ubuntu 12.04.5 LTS
  Linux 3.13.0-37-generic #64~precise1-Ubuntu SMP Wed Sep 24 21:37:11 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
  Motherboard: Gigabyte Technology Co., Ltd. Z87X-D3H/Z87X-D3H-CF, BIOS F9 
08/25/2014
  
  The card I'd like to pass to the guest...
  
  03:00.0 Ethernet controller: Digium, Inc. Wildcard TDM410 4-port analog
  card (rev 11)
  
  I have setup pci-stub with the above and set vboxpci to softdep on it. Not 
sure if that's necessary or not as there are no host drivers available.
  The error I'm seeing when loading the kernel module in the guest (except when 
using kernel 3.2 which works properly). Modprobe hangs in the guest and 
eventually causes the guest to freeze.
  
- Oct 24 09:05:08 VMS001 kernel: [   81.496003] dmar: DRHD: handling fault 
status reg 3
- Oct 24 09:05:08 VMS001 kernel: [   81.496032] dmar: DMAR:[DMA Read] Request 
device [03:00.0] fault addr 7349c000 
- Oct 24 09:05:08 VMS001 kernel: [   81.496032] DMAR:[fault reason 06] PTE Read 
access is not set
+ Oct 24 09:05:08 kernel: [   81.496003] dmar: DRHD: handling fault status reg 3
+ Oct 24 09:05:08 kernel: [   81.496032] dmar: DMAR:[DMA Read] Request device 
[03:00.0] fault addr 7349c000
+ Oct 24 09:05:08 kernel: [   81.496032] DMAR:[fault reason 06] PTE Read access 
is not set
  
  Another error which may be related...
  
  WARNING: CPU: 4 PID: 1 at /build/buildd/linux-lts-
  trusty-3.13.0/drivers/pci/search.c:46
  pci_find_upstream_pcie_bridge+0x66/0x80()
  
  If there is any possibility of trying the patch mentioned in bugzilla
  with the current kernel that would be great. I'm going to look and see
  if there is a kernel available to try but I'm not sure if 3.16.6 has it
  or not.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-37-generic 3.13.0-37.64~precise1
  ProcVersionSignature: Ubuntu 3.13.0-37.64~precise1-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic x86_64
- AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.13.0-37-generic.
- ApportVersion: 2.0.1-0ubuntu17.7
- Architecture: amd64
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  vmsadmin   3634 F pulseaudio
-  /dev/snd/controlC0:  vmsadmin   3634 F pulseaudio
- CRDA: Error: [Errno 2] No such file or directory
- Card0.Amixer.info:
-  Card hw:0 'HDMI'/'HDA Intel HDMI at 0xf7d34000 irq 47'
-Mixer name : 'Intel Haswell HDMI'
-Components : 'HDA:80862807,80860101,0010'
-Controls  : 21
-Simple ctrls  : 3
- Card1.Amixer.info:
-  Card hw:1 'PCH'/'HDA Intel PCH at 0xf7d3 irq 48'
-Mixer name : 'Realtek ALC892'
-Components : 'HDA:10ec0892,1458a002,00100302'
-Controls  : 51
-Simple ctrls  : 20
- Date: Fri Oct 24 09:20:24 2014
- HibernationDevice: RESUME=UUID=a7d92af2-4c36-437b-8466-a40951fc3019
  InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=c3169056-4938-4faf-b6eb-d70b4268b135 ro intel_iommu=on iommu=pt
- PulseList:
-  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/vmsadmin not ours.
-  No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-37-generic N/A
-  linux-backports-modules-3.13.0-37-generic  N/A
-  linux-firmware 1.79.18
+  linux-restricted-modules-3.13.0-37-generic N/A
+  linux-backports-modules-3.13.0-37-generic  N/A
+  linux-firmware 1.79.18
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log 

[Bug 903608]

2014-10-26 Thread Qa-admin-q
Please read this message in its entirety before responding.

Your bug was confirmed at least 1 year ago and has not had any activity
on it for over a year. Your bug is still set to NEW which means that it
is open and confirmed. It would be nice to have the bug confirmed on a
newer version than the version reported in the original report to know
that the bug is still present -- sometimes a bug is inadvertently fixed
over time and just never closed.

If you have time please do the following:
1) Test to see if the bug is still present on a currently supported version of 
LibreOffice (preferably 4.2 or newer).
2) If it is present please leave a comment telling us what version of 
LibreOffice and your operating system.
3) If it is NOT present please set the bug to RESOLVED-WORKSFORME and leave a 
short comment telling us your version and Operating System

Please DO NOT
1) Update the version field
2) Reply via email (please reply directly on the bug tracker)
3) Set the bug to RESOLVED - FIXED (this status has a particular meaning that 
is not appropriate in this case)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 
LibreOffice is powered by a team of volunteers, every bug is confirmed 
(triaged) by human beings who mostly give their time for free. We invite you to 
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage

There are also other ways to get involved including with marketing, UX,
documentation, and of course developing -  http://www.libreoffice.org
/get-help/mailing-lists/.

Lastly, good bug reports help tremendously in making the process go
smoother, please always provide reproducible steps (even if it seems
easy) and attach any and all relevant material

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

Title:
  [Upstream] LibreOffice text remains superscript if typed right after
  footnote

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

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


[Bug 1325801] Re: failed to boot from USB disk with error: gfxboot.c32: not a COM32R Image boot:

2014-10-26 Thread pa_card
I have been fiddling for two days with this issues trying many different
methods and iso.

My results are as follow:
- error COM32 with both Xubuntu 14.04 and 14.10 prepared with Unetbootin (ver.  
603-1 in repository, I saw there is a new version out on their website but I 
didn't compile it). The fix of typing 'install' on the prompt did not work 
either. 
- error with dd method: 'no syslinux.bin'
- success (finally!) with the least likely option: usb-creator-gtk.

I hope this helps.

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

Title:
  failed to boot from USB disk with error: gfxboot.c32: not a COM32R
  Image boot:

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

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


[Bug 1385846] [NEW] NFS shares in FSTAB no longer mount at boot

2014-10-26 Thread Toxicshadow
Public bug reported:

Since moving to Ubuntu 14.10 my network shares in FSTAB no longer mount
at startup.

Once the machine has booted the following command mount -a fixes the
issue and all mounts become available.

This issue was not present in 14.04 and there are a number of people
reporting issues in the forums:

http://ubuntuforums.org/showthread.php?t=2249713

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


** Tags: 14.10 mount nfs

** Attachment added: version file
   
https://bugs.launchpad.net/bugs/1385846/+attachment/4245145/+files/version.log

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

Title:
  NFS shares in FSTAB no longer mount at boot

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

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


[Bug 1257374] Re: package syslinux-themes-debian 12-2 failed to install/upgrade: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 127

2014-10-26 Thread Julien Herr
I had the same problem on Ubuntu 14.10 and  syslinux-themes-debian
(12-3) during `apt-get autoremove`.

A second autoremove cleaned the package.

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

Title:
  package syslinux-themes-debian 12-2 failed to install/upgrade: le
  sous-processus script post-removal installé a retourné une erreur de
  sortie d'état 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1257374/+subscriptions

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

  1   2   3   4   5   6   7   >