[Bug 1257186] Re: memory leakage messages

2014-04-19 Thread Thomas
Confirmed with 14.04 (x86) and latest updates.

Fresh install with minimal iso; afterwards in tasksel selected Basic Ubuntu 
Server, OpenSSH server, Mail-Server and Samba file server.
When sudo-ing the first time after running tasksel, the error occured.

Fix:
run pam-auth-update and remove SMB password synchronization.

-- 
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/1257186

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 16669] Re: Squid: Compile with --enable-ssl

2014-04-19 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
http://bugs.squid-cache.org/show_bug.cgi?id=2741.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-08-10T21:34:54+00:00 Nicolas Valcarcel Scerpella wrote:

Due some copyright problems Squid is not built with openssl support,
adding support for gnutls, which can be used as a replacement of
openssl, doesn't have those legal problems, there for it will be nice if
squid supports gnutls for avoiding this lack of functionality o-o-t-b in
some distros.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/16669/comments/5


On 2009-08-11T09:56:12+00:00 Henrik Nordström wrote:

ANd RedHat/Fedora want's Squid to use NSS instead, but for slightly
different reasons.

https://bugzilla.redhat.com/show_bug.cgi?id=348261

Neither is a high priority for the Squid project at this time as OpenSSL
works reasonably well, but we will happily accept contributions toward
these goals.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/16669/comments/8


On 2012-06-26T19:15:18+00:00 Amos Jeffries wrote:

Mac also require us to build against a new common crypto library they
have developed as OpenSSL replacement.
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/CC_crypto.3cc.html

We need to work on a flexible a pluggable TLS interface component which
any one of these libraries can be linked to.

Separating the crypto code from OpenSSL dependency would also be good.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/16669/comments/10


On 2014-04-18T18:27:12+00:00 Amos Jeffries wrote:

Update:
 GnuTLS support is now begun in 3.5 with the addition of TLS / HTTPS support 
for squidclient.

 libnettle support as a replacement for OpenSSL libcrypto is also begun
some days back in 3.5 and 3.4 with its use for MD5 hashing.

Both of these are enabled by default whenever the relevant libraries are
available during build.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/16669/comments/16


** Changed in: squid
   Status: Unknown = Confirmed

** Changed in: squid
   Importance: Unknown = Medium

** Bug watch added: Red Hat Bugzilla #348261
   https://bugzilla.redhat.com/show_bug.cgi?id=348261

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

Title:
  Squid: Compile with --enable-ssl

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/16669/+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 1257186] Re: memory leakage messages

2014-04-19 Thread Quentin
Confirmed with 14.04 x64, every time i run the sudo command :

quentin@asus-N56VZ:~$ sudo su
[sudo] password for quentin: 
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
root@asus-N56VZ:/home/quentin#

-- 
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/1257186

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1309897] [NEW] screen changes terminal width on launch with TERM=xterm-256color

2014-04-19 Thread ChanMin Kim
Public bug reported:

Description:Ubuntu 14.04 LTS
GNU bash, version 4.3.8(1)-release (x86_64-pc-linux-gnu)
Screen version 4.01.00devel (GNU) 2-May-06

Screen changes terminal width on launch. I was using default
configurations of screen. (no .screenrc in home directory)

steps

1. Change the terminal width to other than 80.
2. Type export TERM=xterm-256color in the shell.
3. Type screen.
4. now it changes the terminal width to 80.

I have found that changing a line in /etc/screenrc helps. (no more
resizing on screen launch)

termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
to
termcapinfo xterm* 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'

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

** Description changed:

  Description:Ubuntu 14.04 LTS
  GNU bash, version 4.3.8(1)-release (x86_64-pc-linux-gnu)
  Screen version 4.01.00devel (GNU) 2-May-06
  
  Screen changes terminal width on launch. I was using default
  configurations of screen. (no .screenrc in home directory)
  
  steps
  
- 1. Change the terminal width other than 80.
+ 1. Change the terminal width to other than 80.
  2. Type export TERM=xterm-256color in the shell.
  3. Type screen.
  4. now it changes the terminal width to 80.
  
  I have found that changing a line in /etc/screenrc helps. (no more
  resizing on screen launch)
  
  termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
  to
  termcapinfo xterm* 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'

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

Title:
  screen changes terminal width on launch with TERM=xterm-256color

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1309897/+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 1294958] Re: php5 assert failure: libgcc_s.so.1 must be installed for pthread_cancel to work

2014-04-19 Thread Stefano Rivera
** Information type changed from Private to Public

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

Title:
  php5 assert failure: libgcc_s.so.1 must be installed for
  pthread_cancel to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1294958/+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 1309913] Re: /usr/bin/php5:11:gc_zval_possible_root:zend_hash_destroy:zend_object_std_dtor:zend_objects_free_object_storage:zend_objects_store_del_ref_by_handle_ex

2014-04-19 Thread Stefano Rivera
** Description changed:

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding php5.  This problem was most recently seen with version
  5.5.4+dfsg-1+debphp.org~precise+1+a22+3, the problem page at
  https://errors.ubuntu.com/problem/57e4749ce1a6da0ff464c3e2c649682d929e848e
  contains more details.
+ 
+ Stack trace:
+ #0  0x006b7f59 in gc_zval_possible_root (zv=0x434f898)
+ at /build/buildd/php5-5.3.10/Zend/zend_gc.c:143
+ #1  0x006a7c60 in zend_hash_destroy (ht=0x761a408)
+ at /build/buildd/php5-5.3.10/Zend/zend_hash.c:729
+ #2  0x006bb439 in zend_object_std_dtor (object=0x761a848)
+ at /build/buildd/php5-5.3.10/Zend/zend_objects.c:45
+ #3  0x006bb459 in zend_objects_free_object_storage (object=0x761a848)
+ at /build/buildd/php5-5.3.10/Zend/zend_objects.c:126
+ #4  0x006bf43f in zend_objects_store_del_ref_by_handle_ex (
+ handle=97915344, handlers=0xd830ae089596a3f)
+ at /build/buildd/php5-5.3.10/Zend/zend_objects_API.c:220
+ #5  0x006b7d8f in gc_collect_cycles ()
+ at /build/buildd/php5-5.3.10/Zend/zend_gc.c:703
+ #6  0x006b7e82 in gc_zobj_possible_root (zv=0x434f898)
+ at /build/buildd/php5-5.3.10/Zend/zend_gc.c:221
+ #7  0x006c420f in zend_leave_helper_SPEC (execute_data=0x1d50070)
+ at /build/buildd/php5-5.3.10/Zend/zend_vm_execute.h:233
+ #8  0x006c01ab in execute (op_array=0x1ce3ae8)
+ at /build/buildd/php5-5.3.10/Zend/zend_vm_execute.h:107
+ #9  0x0068d6ec in zend_call_function (fci=0x7fff6f055760, 
fci_cache=0x0)
+ at /build/buildd/php5-5.3.10/Zend/zend_execute_API.c:969
+ #10 0x006b0847 in zend_call_method (object_pp=0x7fff6f055888, 
+ obj_ce=0x1d07d48, fn_proxy=0x7fff6f055880, 
+ function_name=0xabf6fd __destruct, function_name_len=-1983454321, 
+ retval_ptr_ptr=0x0, param_count=7058290, arg1=0x0, arg2=0x0)
+ at /build/buildd/php5-5.3.10/Zend/zend_interfaces.c:97
+ #11 0x006bb372 in zend_objects_destroy_object (object=0x3cc5708, 
+ handle=1862621320) at /build/buildd/php5-5.3.10/Zend/zend_objects.c:112
+ #12 0x006beebd in zend_objects_store_call_destructors 
(objects=0xde7e98)
+ at /build/buildd/php5-5.3.10/Zend/zend_objects_API.c:57
+ #13 0x0068bd2d in shutdown_destructors ()
+ at /build/buildd/php5-5.3.10/Zend/zend_execute_API.c:228
+ #14 0x00699fa7 in zend_call_destructors ()
+ at /build/buildd/php5-5.3.10/Zend/zend.c:947
+ #15 0x00646efd in php_request_shutdown (dummy=0x434f898)
+ at /build/buildd/php5-5.3.10/main/main.c:1618
+ #16 0x0042b71c in main (argc=35604872, argv=0x21f5928)
+ at /build/buildd/php5-5.3.10/sapi/fpm/fpm/fpm_main.c:1913

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

Title:
  
/usr/bin/php5:11:gc_zval_possible_root:zend_hash_destroy:zend_object_std_dtor:zend_objects_free_object_storage:zend_objects_store_del_ref_by_handle_ex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1309913/+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 1309913] [NEW] /usr/bin/php5:11:gc_zval_possible_root:zend_hash_destroy:zend_object_std_dtor:zend_objects_free_object_storage:zend_objects_store_del_ref_by_handle_ex

2014-04-19 Thread errors.ubuntu.com bug bridge
Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding php5.  This problem was most recently seen with version
5.5.4+dfsg-1+debphp.org~precise+1+a22+3, the problem page at
https://errors.ubuntu.com/problem/57e4749ce1a6da0ff464c3e2c649682d929e848e
contains more details.

Stack trace:
#0  0x006b7f59 in gc_zval_possible_root (zv=0x434f898)
at /build/buildd/php5-5.3.10/Zend/zend_gc.c:143
#1  0x006a7c60 in zend_hash_destroy (ht=0x761a408)
at /build/buildd/php5-5.3.10/Zend/zend_hash.c:729
#2  0x006bb439 in zend_object_std_dtor (object=0x761a848)
at /build/buildd/php5-5.3.10/Zend/zend_objects.c:45
#3  0x006bb459 in zend_objects_free_object_storage (object=0x761a848)
at /build/buildd/php5-5.3.10/Zend/zend_objects.c:126
#4  0x006bf43f in zend_objects_store_del_ref_by_handle_ex (
handle=97915344, handlers=0xd830ae089596a3f)
at /build/buildd/php5-5.3.10/Zend/zend_objects_API.c:220
#5  0x006b7d8f in gc_collect_cycles ()
at /build/buildd/php5-5.3.10/Zend/zend_gc.c:703
#6  0x006b7e82 in gc_zobj_possible_root (zv=0x434f898)
at /build/buildd/php5-5.3.10/Zend/zend_gc.c:221
#7  0x006c420f in zend_leave_helper_SPEC (execute_data=0x1d50070)
at /build/buildd/php5-5.3.10/Zend/zend_vm_execute.h:233
#8  0x006c01ab in execute (op_array=0x1ce3ae8)
at /build/buildd/php5-5.3.10/Zend/zend_vm_execute.h:107
#9  0x0068d6ec in zend_call_function (fci=0x7fff6f055760, fci_cache=0x0)
at /build/buildd/php5-5.3.10/Zend/zend_execute_API.c:969
#10 0x006b0847 in zend_call_method (object_pp=0x7fff6f055888, 
obj_ce=0x1d07d48, fn_proxy=0x7fff6f055880, 
function_name=0xabf6fd __destruct, function_name_len=-1983454321, 
retval_ptr_ptr=0x0, param_count=7058290, arg1=0x0, arg2=0x0)
at /build/buildd/php5-5.3.10/Zend/zend_interfaces.c:97
#11 0x006bb372 in zend_objects_destroy_object (object=0x3cc5708, 
handle=1862621320) at /build/buildd/php5-5.3.10/Zend/zend_objects.c:112
#12 0x006beebd in zend_objects_store_call_destructors (objects=0xde7e98)
at /build/buildd/php5-5.3.10/Zend/zend_objects_API.c:57
#13 0x0068bd2d in shutdown_destructors ()
at /build/buildd/php5-5.3.10/Zend/zend_execute_API.c:228
#14 0x00699fa7 in zend_call_destructors ()
at /build/buildd/php5-5.3.10/Zend/zend.c:947
#15 0x00646efd in php_request_shutdown (dummy=0x434f898)
at /build/buildd/php5-5.3.10/main/main.c:1618
#16 0x0042b71c in main (argc=35604872, argv=0x21f5928)
at /build/buildd/php5-5.3.10/sapi/fpm/fpm/fpm_main.c:1913

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


** Tags: precise raring saucy

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

Title:
  
/usr/bin/php5:11:gc_zval_possible_root:zend_hash_destroy:zend_object_std_dtor:zend_objects_free_object_storage:zend_objects_store_del_ref_by_handle_ex

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1309913/+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 1309923] [NEW] Unprivileged lxc containers fail to start

2014-04-19 Thread Arthur Schiwon
Public bug reported:

After upgrading to 14.04 I created an unprivileged lxc container
following https://www.stgraber.org/2014/01/17/lxc-1-0-unprivileged-
containers/

Unlike root containers they fail to start. With logging level strace I
get this output:

  lxc-start 1397905196.384 INFO lxc_start_ui - using rcfile 
/home/blizzz/.local/share/lxc/ubuntu1404/config
  lxc-start 1397905196.384 INFO lxc_confile - read uid map: type u nsid 
0 hostid 12 range 65536
  lxc-start 1397905196.384 INFO lxc_confile - read uid map: type g nsid 
0 hostid 12 range 65536
  lxc-start 1397905196.386 WARN lxc_log - lxc_log_init called with log 
already initialized
  lxc-start 1397905196.392 INFO lxc_lsm - LSM security driver AppArmor
  lxc-start 1397905196.393 DEBUGlxc_conf - allocated pty '/dev/pts/12' 
(5/6)
  lxc-start 1397905196.394 DEBUGlxc_conf - allocated pty '/dev/pts/13' 
(7/8)
  lxc-start 1397905196.394 DEBUGlxc_conf - allocated pty '/dev/pts/15' 
(9/10)
  lxc-start 1397905196.394 DEBUGlxc_conf - allocated pty '/dev/pts/16' 
(11/12)
  lxc-start 1397905196.394 INFO lxc_conf - tty's configured
  lxc-start 1397905196.394 DEBUGlxc_start - sigchild handler set
  lxc-start 1397905196.394 DEBUGlxc_console - no console peer
  lxc-start 1397905196.396 INFO lxc_monitor - using monitor sock name 
lxc/f59b2b10dfad8de3//home/blizzz/.local/share/lxc
  lxc-start 1397905196.708 INFO lxc_start - 'ubuntu1404' is initialized
  lxc-start 1397905196.715 DEBUGlxc_start - Not dropping cap_sys_boot 
or watching utmp
  lxc-start 1397905196.715 INFO lxc_start - Cloning a new user namespace
  lxc-start 1397905196.715 INFO lxc_cgroup - cgroup driver cgroupfs 
initing for ubuntu1404
  lxc-start 1397905196.716 ERRORlxc_cgfs - Permission denied - failed 
to set memory.use_hierarchy to 1; continuing
  lxc-start 1397905196.716 ERRORlxc_cgfs - Could not set clone_children 
to 1 for cpuset hierarchy in parent cgroup.
  lxc-start 1397905196.717 ERRORlxc_cgfs - Permission denied - 
cgroup_rmdir: failed to delete /var/local/cgroup/
  lxc-start 1397905196.717 ERRORlxc_start - failed creating cgroups
  lxc-start 1397905196.717 ERRORlxc_start - failed to spawn 'ubuntu1404'
  lxc-start 1397905196.717 ERRORlxc_commands - command get_cgroup 
failed to receive response
  lxc-start 1397905196.718 WARN lxc_cgfs - Not attaching to cgroup 
hugetlb unknown to /home/blizzz/.local/share/lxc ubuntu1404

Given, it sounds there are permission issues with regard to
cloning/configuring cgroups, on the other hand I did not change anything
knowingly (and I would not know how).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: lxc 1.0.3-0ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Apr 19 13:09:20 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-09-19 (576 days ago)
InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120919)
SourcePackage: lxc
UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug trusty

-- 
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/1309923

Title:
  Unprivileged lxc containers fail to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1309923/+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 1309938] [NEW] Thinkpad Twist 3347-2HU resumes immediately after suspend

2014-04-19 Thread Amos Blanton
Public bug reported:

Thinkpad S230U resumes immediately after suspend. Can test with: sudo 
pm-suspend.
Updated Bios to 1.63 (latest bios version has a bad bug that disables USB / 
trackpad), same behavior. 
Not sure if should be reported against pm-utils or kernel - apologies if I got 
it wrong.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pm-utils 1.4.1-13
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Apr 19 08:17:49 2014
InstallationDate: Installed on 2014-04-17 (1 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140413)
PackageArchitecture: all
SourcePackage: pm-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  Thinkpad Twist 3347-2HU resumes immediately after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1309938/+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 1309923] Re: Unprivileged lxc containers fail to start

2014-04-19 Thread Stéphane Graber
It looks like your system was configured to mount the cgroup hierarchy
on /var/local/cgroup which must be interfering with cgmanager and
causing the problem you are seeing.

Can you make sure you don't have any cgroup mounts done from your
/etc/fstab ?

-- 
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/1309923

Title:
  Unprivileged lxc containers fail to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1309923/+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 1309923] Re: Unprivileged lxc containers fail to start

2014-04-19 Thread Arthur Schiwon
Indeed, there was a line

cgroup  /var/local/cgroup  cgroup  defaults  0  0

after commenting it out and a reboot (umount was not enough) it works as
expected. Thank you Stéphane!

** Changed in: lxc (Ubuntu)
   Status: New = Invalid

-- 
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/1309923

Title:
  Unprivileged lxc containers fail to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1309923/+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 1257186] Re: memory leakage messages

2014-04-19 Thread Jacco van der Post
Confirmed, solution of Thomas works for me, thanks.

-- 
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/1257186

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 451314] Re: [SRU] PHP 5.2.10 zlib bug remains for 32bit

2014-04-19 Thread Andrey Pohilko
This bug seems to be back in trusty x32.

get_extension_funcs ('Zlib') shows gztell64, gzseek64, gzopen64.

php -i | grep ZLib:
  ZLib Version = 1.2.8

php5-common=5.5.9+dfsg-1ubuntu4
zlib1g:i386=1:1.2.8.dfsg-1ubuntu1

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

Title:
  [SRU] PHP 5.2.10 zlib bug remains for 32bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/451314/+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 1257186] Re: memory leakage messages

2014-04-19 Thread Douglas Fink
I have had the same issue since upgrading 13.10 to 14.04.  Thomas
solution did not work for me.

-- 
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/1257186

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1266057] Re: powerwaked: Typo in package description: intervation

2014-04-19 Thread Pascal De Vuyst
** Changed in: powernap (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  powerwaked: Typo in package description: intervation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddtp-ubuntu/+bug/1266057/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
** Attachment added: failed_to_bring_up_br0.png
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+attachment/4089342/+files/failed_to_bring_up_br0.png

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+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 1310076] [NEW] lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
Public bug reported:

After setting up hwe-s for precise along with the doc below, `juju add-machine` 
fails with Failed to bring up br0. Then lost connectivity to a node.
http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html

I'm using fastpath-installer, d-i is not tested yet.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas 1.5+bzr2252-0ubuntu1
ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Sun Apr 20 05:05:05 2014
PackageArchitecture: all
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
The kernel was still 3.2 not hwe-s though.

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
After changing /etc/maas/preseeds/curtin_userdata to use default
archive not ports.ubuntu.com for hwe-s, `juju add-machine` succeeded.

=== modified file 'maas/preseeds/curtin_userdata'
--- maas/preseeds/curtin_userdata   2014-04-19 18:37:53 +
+++ maas/preseeds/curtin_userdata   2014-04-19 20:12:27 +
@@ -28,7 +28,7 @@
 power_state:
   mode: reboot

-{{if node.architecture in {'i386/generic', 'amd64/generic'} }}
+{{if node.architecture in {'i386/generic', 'amd64/generic', 'amd64/hwe-s'} }}
 apt_mirrors:
   ubuntu_archive: http://{{main_archive_hostname}}/{{main_archive_directory}}
   ubuntu_security: http://{{main_archive_hostname}}/{{main_archive_directory}}

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
d-i case was filed as Bug #1310082.

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
** Attachment added: architecture_not_supported.png
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+attachment/4089354/+files/architecture_not_supported.png

-- 
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/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+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 1310082] [NEW] d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
Public bug reported:

After setting up hwe-s for precise along with the doc below, `juju add-machine` 
fails with Architecture not supported in d-i.
http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html

From squid-deb-proxy log, d-i is trying to connect to:
http://ports.ubuntu.com/ubuntu-ports/dists/precise/main/binary-amd64/Release
then failed.

Fastpath-installer case was filed as Bug #1310076.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas 1.5+bzr2252-0ubuntu1
ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Sun Apr 20 05:23:48 2014
PackageArchitecture: all
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

-- 
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/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-04-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~timo-
jyrinki/ubuntu/trusty/libsdl1.2/fix_backingstore_tearing

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
After changing /etc/maas/preseeds/curtin_userdata to use default
archive not ports.ubuntu.com for hwe-s, `juju add-machine` succeeded.
However the kernel after reboot was 3.2 not hwe-s. Am I misunderstanding
this hwe feature?

=== modified file 'maas/preseeds/generic'
--- maas/preseeds/generic   2014-04-19 18:37:53 +
+++ maas/preseeds/generic   2014-04-19 20:32:45 +
@@ -2,7 +2,7 @@
 
 {{def proxy}}
 d-i mirror/country string manual
-{{if node.architecture in {'i386/generic', 'amd64/generic'} }}
+{{if node.architecture in {'i386/generic', 'amd64/generic', 'amd64/hwe-s'} }}
 d-i mirror/http/hostname string {{main_archive_hostname}}
 d-i mirror/http/directory string {{main_archive_directory}}
 {{else}}

-- 
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/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-04-19 Thread Timo Jyrinki
I've the same with xbmc on 14.04 on intel (haswell). The upstream bug
report has more background on the issue.

I've verified the patch works and it alone fixes the tearing issue, so I
proposed it for merging. The u-series is not open yet during this
weekend it seems, but probably next week this'll need to be uploaded
there first before fixing in trusty.

Meanwhile, I've built the fixed libsdl1.2 in my PPA:
https://launchpad.net/~timo-jyrinki/+archive/ppa (feel free to test and
give positive/negative feedback).

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
From the log of d-i, the node booted up with 3.11(lts-saucy) then install 3.2 
in in-target. 3.2 seems defined in /etc/maas/preseeds/preseed_master.

d-i base-installer/kernel/image string linux-server


** Attachment added: d-i.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+attachment/4089409/+files/d-i.tar.gz

-- 
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/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
After changing linux-server to linux-generic-lts-saucy, 3.11(lts-saucy)
was installed. base-installer/kernel/image needs to be set corresponding
to the hwe value set by user, IMHO.

=== modified file 'maas/preseeds/preseed_master'
--- maas/preseeds/preseed_master2014-04-19 18:37:53 +
+++ maas/preseeds/preseed_master2014-04-19 20:53:14 +
@@ -41,7 +41,7 @@
 d-i partman/default_filesystem string ext4
 
 # Use server kernel
-d-i base-installer/kernel/image string linux-server
+d-i base-installer/kernel/image string linux-generic-lts-saucy
 
 # User Setup
 d-i passwd/root-login   boolean false


** Also affects: maas
   Importance: Undecided
   Status: New

-- 
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/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310082/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
** Also affects: maas
   Importance: Undecided
   Status: New

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-04-19 Thread pcworld
I had tearing in Teeworlds with vsync enabled after upgrading from  13.10 to 
14.04.
I confirm that the patch sdl-check-for-SDL_VIDEO_X11_BACKINGSTORE.patch fixes 
the issue.

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-04-19 Thread Joseph Yasi
It should be noted that upstream is not planning on making another SDL
1.2 release. They are building a compatibility API for SDL 2.0 instead.
We should apply this patch until that compatibility API is ready.

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
From the log of curtin manually kicked inside maas node, curtin is trying to 
install lts-saucy but fails.

Tried to install kernel linux-generic-lts-saucy but package not found.


If I manually put the content below in /etc/maas/preseeds/curtin_userdata, 
curtin installs lts-saucy kernel. However curtin seems to have implementation 
of auto-detect feature above. Somehow it does not work.

kernel:
  package: linux-generic-lts-saucy


** Attachment added: curtin.log
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+attachment/4089509/+files/curtin.log

-- 
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/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1310120] [NEW] wrong path in squid lens

2014-04-19 Thread Hadmut Danisch
Public bug reported:

the squid lens (squid.aug) contains

let filter  = incl /etc/squid/squid.conf


but trusty's  squid.conf path is  /etc/squid3/squid.conf


augtool can't read /etc/squid3/squid.conf  and that seems to be the reason. 


regards

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: augeas-lenses 1.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Apr 20 00:30:26 2014
Dependencies:
 
PackageArchitecture: all
SourcePackage: augeas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  wrong path in squid lens

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1310120/+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 1310149] [NEW] Puppet looking for update-alternatives in another path

2014-04-19 Thread Herbert
Public bug reported:

Just installed puppet from Ubuntu repos and it is showing this error:

Debug: Puppet::Type::Alternatives::ProviderDpkg: file 
/usr/sbin/update-alternatives does not exist
Error: Could not find a suitable provider for alternatives
Debug: Finishing transaction 27518840
Debug: Storing state
Debug: Stored state in 0.11 seconds
Notice: Finished catalog run in 20.20 seconds

root@WhiteTower:/etc/puppet# which update-alternatives 
/usr/bin/update-alternatives

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: puppet (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Sat Apr 19 22:29:53 2014
InstallationDate: Installed on 2014-04-19 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: puppet
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug puppet trusty

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

Title:
  Puppet looking for update-alternatives in another path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1310149/+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 1257186] Re: memory leakage messages

2014-04-19 Thread Rory Jaffe
Upgraded 13.10 x64 server to 14.04. Consistently seeing this message
whenever running sudo. For example,

xxx@xxx:/$ sudo -e testfile
[sudo] password for xxx:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory

-- 
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/1257186

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1310177] [NEW] package samba-libs (not installed) failed to install/upgrade: подпроцесс новый сценарий pre-installation возвратил код ошибки 1

2014-04-19 Thread Tea
Public bug reported:

samba from nautilus can't connect to windows resources

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: samba-libs (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Sun Apr 20 09:29:34 2014
ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код ошибки 1
InstallationDate: Installed on 2012-08-28 (599 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
RelatedPackageVersions:
 nautilus 1:3.10.1-0ubuntu8
 gvfs 1.20.1-1ubuntu1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba-libs (not installed) failed to install/upgrade: подпроцесс 
новый сценарий pre-installation возвратил код ошибки 1
UpgradeStatus: Upgraded to trusty on 2014-04-20 (0 days ago)

** Affects: samba (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 samba in Ubuntu.
https://bugs.launchpad.net/bugs/1310177

Title:
  package samba-libs (not installed) failed to install/upgrade:
  подпроцесс новый сценарий pre-installation возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1310177/+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 1309851] [NEW] Cursor doesn't load when switching accounts

2014-04-19 Thread Aaron Jensen
Public bug reported:

Recently upgraded from 12.04 to 14.04.  When logged into one account and
switch to guest account, my mouse cursor does not display.  If I log out
of my first account before logging into the guest account, the cursor
does display

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Sat Apr 19 00:52:11 2014
InstallationDate: Installed on 2014-01-25 (83 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: Upgraded to trusty on 2014-04-19 (0 days ago)
VarLogDistupgradeAptclonesystemstate.tar.gz: Error: command ['pkexec', 'cat', 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 
127: Error creating textual authentication agent: Error opening current 
controlling terminal for the process (`/dev/tty'): No such device or address
VarLogDistupgradeApttermlog: Error: [Errno 13] Permission denied: 
'/var/log/dist-upgrade/apt-term.log'
VarLogDistupgradeTermlog:

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

Title:
  Cursor doesn't load when switching accounts

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

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


[Bug 1309484] Re: upgrade to ubuntu 14.04 fails

2014-04-19 Thread sally
** Attachment added: apt.log
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1309484/+attachment/4088421/+files/apt.log

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

Title:
  upgrade to ubuntu 14.04 fails

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

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


[Bug 1309484] Re: upgrade to ubuntu 14.04 fails

2014-04-19 Thread sally
I am including log files from my most recent attempt to upgrade

** Attachment added: main.log
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1309484/+attachment/4088420/+files/main.log

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

Title:
  upgrade to ubuntu 14.04 fails

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

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


Re: [Bug 1309752] Re: Mythbuntu installer crashed

2014-04-19 Thread jsbien
Looks like enabling VNC was the culprit, cf.

http://www.mythtv.org/pipermail/mythtv-users/2014-April/362863.html

Regards

Janusz


Quote/Cytat - Ubuntu Foundations Team Bug Bot  
1309...@bugs.launchpad.net (Sat 19 Apr 2014 01:08:45 AM CEST):

 Exception during installation:
 Apr 18 21:01:56 mythbuntu /plugininstall.py: Traceback (most recent  
 call last):
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 1770, in module
 Apr 18 21:01:56 mythbuntu /plugininstall.py: install.run()
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 78, in wrapper
 Apr 18 21:01:56 mythbuntu /plugininstall.py: func(self)
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 204, in run
 Apr 18 21:01:56 mythbuntu /plugininstall.py: self.configure_plugins()
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 570, in configure_plugins
 Apr 18 21:01:56 mythbuntu /plugininstall.py: self.run_plugin(plugin)
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 544, in run_plugin
 Apr 18 21:01:56 mythbuntu /plugininstall.py: ret =  
 inst.install(self.target, PluginProgress(self.db))
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/lib/ubiquity/plugins/myth-install-type.py, line 198, in install
 Apr 18 21:01:56 mythbuntu /plugininstall.py: self.setup_roles()
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/lib/ubiquity/plugins/myth-install-type.py, line 178, in  
 setup_roles
 Apr 18 21:01:56 mythbuntu /plugininstall.py: vnc.create_password(passwd)
 Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/lib/python3/dist-packages/mythbuntu_common/vnc.py, line 58,  
 in create_password
 Apr 18 21:01:56 mythbuntu /plugininstall.py: raise  
 ValueError('Password should be passed as bytes')
 Apr 18 21:01:56 mythbuntu /plugininstall.py: ValueError: Password  
 should be passed as bytes
 Apr 18 21:01:56 mythbuntu /plugininstall.py:


 ** Tags added: installer-crash

 ** Changed in: ubiquity (Ubuntu)
Importance: Undecided = High

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1309752

 Title:
   Mythbuntu installer crashed

 Status in “ubiquity” package in Ubuntu:
   New

 Bug description:
   I don't know how to access any editor  at this stage of  
 installation, so I just used copy and paste in the web browser.
   This the final part  of the syslog:

   Apr 18 21:01:56 mythbuntu /plugininstall.py: Exception during installation:
   Apr 18 21:01:56 mythbuntu /plugininstall.py: Traceback (most  
 recent call last):
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 1770, in module
   Apr 18 21:01:56 mythbuntu /plugininstall.py: install.run()
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 78, in wrapper
   Apr 18 21:01:56 mythbuntu /plugininstall.py: func(self)
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 204, in run
   Apr 18 21:01:56 mythbuntu /plugininstall.py: self.configure_plugins()
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 570, in configure_plugins
   Apr 18 21:01:56 mythbuntu /plugininstall.py: self.run_plugin(plugin)
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/share/ubiquity/plugininstall.py, line 544, in run_plugin
   Apr 18 21:01:56 mythbuntu /plugininstall.py: ret =  
 inst.install(self.target, PluginProgress(self.db))
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/lib/ubiquity/plugins/myth-install-type.py, line 198, in install
   Apr 18 21:01:56 mythbuntu /plugininstall.py: self.setup_roles()
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/lib/ubiquity/plugins/myth-install-type.py, line 178, in  
 setup_roles
   Apr 18 21:01:56 mythbuntu /plugininstall.py:  
 vnc.create_password(passwd)
   Apr 18 21:01:56 mythbuntu /plugininstall.py:   File  
 /usr/lib/python3/dist-packages/mythbuntu_common/vnc.py, line 58,  
 in create_password
   Apr 18 21:01:56 mythbuntu /plugininstall.py: raise  
 ValueError('Password should be passed as bytes')
   Apr 18 21:01:56 mythbuntu /plugininstall.py: ValueError: Password  
 should be passed as bytes
   Apr 18 21:01:56 mythbuntu /plugininstall.py:
   Apr 18 21:02:16 mythbuntu ubiquity: Gtk-Message: Failed to load  
 module overlay-scrollbar
   Apr 18 21:02:16 mythbuntu ubiquity: Gtk-Message: Failed to load  
 module overlay-scrollbar
   Apr 18 21:02:45 mythbuntu ubiquity: ATTENTION: default value of  
 option force_s3tc_enable overridden by envir

   The final part of partman:


   parted_server: OUT:  
 1 32256-2000363420159 

[Bug 1290697] Re: Font rendering is broken

2014-04-19 Thread Aibara Iduas
Jeff is correct.

Easy way to reproduce: take a short text file and view it in Gedit,
making sure that all the text appears within the window, the font is
fine. If you start resizing the window, the second a scroll bar appears
(i.e. some of the text is hidden) the font becomes distorted.

Maybe this has something to do with the new Unity decorations?

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

Title:
  Font rendering is broken

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

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


[Bug 1290972] Re: Simple search in Library Tab failing

2014-04-19 Thread Jan Groenewald
I think the difference between the desktop and laptop is the small 12G
Music folder on desktop and large 130G Music folder on laptop.

Some references:

Discussion on github
https://github.com/clementine-player/Clementine/issues/4177
Bug is not present when searching from Search tab (search preference set to 
Library only). Only in Library menu item.

Debian bug
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722471

PPA, bug persists with this version installed
https://launchpad.net/~me-davidsansome/+archive/clementine-dev

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

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

Title:
  Simple search in Library Tab failing

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

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


[Bug 1309852] [NEW] Please upgrade to relicensed version 6

2014-04-19 Thread Andreas Metzler
Public bug reported:

Hello,

gmp 6.0.0 has ben relicensed to LGPLv3+/GPLv2+ (from LGPLv3+). gmp is an
indirect reverse dependency of gnutls v3, and the fact that LGPLv3 is
incompatible with GPLv2 has prevented upgrading to gnutls v3 for many
packages.

gmp 6 is already available in debian.

cu Andreas

** Affects: gmp (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/1309852

Title:
  Please upgrade to relicensed version 6

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

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


[Bug 1309853] [NEW] ubuntu 14.04 crashes while using internet after upgrading from 12.04

2014-04-19 Thread Surit Aryal
Public bug reported:

I upgraded my ubuntu from 12.04 to 14.04 yesterday. But I am not able to
browse internet because every time I open my browser and start surfing
internet the ubuntu crashes and takes me to the login screen. While I
dont use internet it wont crash.

** Affects: akonadi (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/1309853

Title:
  ubuntu 14.04 crashes while using internet after upgrading from 12.04

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

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


[Bug 1308550] Re: apt-get update leaking memory

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

** Changed in: gnome-terminal (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/1308550

Title:
  apt-get update leaking memory

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

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


[Bug 1309723] Re: Failure to update from Kubuntu 13.10 to 14.04 64bit

2014-04-19 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/1309723

Title:
  Failure to update from Kubuntu 13.10 to 14.04 64bit

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

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


[Bug 1309854] Re: impossible to upgrade from ubuntu 13.10 to 14.04

2014-04-19 Thread Ubuntu Foundations Team Bug Bot
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Reviewing the files from your upgrade attempt you seem to have enabled
the xorg-edgers-ppa.  This will prevent the upgrade as that PPA contains
different versions of packages essential to Ubuntu.  The page,
https://launchpad.net/~xorg-edgers/+archive/ppa, contains details on to
how to revert to the official Xorg packages.  Thanks.

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

** Tags added: ppa

** Tags added: xorg-edgers-ppa

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

Title:
  impossible to upgrade from ubuntu 13.10 to 14.04

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

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


[Bug 1309854] [NEW] impossible to upgrade from ubuntu 13.10 to 14.04

2014-04-19 Thread Kota Pieghu
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Public bug reported:

my upgrade always stop at the same time then it is cancelled

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.5
ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic i686
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
CrashDB: ubuntu
Date: Sat Apr 19 08:24:57 2014
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-04-19 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: apport-bug dist-upgrade i386 ppa saucy third-party-packages 
xorg-edgers-ppa

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

Title:
  impossible to upgrade from ubuntu 13.10 to 14.04

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

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


[Bug 1309854] Re: impossible to upgrade from ubuntu 13.10 to 14.04

2014-04-19 Thread Ubuntu Foundations Team Bug Bot
*** This bug is a duplicate of bug 1069133 ***
https://bugs.launchpad.net/bugs/1069133

Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This particular bug has already been reported and is a duplicate of bug 
1069133, so it is being marked as such. Please look at the other bug report to 
see if there is any missing information that you can provide, or to see if 
there is a workaround for the bug.  Additionally, any further discussion 
regarding the bug should occur in the other report.  Please continue to report 
any other bugs you may find.
[This is an automated message.  I apologize if it reached you inappropriately; 
please just reply to this message indicating so.]

** This bug has been marked a duplicate of bug 1069133
   Get upgrade error 12.04 - 12.10 Could not determine upgrade - xorg from ppa

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

Title:
  impossible to upgrade from ubuntu 13.10 to 14.04

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

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


[Bug 1309857] [NEW] package susv3 7 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 4

2014-04-19 Thread Václav Zeman
Public bug reported:

I was upgrading and I lost wifi connection but after all packages were
supposed to be downloaded already.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: susv3 7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Fri Apr 18 22:50:33 2014
DuplicateSignature: package:susv3:7:ErrorMessage: subprocess installed 
post-installation script returned error exit status 4
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 4
InstallationDate: Installed on 2011-11-13 (887 days ago)
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: sus
Title: package susv3 7 failed to install/upgrade: ErrorMessage: subprocess 
installed post-installation script returned error exit status 4
UpgradeStatus: Upgraded to trusty on 2014-04-19 (0 days ago)

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


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

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

Title:
  package susv3 7 failed to install/upgrade: ErrorMessage: subprocess
  installed post-installation script returned error exit status 4

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

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


[Bug 1224732] Re: Custom keyboard shortcuts don't work

2014-04-19 Thread Stefanos Kariotidis
This issue remains unresolved in 14.04.

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

Title:
  Custom keyboard shortcuts don't work

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

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


[Bug 1309435] Re: titlebar menus only show on focussed windows

2014-04-19 Thread Michael Zimmermann
moving a window shouldn't be a problem because you can move with the menu-part, 
too.
Anyway even if canonical thinks like you, they could  add a dconf option so 
this can be configured with the unity tweak tool

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

Title:
  titlebar menus only show on focussed windows

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

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


[Bug 1297144] Re: Invisible cursor after resume from suspend

2014-04-19 Thread Ian
As I mentioned in a previous comment, I was able to eliminate the
problem on my computer by removing light-locker and replacing it with
gnome-screensaver.  It is possible that light-locker triggers when the
computer wakes from resume whether locking is enabled or not.

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

Title:
  Invisible cursor after resume from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1297144/+subscriptions

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


[Bug 1309859] [NEW] the installation is broken

2014-04-19 Thread Maciej Kollo
Public bug reported:

Do not relly know why

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.7
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
CasperVersion: 1.340
Date: Sat Apr 19 08:45:56 2014
InstallCmdLine: file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash --  debian-installer/language=nl 
keyboard-configuration/layoutcode?=us keyboard-configuration/variantcode?=intl
LiveMediaBuild: Lubuntu 14.04 LTS Trusty Tahr - Release i386 (20140416.2)
ProcEnviron:
 LANGUAGE=nl_NL.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=nl_NL.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 lubuntu trusty ubiquity-2.18.7

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

Title:
  the installation is broken

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

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


[Bug 1309860] [NEW] missing ipmi module

2014-04-19 Thread Anthony Caiafa
Public bug reported:

Currently upgraded from 12.04 to 14.04 and am experiencing issues with
start openipmi via the init.d script. I did some digging around and it
appears that the package

 linux-image-extra-3.13.0-24-generic

is missing the ipmi_msghandler.ko. It provides all other IPMI libraries
but this one. for the 3.2.0 image the library and all of the others are
provided in linux-image-3.2.0-60-generic. Please advise.

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


** Tags: precise

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

Title:
  missing ipmi module

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

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


[Bug 1309860] Missing required logs.

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

apport-collect 1309860

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: precise

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

Title:
  missing ipmi module

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

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


[Bug 1309655] Re: freeipa-client-install points to wrong ntp.conf file

2014-04-19 Thread Timo Aaltonen
thanks for the bug, I'll fix it soon

and thanks for verifying the client works, yes it has been a painful
couple of years but finally got it working for the most part :)

** Changed in: freeipa (Ubuntu)
   Importance: Undecided = Medium

** Changed in: freeipa (Ubuntu)
   Status: New = Triaged

** Changed in: freeipa (Ubuntu)
 Assignee: (unassigned) = Timo Aaltonen (tjaalton)

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

Title:
  freeipa-client-install points to wrong ntp.conf file

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

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


[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in error: symbol 'grub_term_highlight_color' not found

2014-04-19 Thread Douglas Fink
I agree with the others that this is clearly NOT due to manually running
grub-install, since everything was working fine until the upgrade to
14.04 itself ran grub !

As the Head of Quality Management for an IT shop in a large
international company, calling this invalid is ridiculous!  This is a
bug guys, now fix it.

This bug, along with other recent activities by Ubuntu (hacked accounts,
anyone?), is really making me have second thoughts about keeping Ubuntu
and just going with Windows.

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

Title:
  Ubuntu 14.04 Update breaks grub, resulting in error: symbol
  'grub_term_highlight_color' not found

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

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


[Bug 880316] Re: Ubuntu installer can't setup network on Shuttle XS35GTV2

2014-04-19 Thread Alex Cabal
So after some more digging it turns out that the 3.14 kernel line has
sources for the jme drivers, updated just 20 days ago, that can be
compiled on 14.04:
https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/jme.c

These sources apply the fixes in #24 (weirdly committed over a year ago)
and my own stab-in-the-dark in #34 along with many other differences.

So I downloaded the new jme.c and jme.h from there and was able to
successfully compile and install the driver on Ubuntu 14.04.  But it
still doesn't work, eth0 still shows as disconnected.

Not sure what to do next.

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

Title:
  Ubuntu installer can't setup network on Shuttle XS35GTV2

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

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


[Bug 1309862] [NEW] Installed files not listed for i386 packages

2014-04-19 Thread Reinis Zumbergs
Public bug reported:

Xubuntu 14.04 amd64 upgraded from 13.10

synaptic 0.81.1

I have skype installed, fx

1) Open synpatic
2) Search for skype
3) Select skype(:amd64) package and view it's Properties - Installed Files 
tab. Files belonging to this package are listed
4) Now do the same for skype-bin:i386 package. Instead of listing files, it 
says The list of installed files is only available for installed packages. 
But it IS installed.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: synaptic 0.81.1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Apr 19 09:36:44 2014
InstallationDate: Installed on 2013-07-21 (272 days ago)
InstallationMedia: Xubuntu 13.04 Raring Ringtail - Release amd64 (20130423.1)
SourcePackage: synaptic
UpgradeStatus: Upgraded to trusty on 2014-04-10 (9 days ago)

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


** Tags: amd64 apport-bug trusty

** Attachment added: Synaptic Package Manager  - 2014-04-19 10:05:30.png
   
https://bugs.launchpad.net/bugs/1309862/+attachment/4088448/+files/Synaptic%20Package%20Manager%20%20-%202014-04-19%2010%3A05%3A30.png

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

Title:
  Installed files not listed for i386 packages

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

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


[Bug 1309860] ProcInterrupts.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088463/+files/ProcInterrupts.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] UdevDb.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1309860/+attachment/4088465/+files/UdevDb.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] Re: missing ipmi module

2014-04-19 Thread Anthony Caiafa
apport information

** Tags added: apport-collected trusty

** Description changed:

  Currently upgraded from 12.04 to 14.04 and am experiencing issues with
  start openipmi via the init.d script. I did some digging around and it
  appears that the package
  
   linux-image-extra-3.13.0-24-generic
  
- is missing the ipmi_msghandler.ko. It provides all other IPMI libraries
- but this one. for the 3.2.0 image the library and all of the others are
- provided in linux-image-3.2.0-60-generic. Please advise.
+ is missing the ipmi_msghandler.ko. It provides all other IPMI libraries but 
this one. for the 3.2.0 image the library and all of the others are provided in 
linux-image-3.2.0-60-generic. Please advise.
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Apr 18 11:02 seq
+  crw-rw 1 root audio 116, 33 Apr 18 11:02 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ CRDA: Error: [Errno 2] No such file or directory
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=22d5a085-fb47-4b25-acdc-61ad74a01746
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb:
+  Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 003: ID 0557:2221 ATEN International Co., Ltd Winbond Hermon
+  Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Supermicro X9SRW-F
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=83bbf6cb-5dd5-40bd-a89c-d4ad56112985 ro console=ttyS0,115200n8 
biosdevname=0 nomdmonddf nomdmonisw
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
+ RfKill: Error: [Errno 2] No such file or directory
+ Tags:  trusty
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-04-18 (0 days ago)
+ UserGroups:
+  
+ WifiSyslog:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 07/05/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 3.00
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: X9SRW-F
+ dmi.board.vendor: Supermicro
+ dmi.board.version: 0123456789
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Supermicro
+ dmi.chassis.version: 0123456789
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.00:bd07/05/2013:svnSupermicro:pnX9SRW-F:pvr0123456789:rvnSupermicro:rnX9SRW-F:rvr0123456789:cvnSupermicro:ct3:cvr0123456789:
+ dmi.product.name: X9SRW-F
+ dmi.product.version: 0123456789
+ dmi.sys.vendor: Supermicro

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088458/+files/BootDmesg.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] ProcModules.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088464/+files/ProcModules.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] ProcCpuinfo.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088461/+files/ProcCpuinfo.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] ProcEnviron.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088462/+files/ProcEnviron.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] UdevLog.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088466/+files/UdevLog.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] Lspci.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1309860/+attachment/4088460/+files/Lspci.txt

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

Title:
  missing ipmi module

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

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


[Bug 1309860] CurrentDmesg.txt

2014-04-19 Thread Anthony Caiafa
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1309860/+attachment/4088459/+files/CurrentDmesg.txt

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

Title:
  missing ipmi module

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

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


[Bug 284638] Re: pathological DAV request behavior

2014-04-19 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Confirmed = Invalid

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

Title:
  pathological DAV request behavior

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

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


[Bug 798445] Re: can't discern between two files or folder with identical names

2014-04-19 Thread Andy Bovett
I have just upgraded to Trusty and this problem still doesn't seem to
have been fixed, or even assigned to someone. I'm amazed it's not
getting more attention - does anyone actually use the file lense, or
do most people really not have files with the same names in different
folders? For me it renders what could be a useful and powerful feature
of the interface completely useless (this is not hype - I cannot use it
unless I am sure it's finding the master copy of a file and not a
backup).

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

Title:
  can't discern between two files or folder with identical names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/798445/+subscriptions

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


[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in error: symbol 'grub_term_highlight_color' not found

2014-04-19 Thread Swarog
** Changed in: grub2 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Ubuntu 14.04 Update breaks grub, resulting in error: symbol
  'grub_term_highlight_color' not found

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

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


[Bug 1309866] [NEW] acer aspire 5755G touchpad FREEZE

2014-04-19 Thread Francesco
Public bug reported:

fresh install of ubuntu 14.04 LTS,if i use mouse all ok.
if i use touchpad integrated after login the system freeze.
no good

** Affects: gnome-settings-daemon (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/1309866

Title:
  acer aspire 5755G touchpad FREEZE

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

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


[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in error: symbol 'grub_term_highlight_color' not found

2014-04-19 Thread Douglas Fink
By the way running dpkg-reconfigure grub-pc and installing grub to install to 
both the Windows Drive ( which should have been the primary boot drive when 
grub ran during the install) and to the Ubuntu drive seems to have worked - for 
now.
We will see what happens during the next upgrade.

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

Title:
  Ubuntu 14.04 Update breaks grub, resulting in error: symbol
  'grub_term_highlight_color' not found

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

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


[Bug 1290697] Re: Font rendering is broken

2014-04-19 Thread Jeff
Changing 'rgb' to 'rgba' in xsettings fixed the issue in Gedit for me.
However, setting to rgba makes other apps render text poorly. After
screwing around for hours I did something that fixed that thought, but
I'm not 100% sure what it was. I think it was a fontconfig file buried
somewhere in my home dir. I removed all instances of fontconfig  in my
home folder. Lastly, I setup a fonts.conf file to clean up any text that
still looked a bit off.

With that said, here's a list of steps to try and resolve it
1. Remove (backup first) all instances of fontconfigs in your home directory (I 
think there was one in ~/.local/share/  ~/.config/)
2. Change rgb to rgba via dconf-editor  
org.gnome.settings-daemon.plugins.xsettings  rgba-order
3. Download fonts.conf attachment and place in ~/.config/fontconfig/
4. Reboot

** Attachment added: fonts.conf
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1290697/+attachment/4088467/+files/fonts.conf

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

Title:
  Font rendering is broken

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

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


[Bug 1309867] [NEW] Does not work with firefox

2014-04-19 Thread Sami Pietila
Public bug reported:

Several keys (such as - , , ) do not work with firefox browser.
I am using finnish keyboard layout.

There seems to be patches to fix various key-problems of shellinabox in
firefox. However, Ubuntu 14.04 LTS is shipping a broken version of
shellinabox.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: shellinabox 2.14-1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Apr 19 10:21:27 2014
InstallationDate: Installed on 2014-04-10 (8 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140326)
SourcePackage: shellinabox
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.shellinabox.options.available.00.Black: [deleted]
modified.conffile..etc.shellinabox.options.available.00.White: [deleted]
modified.conffile..etc.shellinabox.options.available.01.Color: [deleted]

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


** Tags: amd64 apport-bug trusty

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

Title:
  Does not work with firefox

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

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


[Bug 991536] Re: package libgnome-vfs2.0-cil-dev 2.24.2-1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured,

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

** Changed in: gnome-sharp2 (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/991536

Title:
  package libgnome-vfs2.0-cil-dev 2.24.2-1 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured,

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

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


[Bug 1309852] Re: Please upgrade to relicensed version 6

2014-04-19 Thread Adolfo Jayme
** Changed in: gmp (Ubuntu)
   Status: New = Triaged

** Changed in: gmp (Ubuntu)
   Importance: Undecided = Wishlist

** Tags added: upgrade-software-version

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

Title:
  Please upgrade to relicensed version 6

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

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


[Bug 1286840] Re: pulseaudio crashed with signal 7 in elf_machine_rel()

2014-04-19 Thread Adolfo Jayme
** Information type changed from Private to Public

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

Title:
  pulseaudio crashed with signal 7 in elf_machine_rel()

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

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


[Bug 1197543] Re: address-book-service: Typo in package description: export

2014-04-19 Thread Pascal De Vuyst
The address-book-service in trusty no longer has this typo.

** Changed in: ddtp-ubuntu
   Status: Triaged = 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/1197543

Title:
  address-book-service: Typo in package description: export

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-service/+bug/1197543/+subscriptions

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


[Bug 1280905] Re: firefox on ubuntu 14.04 does not play mp4 files

2014-04-19 Thread tudor
my previous solution does not work anymore.
Here is a new way of making it work:

http://www.linuxfromscratch.org/blfs/view/svn/multimedia/gst-ffmpeg.html

The Gstreamer 1.0 does not seem to be a solution for normal people,
the necessary patches are not even accepted in firefox, there are no
(known ?) backports of the patches for firefox 28 and on machines with
less than ~6Gbytes of ram it is not even possible to compile firefox.

I understand that Debian has eliminated the gst-ffmpeg package, but Ubuntu has 
no reason to break something that works.
In the mean time, you can get it working in under 5 minutes thanks to 
linuxfromscratch.

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

Title:
  firefox on ubuntu 14.04 does not play mp4 files

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

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


[Bug 1295551] Re: Keyboard shortcuts for workspaces in Xubuntu do not work after restart on Xubuntu

2014-04-19 Thread Aleksander V. Dyomin
*** This bug is a duplicate of bug 1292290 ***
https://bugs.launchpad.net/bugs/1292290

same here :(
most of changed keys are not works, but some works, its so strange...
for example, I set Alt+Left/Alt+Right to change workspace to left/right, and 
after restart only Alt+Left works but Alt+Right does not...

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

Title:
  Keyboard shortcuts for workspaces in Xubuntu do not work after restart
  on Xubuntu

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

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


[Bug 1197543] Re: address-book-service: Typo in package description: export

2014-04-19 Thread Pascal De Vuyst
https://translations.launchpad.net/ddtp-ubuntu/trusty/+pots/ddtp-ubuntu-
universe/fr/320/+translate

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

Title:
  address-book-service: Typo in package description: export

To manage notifications about this bug go to:
https://bugs.launchpad.net/address-book-service/+bug/1197543/+subscriptions

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


[Bug 1309869] [NEW] Upgrade from 13.10 to 14.04 reported that it could not upgrade successfully, after setting new software channels.

2014-04-19 Thread Whever
Public bug reported:

It said that some software sources could not be loaded. Not sure if it
is referring to third party sources that I've added, even though it said
before that, that it had disabled them.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.5
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashDB: ubuntu
Date: Sat Apr 19 09:29:34 2014
InstallationDate: Installed on 2014-01-04 (104 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-04-19 (0 days ago)
VarLogDistupgradeTermlog:

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


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

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

Title:
  Upgrade from 13.10 to 14.04 reported that it could not upgrade
  successfully, after setting new software channels.

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

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


[Bug 23267] Re: Default Hebrew fonts in Firefox are unreadable, ugly

2014-04-19 Thread wissotzky
Hi there,
Just did a fresh install of 14.04 and the bug is still preset, although in less 
websites.
for instance, if you go to http://www.tapuz.co.il/ you can see the fonts are 
very hard to read there.

In order to fix that, you have to go to Firefox's Preferences--Content
tab-- click 'Advanced' in 'Fonts  Colors'-- Choose 'Hebrew'-- Change
Serif to 'DejaVu Sans'.

This way there is no need to install silly proprietary ms fonts.

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

Title:
  Default Hebrew fonts in Firefox are unreadable, ugly

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

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


[Bug 1309870] [NEW] upgrade to 14.04 fails for no clear reason

2014-04-19 Thread PJ
Public bug reported:

While trying to upgrade to ubuntu 14.04 from 13.10, the process stops
for no apparent reason

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.5
ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
CrashDB: ubuntu
Date: Sat Apr 19 09:34:11 2014
InstallationDate: Installed on 2011-10-16 (915 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-04-19 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: apport-bug dist-upgrade i386 saucy third-party-packages

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

Title:
  upgrade to 14.04 fails for no clear reason

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

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


[Bug 1309735] Re: The --disk-module=MODULE option of grub-install don't work

2014-04-19 Thread Asuna
** Description changed:

  My OS is ubuntu14.04.
  And the command grub-install -V shows that the grub version is  Grub 
2.02~beta2-9.
- Since I have two disk on my laptop, and one of them is not bootable, I have 
to use nativedisk option. 
+ Since I have two disk on my laptop, and one of them is not bootable, I have 
to use nativedisk option.
  But the --disk-module=MODULE  option of grub-install can not work normaly.
  Command like:
  grub-install --disk-module=native /dev/sda
  
  returns me the following message:
  
-  --disk-module: (PROGRAM ERROR) Option should have been recognized!?
+  --disk-module: (PROGRAM ERROR) Option should have been recognized!?
  Try 'grub-install --help' or 'grub-install --usage' for more information.
  
  
  Grub(-install)2.00 in ubuntu13.10 don't have this bug.
+ 
+ 
+ Here is the output of `sudo fdisk -l`, /dev/sdb is not bootable:
+ 
+ Disk /dev/sda: 128.0 GB, 128035676160 bytes
+ 
+ 255 heads, 63 sectors/track, 15566 cylinders, total 250069680
+ sectors
+ 
+ Units = 扇区 of 1 * 512 = 512 bytes
+ 
+ Sector size (logical/physical): 512 bytes / 512 bytes
+ 
+ I/O size (minimum/optimal): 512 bytes / 512 bytes
+ 
+ Disk identifier: 0x27cd3b50
+ 
+设备 启动 起点 终点 块数 Id 系统
+ 
+ /dev/sda1 * 2048 250066943 125032448 7 HPFS/NTFS/exFAT
+ 
+ Disk /dev/sdb: 500.1 GB, 500107862016 bytes
+ 
+ 255 heads, 63 sectors/track, 60801 cylinders, total 976773168
+ sectors
+ 
+ Units = 扇区 of 1 * 512 = 512 bytes
+ 
+ Sector size (logical/physical): 512 bytes / 512 bytes
+ 
+ I/O size (minimum/optimal): 512 bytes / 512 bytes
+ 
+ Disk identifier: 0xad250a1f
+ 
+设备 启动 起点 终点 块数 Id 系统
+ 
+ /dev/sdb1 * 64 209718392 104859164+ 7 HPFS/NTFS/exFAT
+ 
+ /dev/sdb2 209718406 976771071 383526333 f W95 扩展 (LBA)
+ 
+ /dev/sdb5 209718408 419439415 104860504 7 HPFS/NTFS/exFAT
+ 
+ /dev/sdb6 419439480 829968431 205264476 7 HPFS/NTFS/exFAT
+ 
+ /dev/sdb7 829970432 830359551 194560 83 Linux
+ 
+ /dev/sdb8 830361600 888952831 29295616 83 Linux
+ 
+ /dev/sdb9 888954880 894812159 2928640 82 Linux 交换 / Solaris
+ 
+ /dev/sdb10 894814208 976771071 40978432 83 Linux

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

Title:
  The --disk-module=MODULE option of grub-install don't work

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

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

[Bug 1292290] Re: Window manager keybindings don't work after reboot

2014-04-19 Thread Aleksander V. Dyomin
same here :(
most of changed keys are not works, but some works, its so strange...
for example, I set Alt+Left/Alt+Right to change workspace to left/right, and 
after restart only Alt+Left works but Alt+Right does not...

I searched at ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-
shortcuts.xml and did not found duplicates for Alt+Right, both records
are similar

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

Title:
  Window manager keybindings don't work after reboot

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

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


[Bug 974931] Re: package libglade2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

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

** Changed in: gtk-sharp2 (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/974931

Title:
  package libglade2.0-cil 2.12.10-2ubuntu4 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-sharp2/+bug/974931/+subscriptions

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


[Bug 677042] Re: rhythmbox removes song from library when external visualization is closed

2014-04-19 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  rhythmbox removes song from library when external visualization is
  closed

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

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


[Bug 873370] PulseList.txt

2014-04-19 Thread Mantas Kriaučiūnas
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/873370/+attachment/4088491/+files/PulseList.txt

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

Title:
  [Lenovo ThinkPad T60, Analog Devices AD1981] Sound playback distorted,
  especially when moving cursor with trackpoint, touchpad, or mouse

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

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


[Bug 873370] Re: [Lenovo ThinkPad T60, Analog Devices AD1981] Sound playback distorted, especially when moving cursor with trackpoint, touchpad, or mouse

2014-04-19 Thread Mantas Kriaučiūnas
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 2469 F pulseaudio
CasperVersion: 1.340
CurrentDesktop: Unity
DistroRelease: Ubuntu 14.04
LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
Package: alsa-driver (not installed)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=lt_LT.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Tags:  trusty
Uname: Linux 3.13.0-24-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 04/01/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 7IET37WW (1.18 )
dmi.board.name: 8744HDG
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7IET37WW(1.18):bd04/01/2010:svnLENOVO:pn8744HDG:pvrThinkPadT60:rvnLENOVO:rn8744HDG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 8744HDG
dmi.product.version: ThinkPad T60
dmi.sys.vendor: LENOVO


** Tags added: apport-collected trusty

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

Title:
  [Lenovo ThinkPad T60, Analog Devices AD1981] Sound playback distorted,
  especially when moving cursor with trackpoint, touchpad, or mouse

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

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


[Bug 873370] BootDmesg.txt

2014-04-19 Thread Mantas Kriaučiūnas
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/873370/+attachment/4088489/+files/BootDmesg.txt

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

Title:
  [Lenovo ThinkPad T60, Analog Devices AD1981] Sound playback distorted,
  especially when moving cursor with trackpoint, touchpad, or mouse

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

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


[Bug 873370] AlsaInfo.txt

2014-04-19 Thread Mantas Kriaučiūnas
apport information

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/873370/+attachment/4088488/+files/AlsaInfo.txt

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

Title:
  [Lenovo ThinkPad T60, Analog Devices AD1981] Sound playback distorted,
  especially when moving cursor with trackpoint, touchpad, or mouse

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

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


[Bug 873370] CurrentDmesg.txt

2014-04-19 Thread Mantas Kriaučiūnas
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/873370/+attachment/4088490/+files/CurrentDmesg.txt

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

Title:
  [Lenovo ThinkPad T60, Analog Devices AD1981] Sound playback distorted,
  especially when moving cursor with trackpoint, touchpad, or mouse

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

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


[Bug 1309871] [NEW] Kubuntu release upgrade

2014-04-19 Thread Roberto Bertucci
Public bug reported:

Error message while upgrding relese (italian language):


W:Impossibile recuperare 
gzip:/var/lib/apt/lists/partial/it.archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-amd64_Packages
  Somma hash non corrispondente
, E:Impossibile scaricare alcuni file di indice: saranno ignorati o verranno 
usati quelli vecchi.


Then upgrade process stops.

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

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

Title:
  Kubuntu  release upgrade

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

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


[Bug 645735] Re: Rhythmbox search by typing in to window does not work correctly

2014-04-19 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  Rhythmbox search by typing in to window does not work correctly

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

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


[Bug 1294762] Re: Blur effect on whole screen

2014-04-19 Thread Andrzej Golonka
There is a problem.  Before, to repair this, I've created new user. But
this morning the problem affected me again. Now, only my desktop and my
all windows are blurred.  The unity dash seems to be okay.  Yesterday
everything was okay, so please tell me how I can get useful log
information for you.

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

Title:
  Blur effect on whole screen

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

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


[Bug 672089] Re: GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2014-04-19 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT
  (object)' failed

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

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


[Bug 662642] Re: the search function doesn`t work correctly

2014-04-19 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  the search function doesn`t work correctly

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

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


[Bug 662289] Re: I cannot stop Rhythmbox from scanning XDG_MUSIC_DIR

2014-04-19 Thread Walter Garcia-Fontes
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
look at all reported bugs in a timely manner. There have been many
changes in Ubuntu since that time you reported the bug and your problem
may have been fixed with some of the updates. It would help us a lot if
you could test it on a currently supported Ubuntu version. When you test
it and it is still an issue, kindly upload the updated logs by running
apport-collect bug # and any other logs that are relevant for this
particular issue.

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

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

Title:
  I cannot stop Rhythmbox from scanning XDG_MUSIC_DIR

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

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


  1   2   3   4   5   6   7   8   9   10   >