[Bug 1379567] Re: maas-proxy is an open proxy with no ACLs; it should add networks automatically

2016-03-09 Thread Jay R. Wren
I'm disappointed that maas being an open proxy isn't mentioned anywhere in the 
documentation, that I could find. It should be mentioned in big bold red 
letters, maybe blink or marquee. The, "not designed to be run on the internet" 
is fine, but it should be well documented and so should the reason why. Many 
corporate networks are just as sensitive to internal security issues as they 
are to exposing public internet. Having an open proxy in their private network 
may harm their intranet security design.

We (team yellow) are running maas on an host on the internet. I
customized the squid config that maas-proxy uses to prevent it from
proxying for internet source request. I suspect that the next maas
update will replace those changes, so I also added iptables rules to
block traffic to those ports from the internet.

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

Title:
  maas-proxy is an open proxy with no ACLs; it should add networks
  automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1379567/+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 1551784] [NEW] the created /etc/ssl/certs/ssl-cert-snakeoil.pem cert is not able to sign itself according to X509v3 Basic Constraints

2016-03-01 Thread Jay R. Wren
Public bug reported:

The generated cert has incorrect X509v3 Basic Constraints: CA: FALSE.

This prevents certificate validation even when the certificate has been
added to another systems trusted CA.

** Affects: ssl-cert (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  the created /etc/ssl/certs/ssl-cert-snakeoil.pem cert is not able to
  sign itself  according to X509v3 Basic Constraints

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ssl-cert/+bug/1551784/+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 1467036] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module failed to build

2015-06-19 Thread Jay Bee
Public bug reported:

This bug has been ongoing for months.

The most annoying part about it is the constant question to report it...
it pops up at the most inconvenient times and wont stop until I agreed
to send a report twice, after which I can select Ignore future errors
or something like this.

I guess I'll just keep on reporting it, again and again and again
and

Description:Ubuntu 12.04.5 LTS
Release:12.04

open-vm-dkms:
  Installed: 2011.12.20-562307-0ubuntu1.1
  Candidate: 2011.12.20-562307-0ubuntu1.1
  Version table:
 *** 2011.12.20-562307-0ubuntu1.1 0
500 http://free.nchc.org.tw/ubuntu/ precise-updates/multiverse amd64 
Packages
100 /var/lib/dpkg/status
 2011.12.20-562307-0ubuntu1 0
500 http://free.nchc.org.tw/ubuntu/ precise/multiverse amd64 Packages

open-vm-tools:
  Installed: (none)
  Candidate: 2011.12.20-562307-0ubuntu1.1
  Version table:
 2011.12.20-562307-0ubuntu1.1 0
500 http://free.nchc.org.tw/ubuntu/ precise-updates/multiverse amd64 
Packages
100 /var/lib/dpkg/status
 2011.12.20-562307-0ubuntu1 0
500 http://free.nchc.org.tw/ubuntu/ precise/multiverse amd64 Packages

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-55.92~precise1-generic 3.13.11-ckt20
Uname: Linux 3.13.0-55-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.9
Architecture: amd64
DKMSKernelVersion: 3.13.0-55-generic
Date: Sat Jun 20 07:48:37 2015
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1.1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to precise on 2014-06-23 (361 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1467036/+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 1456422] [NEW] limit nofile 64000 64000 or similar in an upstart job fails in a user lxc

2015-05-18 Thread Jay R. Wren
Public bug reported:

You can reproduce this by running an unprivileged lxc and attempting to
install mongodb

$ lxc-create -n crisp-Hadley -t ubuntu-cloud -- -r trusty -S 
~/.ssh/id_rsa-canonical.pub
$ lxc-start -n crisp-Hadley
$ lxc-attach -n crisp-Hadley
# apt-get install mongodb
Setting up mongodb-server (1:2.4.9-1ubuntu2) ...
start: Job failed to start
invoke-rc.d: initscript mongodb, action start failed.
dpkg: error processing package mongodb-server (--configure):
  subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 mongodb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

dpkg will fail because the postinst fails because the upstart job fails
because the rlimit call fails.

** Affects: lxc
 Importance: Undecided
 Status: New

** Affects: upstart
 Importance: Undecided
 Status: New

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

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

** Also affects: mongodb (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  limit nofile 64000 64000 or similar in an upstart job fails in a user
  lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/lxc/+bug/1456422/+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 1437796] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module failed to build (open-vm-tools not installed)

2015-03-29 Thread Jay Bee
Public bug reported:

This error shows up ALL the time in an interval of a few hours.

I have uninstalled open-vm-tools (error still shows up)
I have reinstalled open-vm-tools (error still shows up)

This time, I did not have open-vm-tools installed. I will install it
now.

The weird part is, that Virtualbox runs fine with or without the open-
vm-tools, as long as the open-vm-dkms is installed, so I think this
whole error message is bogus... still annoying to have it pop up all the
time.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-48.80~precise1-generic 3.13.11-ckt16
Uname: Linux 3.13.0-48-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-48-generic
Date: Sat Mar 28 19:20:38 2015
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1.1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to precise on 2014-06-23 (278 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module
  failed to build (open-vm-tools not installed)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1437796/+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 1436176] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module failed to build

2015-03-25 Thread Jay Bee
Public bug reported:

Error message kept showing up daily, decided to uninstall today.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-46.79~precise1-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-48-generic
Date: Wed Mar 25 12:53:28 2015
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1.1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to precise on 2014-06-23 (274 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1436176/+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 1426811] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module failed to build

2015-02-28 Thread Jay Bee
Public bug reported:

Error message appears every time after starting the computer and login.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-46.75~precise1-generic 3.13.11-ckt15
Uname: Linux 3.13.0-46-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
DKMSKernelVersion: 3.13.0-46-generic
Date: Sun Mar  1 10:46:53 2015
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1.1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module 
failed to build
UpgradeStatus: Upgraded to precise on 2014-06-23 (250 days ago)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1.1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1426811/+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 1417229] Re: in the LXC host mongodb server will not start if mongodb is already running in an LXC guest

2015-02-02 Thread Jay R. Wren
** Branch linked: lp:~evarlast/ubuntu/trusty/mongodb/upstart-workaround-
debian-bug-718702

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

Title:
  in the LXC host mongodb server will not start if mongodb is already
  running in an LXC guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1417229/+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 1417229] [NEW] in the LXC host mongodb server will not start if mongodb is already running in an LXC guest

2015-02-02 Thread Jay R. Wren
Public bug reported:

This is a specific instance of this bug. https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=718702

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

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

Title:
  in the LXC host mongodb server will not start if mongodb is already
  running in an LXC guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1417229/+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 1417229] Re: in the LXC host mongodb server will not start if mongodb is already running in an LXC guest

2015-02-02 Thread Jay R. Wren
** Branch linked: lp:~evarlast/ubuntu/utopic/mongodb/upstart-workaround-
debian-bug-718702

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

Title:
  in the LXC host mongodb server will not start if mongodb is already
  running in an LXC guest

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

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


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

2014-12-15 Thread Jay Bryant
** Changed in: cinder
   Importance: Undecided = High

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

Title:
  qemu-img convert intermittently corrupts output images

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

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


Re: [Bug 1362741] Re: update golang packages to 1.3.1

2014-12-11 Thread Jay Taylor
I've given up on ubuntu having a good version and just wrote my own script
to get the newest go-lang installed.

Kind of unfortunate to require this effort.

On Thu, Dec 11, 2014 at 1:49 PM, Jack Twilley 1362...@bugs.launchpad.net
wrote:

 https://blog.golang.org/go1.4

 Go version 1.4 has now been released.  I'm afraid to change the bug
 title. :-)

 Jack.

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

 Title:
   update golang packages to 1.3.1

 Status in golang package in Ubuntu:
   Confirmed

 Bug description:
   Go 1.3.1 was released on 2014 Aug 3.  This is a major release ahead of
   the package currently available for trusty and other versions of
   Ubuntu.  Logs for the major release 1.3 are
   https://golang.org/doc/go1.3 and logs for the 1.3.1 release are
   https://code.google.com/p/go/source/list?name=release-
   branch.go1.3r=40272ab1339ab2fb9e7160483e5e5d42d6b7e810 for your
   edification.

   The reason I am requesting this update is because Go 1.2.1 has a bug
   that is fixed in Go 1.3.1 and this bug affects one of my projects.

   Thank you for your continued support!

   Jack.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1362741/+subscriptions


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

Title:
  update golang packages to 1.3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1362741/+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 1306537] Re: LXC local provider fails to provision precise instances from a trusty host

2014-09-18 Thread Jay R. Wren
Tested with 
juju-quickstart 1.3.1-0ubuntu1.1   (from proposed)
# juju version
1.18.4-trusty-amd64

quickstart defaults to default-series trusty, this works.

Tested a second time with default-series precise, this also works, but
deploys on trusty.

I do not know how to test this, can someone give more specific
instructions on how to force precise ?

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

Title:
  LXC local provider fails to provision precise instances from a trusty
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1306537/+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 1306537] Re: LXC local provider fails to provision precise instances from a trusty host

2014-09-18 Thread Jay R. Wren
Forced use of precise with:

juju-quickstart --gui-charm-url cs:~juju-gui/precise/juju-gui-169

Everything worked.

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

Title:
  LXC local provider fails to provision precise instances from a trusty
  host

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1306537/+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 1309678] Re: a value is required for the control bucket field

2014-09-18 Thread Jay R. Wren
I cannot reproduce using local. It would have been worth noting that this only 
effects openstack and ec2 providers.

Using the versions from trusty-proposed
 juju=1.18.4+dfsg-0ubuntu0.14.04.1
juju-quickstart=1.3.1-0ubuntu1.1

I can't verify because of SSL certificate validation errors.

juju bootstrap works and then juju-quickstart fails:

$ juju-quickstart
juju quickstart v1.3.1
bootstrapping the jrwren-aws environment (type: ec2)
reusing the already bootstrapped jrwren-aws environment
retrieving the environment status
retrieving the Juju API address
connecting to wss://ec2-54-208-132-174.compute-1.amazonaws.com:17070
12:31:37 WARNING app@connect:300 Retrying: unable to connect to the Juju API 
server on wss://ec2-54-208-132-174.compute-1.amazonaws.com:17070: [Errno 1] 
_ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate 
verify failed

It retries a number of time before giving up.

Is this a new bug?

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

Title:
  a value is required for the control bucket field

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-quickstart/+bug/1309678/+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 1309678] Re: a value is required for the control bucket field

2014-09-18 Thread Jay R. Wren
Nevermind the above SSL error message. I had python-websocket installed
from juju-stable ppa.

Testing without ppa package and with trusty and trusty-proposed packages
works.

$ juju-quickstart
juju quickstart v1.3.1
bootstrapping the jrwren-aws environment (type: ec2)
reusing the already bootstrapped jrwren-aws environment
retrieving the environment status
retrieving the Juju API address
connecting to wss://ec2-54-208-132-174.compute-1.amazonaws.com:17070
bootstrap node series: trusty
charm URL: cs:trusty/juju-gui-7
requesting juju-gui deployment
juju-gui deployment request accepted
exposing service juju-gui
requesting new unit deployment
juju-gui/0 deployment request accepted
juju-gui/0 placed on ec2-54-208-132-174.compute-1.amazonaws.com
juju-gui/0 deployment is pending
machine 0 is started
juju-gui/0 is installed
juju-gui/0 is ready on machine 0

Juju GUI URL: https://ec2-54-208-132-174.compute-1.amazonaws.com
password: ***

connecting to the Juju GUI server
done!

Run juju quickstart -e jrwren-aws again if you want
to reopen and log in to the GUI browser later.
Run juju quickstart -i if you want to manage
or bootstrap your Juju environments using the
interactive session.
Run juju destroy-environment jrwren-aws [-y]
to destroy the environment you just bootstrapped.

tagging verifiation-done

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  a value is required for the control bucket field

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-quickstart/+bug/1309678/+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 1362741] Re: update golang packages to 1.3.1

2014-09-16 Thread Jay Taylor
How can we accelerate this fix?

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

Title:
  update golang packages to 1.3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1362741/+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 1321885] Re: IMPI detection and automatic setting fail in ubuntu 14.4 maas

2014-06-18 Thread Jay Farschman
Juan,

I'm seeing the exact same problem ( I believe)  and I noticed you are
having problems getting into your server to see the failure.   I
addressed this with a backdoor.

https://maas.ubuntu.com/docs/troubleshooting.html#debugging-ephemeral-
image

The output of my bmc-config --checkout  and ipmi locate are very similar
to yours.  Let me know if you need help.

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

Title:
  IMPI detection and automatic setting fail in ubuntu 14.4 maas

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1321885/+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 1218727] Re: package clamav-base 0.97.8+dfsg-1ubuntu1.12.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-05-08 Thread Jay Eichelberger
Hi,
I have UbuntuStudio 14.04
Got errors on reinstall, purge, remove

I looked for a more specifc error.  Got this. doing an install after the
remove failed...

Selecting previously unselected package clamav-freshclam.
Preparing to unpack .../clamav-freshclam_0.98.1+dfsg-4ubuntu1.1_amd64.deb ...
/etc/init.d/clamav-freshclam: 178: export: initrd.img: bad variable name
invoke-rc.d: initscript clamav-freshclam, action stop failed.
dpkg: warning: subprocess old pre-removal script returned error exit status 2
dpkg: trying script from the new package instead ...

/etc/init.d/clamav-freshclam: 178: export: initrd.img: bad variable name

invoke-rc.d: initscript clamav-freshclam, action stop failed.
dpkg: error processing archive 
/var/cache/apt/archives/clamav-freshclam_0.98.1+dfsg-4ubuntu1.1_amd64.deb 
(--unpack):
 subprocess new pre-removal script returned error exit status 2
/var/lib/dpkg/info/clamav-freshclam.config: 173: export: initrd.img: bad 
variable name
dpkg: error while cleaning up:
 subprocess installed post-installation script returned error exit status 2

Hope this may help.
Jay

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

Title:
  package clamav-base 0.97.8+dfsg-1ubuntu1.12.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1218727/+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 1247013] [NEW] mod_python APLOG_NOERRNO unable to log on Apache 2.4

2013-11-01 Thread Jay Freeman (saurik)
Public bug reported:

When an error occurs from mod_python on Saucy (which uses Apache 2.4)
there is nothing logged. I have tracked this issue down to the value of
APLOG_NOERRNO being incorrect. This value is defined to be
(APLOG_LEVELMASK + 1); on Apache 2.2, APLOG_LEVELMASK was 7, but on
Apache 2.4 it is 15. The value in mod_python's Python code (which sadly
can't use the C definition in a direct manner) is hardcoded as 8, but
for Apache 2.4 it needs to be updated to 16. This variable is defined in
lib/python/mod_python/apache.py, and should be an easy fix. (FWIW, I
have not experienced other issues so far with the mod_python 3.3.1
patches for Apache 2.4.) (Also, I will note that the 3.4 and now 3.5 of
mod_python from upstream no longer even have this variable: it still
exists for backwards-compatibility with old code, but it is defined as
0.)

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

** Patch added: patch to fix this issue against 3.3.1
   
https://bugs.launchpad.net/bugs/1247013/+attachment/3897448/+files/aplog_noerrno.patch

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

Title:
  mod_python APLOG_NOERRNO unable to log on Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1247013/+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 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2013-09-25 Thread Jay Farschman
We appear to have solved this problem for ourselves by changing the way
windows deals with time.  Remember, the symptom is we are obtaining a
lease from August in 1877.  Seems like this is caused by windows using
local time rather than UTC.  The solution is to change windows to UTC.

Changed the RegKey
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation
and created a new DWORD called RealTimeIsUniversal and set it to one 1.

Now, I believe there may be a problem with this when we enter and leave
daylight savings, but at this point I have a system that boots and keeps
it's IP address.  I may be using puppet to change RealTimeIsUniversal
back to 0 after everything is working.

Comments?

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1026621/+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 1026621] Re: nova-network gets release_fixed_ip events from someplace, but the database still keeps them associated with instances

2013-09-23 Thread Jay Farschman
We are seeing the same thing with Windows2012.  Lease times are setting
to the year 1877.

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

Title:
  nova-network gets release_fixed_ip events from someplace, but the
  database still keeps them associated with instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1026621/+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 1185250] Re: package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2013-06-29 Thread Jay Jaeger
Robie, your response to the others was unhelpful.  This is NOT a local
configuration problem, but rather an endemic problem with mythbuntu.
Based on info on the Internet regarding past releases, this appears to
be a result of mythbuntu's configuration making changes to smb.conf,
which results in the update failing.  It happens on ALL mythbuntu
systems with SMB - so it is not unique to the other repoters' systems.
It would be more helpful for the Ubuntu folks and the mythbuntu folks to
put their heads together and find out what causes this on ALL mythbuntu
systems with SMB when they try to upgrade.  In the meantime, the
workaround seems to be to not include samba in the GUI driven automatic
update process, and the update it using apt-get upgrade, though I have
not yet tried that.  See
http://ubuntuforums.org/showthread.php?t=1881553 .

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

Title:
  package samba 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1185250/+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 1182624] Re: Uncached instance builds fail with non-zero root disk sizes

2013-06-04 Thread Jay Pipes
We are experiencing this exact same issue, and it is a blocker. Folsom
point release packages for us.

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

Title:
  Uncached instance builds fail with non-zero root disk sizes

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1182624/+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 1089194] Re: Oddness in keystoneclient Folsom packaging in relation to Glance

2012-12-12 Thread Jay Pipes
Guys, so sorry on this. The cause was an ordering issue in our Chef
roles, where the Keystone API recipe was not including our openstack-
base role in its run_list and therefore not setting the UCA PPA before
installing.

All my fault. Sorry for the noise :(

** Changed in: python-keystoneclient
   Status: New = Invalid

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

** Changed in: python-keystoneclient (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Oddness in keystoneclient Folsom packaging in relation to Glance

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1089194/+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 454566] Re: False positive for SucKit

2012-12-12 Thread Jay Gates
For those similarly affected: I recently reinstalled the upstart package
(0.6.5-8) on Lucid (10.04.4) and then received the Suckit [false] flag
from chkrootkit 0.49-3 (as well as the version in Debian Wheezy
(0.49-4.1)).  After restarting the server, the flag disappeared.  So, it
appears to be sufficient that init is replaced on disk (even by the same
version) to trigger the false positive, and that restarting the system
will resolve it.

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

Title:
  False positive for SucKit

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/454566/+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 1027719] Re: glance-client package has incorrect description

2012-07-23 Thread Jay Pipes
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glance
   Status: New = Invalid

** No longer affects: glance

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

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

Title:
  glance-client package has incorrect description

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1027719/+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 998137] Re: Keystone user tenant membership not always removed

2012-05-22 Thread Jay Pipes
Rohit, bring this bug to the attention of the stable/essex branch
maintainers for Keystone (I believe they are Adam Gandelman -- who
reported this bug -- and Mark McLoughlin)

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

Title:
  Keystone user tenant membership not always removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/998137/+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 901804] Re: split glance package into glance-api/glance-registry

2012-01-03 Thread Jay Pipes
** Changed in: glance
   Status: In Progress = Fix Released

** Changed in: glance
Milestone: None = essex-3

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

Title:
  split glance package into glance-api/glance-registry

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/901804/+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 909941] Re: keystone package does not install correctly

2011-12-30 Thread Jay Pipes
** Project changed: openstack-ci = keystone

** Also affects: keystone (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- keystone package does not install correctly
+ keystone package needs sqlalchemy-migrate dependency

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

Title:
  keystone package needs sqlalchemy-migrate dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/909941/+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 887410] Re: plymouth ask-for-passphrase

2011-11-28 Thread Jay R. Wren
Clint,

I expect a prompt to be displayed to stdout and prompt for input on
stdin. What actually happens is that I start apache via ssh and the
prompt is displayed via plymouth on the server's console which I rarely
see.

It would be nice if the check was not just if plymouth is running and
available but instead if plymouth is running and available and the
request was from a tty on which plymouth can prompt a request.  Or
maybe even just and we are not on a pseudo terminal

Here is my patch for ask-for-password in /usr/share/apache2
@@ -23,7 +23,7 @@
 
 prompt=Apache needs to decrypt your SSL Keys for $sitename ($keytype)
 Please enter passphrase:
-if [ -x /bin/plymouth ]  plymouth --ping ; then
+if [ -x /bin/plymouth ]  plymouth --ping  ! `tty |grep pty`; then
 echo $prompt | logger
 exec plymouth ask-for-password --prompt=$prompt
 else

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

Title:
  plymouth ask-for-passphrase

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/887410/+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 893887] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-22 Thread Jay Gindin
Public bug reported:

All of this happened during upgrade of 11.04 to 11.10, which was kicked
off via the Update Manager.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic x86_64
NonfreeKernelModules: wl fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Nov 22 21:18:17 2011
ErrorMessage: ErrorMessage: package samba is not ready for configuration  
cannot configure (current status `half-installed')
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
NmbdLog:
 
OtherFailedConnect: Yes
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: 
ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
UpgradeStatus: Upgraded to oneiric on 2011-11-22 (1 days ago)

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/893887/+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 893887] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-11-22 Thread Jay Gindin
-- 
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/893887

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
  ErrorMessage: package samba is not ready for configuration  cannot
  configure (current status `half-installed')

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/893887/+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 849669] Re: api.log has incorrect permissions

2011-10-14 Thread Jay Pipes
** Changed in: glance
   Status: Triaged = Fix Released

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

Title:
  api.log has incorrect permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/849669/+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 845788] Re: update_image in glance.client doesn't add content-length so the swift backend can't chunk

2011-09-27 Thread Jay Pipes
Yep, Thierry noticed this this morning. Sorry about that :(

-jay

** Changed in: glance
   Status: Fix Released = Fix Committed

** Changed in: glance
Milestone: 2011.3 = essex-1

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

Title:
  update_image in glance.client doesn't add content-length so the swift
  backend can't chunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/845788/+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 749620] Re: ssh-keygen -h or ssh-keygen --help does not show help

2011-04-04 Thread Jay R. Wren
Agreed, I doubt upstream will fix it. I can't mark this as Won't Fix.
Maybe I should mark it as Invalid or Opinion?

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

Title:
  ssh-keygen -h or ssh-keygen --help does not show help

-- 
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 749620] [NEW] ssh-keygen -h or ssh-keygen --help does not show help

2011-04-03 Thread Jay R. Wren
Public bug reported:

I think the subject describes it all. I realize this should probably be
a patch sent to openssh themselves. I'm tracking here for ubuntu
usability.

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

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

Title:
  ssh-keygen -h or ssh-keygen --help does not show help

-- 
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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-07-20 Thread Jay
+1 for importance

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 520386] Re: libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to create domain with virt-manager using network bridge

2010-07-20 Thread Jay
quote : This means that a user will be unable to create a new domain
using virt-manager if they are using a network bridge.

And this mean that you can't install easily using pxe!!!

-- 
libvirt-bin hypervisor does not support virConnectNumOfInterfaces / unable to 
create domain with virt-manager using network bridge
https://bugs.launchpad.net/bugs/520386
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 538516] Re: slapd package configuration aborts due to ordered_value_sort failed on attr olcAccess error during Hardy - Lucid upgrade

2010-03-29 Thread Jay
As I commented earlier, I belive this is the same bug as in karmic,
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/450645.

Will this be fixed so you can dist upgrade an ldap from jaunty - karmic
- lucid ... or will this remain broken for karmic ?

Thanks,

Jay

-- 
slapd package configuration aborts due to ordered_value_sort failed on attr 
olcAccess error during Hardy - Lucid upgrade
https://bugs.launchpad.net/bugs/538516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 334410] Re: Can't sudo due to postfix / sendmail error! WTF?

2010-03-27 Thread blu Jay
We are closing this bug report because it has not been updated for some
time. Please reopen it if you have more information to submit, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
Can't sudo due to postfix / sendmail error! WTF?
https://bugs.launchpad.net/bugs/334410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
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 538516] Re: slapd package configuration aborts due to ordered_value_sort failed on attr olcAccess error during Hardy - Lucid upgrade

2010-03-24 Thread Jay
I think this is a repetition of

https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/450645


Other bug has been assigned low importance - this is a major problem and has 
been around since karmic.

Be good to see some resolution of the various ldap issues in ubuntu at
the minute.

-- 
slapd package configuration aborts due to ordered_value_sort failed on attr 
olcAccess error during Hardy - Lucid upgrade
https://bugs.launchpad.net/bugs/538516
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 40189] Re: autofs needs to be restarted to pick up some shares

2010-01-21 Thread Jay
I'm still seeing this with 
automount: files ldap

on 9.10 server x86_64.


seems to work okay once the machine is booted and /etc/init.d/autofs restart is 
run.

-- 
autofs needs to be restarted to pick up some shares
https://bugs.launchpad.net/bugs/40189
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
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 450645] Re: Problem install slapd

2009-12-10 Thread Jay
I've just had the same experience.

I ran slapd in heavy trace mode and it seemed to be complaining about
and olcAccess attribute - I resolved thiss down to

r...@netsrv01:/etc/ldap/slapd.d/cn=config# cat 
/etc/ldap/slapd.d/cn\=config/olcDatabase\=\{0\}config.ldif | grep \{
dn: olcDatabase={0}config
olcDatabase: {0}config
olcAccess: {0}to *  by * none
olcAccess: to * by dn.exact=cn=localroot,cn=config manage by * break

---

I think it isn't happy with access rules with no number, so to add the
number, I edited the confilg file entry to the following :-

olcAccess: {1}to * by dn.exact=cn=localroot,cn=config manage by * break

I can then sucessfully start slapd.

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

-- 
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 238684] Re: [patch?] alt-gr does not work inside kvm debian terminal

2009-09-14 Thread Jay
Apparently, on some vnc client Alt-Gr works (directvnc for example vnc
via framebuffer), maybe it's a probleme from the vnc client not the vnc
server.

-- 
[patch?] alt-gr does not work inside kvm debian terminal
https://bugs.launchpad.net/bugs/238684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
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 238684] Re: [patch?] alt-gr does not work inside kvm debian terminal

2009-09-10 Thread Jay
Someone told here that there is a solution :
http://qemu-forum.ipi.fi/viewtopic.php?f=4t=3978

Adding {ISO_Level3_Shift, 0xfe03}, /* ISO_Level3 in the vnc_keysym.h
file.

Hope you could check that.

-- 
[patch?] alt-gr does not work inside kvm debian terminal
https://bugs.launchpad.net/bugs/238684
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
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 378831] [NEW] MySQL 5.1 support for innodb plugin broken

2009-05-20 Thread Jay R.
Public bug reported:

Binary package hint: mysql-server-5.1

MySQL 5.1.31 and 5.1.32 contain a bug that prevents users from loading
the InnoDB plugin which replaces the builtin InnoDB.

http://bugs.mysql.com/bug.php?id=42610

This issue is fixed upstream, and a new build of MySQL 5.1.33+ is
required for Jaunty+

Description:Ubuntu 9.04
Release:9.04

mysql-server-5.1:
  Installed: 5.1.31-1ubuntu2
  Candidate: 5.1.31-1ubuntu2
  Version table:
 *** 5.1.31-1ubuntu2 0
500 http://us.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: innodb mysql plugin

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Confirmed

-- 
MySQL 5.1 support for innodb plugin broken
https://bugs.launchpad.net/bugs/378831
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 344281] Re: CIFS kernel bug crashes system

2009-03-17 Thread Jay Moore

** Attachment added: kern.log.bugs
   http://launchpadlibrarian.net/24002692/kern.log.bugs

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

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