[Bug 574773] Re: Cannot make directory '/var/run/screen': Permission denied (convert init to upstart)

2014-05-18 Thread Dan Muresan
Still a problem on Trusty (!), fixed with /etc/init.d/screen-cleanup start.
screen == 4.1.0~20120320gitdb59704-9

It seems screen-cleanup is not activated by default in rc.d

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

Title:
  Cannot make directory '/var/run/screen': Permission denied (convert
  init to upstart)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/screen/+bug/574773/+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 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-18 Thread Tranhoangdainguyen
ok, i solved the problem
for some bizarre reason, the urllib2 does not work in my ubuntu 14.04 os, 
neither on VM or physical host.
thus the method urllib2.urlopen(url) always fails.

so i replace it by  using this snippet to all the files that has
urllib2.urlopen method by:

import urllib3


http = urllib3.PoolManager()
response = http.request('GET', url)
return response.data

now I can import the boot files and see it in the MAAS GUI

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

Title:
  maas-import-pxe fails to catch comms errors when downloading UEFI shim
  and TBs instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1320074/+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 1320612] [NEW] Merge python-babel 1.3+dfsg.1-3

2014-05-18 Thread Michael Bienia
Public bug reported:

python-babel (1.3+dfsg.1-3ubuntu1) utopic; urgency=low

  * Merge from Debian unstable (lp: #1320612).  Remaining changes:
- Don't try to remove files in debian/rules which aren't there anymore.

 -- Michael Bienia ge...@ubuntu.com  Sun, 18 May 2014 11:26:46 +0200

python-babel (1.3+dfsg.1-3) unstable; urgency=medium

  * Uses an embedded copy of dir_to_symlink() from dpkg-maintscript-helper to
allow easier backports to Wheezy (since there's no dpkg backport with that
function in Wheezy).
  * Adds the use of six for unicode strings to allow easier backports to
Python 3.2.
  * Version build-depends on python-pytest and python3-pytest.
  * Runs the unit test on build (Closes: #727616).
  * Removes sphinx.ext.intersphinx from docs/conf.py to avoid network access
during the build.

 -- Thomas Goirand z...@debian.org  Thu, 13 Feb 2014 15:57:04 +0800

python-babel (1.3+dfsg.1-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Really fix the directory to symlink conversion.  (Closes: #728427)
Use dpkg-maintscript-helper dir_to_symlink which requires dpkg 1.17.5.

 -- Andreas Beckmann a...@debian.org  Sun, 19 Jan 2014 00:40:32 +010

** Affects: python-babel (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  python-babel (1.3+dfsg.1-3ubuntu1) utopic; urgency=low
  
-   * Merge from Debian unstable (lp: #xxx).  Remaining changes:
- - Don't try to remove files in debian/rules which aren't there anymore.
+   * Merge from Debian unstable (lp: #1320612).  Remaining changes:
+ - Don't try to remove files in debian/rules which aren't there anymore.
  
-  -- Michael Bienia ge...@ubuntu.com  Sun, 18 May 2014 11:26:46 +0200
+  -- Michael Bienia ge...@ubuntu.com  Sun, 18 May 2014 11:26:46 +0200
  
  python-babel (1.3+dfsg.1-3) unstable; urgency=medium
  
-   * Uses an embedded copy of dir_to_symlink() from dpkg-maintscript-helper to
- allow easier backports to Wheezy (since there's no dpkg backport with that
- function in Wheezy).
-   * Adds the use of six for unicode strings to allow easier backports to
- Python 3.2.
-   * Version build-depends on python-pytest and python3-pytest.
-   * Runs the unit test on build (Closes: #727616).
-   * Removes sphinx.ext.intersphinx from docs/conf.py to avoid network access
- during the build.
+   * Uses an embedded copy of dir_to_symlink() from dpkg-maintscript-helper to
+ allow easier backports to Wheezy (since there's no dpkg backport with that
+ function in Wheezy).
+   * Adds the use of six for unicode strings to allow easier backports to
+ Python 3.2.
+   * Version build-depends on python-pytest and python3-pytest.
+   * Runs the unit test on build (Closes: #727616).
+   * Removes sphinx.ext.intersphinx from docs/conf.py to avoid network access
+ during the build.
  
-  -- Thomas Goirand z...@debian.org  Thu, 13 Feb 2014 15:57:04 +0800
+  -- Thomas Goirand z...@debian.org  Thu, 13 Feb 2014 15:57:04 +0800
  
  python-babel (1.3+dfsg.1-2.1) unstable; urgency=low
  
-   * Non-maintainer upload.
-   * Really fix the directory to symlink conversion.  (Closes: #728427)
- Use dpkg-maintscript-helper dir_to_symlink which requires dpkg 1.17.5.
+   * Non-maintainer upload.
+   * Really fix the directory to symlink conversion.  (Closes: #728427)
+ Use dpkg-maintscript-helper dir_to_symlink which requires dpkg 1.17.5.
  
-  -- Andreas Beckmann a...@debian.org  Sun, 19 Jan 2014 00:40:32 +010
+  -- Andreas Beckmann a...@debian.org  Sun, 19 Jan 2014 00:40:32 +010

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

Title:
  Merge python-babel 1.3+dfsg.1-3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-babel/+bug/1320612/+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 1320532] Re: display_errors Off not respected

2014-05-18 Thread Nick Fazakis
** Description changed:

- Guys while i have display_errors off in PHP 5.5.9-1ubuntu4 (package) it keeps 
printing the following error: 
- Unknown: mysql_connect(): The mysql extension is deprecated and will be 
removed in the future: use mysqli or PDO instead in 
seller/controller/dbOperator.php on line 9  
+ Guys while i have display_errors off in PHP 5.5.9-1ubuntu4 (package) it keeps 
printing the following error:
+ Unknown: mysql_connect(): The mysql extension is deprecated and will be 
removed in the future: use mysqli or PDO instead in 
seller/controller/dbOperator.php on line 9
  
- if i set the display_errors On the error messages is: 
+ if i set the display_errors On the error messages is:
  Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be 
removed in the future: use mysqli or PDO instead in 
system/database/mysql_cached.php on line 10
  Unknown: mysql_connect(): The mysql extension is deprecated and will be 
removed in the future: use mysqli or PDO instead in 
seller/controller/dbOperator.php on line 9
  
  For some reason the Unknown: error cant get hidden i'm using a work around 
like this:
  ob_start();
- $dbOp = new dbOperator($dbHost,$dbUsername,$dbPassword,$dbName);
+ $this-link=mysql_connect($dbHost,$dbUsername,$dbPassword,true);
  ob_end_clean()
  
  Just to hide the message. I also have to say that the same legacy code was 
running fine in ubuntu 12.04.
  Have fun!

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

Title:
  display_errors Off not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1320532/+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 1230917] Re: php5-fpm logrotate errors after package switched to upstart

2014-05-18 Thread Luca Vignaroli
With Ondřej's changes:

/etc/cron.daily/logrotate:
logrotate_script: line 1: kill: (3205) - No such process
error: error running non-shared postrotate script for /var/log/php5-fpm.log of 
'/var/log/php5-fpm.log '
run-parts: /etc/cron.daily/logrotate exited with return code 1

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

Title:
  php5-fpm logrotate errors after package switched to upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/+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 1319923] Re: Console stdin ignored using -nographic mode

2014-05-18 Thread joh...@servergy.com
It appears that running qemu in the background causes this.


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

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

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

Title:
  Console stdin ignored using -nographic mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1319923/+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 1320532] Re: display_errors Off not respected

2014-05-18 Thread Charlie Powell
This sounds like an issue with either the framework that you're using or
you're editing the incorrect php.ini file.

Sometime between 12.x and 14.x of Ubuntu, the location of php.ini
changed from /etc/php5/php.ini to /etc/php5/apache2/php.ini.  Check that
file and make sure it's what you expected.

Also, I do recommend switching from mysql_connect to mysqli_connect
anyway, as the mysql_* functions will be removed in a future version of
PHP.

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

Title:
  display_errors Off not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1320532/+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 1320681] Re: package samba-common (not installed) failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-05-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba-common (not installed) failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1320681/+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 1320681] [NEW] package samba-common (not installed) failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-05-18 Thread Protagonistics
Public bug reported:

boot up caused error

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: samba-common (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Mon May 12 01:22:12 2014
DuplicateSignature: package:samba-common:(not installed):ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2014-03-23 (56 days ago)
InstallationMedia: It
SourcePackage: samba
Title: package samba-common (not installed) failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to trusty on 2014-05-12 (6 days ago)
modified.conffile..etc.dhcp.dhclient.enter.hooks.d.samba: [deleted]

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

Title:
  package samba-common (not installed) failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1320681/+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 1320532] Re: display_errors Off not respected

2014-05-18 Thread Ondřej Surý
JFTR the /etc/php5/php.ini was never used in Debian packages, it was
/etc/php5/SAPI/php.ini from the start of php5 packaging.

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

Title:
  display_errors Off not respected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1320532/+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 1320709] [NEW] incorrect info in /usr/share/doc/awstats/README.Debian.gz about logrotate

2014-05-18 Thread Vincent Lefevre
Public bug reported:

In the /usr/share/doc/awstats/README.Debian.gz file:

  if [ -x /usr/share/awstats/tools/update.sh ]; then
su -l -c /usr/share/awstats/tools/update.sh www-data
  fi

However this su line gives the following error with Ubuntu 14.04:

This account is currently not available.

I suspect this is because the shell of www-data has automatically been
changed from /bin/sh to /usr/sbin/nologin (according to /etc/passwd).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: awstats 7.2+dfsg-1
Uname: Linux 3.10.38-xenU-10-cc97a6b-x86_64 x86_64
ApportVersion: 2.14.1-0ubuntu3.1
Architecture: amd64
Date: Mon May 19 00:15:58 2014
PackageArchitecture: all
SourcePackage: awstats
UpgradeStatus: Upgraded to trusty on 2014-05-17 (1 days ago)
modified.conffile..etc.awstats.awstats.conf: [deleted]

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

Title:
  incorrect info in /usr/share/doc/awstats/README.Debian.gz about
  logrotate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1320709/+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


Re: [Bug 1320074] Re: maas-import-pxe fails to catch comms errors when downloading UEFI shim and TBs instead

2014-05-18 Thread Julian Edwards
Thanks for helping to debug, this is useful.

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

Title:
  maas-import-pxe fails to catch comms errors when downloading UEFI shim
  and TBs instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1320074/+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 1320733] [NEW] Broken vagrant download link on juju docs website

2014-05-18 Thread Shang Wu
Public bug reported:

On https://juju.ubuntu.com/docs/config-vagrant.html page, there are
14.04 and 12.04 image files you can download directly. However, 14.04 is
broken.

The current one points to :

http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-
cloudimg-amd64-juju-vagrant-disk1.box

And it should be

http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-
cloudimg-amd64-vagrant-disk1.box

Same thing goes to the i386

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

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

Title:
  Broken vagrant download link on juju docs website

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/1320733/+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 1166625] Re: Running on battery power disables WiFi

2014-05-18 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Running on battery power disables WiFi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1166625/+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 581281] Re: Computer do not standby

2014-05-18 Thread Launchpad Bug Tracker
[Expired for pm-utils (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pm-utils (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Computer do not standby

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/581281/+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 1173952] Re: Suspend and hibernate not working in 13.04/13.10 with alx module

2014-05-18 Thread azm1
I have a this problem on 14.04 on desktop pc. Sometimes when I suspend
the fans keep spinning and I have to force shutdown the computer. MB:
Gigabyte B75-D3V with integrated GPU. Does someone have any idea where
does this coming from ?

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

Title:
  Suspend and hibernate not working in 13.04/13.10 with alx module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173952/+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