[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