Re: [Bug 1080744] Re: vmbuilder erases current directory with option '-o -d .'

2012-11-24 Thread Riccardo Murri
Thanks! I do not think there is a need for SRU.

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

Title:
  vmbuilder erases current directory with option '-o -d .'

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1080744/+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 1081952] Re: squid 3.1.19 external_acl_type fail

2012-11-24 Thread sense
** Description changed:

  System: ubuntu 12.04.1
  Squid: 3.1.19-1ubuntu3.12.04.1 (apt-get install)
  
  In squid.conf:
  ...
  external_acl_type testcom_ip ttl=0 children=5 ipv4 %SRC php 
/php/squid_eacl/test_ip.php
  acl testcom_ipacl external testcom_ip
- http_access allow testcom testcom_ipacl
+ http_access allow testcom_ipacl
  http_access deny all
  ...
  
  In the /php/squid_eacl/test_ip.php, I let it return OK everytime:
  ?php
  $time=null;
  $output=null;
- while ($i = fopen('php://stdin', 'r')) { 
-   $ii = fgets($i);
-   $s = trim($ii);
-   fclose($i);
-   if ($s == NULL) {
-   if ($time == time()) {
-   break;
-   } else {
-   $time = time();
-   continue;
-   }
-   }
-   $o = fopen('php://stdout', 'w');
-   #fwrite($o,OK user=test\n);
-   fwrite($o,OK\n);
-   fclose($o);
+ while ($i = fopen('php://stdin', 'r')) {
+  $ii = fgets($i);
+  $s = trim($ii);
+  fclose($i);
+  if ($s == NULL) {
+   if ($time == time()) {
+    break;
+   } else {
+    $time = time();
+    continue;
+   }
+  }
+  $o = fopen('php://stdout', 'w');
+  #fwrite($o,OK user=test\n);
+  fwrite($o,OK\n);
+  fclose($o);
  }
  ?
  
  Client use the Squid server as proxy and will get Access Deny many
  time. It seems squid will miss the external_acl_type acl ( http_access
  allow testcom testcom_ipacl)  of config.conf in sometime.

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

Title:
  squid 3.1.19 external_acl_type fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1081952/+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 1081952] Re: squid 3.1.19 external_acl_type fail

2012-11-24 Thread sense
Sorry, I pasted a wrong config.conf, but the bug does existed. And now I
was corrected it:

http_access allow testcom testcom_ipacl
to
http_access allow testcom_ipacl

I do a lot of test. It realy seems Squid 3.1.19-1ubuntu3.12.04.1 has the
external_acl_type problem (squid will miss external_acl_type some time).
And I complie install Squid 3.2.3 in ubuntu 12.04, it runs no problem
with the some config file. Please test it again. Thanks!

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

Title:
  squid 3.1.19 external_acl_type fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1081952/+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 1076442] Re: nova-novncproxy has a missing dep on websockify

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2013.1~g1-0ubuntu1

---
nova (2013.1~g1-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/control: Ensure novaclient is upgraded with nova,
require python-keystoneclient = 1:2.9.0. (LP: #1073289)
  * debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
upstream.
  * debian/control: Add python-testtools to Build-Depends.

  [ Chuck Short ]
  * New upstream version.
  * Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
  * debian/rules: FTBFS if missing binaries.
  * debian/nova-scheudler.install: Add missing rabbit-queues and
nova-rpc-zmq-receiver.
  * Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
  * debian/rules: install apport hook in the right place.
  * debian/patches/ubuntu-show-tests.patch: Display test failures.
  * debian/control: Add depends on genisoimage
  * debian/control: Suggest guestmount.
  * debian/control: Suggest websockify. (LP: #1076442)
  * debian/nova.conf: Disable nova-volume service.
  * debian/control: Depend on xen-system-* rather than the hypervisor.
  * debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
debian/nova-conductor.install, debian/nova-conductor.logrotate
debian/nova-conductor.manpages, debian/nova-conductor.postrm
debian/nova-conductor.upstart.in: Add nova-conductor service.
  * debian/control: Add python-fixtures as a build deps.
 -- Chuck Short zul...@ubuntu.com   Fri, 23 Nov 2012 09:04:58 -0600

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

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

Title:
  nova-novncproxy has a missing dep on websockify

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076442/+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 1073289] Re: nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

2012-11-24 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 2013.1~g1-0ubuntu1

---
nova (2013.1~g1-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/control: Ensure novaclient is upgraded with nova,
require python-keystoneclient = 1:2.9.0. (LP: #1073289)
  * debian/patches/{ubuntu/*, rbd-security.patch}: Dropped, applied
upstream.
  * debian/control: Add python-testtools to Build-Depends.

  [ Chuck Short ]
  * New upstream version.
  * Refreshed debian/patches/avoid_setuptools_git_dependency.patch.
  * debian/rules: FTBFS if missing binaries.
  * debian/nova-scheudler.install: Add missing rabbit-queues and
nova-rpc-zmq-receiver.
  * Remove nova-volume since it doesnt exist anymore, transition to cinder-*.
  * debian/rules: install apport hook in the right place.
  * debian/patches/ubuntu-show-tests.patch: Display test failures.
  * debian/control: Add depends on genisoimage
  * debian/control: Suggest guestmount.
  * debian/control: Suggest websockify. (LP: #1076442)
  * debian/nova.conf: Disable nova-volume service.
  * debian/control: Depend on xen-system-* rather than the hypervisor.
  * debian/control, debian/mans/nova-conductor.8, debian/nova-conductor.init,
debian/nova-conductor.install, debian/nova-conductor.logrotate
debian/nova-conductor.manpages, debian/nova-conductor.postrm
debian/nova-conductor.upstart.in: Add nova-conductor service.
  * debian/control: Add python-fixtures as a build deps.
 -- Chuck Short zul...@ubuntu.com   Fri, 23 Nov 2012 09:04:58 -0600

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

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

Title:
  nova-common has an incorrect dep on python-nova (= 2012.1-0ubuntu2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1073289/+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 1080369] Re: FreeDOS fails to boot in Qemu/kvm

2012-11-24 Thread Dave Gilbert
Interesting; no I don't get that menu - it doesn't get that far for me.

Both of the machines I tried it on are Quantal installs; both using
virt-manager to set the vm up; I'll try your command line set to see if
it makes any difference.

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

Title:
  FreeDOS fails to boot in Qemu/kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1080369/+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 1082699] [NEW] cannot copy to samba share

2012-11-24 Thread Alexander Langanke
Public bug reported:

I cannot copy files to a samba share on my ubuntu server. This used to
work without problems.

I have read/write permissions and can create new folders or delete files
in the share.

Copying hangs at 0 % and never progresses any further.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: samba 2:3.6.6-3ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov 24 17:46:12 2012
InstallationDate: Installed on 2012-06-12 (165 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
RelatedPackageVersions:
 nautilus 1:3.5.90.really.3.4.2-0ubuntu4
 gvfs 1.14.0-0ubuntu6
SambaClientRegression: Yes
SourcePackage: samba
UpgradeStatus: Upgraded to quantal on 2012-08-26 (89 days ago)

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  cannot copy to samba share

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

2012-11-24 Thread crushkittykitty
Public bug reported:

this isnt a bug it was a bad installer

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: php5-common 5.4.6-1ubuntu1.1
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov 24 12:08:55 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationDate: Installed on 2012-11-20 (3 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: php5
Title: package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package package-from-proposed quantal

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

Title:
  package php5-common 5.4.6-1ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1082707/+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 1082767] [NEW] Configure-time ps command truncates command names

2012-11-24 Thread Gerald Combs
Public bug reported:

It looks like the nagios-plugins package is configured with

  --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
comm args'

Unfortunately using comm returns truncated command names (via
/proc/[pid]/status) which makes it difficult or impossible to use
check_procs -C. For example, check_procs -C apache2 fails while
check_procs -C apach works. It looks like the package should be
configured with cmd or command (which use /proc/[pid]/cmdline)
instead, e.g.

  --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
command args'

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Configure-time ps command truncates command names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1082767/+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 1069543] Re: ntpd crashes when network interface goes down

2012-11-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  ntpd crashes when network interface goes down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1069543/+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 1082767] Re: Configure-time ps command truncates command names

2012-11-24 Thread Gerald Combs
** Description changed:

  It looks like the nagios-plugins package is configured with
  
-   --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
+   --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
  comm args'
  
  Unfortunately using comm returns truncated command names (via
  /proc/[pid]/status) which makes it difficult or impossible to use
  check_procs -C. For example, check_procs -C apache2 fails while
- check_procs -C apach works. It looks like the package should be
- configured with cmd or command (which use /proc/[pid]/cmdline)
- instead, e.g.
- 
-   --with-ps-command=/bin/ps axwwo 'stat uid pid ppid vsz rss pcpu etime
- command args'
+ check_procs -C apach works.

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

Title:
  Configure-time ps command truncates command names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-plugins/+bug/1082767/+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 484310] Re: XP guest bluescreens on startup

2012-11-24 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 485807 ***
https://bugs.launchpad.net/bugs/485807

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  XP guest bluescreens on startup

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