Re: [Bug 1075234] Re: doesn't work with YP/NIS server defined in /etc/yp.conf

2013-04-17 Thread rjc
On Mon, Jan 14, 2013 at 04:17:44AM GMT, Launchpad Bug Tracker wrote:
 [Expired for nis (Ubuntu) because there has been no activity for 60
 days.]
 
 ** Changed in: nis (Ubuntu)
Status: Incomplete = Expired

It seems like it was indeed the newline (\n) character which was
causing the problem. As I've mentioned before, the very same script
worked on 10.04 so the behaviour clearly has changed.

This bug can now be closed.

Kind regards,

rjc

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

Title:
  doesn't work with YP/NIS server defined in /etc/yp.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/1075234/+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 1075251] Re: package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-04-17 Thread hasibullah
** Changed in: mysql-5.5 (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 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/mysql-5.5/+bug/1075251/+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 981478] Re: Need 'ethtool' package included in preseeds for WOL

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

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

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

Title:
  Need 'ethtool' package included in preseeds for WOL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/981478/+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 1169561] Re: Publish of printer in ADS is not possible Object class violation

2013-04-17 Thread Robie Basak
** Bug watch added: Samba Bugzilla #9378
   https://bugzilla.samba.org/show_bug.cgi?id=9378

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=9378
   Importance: Unknown
   Status: Unknown

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

Title:
  Publish of printer in ADS is not possible Object class violation

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1169561/+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 1169561] Re: Publish of printer in ADS is not possible Object class violation

2013-04-17 Thread Robie Basak
Commits to upstream git v3-6-stable branch:

commit d217a8fe1d65aa3b5b97ebc64b7cfde927b767ac
Author: David Disseldorp dd...@samba.org
Date:   Thu Jan 17 13:21:25 2013 +0100

BUG 9378: Add extra attributes for AD printer publishing.

Currently attempting to publish a printer in AD fails with Object class
violation, due to a number of missing attributes in the LDAP request.

Reviewed-by: Andreas Schneider a...@samba.org
(cherry picked from commit 069f1029a76c9b9c0a48ac7cb3d2c5f45c3a231c)

commit 85d2ed00e896c3b71e2361d3887e7e9a107a2dae
Author: David Disseldorp dd...@samba.org
Date:   Fri Jan 18 11:48:20 2013 +0100

printing: Remove invalid free from error path.

Reviewed-by: Andreas Schneider a...@samba.org
(cherry picked from commit 31d61ad8f9c850c302c83a65af8474545723ea1c)

These were both included in release 3.6.13.

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

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

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

Title:
  Publish of printer in ADS is not possible Object class violation

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1169561/+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 1169561] Re: Publish of printer in ADS is not possible Object class violation

2013-04-17 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Fix Released

** Changed in: samba
   Importance: Unknown = High

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

Title:
  Publish of printer in ADS is not possible Object class violation

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1169561/+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 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-17 Thread TianTian Gao
I found there is a configuration item named 'osapi_max_limit=1000',
which set the default maximum number of items to return to 1000. So the
number of flavor only up to 1000.

We can hit the REST API like this to get more items.
/flavors?limit=2000

But novaclient default get each flavor's  extra_spec is annoying me.

** Changed in: nova
   Status: Confirmed = Invalid

** Changed in: nova (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  nova flavor-list only shows 1000 flavors

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1166455/+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 1169932] [NEW] libgoogle-perftools-dev: missing dependency on libunwind8-dev ?

2013-04-17 Thread immerrr again
Public bug reported:

Hi there

I'm using static version of libprofiler (provided by libgoogle-
perftools-dev package) on amd64 platform on one of my projects and as
far as I understand, libprofiler.a depends on some symbols that should
be provided by libunwind:

# distinct undefined symbols in libprofiler
$ nm -C /usr/lib/libprofiler.a | grep ' U ' | awk '{print $2}' | sort -u  
libprofiler_undefined_syms.txt

# distinct defined symbols in libunwind
$ nm -C /usr/lib/libunwind.a | grep  '^0' | awk '{print $3}' | sort -u  
libunwind_defined_syms.txt

# intersect those lists:
$ comm -12 libprofiler_undefined_syms.txt libunwind_defined_syms.txt
_ULx86_64_get_reg
_ULx86_64_init_local
_ULx86_64_step
_Unwind_Resume
_Ux86_64_getcontext

So, I'd expect libgoogle-perftools-dev to depend on libunwind8-dev, but
there's no such dependency:

$ apt-cache depends libgoogle-perftools-dev=2.0-3ubuntu1
libgoogle-perftools-dev
  Depends: libgoogle-perftools4
  Depends: libtcmalloc-minimal4
  Conflicts: libgoogle-perftools-dev:i386

Is this intentional or is this really a missing dependency?

** Affects: google-perftools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libgoogle-perftools-dev: missing dependency on libunwind8-dev ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-perftools/+bug/1169932/+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 1166455] Re: nova flavor-list only shows 1000 flavors

2013-04-17 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/27060

** Changed in: python-novaclient
   Status: Confirmed = In Progress

** Changed in: python-novaclient
 Assignee: (unassigned) = TianTian Gao (gtt116)

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

Title:
  nova flavor-list only shows 1000 flavors

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1166455/+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 1169960] [NEW] Evolution cannot connect to Gmail Calendar

2013-04-17 Thread cement_head
Public bug reported:

Latest Samba update has broken Evolution's ability to interface with
Gmail's Calendar

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu2.6
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: amd64
Date: Wed Apr 17 09:22:48 2013
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
RelatedPackageVersions:
 nautilus 1:3.4.2-0ubuntu8
 gvfs 1.12.1-0ubuntu1.2
SambaClientRegression: Yes
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise third-party-packages

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

Title:
  Evolution cannot connect to Gmail Calendar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1169960/+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 1169960] Re: Evolution cannot connect to Gmail Calendar

2013-04-17 Thread cement_head
after two hours it now works.  please close bug, mustahavebeen google

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

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

Title:
  Evolution cannot connect to Gmail Calendar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1169960/+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 981269] Re: instance_type is still set as a property value of none even when flavors cannot be retrieved

2013-04-17 Thread Chris J Arges
** Tags added: cts-cloud-review

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

Title:
  instance_type is still set as a property value of none even when
  flavors cannot be retrieved

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/981269/+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 1119248] Re: [SRU] nova does not set container_format when snapshotting instance with ref image deleted

2013-04-17 Thread Chris J Arges
** Tags added: cts-cloud-review

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

Title:
  [SRU] nova does not set container_format when snapshotting instance
  with ref image deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1119248/+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 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2013-04-17 Thread DocJ
It affects me too, but the last 20 times I clicked on this link ( This
bug affects 119 people. Does this bug affect you? Edit ) since
yesterday, it gives me a time out error, please try again in a few
minutes

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

Title:
  Network is brought down before network filesystems are unmounted (CIFS
  timeout at shutdown)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/211631/+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 1029977] Re: dnsmasq-base should ship the dnsmasq dbus configuration file

2013-04-17 Thread Mark Russell
Looks good to me.  The version of dnsmasq-base in proposed starts
dnsmasq correctly with 'sudo dnsmasq --enable-dbus'.

** 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 dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1029977

Title:
  dnsmasq-base should ship the dnsmasq dbus configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1029977/+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 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Stefan Bühler
Same at me. Has somebody a workaround?
Description:Ubuntu 12.10
Release:12.10

munin:
  Installed: 2.0.2-1ubuntu2.2
  Candidate: 2.0.2-1ubuntu2.2
  Version table:
 *** 2.0.2-1ubuntu2.2 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ quantal-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.0.2-1ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages

Thx
St

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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


[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
  User tutorial - rename to “Using Juju”
  Charms
  Implicit relations
  Machine Constraints
  Exposing a service
  EC2 provider configuration - all the provider stuff should be in one section
  Local provider configuration
  OpenStack provider configuration
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
+ Reference Guide
+   Full table of all charm attributes
+   Full table of all juju commands
+   example: http://developer.android.com/reference/packages.html
+ 
  Evaluate for removal:
  About juju - remove.
  Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
  juju modules
  Implementation details - appendix
  Drafts - REMOVE.
  Glossary -appendix
  Commands to work with relation settings and membership
  Upgrades - both?
  Charm Upgrades
  Operating Systems - appendix stuff
  Relation references - appendix stuff
  New relation-ids hook command -?
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
- creating relations
- removing relations
+ creating relations
+ removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 
configuration.yaml  juju set
    i. https://juju.ubuntu.com/docs/service-config.html
  
  1.[user] Scaling services
  1. [user] Debugging deployment - debug logs and friends
  1. [user] Advanced topics (deploy-to, jitsu and friends)
    -need to confirm how plug-in model is in Juju 2.0
  
  1- New Charm Author
  Review https://juju.ubuntu.com/docs/write-charm.html
  
  1. Submitting your first contribution to a charm
  1. Writing a new charm from scratch.
    i. https://juju.ubuntu.com/docs/write-charm.html
    a. charm tools
    a. meta-data/readme/licensing/examples/description/how to use/why to use 
from Ops or Dev perspective
    a. Hooks
    a. relations
   i. interface
   i. requires
    a. testing
  1. Publishing to the Juju Charm Store
  1. How to improve your charm using community quality ratings 
(https://juju.ubuntu.com/docs/charm-quality.html):
  a. Reliability
  b. Security
  c. Flexible
  d. Handle Data
  e. Scalability
  f. Ease of deployment
  g. Responsive to devops needs
  h. Upstream-friendly.
  1. Getting your work peer reviewed
  1. Charm Debugging

-- 
Improve Juju Documentation

Re: [Bug 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Chris Bergstresser
On Wed, Apr 17, 2013 at 12:00 PM, Stefan Bühler
stefan.bueh...@mailcarrier.ch wrote:
 Same at me. Has somebody a workaround?

   Nope.  If you find one, let me know.

-- Chris

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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


[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
- User tutorial - rename to “Using Juju”
+Local provider configuration
+OpenStack provider configuration
+EC2 provider configuration - all the provider stuff should be in one 
section
+All provider configs here
+Deploying a Charm
+Exposing A charm
+Implicit Relations
+Machine Constraints
+  * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
  Charms
- Implicit relations
- Machine Constraints
- Exposing a service
- EC2 provider configuration - all the provider stuff should be in one section
- Local provider configuration
- OpenStack provider configuration
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
  Reference Guide
-   Full table of all charm attributes
-   Full table of all juju commands
-   example: http://developer.android.com/reference/packages.html
+   Full table of all charm attributes
+   Full table of all juju commands
+   example: http://developer.android.com/reference/packages.html
  
  Evaluate for removal:
  About juju - remove.
  Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
  juju modules
  Implementation details - appendix
  Drafts - REMOVE.
  Glossary -appendix
  Commands to work with relation settings and membership
  Upgrades - both?
  Charm Upgrades
  Operating Systems - appendix stuff
  Relation references - appendix stuff
  New relation-ids hook command -?
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
  creating relations
  removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 
configuration.yaml  juju set
    i. https://juju.ubuntu.com/docs/service-config.html
  
  1.[user] Scaling services
  1. [user] Debugging deployment - debug logs and friends
  1. [user] Advanced topics (deploy-to, jitsu and friends)
    -need to confirm how plug-in model is in Juju 2.0
  
  1- New Charm Author
  Review https://juju.ubuntu.com/docs/write-charm.html
  
  1. Submitting your first contribution to a charm
  1. Writing a new charm from scratch.
    i. https://juju.ubuntu.com/docs/write-charm.html
    a. charm tools
    a. meta-data/readme/licensing/examples/description/how to use/why to use 
from Ops or Dev perspective
    a. Hooks
    a. relations
   i. interface
   i. requires
    a. testing
  1. Publishing to the Juju Charm 

[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
-Local provider configuration
-OpenStack provider configuration
-EC2 provider configuration - all the provider stuff should be in one 
section
-All provider configs here
-Deploying a Charm
-Exposing A charm
-Implicit Relations
-Machine Constraints
-  * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
+Providers:
+    Local provider configuration
+    OpenStack provider configuration
+    EC2 provider configuration
+Rackspace
+New Providers
+    Deploying a Charm
+    Exposing A charm
+    Implicit Relations
+    Machine Constraints
+  * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
  Charms
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
  Reference Guide
    Full table of all charm attributes
    Full table of all juju commands
    example: http://developer.android.com/reference/packages.html
+   Glossary -appendix
+   Operating Systems - appendix stuff
+   Relation references - appendix stuff
  
  Evaluate for removal:
- About juju - remove.
- Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
- juju modules
- Implementation details - appendix
- Drafts - REMOVE.
- Glossary -appendix
- Commands to work with relation settings and membership
- Upgrades - both?
- Charm Upgrades
- Operating Systems - appendix stuff
- Relation references - appendix stuff
- New relation-ids hook command -?
+ -move-
+  About juju - *move to juju.ubuntu.com.
+ -delete-
+ Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
+ juju modules - remove Juju core specific
+ Drafts - REMOVE.
+ -content should be covered-
+ Implementation details - (should be in reference guide for charm 
attributes)
+ Commands to work with relation settings and membership (be sure to cover 
in charm author)
+ Upgrades - both (be sure how to implement charm upgrade hooks are covered 
in charm author)
+ Charm Upgrades (be sure to be covered in Charm Users: deployment)
+ New relation-ids hook command -(should be covered in charm author)
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
  creating relations
  removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 
configuration.yaml  

[Blueprint servercloud-1303-juju-docs] Improve Juju Documentation

2013-04-17 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Whiteboard changed:
  --- UDS 1303 Discussion ---
  PAD URL:  http://pad.ubuntu.com/uds-1303-servercloud-1303-juju-docs
    -Leave behind RST!
    -pandoc doesn't support some of the newer HTML5 elements (asides, etc)
    HTML5 w/ JavaScript it is!
    -Make sure juju.ubuntu.com landing page tell Juju story well (what is it, 
why should I use it)
    -Dynamic Content
  -Screencasts
  -Code Examples
  -Better references in sidbars with improved navigation
  -Annotate Juju deploy command
  -Annootate Juju GUI deploy
  -Annotate anatomoy of a charm
  
  --- Ideas ---
  Good examples:
   *stripe.com (https://stripe.com/docs)
     -good journeys
     -not overwhelming
   *http://developer.android.com/sdk/index.html
     -ttp://developer.android.com/tools/workflow/index.html
  
  Would like to have good sidebar notes, screen shots, tips, and examples.
  
  Would like to have knowledge of what I am at in a journey
    *Getting Started (Juju deploy)
    *Charm Development
    *Charm Deployment
    *Charm Discovery
    *Charm Debugging
  
  Model magazines
    *Wired
    *Linux Format
    *Content rich
  
  Need version control
  Want Markdown not RST
  Get rid of anything marked draft
  Need organization of what we currently have.
  Evaluate Pandoc instead of Sphinx
  Discuss GUI and Charm Browser
  
  --- Immediate Needs ---
  Verify the usability of docs (are the instructions correct).
  Identify a model for the docs (framework)
    *Not docbook - too complicated and print-biased
    *Sphinx? Needed since core is now Go?
    *Something markdown based?
    *simple HTML5?
  Milestone
    *13.04 default for Go
    *How to use it
    *Transition
  -Differences
  -Py and Go living together
  
  --- Organization ---
  
  juju users:
  Getting started
-Providers:
     Local provider configuration
     OpenStack provider configuration
     EC2 provider configuration
-Rackspace
-New Providers
+    Rackspace
+    New Providers
     Deploying a Charm
     Exposing A charm
     Implicit Relations
     Machine Constraints
   * User tutorial - rename to “Using Juju” (should be embeddedd per topic)
  Charms
  The Juju Charm Store (for users)
  Handling common errors
  
  charm authors:
  Writing a charm
  The Juju Charm Store
  Charm Testing
  Hook debugging
  Charm Store Policy
  Charm Quality Rating
  Debugging
  
  Reference Guide
    Full table of all charm attributes
    Full table of all juju commands
    example: http://developer.android.com/reference/packages.html
-   Glossary -appendix
-   Operating Systems - appendix stuff
-   Relation references - appendix stuff
+   Glossary -appendix
+   Operating Systems - appendix stuff
+   Relation references - appendix stuff
  
  Evaluate for removal:
  -move-
-  About juju - *move to juju.ubuntu.com.
+  About juju - *move to juju.ubuntu.com.
  -delete-
- Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
- juju modules - remove Juju core specific
- Drafts - REMOVE.
+ Frequently Asked Questions - DELETE THIS, link to autogenerated FAQ at AU.
+ juju modules - remove Juju core specific
+ Drafts - REMOVE.
  -content should be covered-
- Implementation details - (should be in reference guide for charm 
attributes)
- Commands to work with relation settings and membership (be sure to cover 
in charm author)
- Upgrades - both (be sure how to implement charm upgrade hooks are covered 
in charm author)
- Charm Upgrades (be sure to be covered in Charm Users: deployment)
- New relation-ids hook command -(should be covered in charm author)
+ Implementation details - (should be in reference guide for charm 
attributes)
+ Commands to work with relation settings and membership (be sure to cover 
in charm author)
+ Upgrades - both (be sure how to implement charm upgrade hooks are covered 
in charm author)
+ Charm Upgrades (be sure to be covered in Charm Users: deployment)
+ New relation-ids hook command -(should be covered in charm author)
  
  # Documentation Framework (Courseware)
  
  https://juju.ubuntu.com/docs/charm.html
  -Make sure to review the docs point, and have a corrolation betweeen user 
jouneys and screen casts.
  - Put screen cast in docs
  -screen casets and docs should reference each other.
  
  0 -- New to Juju
  1. [user] Installing and configurating Juju
   i. https://juju.ubuntu.com/docs/getting-started.html
   1. Charm Introduction
     i. https://juju.ubuntu.com/docs/charm.html
  1. Charm Discovery/ Charm Store
    i https://juju.ubuntu.com/docs/charm-store.html
  1. [user] Deploying your first charm (include constraints)
   i. https://juju.ubuntu.com/docs/user-tutorial.html
  
  1. [user] How to use relations
  creating relations
  removing relations
  1. [user] Service configuration/Lifecycle managment: Using the 

[Bug 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Stefan Bühler
Hi Chris
I've compare the /var/lib/munin/htmlconf.storable between the package of ubuntu 
12.10 and debian squeeze.
Ubuntu is writing fals url:

Ubuntu:
 /var/www/munin/apache-month.html^@^@^@^Nfilename-month
^_/var/www/munin/apache-week.html^@^@^@^Mfilename-week^D^B^@^@^@^C^D^C^@^@^@^C^D^B^@^@^@^A^D^C^@^@^@!
T/cgi-bin/munin-cgi-graph/domain.net/srv1.domain.net/apache_accesses-year.png^@^@^@^Hcimgyear
S/cgi-bin/munin-cgi-graph/domain.net/srv1.domain.net/apache_accesses-day.png^@^@^@^Gcimgday
U/cgi-bin/munin-cgi-graph/domain.net/srv1.domain.net/apache_accesses-month.png^@^@^@
cimgmonth

Debian:
7../../domain.net/srv1.domain.net/apache_accesses-year.png^@^@^@^Hcimgyear  
  ^@^@^A^X^@^@^@^Mimgweekheight
6../../domain.net/srv1.domain.net/apache_accesses-day.png^@^@^@^Gcimgday
8../../domain.net/srv1.domain.net/apache_accesses-month.png^@^@^@ cimgmonth
�../../static/dynazoom.html?cgiurl_graph=/munin-cgi/munin-cgi-graphplugin_na=domain.net/srv1.domain.net/apache_accessessize_x=800size_y=400start_epoch=1363366294stop_epoch=1366217494^@^@^@
   $
7../../domain.net/srv1.domain.net/apache_accesses-week.png^@^@^@^Hcimgweek

That's the problem.
Which file creates the htmlconf.storable?

Stefan

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2013-04-17 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04 (LP: 
#1081391): POSTPONED
  [andreserl] SRU django 1.4 prefetch_related to 1.3 for 12.04 (LP: #1081388): 
DONE
  [andreserl] SRU django 1.4 upstream bug bug 15496 to 12.04 (LP: #1081392): 
DONE
- [andreserl] SRU 12.10-stabilization to Quantal: INPROGRESS
- [andreserl] SRU 12.10-stabilization to Precise: INPROGRESS
+ [andreserl] SRU 12.10-stabilization to Quantal: DONE
+ [andreserl] SRU 12.10-stabilization to Precise: DONE
  [andreserl] SRU python-tx-tftp (0.1~bzr31-0ubuntu7) to Quantal (LP: 
#1068843): DONE
  [andreserl] SRU python-tx-tftp to Precise: DONE
  [andreserl] SRU yui3 to Precise (LP: #1084141): POSTPONED
  [andreserl] SRU libjs-raphael to Precise (LP: #1084146): POSTPONED
  [andreserl] SRU isc-dhcp apparmor fixes from quantal to precise (LP: 
#1049177): DONE
  [andreserl] SRU Raring features to Quantal: BLOCKED
  [andreserl] SRU Raring features to Precise: BLOCKED
  [andreserl] Bug #1073462 fence_cdu power type is missing: DONE
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: DONE
  [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
  [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
TODO
  [maas-maintainers] Bug #975454complete documentation and man pages: 
DONE
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: DONE
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

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


[Blueprint servercloud-r-maas-next-steps] MAAS next steps

2013-04-17 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Work items changed:
  Work items:
  [andreserl] SRU django 1.4 GenericIpAddressField to 1.3 for 12.04 (LP: 
#1081391): POSTPONED
  [andreserl] SRU django 1.4 prefetch_related to 1.3 for 12.04 (LP: #1081388): 
DONE
  [andreserl] SRU django 1.4 upstream bug bug 15496 to 12.04 (LP: #1081392): 
DONE
  [andreserl] SRU 12.10-stabilization to Quantal: DONE
  [andreserl] SRU 12.10-stabilization to Precise: DONE
  [andreserl] SRU python-tx-tftp (0.1~bzr31-0ubuntu7) to Quantal (LP: 
#1068843): DONE
  [andreserl] SRU python-tx-tftp to Precise: DONE
  [andreserl] SRU yui3 to Precise (LP: #1084141): POSTPONED
  [andreserl] SRU libjs-raphael to Precise (LP: #1084146): POSTPONED
  [andreserl] SRU isc-dhcp apparmor fixes from quantal to precise (LP: 
#1049177): DONE
  [andreserl] SRU Raring features to Quantal: BLOCKED
  [andreserl] SRU Raring features to Precise: BLOCKED
  [andreserl] Bug #1073462 fence_cdu power type is missing: DONE
  [andreserl] Bug #1064224 IPMI detection ends up with power_address of 
0.0.0.0: DONE
- [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: TODO
- [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
TODO
+ [andreserl] Bug #1064527 detect_ipmi needs improvement. detects non-existant 
device in nested kvm: DONE
+ [andreserl] maas-ipmi-autodetect and maas-signal should be shipped with MAAS: 
POSTPONED
  [maas-maintainers] Bug #975454complete documentation and man pages: 
DONE
  [maas-maintainers] Bug #1044503   kernel command line is not easily 
customizable: DONE
  [maas-maintainers] Bug #1066775   Main page slow to load with many nodes: 
DONE
  [maas-maintainers] Bug #1068843   maas-cluster-controller doesn't have 
images for provisioning: DONE
  [maas-maintainers] Bug #1069734   Filestorage is unique to each appserver 
instance: DONE
  [maas-maintainers] Bug #1069850   import_pxe_files does not include 
quantal: DONE
  [maas-maintainers] Bug #1070522   maas-cli nodes new incomplete 
documentation: DONE
  [maas-maintainers] Bug #1070765   DNS forward zone ends up with 
nonsensical entries: DONE
  [maas-maintainers] Bug #1070774   The hostname of a node can still be 
changed once the node is in use: DONE
  [maas-maintainers] Bug #1070775   The zone name (attached to a cluster 
controller) can still be changed when it contains in-use nodes and DNS is 
managed.: DONE
  [maas-maintainers] Bug #1075597   Duplicated prefix in the url used by 
the CLI: DONE
  [maas-maintainers] Bug #1034318   API calls that return a node leak 
private data: DONE
  [maas-maintainers] Bug #1059645   URI in API description wrong when 
accessing machine via alternative interface: DONE
  [maas-maintainers] Bug #1069603   Error in log when using 'Start node' 
button: MAASAPINotFound: No user data available for this node.: DONE
  [maas-maintainers] define supported release combination matrix: TODO

-- 
MAAS next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-maas-next-steps

-- 
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 886426] Re: snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

2013-04-17 Thread Andreas Schiermeier
** Bug watch added: Debian Bug tracker #668545
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668545

** Also affects: net-snmp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668545
   Importance: Unknown
   Status: Unknown

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

Title:
  snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/886426/+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 886426] Re: snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

2013-04-17 Thread Andreas Schiermeier
This bug is fixed in Debian. Is it possible to port the fix to lucid?

** Description changed:

  The init script for snmpd should check the $SNMPDRUN and $TRAPDRUN
  variables before returning the status
  
  Example:
  
  
  SNMPDRUN=yes
  TRAPDRUN=no
  
  root@hydralisk:~# service snmpd status
-  * snmpd is running
-  * snmptrapd is not running
+  * snmpd is running
+  * snmptrapd is not running
  
  snmptrapd should not return status if TRAPDRUN=no and vice versa

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

Title:
  snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/886426/+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 1119792] Re: Munin does not generate the correct URL in munin-cgi-html

2013-04-17 Thread Stefan Bühler
Hi all
remove the /usr/share/munin/munin-html and add the file attached.

Stefan

** Attachment added: munin-html
   
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1119792/+attachment/3646781/+files/munin-html

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

Title:
  Munin does not generate the correct URL in munin-cgi-html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1119792/+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 886426] Re: snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

2013-04-17 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: Unknown = Fix Released

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

Title:
  snmpd init status script doesn't check $SNMPDRUN or $SNMPDRUN

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/886426/+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 1165461] Re: pam_winbind offline logon does not work in 12.04

2013-04-17 Thread Giuseppe Paterno'
I'm not in charge of the bug, but  if your problem is missing passwd 
information, then the behavior of PAM  might be correct.
PAM is supposed to handle authentication only, NSS is the responsible part of 
getting user's info.
You might have a closer look to:
a) nscd, to cache users' info
b) SSSD (System Security Services Daemon), that is included in Ubuntu, to allow 
NSS information to be propagated and locally cached.
My eur 0.01

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

Title:
  pam_winbind offline logon does not work in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1165461/+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 1170107] [NEW] python3-pyparsing is an empty package

2013-04-17 Thread Julian Taylor
Public bug reported:

python3-pyparsing in raring does not contain pyparsing.py:

$ dpkg -L python3-pyparsing 
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/python3-pyparsing
/usr/share/doc/python3-pyparsing/changelog.Debian.gz
/usr/share/doc/python3-pyparsing/copyright
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/pyparsing-1.5.7.egg-info

this is a regression from quantal

** Affects: pyparsing (Ubuntu)
 Importance: High
 Status: New


** Tags: raring

** Tags added: raring

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

Title:
  python3-pyparsing is an empty package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/1170107/+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 1124384] Re: reload-configuration can confuse upstart

2013-04-17 Thread Colin Watson
16:54 cjwatson jodh: I *think* I may see the general structure of what's 
going on here
16:54 cjwatson jodh: This debugging should make it about as clear to you as 
it is to me so far, I think
16:54 cjwatson 7init: conf_load_path_with_override: Loading configuration 
file /etc/init/rc-sysinit.conf
16:54 cjwatson ...
16:54 cjwatson 7init: conf_file_destroy: Destroyed unused job rc-sysinit
16:54 cjwatson 7init: event_unblock: name: 'filesystem', new blockers: 3
16:55 cjwatson jodh: When we tear down the old job, we end up unreferencing 
and destroying the event operators it refers to, at least enough to cause them 
to decrement various event-blockers
16:56 cjwatson jodh: So the 'filesystem' event ends up entering the finished 
state far too early because it's been wrongly unblocked
17:08 jodh cjwatson: gotcha - that is indeed subtle. Could be an interesting 
one to fix too ;)
17:10 cjwatson jodh: My feeling is that the nih_free in conf_file_destroy 
needs to be something more careful involving keeping references
17:10 cjwatson jodh: But that also perhaps job_class_reconsider shouldn't 
replace a job that has events that are blocking some other event?  I'm not 
quite sure, I don't know the structures quite well enough
17:10 cjwatson jodh: Is that enough to get you going for now though?
17:11 jodh cjwatson: sure is - thanks!!

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

Title:
  reload-configuration can confuse upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1124384/+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 1170107] Re: python3-pyparsing is an empty package

2013-04-17 Thread Julian Taylor
** Branch linked: lp:~jtaylor/ubuntu/raring/pyparsing/fix-py3-package

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

Title:
  python3-pyparsing is an empty package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/1170107/+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 1170107] Re: python3-pyparsing is an empty package

2013-04-17 Thread Launchpad Bug Tracker
This bug was fixed in the package pyparsing - 1.5.7+dfsg1-0ubuntu2

---
pyparsing (1.5.7+dfsg1-0ubuntu2) raring; urgency=low

  * add python{,3}-all build dependencies
  * debian/rules: fix empty python3 package (LP: #1170107)
pyparsing does not ship a pregenerated py3 version so we have
to do it ourselves with 2to3 and sed
  * add autopkgtests
 -- Julian Taylor jtay...@ubuntu.com   Wed, 17 Apr 2013 22:56:49 +0200

** Changed in: pyparsing (Ubuntu)
   Status: New = Fix Released

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

Title:
  python3-pyparsing is an empty package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyparsing/+bug/1170107/+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 791747] Re: Cannot add keys from PKCS#11 provider

2013-04-17 Thread Hồng Quân
To me, the solution at comment 4 works.
How to disable GNOME Keyring: SSH Agent: 
http://dtek.net/blog/how-stop-gnome-keyring-clobbering-opensshs-ssh-agent-ubuntu-1204

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

Title:
  Cannot add keys from PKCS#11 provider

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