[Bug 1532615] [NEW] etckeeper init is not executed on initial install

2016-01-10 Thread Nobuto Murata
Public bug reported:

etckeeper on xenial does not kick initial commit on its fresh install.
It seems ubuntu patch has debian/etckeeper.postinst over debian/postinst
which has a logic to kick `etckeeper init`.

$ ls -1 etckeeper-1.18.1*/debian/*postinst
etckeeper-1.18.1/debian/postinst
etckeeper-1.18.1ubuntu2/debian/etckeeper.postinst
etckeeper-1.18.1ubuntu2/debian/postinst

[etckeeper-1.18.1ubuntu2/debian/postinst]
 80 if [ "$2" = "" ] && [ -e "/etc/etckeeper/etckeeper.conf" ]; then
 81 # Fresh install.
 82 . /etc/etckeeper/etckeeper.conf || true
 83 if [ -n "$VCS" ] && [ -x "`which $VCS 2>/dev/null`" ]; 
then
 84 if etckeeper init; then
 85 if ! etckeeper commit "Initial commit"; 
then
 86 echo "etckeeper commit failed; 
run it by hand" >&2
 87 fi
 88 else
 89 echo "etckeeper init failed; run it by 
hand" >&2
 90 fi
 91 else
 92 echo "etckeeper init not ran as $VCS is not 
installed" >&2
 93 fi
 94 fi

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: etckeeper 1.18.1ubuntu2
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 11 06:20:50 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-01-09 (1 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160108)
PackageArchitecture: all
SourcePackage: etckeeper
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  etckeeper init is not executed on initial install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1532615/+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 1532615] Re: etckeeper init is not executed on initial install

2016-01-10 Thread Nobuto Murata
Attached debdiff fixes the issue by properly merging ubuntu's preinst
and postinst with the original ones.

** Changed in: etckeeper (Ubuntu)
   Status: New => In Progress

** Changed in: etckeeper (Ubuntu)
 Assignee: (unassigned) => Nobuto Murata (nobuto)

** Patch added: "etckeeper_xenial.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1532615/+attachment/4547677/+files/etckeeper_xenial.debdiff

** Changed in: etckeeper (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  etckeeper init is not executed on initial install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1532615/+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 1481216] Re: unreadable text color in confirmation dialog with ubuntu theme

2015-08-17 Thread Nobuto Murata
** Tags added: cpec

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

Title:
  unreadable text color in confirmation dialog with ubuntu theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+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 1484022] [NEW] please pick os-endpoint-type fix for Kilo

2015-08-12 Thread Nobuto Murata
Public bug reported:

With 0.3.0-0ubuntu1~cloud0 from trusty-kilo repo, --os-endpoint-type
will be ignored. If the client has no connectivity to the public
endpoint, heatclient just gets timeout.

This issue was fixed in 0.4.0
https://bugs.launchpad.net/python-heatclient/+bug/1422487
https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=4cda08d91c6344770819df48d5be855590e592f0

Please pick the fix for python-client in Kilo(the latest stable)
repository.

** Affects: cloud-archive
 Importance: Undecided
 Status: New

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

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  please pick os-endpoint-type fix for Kilo

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1484022/+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 1481216] [NEW] unreadable text color in confirmation dialog with ubuntu theme

2015-08-04 Thread Nobuto Murata
Public bug reported:

The same symptom appeared as LP: #1308651.

When deleting an instance or other resources, confirmation dialog will
be shown up. Background color and text color of confirm button are
orange/orange. Firefox calculated css rules are as follows (color:
#DD4814, background-color: #DD4814).

element {

}
a, a:link, a:visited {

color: #DD4814;

}
.btn-primary {

background: #DD4814 none repeat scroll 0% 0%;
border-color: #C64012;

}
.btn-primary {

color: #FFF;
background-color: #428BCA;
border-color: #357EBD;

}
.btn {

display: inline-block;
margin-bottom: 0px;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 13px;
line-height: 1.42857;
border-radius: 4px;
-moz-user-select: none;

}
snip


$ apt-cache policy openstack-dashboard-ubuntu-theme 
openstack-dashboard-ubuntu-theme:
  Installed: 1:2015.1.0-0ubuntu1~cloud0
  Candidate: 1:2015.1.0-0ubuntu1~cloud0
  Version table:
 *** 1:2015.1.0-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
trusty-updates/kilo/main amd64 Packages
100 /var/lib/dpkg/status
 1:2014.1.5-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
 1:2014.1.2-0ubuntu1.1 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
 1:2014.1-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Affects: cloud-archive
 Importance: Undecided
 Status: New

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

** Description changed:

  The same symptom appeared as LP: #1308651.
  
  When deleting an instance or other resources, confirmation dialog will
  be shown up. Background color and text color of confirm button are
  orange/orange. Firefox calculated css rules are as follows (color:
  #DD4814, background-color: #DD4814).
  
- 
  element {
  
  }
  a, a:link, a:visited {
  
- color: #DD4814;
+ color: #DD4814;
  
  }
  .btn-primary {
  
- background: #DD4814 none repeat scroll 0% 0%;
- border-color: #C64012;
+ background: #DD4814 none repeat scroll 0% 0%;
+ border-color: #C64012;
  
  }
  .btn-primary {
  
- color: #FFF;
- background-color: #428BCA;
- border-color: #357EBD;
+ color: #FFF;
+ background-color: #428BCA;
+ border-color: #357EBD;
  
  }
  .btn {
  
- display: inline-block;
- margin-bottom: 0px;
- font-weight: normal;
- text-align: center;
- vertical-align: middle;
- cursor: pointer;
- background-image: none;
- border: 1px solid transparent;
- white-space: nowrap;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857;
- border-radius: 4px;
- -moz-user-select: none;
+ display: inline-block;
+ margin-bottom: 0px;
+ font-weight: normal;
+ text-align: center;
+ vertical-align: middle;
+ cursor: pointer;
+ background-image: none;
+ border: 1px solid transparent;
+ white-space: nowrap;
+ padding: 6px 12px;
+ font-size: 13px;
+ line-height: 1.42857;
+ border-radius: 4px;
+ -moz-user-select: none;
  
  }
  snip
+ 
+ 
+ $ apt-cache policy openstack-dashboard-ubuntu-theme 
+ openstack-dashboard-ubuntu-theme:
+   Installed: 1:2015.1.0-0ubuntu1~cloud0
+   Candidate: 1:2015.1.0-0ubuntu1~cloud0
+   Version table:
+  *** 1:2015.1.0-0ubuntu1~cloud0 0
+ 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
trusty-updates/kilo/main amd64 Packages
+ 100 /var/lib/dpkg/status
+  1:2014.1.5-0ubuntu2 0
+ 500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
+  1:2014.1.2-0ubuntu1.1 0
+ 500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
+  1:2014.1-0ubuntu1 0
+ 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  unreadable text color in confirmation dialog with ubuntu theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+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 1481216] Re: unreadable text color in confirmation dialog with ubuntu theme

2015-08-04 Thread Nobuto Murata
Screenshot.

** Attachment added: unreadable_text.png
   
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+attachment/4438782/+files/unreadable_text.png

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

Title:
  unreadable text color in confirmation dialog with ubuntu theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1481216/+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 1444037] Re: juju-core 1.22.1 is not packaged in Ubuntu

2015-06-30 Thread Nobuto Murata
*** This bug is a duplicate of bug 1469744 ***
https://bugs.launchpad.net/bugs/1469744

It looks like this bug is superseded by LP: #1469744

** This bug has been marked a duplicate of bug 1469744
   [needs-packaging] 1.22.6 is not packaged in trusty

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

Title:
  juju-core 1.22.1 is not packaged in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1444037/+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 1459046] Re: nova-* services do not start if rsyslog is not yet started

2015-06-18 Thread Nobuto Murata
** Also affects: nova
   Importance: Undecided
   Status: New

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

Title:
  nova-* services do not start if rsyslog is not yet started

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1459046/+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 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-09 Thread Nobuto Murata
** Package changed: python-flake8 (Ubuntu) = pep8 (Ubuntu)

** No longer affects: python-hacking (Ubuntu)

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

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

Title:
  AttributeError: 'Checker' object has no attribute 'blank_before'

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1429521/+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 1356208] Re: groups syntax broken

2015-05-31 Thread Nobuto Murata
Bug: #1354694 with a patch attached looks similar.

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

Title:
  groups syntax broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1356208/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-03-30 Thread Nobuto Murata
Right. v2 patch is in the sponsor queue and waiting for a sponsor at this
moment.
http://reqorts.qa.ubuntu.com/reports/sponsoring/

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-09 Thread Nobuto Murata
ah, the traceback occurs only if python3-hacking package is installed.

** Description changed:

- python3-flake8 always returns AttributeError: 'Checker' object has no
- attribute 'blank_before'.
+ If python3-hacking package is installed, python3-flake8 always returns
+ AttributeError: 'Checker' object has no attribute 'blank_before'.
  
- $ cat foo.py 
+ $ cat foo.py
  #!/usr/bin/python3
  
  pass
  
  $ python3 -m flake8 -vv foo.py
  checking foo.py
  pass
  Traceback (most recent call last):
-   File /usr/lib/python3.4/runpy.py, line 170, in _run_module_as_main
- __main__, mod_spec)
-   File /usr/lib/python3.4/runpy.py, line 85, in _run_code
- exec(code, run_globals)
-   File /usr/lib/python3/dist-packages/flake8/__main__.py, line 4, in 
module
- main()
-   File /usr/lib/python3/dist-packages/flake8/main.py, line 32, in main
- report = flake8_style.check_files()
-   File /usr/lib/python3/dist-packages/pep8.py, line 1624, in check_files
- runner(path)
-   File /usr/lib/python3/dist-packages/flake8/engine.py, line 83, in 
input_file
- return fchecker.check_all(expected=expected, line_offset=line_offset)
-   File /usr/lib/python3/dist-packages/pep8.py, line 1393, in check_all
- self.check_logical()
-   File /usr/lib/python3/dist-packages/pep8.py, line 1327, in check_logical
- for result in self.run_check(check, argument_names):
-   File /usr/lib/python3/dist-packages/pep8.py, line 1256, in run_check
- arguments.append(getattr(self, name))
+   File /usr/lib/python3.4/runpy.py, line 170, in _run_module_as_main
+ __main__, mod_spec)
+   File /usr/lib/python3.4/runpy.py, line 85, in _run_code
+ exec(code, run_globals)
+   File /usr/lib/python3/dist-packages/flake8/__main__.py, line 4, in 
module
+ main()
+   File /usr/lib/python3/dist-packages/flake8/main.py, line 32, in main
+ report = flake8_style.check_files()
+   File /usr/lib/python3/dist-packages/pep8.py, line 1624, in check_files
+ runner(path)
+   File /usr/lib/python3/dist-packages/flake8/engine.py, line 83, in 
input_file
+ return fchecker.check_all(expected=expected, line_offset=line_offset)
+   File /usr/lib/python3/dist-packages/pep8.py, line 1393, in check_all
+ self.check_logical()
+   File /usr/lib/python3/dist-packages/pep8.py, line 1327, in check_logical
+ for result in self.run_check(check, argument_names):
+   File /usr/lib/python3/dist-packages/pep8.py, line 1256, in run_check
+ arguments.append(getattr(self, name))
  AttributeError: 'Checker' object has no attribute 'blank_before'
  
- ProblemType: Bug
- DistroRelease: Ubuntu 15.04
+ ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: python3-flake8 2.2.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  8 15:15:00 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-02-28 (7 days ago)
- InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150228)
- SourcePackage: python-flake8
+ InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 
(20150228)SourcePackage: python-flake8
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  If python3-hacking package is installed, python3-flake8 always returns
  AttributeError: 'Checker' object has no attribute 'blank_before'.
  
  $ cat foo.py
  #!/usr/bin/python3
  
  pass
  
  $ python3 -m flake8 -vv foo.py
  checking foo.py
  pass
  Traceback (most recent call last):
    File /usr/lib/python3.4/runpy.py, line 170, in _run_module_as_main
  __main__, mod_spec)
    File /usr/lib/python3.4/runpy.py, line 85, in _run_code
  exec(code, run_globals)
    File /usr/lib/python3/dist-packages/flake8/__main__.py, line 4, in 
module
  main()
    File /usr/lib/python3/dist-packages/flake8/main.py, line 32, in main
  report = flake8_style.check_files()
    File /usr/lib/python3/dist-packages/pep8.py, line 1624, in check_files
  runner(path)
    File /usr/lib/python3/dist-packages/flake8/engine.py, line 83, in 
input_file
  return fchecker.check_all(expected=expected, line_offset=line_offset)
    File /usr/lib/python3/dist-packages/pep8.py, line 1393, in check_all
  self.check_logical()
    File /usr/lib/python3/dist-packages/pep8.py, line 1327, in check_logical
  for result in self.run_check(check, argument_names):
    File /usr/lib/python3/dist-packages/pep8.py, line 1256, in run_check
  arguments.append(getattr(self, name))
  AttributeError: 'Checker' object has no attribute 'blank_before'
  
- ProblemType: BugDistroRelease: Ubuntu 15.04
+ ProblemType: Bug
+ DistroRelease: Ubuntu 15.04
  Package: python3-flake8 2.2.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Mar  8 15:15:00 2015
  

[Bug 1429521] [NEW] AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-07 Thread Nobuto Murata
Public bug reported:

python3-flake8 always returns AttributeError: 'Checker' object has no
attribute 'blank_before'.

$ cat foo.py 
#!/usr/bin/python3

pass

$ python3 -m flake8 -vv foo.py
checking foo.py
pass
Traceback (most recent call last):
  File /usr/lib/python3.4/runpy.py, line 170, in _run_module_as_main
__main__, mod_spec)
  File /usr/lib/python3.4/runpy.py, line 85, in _run_code
exec(code, run_globals)
  File /usr/lib/python3/dist-packages/flake8/__main__.py, line 4, in module
main()
  File /usr/lib/python3/dist-packages/flake8/main.py, line 32, in main
report = flake8_style.check_files()
  File /usr/lib/python3/dist-packages/pep8.py, line 1624, in check_files
runner(path)
  File /usr/lib/python3/dist-packages/flake8/engine.py, line 83, in input_file
return fchecker.check_all(expected=expected, line_offset=line_offset)
  File /usr/lib/python3/dist-packages/pep8.py, line 1393, in check_all
self.check_logical()
  File /usr/lib/python3/dist-packages/pep8.py, line 1327, in check_logical
for result in self.run_check(check, argument_names):
  File /usr/lib/python3/dist-packages/pep8.py, line 1256, in run_check
arguments.append(getattr(self, name))
AttributeError: 'Checker' object has no attribute 'blank_before'

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: python3-flake8 2.2.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
Uname: Linux 3.19.0-7-generic x86_64
ApportVersion: 2.16.2-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Mar  8 15:15:00 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-02-28 (7 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150228)
SourcePackage: python-flake8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  AttributeError: 'Checker' object has no attribute 'blank_before'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-flake8/+bug/1429521/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-03-05 Thread Nobuto Murata
** Changed in: etckeeper (Ubuntu Utopic)
   Status: Fix Committed = Confirmed

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-03-05 Thread Nobuto Murata
With a fresh install of etckeeper package from utopic-proposed,
autocommit happens successfully. However upgrading etckeeper package
from utopic to utopic-proposed does not recover executable permission.
It's still missing exec permission. Probably because it's a conffile and
hashsum is the same with or without executable permission.

This SRU fixes fresh install indeed, but I will attach take2 patches
to make sure upgrade users properly saved.

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-03-05 Thread Nobuto Murata
** Patch added: take2-utopic.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+attachment/4335264/+files/take2-utopic.debdiff

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

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-03-05 Thread Nobuto Murata
** Patch added: take2-vivid.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+attachment/4335263/+files/take2-vivid.debdiff

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1420647] Re: Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-02-20 Thread Nobuto Murata
@Robie,
 Is this issue fixed in Vivid? I'm not sure if this is what you mean by Ceph 
 upstream applied a new nofile limit(10x) to Giant+ releases (vivid in Ubuntu 
 repo). - has this fix landed in Vivid, or is it just upstream and expected 
 to land in Vivid?

This fix had already landed into vivid as a part of a new upstream release at 
0.87-0ubuntu1/vivid.
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/ceph/vivid/revision/63#src/upstart/ceph-osd.conf

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

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

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1402657] Re: etckeeper doesn't commit. Missing executable permissions on /etc/etckeeper/commit.d/50vcs-commit

2015-02-14 Thread Nobuto Murata
looks like a regression at 1.11ubuntu1/utopic-proposed

tags: 1.11ubuntu1
snip
branch nick: utopic-proposed
timestamp: Wed 2014-06-04 10:27:24 +0200
message:
  * Merge from Debian unstable.  Remaining changes:
- commit.d/50vcs-commit: Avoid failure in initial commit if etckeeper is
  not installed from a tty (like early during installation).
- etckeeper.conf, debian/control: default to bzr
- etckeeper: Ensure that LANG is set, default to UTF8, necessary for bzr
  to function properly in non-interactive shells (eg, cron); user's local
  LANG will override if set.
- Makefile: Do not call the etckeeper.spec target in clean because it
  modifies the spec file instead of cleaning it.
- README: Update tutorial to use bzr.
diff:
=== modified file 'commit.d/50vcs-commit' (properties changed: +x to -x)


** Changed in: etckeeper (Ubuntu)
 Assignee: (unassigned) = Nobuto Murata (nobuto)

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

Title:
  etckeeper doesn't commit. Missing executable permissions on
  /etc/etckeeper/commit.d/50vcs-commit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1402657/+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 1385885] Re: etckeeper (with git) fails to commit any data on fresh utopic install

2015-02-14 Thread Nobuto Murata
*** This bug is a duplicate of bug 1402657 ***
https://bugs.launchpad.net/bugs/1402657

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug is a duplicate of bug #1402657, so it
is being marked as such. Please look at the other bug report to see if
there is any missing information that you can provide, or to see if
there is a workaround for the bug. Additionally, any further discussion
regarding the bug should occur in the other report. Feel free to
continue to report any other bugs you may find.

** This bug has been marked a duplicate of bug 1402657
   etckeeper doesn't commit. Missing executable permissions on 
/etc/etckeeper/commit.d/50vcs-commit

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

Title:
  etckeeper (with git) fails to commit any data on fresh utopic install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1385885/+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 1420647] [NEW] Please apply nofile limit fix of ceph-osd to trusty, utopic

2015-02-10 Thread Nobuto Murata
Public bug reported:

[Impact]
Without this nofile limit fix, large ceph cluster fails to start or stops 
handling requests.

[Fix]
Ceph upstream applied a new nofile limit(10x) to Giant+ releases (vivid in 
Ubuntu repo).
https://github.com/ceph/ceph/pull/2156/files

[Test case]
Check that new nofile ulimit is properly applied as 32768 - 327680:
$ cat /proc/$(pgrep -n ceph-osd)/limits | grep 'Max open files'

[Regression Potential]
minimal,
If we set 1M nofile ulimit, the daemon will fail to start due to the default 
fs.nr_open value. However this time, we will apply 0.3M which should not cause 
troubles.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ceph 0.80.7-0ubuntu0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Feb 11 07:14:43 2015
Ec2AMI: ami-0016
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.smallswap
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
ExecutablePath: /usr/bin/ceph-osd
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: ceph
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images trusty

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

Title:
  Please apply nofile limit fix of ceph-osd to trusty, utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1420647/+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 1420142] [NEW] uvt-kvm ssh fails with No such file or directory: u'/var/lib/libvirt/dnsmasq/default.leases'

2015-02-09 Thread Nobuto Murata
Public bug reported:

`uvt-kvm ssh --insecure VM` fails, but I can ssh to the VM using IP
address instead.

$ uvt-kvm create ssh-test release=trusty

$ uvt-kvm ssh --insecure  ssh-test 
Traceback (most recent call last):
  File /usr/bin/uvt-kvm, line 35, in module
uvtool.libvirt.kvm.main_cli_wrapper(sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/kvm.py, line 711, in 
main_cli_wrapper
main(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/kvm.py, line 706, in 
main
args.func(parser, args)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/kvm.py, line 582, in 
main_ssh
return ssh(name, login_name, args.ssh_arguments)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/kvm.py, line 467, in 
ssh
ips = name_to_ips(name)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/kvm.py, line 460, in 
name_to_ips
in (uvtool.libvirt.mac_to_ip(mac) for mac in macs)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/kvm.py, line 460, in 
genexpr
in (uvtool.libvirt.mac_to_ip(mac) for mac in macs)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/__init__.py, line 241, 
in mac_to_ip
with codecs.open(LIBVIRT_DNSMASQ_LEASE_FILE, 'r') as f:
  File /usr/lib/python2.7/codecs.py, line 878, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: 
u'/var/lib/libvirt/dnsmasq/default.leases'

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: uvtool-libvirt 0~bzr92-0ubuntu2
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Feb 10 16:45:32 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-02-09 (0 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Alpha amd64 (20150207)
PackageArchitecture: all
SourcePackage: uvtool
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  uvt-kvm ssh fails with No such file or directory:
  u'/var/lib/libvirt/dnsmasq/default.leases'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uvtool/+bug/1420142/+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 1385134] Re: CRITICAL glance [-] error: [Errno 24] Too many open files

2015-01-22 Thread Nobuto MURATA
ah, wonderful!

https://launchpad.net/ubuntu/+source/openstack-pkg-tools/21ubuntu2
 openstack-pkg-tools (21ubuntu2) vivid; urgency=medium
 
   * Add respawn directive to upstart template.
   * Increase default nofile limit to 65535/65535.

** Also affects: openstack-pkg-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: openstack-pkg-tools (Ubuntu)
   Status: New = 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/1385134

Title:
  CRITICAL glance [-] error: [Errno 24] Too many open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1385134/+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 1412831] Re: crm_mon crashed with SIGABRT in g_return_if_fail_warning()

2015-01-20 Thread Nobuto MURATA
** Information type changed from Private to Public

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

Title:
  crm_mon crashed with SIGABRT in g_return_if_fail_warning()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1412831/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2015-01-14 Thread Nobuto MURATA
maas 1.5.4+bzr2294-0ubuntu1.3 works for me. The permission is correctly
setup on install now.

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1403132] Re: hacluster default ports conflict between openstack charms

2014-12-16 Thread Nobuto MURATA
** Package changed: keystone (Ubuntu) = keystone (Juju Charms
Collection)

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

Title:
  hacluster default ports conflict between openstack charms

To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+source/cinder/+bug/1403132/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-10-20 Thread Nobuto MURATA
landed into utopic-proposed.
https://launchpad.net/ubuntu/+source/maas/1.7.0~beta7+bzr3266-0ubuntu1

** Changed in: maas (Ubuntu)
   Status: Fix Released = Fix Committed

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1379441] Re: installation fails when /var/cache/lxc is read-only

2014-10-10 Thread Nobuto MURATA
overlayfs, sound good. I will try it to see if it works for me without
patching.

** Patch removed: lxc_sru_trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+attachment/4229945/+files/lxc_sru_trusty.debdiff

** Patch removed: lxc_utopic.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+attachment/4229943/+files/lxc_utopic.debdiff

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

Title:
  installation fails when /var/cache/lxc is read-only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+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 1379441] [NEW] installation fails when /var/cache/lxc is read-only

2014-10-09 Thread Nobuto MURATA
Public bug reported:

I'm following this guide:
https://www.stgraber.org/2013/12/21/lxc-1-0-advanced-container-usage/
[quote]
Now restart “p1″ and you’ll see /var/cache/lxc in there, showing the same thing 
as you have on the host. Note that if you want the container to only be able to 
read the data, you can simply add “ro” as a mount flag in the fstab.
[/quote]

However lxc package installation fails when /var/cache/lxc is read-only.
Is it possible to mark chmod 700 /var/cache/lxc in postinst as
optional to allow read-only filesystem on /var/cache/lxc?

Steps to reproduce:
$ sudo lxc-create -t ubuntu-cloud -n bind-mount-ro-test -- --release trusty -S 
~/.ssh/id_rsa.pub

$ echo 'lxc.aa_profile = lxc-container-default-with-nesting' | sudo tee -a 
/var/lib/lxc/bind-mount-ro-test/config
$ echo 'lxc.mount.entry = /var/cache/lxc var/cache/lxc none bind,create=dir,ro' 
| sudo tee -a /var/lib/lxc/bind-mount-ro-test/config

[login to the container]
$ sudo apt-get install lxc
snip
Setting up lxc (1.0.5-0ubuntu0.1) ...
Setting up lxc dnsmasq configuration.
chmod: changing permissions of '/var/cache/lxc': Read-only file system
dpkg: error processing package lxc (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of lxc-templates:
 lxc-templates depends on lxc (= 0.8.0~rc1-4ubuntu43); however:
  Package lxc is not configured yet.

dpkg: error processing package lxc-templates (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 lxc
 lxc-templates

[lxc.postinst]
# Up to version 1.0.0~alpha2-0ubuntu4 lxc was installed world
# readable.  After that version if users want it that way for
# convenience, then that's fine.  But one time go ahead and
# forcibly change the permissions.
if dpkg --compare-versions $2 lt 1.0.0~alpha2-0ubuntu5; then
chmod 700 /var/lib/lxc
chmod 700 /var/cache/lxc
fi

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lxc 1.1.0~alpha1-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
Uname: Linux 3.16.0-18-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct 10 02:04:01 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-05-19 (143 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140518)
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug utopic

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

Title:
  installation fails when /var/cache/lxc is read-only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+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 1379441] Re: installation fails when /var/cache/lxc is read-only

2014-10-09 Thread Nobuto MURATA
** Patch added: lxc_utopic.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+attachment/4229943/+files/lxc_utopic.debdiff

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

Title:
  installation fails when /var/cache/lxc is read-only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+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 1379441] Re: installation fails when /var/cache/lxc is read-only

2014-10-09 Thread Nobuto MURATA
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Patch added: lxc_sru_trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+attachment/4229945/+files/lxc_sru_trusty.debdiff

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

Title:
  installation fails when /var/cache/lxc is read-only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1379441/+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 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-09 Thread Nobuto MURATA
It works as expected. Thanks.

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-09 Thread Nobuto MURATA
** Attachment added: pull-down.png
   
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+attachment/4230307/+files/pull-down.png

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-10-09 Thread Nobuto MURATA
** Attachment added: confirmation.png
   
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+attachment/4230308/+files/confirmation.png

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 1368737] Re: Pacemaker can seg fault on crm node online/standy

2014-09-25 Thread Nobuto MURATA
** Attachment added: pacemaker-fix-segv-verification.txt
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4214470/+files/pacemaker-fix-segv-verification.txt

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

Title:
  Pacemaker can seg fault on crm node online/standy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+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 1368737] Re: Pacemaker can seg fault on crm node online/standy

2014-09-25 Thread Nobuto MURATA
Hmm, I can get a crash file even with the PPA. I will upload a crash
file with retrace and procedure I tried. If you think it's an another
issue, I will open a new bug.

** Attachment added: _usr_lib_pacemaker_lrmd.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4214469/+files/_usr_lib_pacemaker_lrmd.0.crash

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

Title:
  Pacemaker can seg fault on crm node online/standy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+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 1368737] Re: Pacemaker can seg fault on crm node online/standy

2014-09-25 Thread Nobuto MURATA
Also, I used an attached juju bundle to create the testbed.

** Attachment added: keystone-ha-minimal.yaml
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+attachment/4215057/+files/keystone-ha-minimal.yaml

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

Title:
  Pacemaker can seg fault on crm node online/standy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1368737/+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 1353473] Re: Pacemaker crm node standby stops resource successfully, but lrmd still monitors it and causes Failed actions

2014-09-24 Thread Nobuto MURATA
It works well with scenarios of fresh OpenStack deployments.
 * distro repository: Failed actions is observed with `crm node standby`
 * -proposed repository: no Failed actions with the same operation

I will try to double-check it in package upgrade scenario if I have
time, the proposed package works as expected so far.

** Attachment added: pacemaker-sru-verification.txt
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+attachment/4213229/+files/pacemaker-sru-verification.txt

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

Title:
  Pacemaker crm node standby stops resource successfully, but lrmd
  still monitors it and causes Failed actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+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 1353473] Re: Pacemaker crm node standby stops resource successfully, but lrmd still monitors it and causes Failed actions

2014-09-24 Thread Nobuto MURATA
fyi, I used an attached juju bundle to prepare environment for testing
of the last comment.

** Attachment added: keystone-ha.yaml
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+attachment/4213237/+files/keystone-ha.yaml

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

Title:
  Pacemaker crm node standby stops resource successfully, but lrmd
  still monitors it and causes Failed actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+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 1353473] Re: Pacemaker crm node standby stops resource successfully, but lrmd still monitors it and causes Failed actions

2014-09-24 Thread Nobuto MURATA
Also verified with an upgrade scenario. Failed actions is no longer
reproducible after upgrading the packages to -proposed.

** Attachment added: pacemaker-sru-verification-upgrade.txt
   
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+attachment/4213681/+files/pacemaker-sru-verification-upgrade.txt

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

Title:
  Pacemaker crm node standby stops resource successfully, but lrmd
  still monitors it and causes Failed actions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1353473/+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 1353011] Re: Trusty's crm configure load fails to update cluster configuration

2014-09-15 Thread Nobuto MURATA
** Tags removed: verification-node
** Tags added: verification-done

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

Title:
  Trusty's crm configure load fails to update cluster configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/crmsh/+bug/1353011/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-09-09 Thread Nobuto MURATA
** Branch linked: lp:~louis-
bouchard/ubuntu/utopic/maas/lp1346703_rsyslog_ownership

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1346815] Re: lxc-clone causes duplicate MAC address and IP address

2014-08-07 Thread Nobuto MURATA
 You can also easily work around this by adding
 
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx
 
 to your /etc/lxc/default.conf or ~/.local/share/lxc/default.conf.

hmm, /etc/lxc/default.conf already had lxc.network.hwaddr =
00:16:3e:xx:xx:xx in my env. Besides, I have changed the line in
/var/lib/lxc/ORIG_CONTAINER/config. It works for me as a workaround.
Thanks.

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

Title:
  lxc-clone causes duplicate MAC address and IP address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1346815/+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 1346815] [NEW] lxc-clone causes duplicate MAC address and IP address

2014-07-22 Thread Nobuto MURATA
Public bug reported:

A cloned container will have the same MAC address and IP address with
the original container.

How to reproduce:
 1. $ sudo lxc-create -t ubuntu-cloud -n foo -- --release trusty
 2. $ sudo lxc-clone foo bar
 3. $ sudo lxc-start -d -n foo
 4. $ sudo lxc-start -d -n bar

Expected result:
 2 container will have different MAC and IP address each other.

Actual result:
 2 container will have duplicate MAC and IP address.

# grep lxc.network.hwaddr /var/lib/lxc/{foo,bar}/config
/var/lib/lxc/foo/config:lxc.network.hwaddr = 00:16:3e:d8:d8:78
/var/lib/lxc/bar/config:lxc.network.hwaddr = 00:16:3e:d8:d8:78

$ sudo lxc-ls -f
NAME  STATEIPV4   IPV6  GROUPS  AUTOSTART  
-
bar   RUNNING  10.0.7.60  - -   NO 
foo   RUNNING  10.0.7.60  - -   NO

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lxc 1.1.0~alpha1-0ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-4.9-generic 3.16.0-rc5
Uname: Linux 3.16.0-4-generic x86_64
ApportVersion: 2.14.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Jul 22 17:56:44 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-05-19 (64 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140518)
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx

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


** Tags: amd64 apparmor apport-bug utopic

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

Title:
  lxc-clone causes duplicate MAC address and IP address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1346815/+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 1346815] Re: lxc-clone causes duplicate MAC address and IP address

2014-07-22 Thread Nobuto MURATA
After installing old packages, it seems a regression between
https://launchpad.net/ubuntu/+source/lxc/1.0.4-0ubuntu2/+build/6098430
and
https://launchpad.net/ubuntu/+source/lxc/1.1.0~alpha1-0ubuntu1/+build/6162946

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

Title:
  lxc-clone causes duplicate MAC address and IP address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1346815/+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 1346703] [NEW] /var/log/maas/rsyslog has incorrect permission

2014-07-21 Thread Nobuto MURATA
Public bug reported:

/var/log/maas/rsyslog/ is owned by maas:maas and has 755 permission
after maas package installation. Therefore rsyslogd cannot write logs
into the directory.

How to reproduce:
 1. prepare pristine trusty box
 2. sudo apt-get install maas

Expected result:
/var/log/maas/rsyslog/ is owned by for example syslog:syslog.

Actual result:
$ ll /var/log/maas/rsyslog/
drwxr-xr-x 2 maas maas 4096 Jul 22 01:13 ./

It seems that 3 packages are trying to set owner related /var/log/maas/*.

$ grep -r chown.*/var/log/maas /var/lib/dpkg/info/
/var/lib/dpkg/info/maas-cluster-controller.postinst:chown -R maas:maas 
/var/log/maas
/var/lib/dpkg/info/maas-region-controller-min.postinst:chown -R maas:maas 
/var/log/maas
/var/lib/dpkg/info/maas-region-controller-min.postinst:chown -R 
syslog:syslog /var/log/maas/rsyslog
/var/lib/dpkg/info/maas-region-controller.postinst: chown -R maas:maas 
/var/log/maas
/var/lib/dpkg/info/maas-region-controller.postinst: chown -R syslog:syslog 
/var/log/maas/rsyslog


ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas 1.5.2+bzr2282-0ubuntu0.2
ProcVersionSignature: User Name 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Tue Jul 22 01:15:20 2014
PackageArchitecture: all
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1346703] Re: /var/log/maas/rsyslog has incorrect permission

2014-07-21 Thread Nobuto MURATA
The owner depends on the order of setting up maas-cluster-controller and
maas-region-controller?

$ grep -r chown.*/var/log/maas /var/lib/dpkg/info/
/var/lib/dpkg/info/maas-cluster-controller.postinst: chown -R maas:maas 
/var/log/maas
/var/lib/dpkg/info/maas-region-controller-min.postinst: chown -R maas:maas 
/var/log/maas
/var/lib/dpkg/info/maas-region-controller-min.postinst: chown -R syslog:syslog 
/var/log/maas/rsyslog
/var/lib/dpkg/info/maas-region-controller.postinst: chown -R maas:maas 
/var/log/maas
/var/lib/dpkg/info/maas-region-controller.postinst: chown -R syslog:syslog 
/var/log/maas/rsyslog

$ grep 'Setting up.*maas' apt-get_install_-y_maas.log 
Setting up python-maas-client (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-cli (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-common (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up python-maas-provisioningserver (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-dhcp (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up python-django-maas (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-region-controller-min (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-dns (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-region-controller (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas-cluster-controller (1.5.2+bzr2282-0ubuntu0.2) ...
Setting up maas (1.5.2+bzr2282-0ubuntu0.2) ...


** Attachment added: apt-get_install_-y_maas.log
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+attachment/4159669/+files/apt-get_install_-y_maas.log

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

Title:
  /var/log/maas/rsyslog has incorrect permission

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346703/+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 1346736] [NEW] With fastpath-installer deb-line has duplicate slashes in URL

2014-07-21 Thread Nobuto MURATA
Public bug reported:

When installing a node with fastpath-installer, /etc/apt/sources.list of
the node will look like:

$ cat /etc/apt/sources.list
deb http://archive.ubuntu.com//ubuntu  trusty main restricted universe 
multiverse
deb http://archive.ubuntu.com//ubuntu  trusty-updates main restricted universe 
multiverse
deb http://archive.ubuntu.com//ubuntu  trusty-security main restricted universe 
multiverse
(duplicate slashes just after archive.ubuntu.com)

As far as I understand, squid will have duplicate caches of d-i(one
slash) and fastpath-installer(two slash). Unifying the URLs would help
squid's efficiency.


I tested with multiple slashes below:

$ http_proxy=http://MAAS_IP:8000/; wget 
http://archive.ubuntu.com/ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 
$ http_proxy=http://MAAS_IP:8000/; wget 
http://archive.ubuntu.com//ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 
$ http_proxy=http://MAAS_IP:8000/; wget 
http://archive.ubuntu.com///ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
...

/var/log/squid-deb-proxy/access.log

1406000633.089  0 10.0.7.1 TCP_MEM_HIT/200 37327 GET 
http://archive.ubuntu.com/ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 - HIER_NONE/- application/x-debian-package
1406000640.667  0 10.0.7.1 TCP_MEM_HIT/200 37225 GET 
http://archive.ubuntu.com//ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 - HIER_NONE/- application/x-debian-package
1406000649.841   2717 10.0.7.1 TCP_MISS/200 37217 GET 
http://archive.ubuntu.com///ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 - HIER_DIRECT/91.189.92.201 application/x-debian-package
1406000892.932   1110 10.0.7.1 TCP_MISS/200 37217 GET 
http://archive.ubuntu.comubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 - HIER_DIRECT/91.189.91.13 application/x-debian-package
1406000898.384976 10.0.7.1 TCP_MISS/200 37217 GET 
http://archive.ubuntu.com/ubuntu/pool/main/libr/librdmacm/librdmacm1_1.0.16-1_amd64.deb
 - HIER_DIRECT/91.189.91.13 application/x-debian-package

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas 1.5.2+bzr2282-0ubuntu0.2
ProcVersionSignature: User Name 3.16.0-4.9-generic 3.16.0-rc5
Uname: Linux 3.16.0-4-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Tue Jul 22 12:44:45 2014
PackageArchitecture: all
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  With fastpath-installer deb-line has duplicate slashes in URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1346736/+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 1325167] [NEW] dpkg: ImportError: No module named seamicroclient.v2

2014-05-31 Thread Nobuto MURATA
Public bug reported:

When installing maas-region-controller, dpkg stops at the error below:

ImportError: No module named seamicroclient.v2
dpkg: error processing package maas-dns (--configure):
 subprocess installed post-installation script returned error exit status 1

python-seamicroclient is in the dependency of maas-cluster-controller
but not in maas-region-controller.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas-region-controller 1.5.1+bzr2269-0ubuntu0.1
ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Sat May 31 06:14:23 2014
PackageArchitecture: all
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  dpkg: ImportError: No module named seamicroclient.v2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1325167/+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 1325167] Re: dpkg: ImportError: No module named seamicroclient.v2

2014-05-31 Thread Nobuto MURATA
output of `sudo apt-get install maas-region-controller`

** Attachment added: maas-region-controller.log
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1325167/+attachment/4123230/+files/maas-region-controller.log

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

Title:
  dpkg: ImportError: No module named seamicroclient.v2

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

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


[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-05-29 Thread Nobuto MURATA
Hi, I apologize for late testing, I was off for a few weeks.

The original problem as I commented in #3 is not solved yet. The condition in 
preseed file is not suitable for hwe-{q,r,s,t}. It still uses ports.ubuntu.com 
for amd64/hwe-{q,r,s,t} and stops at Architecture not supported.
http://bazaar.launchpad.net/~maas-maintainers/maas/trunk/view/head:/contrib/preseeds_v2/generic#L5

Except that, other issues have been resolved. Thanks.

** Changed in: maas
   Status: Fix Released = Confirmed

** Changed in: maas/1.5
   Status: Fix Released = Confirmed

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

** Changed in: maas (Ubuntu Trusty)
   Status: Fix Released = 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/1310082

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-20 Thread Nobuto MURATA
The reason auto-installation lts-saucy does not work in my environment
was that the result of in_chroot(['apt-cache', 'search', package],
capture=True) was empty. i.e. apt-cache search linux-generic-lts-
saucy returns empty result.

To put `apt-get update` before the line works for me as a workaround
(apt-get update runs twice before and after `apt-cache search`).

I'm not sure this is a issue in curtin or in maas tarball image.

--- /usr/lib/python2.7/dist-packages/curtin/commands/curthooks.py.orig  
2014-04-21 03:02:52.271682540 +0900
+++ /usr/lib/python2.7/dist-packages/curtin/commands/curthooks.py   
2014-04-21 03:32:08.754944407 +0900
@@ -170,6 +170,8 @@
 
 package = linux-{flavor}{map_suffix}.format(
 flavor=flavor, map_suffix=map_suffix)
+# make sure package cache is updated
+in_chroot(['apt-get', 'update', '--quiet'])
 out, _ = in_chroot(['apt-cache', 'search', package], capture=True)
 if (len(out.strip())  0 and
 not util.has_pkg_installed(package, target)):

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
** Attachment added: failed_to_bring_up_br0.png
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+attachment/4089342/+files/failed_to_bring_up_br0.png

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310076] [NEW] lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
Public bug reported:

After setting up hwe-s for precise along with the doc below, `juju add-machine` 
fails with Failed to bring up br0. Then lost connectivity to a node.
http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html

I'm using fastpath-installer, d-i is not tested yet.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas 1.5+bzr2252-0ubuntu1
ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Sun Apr 20 05:05:05 2014
PackageArchitecture: all
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
The kernel was still 3.2 not hwe-s though.

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
After changing /etc/maas/preseeds/curtin_userdata to use default
archive not ports.ubuntu.com for hwe-s, `juju add-machine` succeeded.

=== modified file 'maas/preseeds/curtin_userdata'
--- maas/preseeds/curtin_userdata   2014-04-19 18:37:53 +
+++ maas/preseeds/curtin_userdata   2014-04-19 20:12:27 +
@@ -28,7 +28,7 @@
 power_state:
   mode: reboot

-{{if node.architecture in {'i386/generic', 'amd64/generic'} }}
+{{if node.architecture in {'i386/generic', 'amd64/generic', 'amd64/hwe-s'} }}
 apt_mirrors:
   ubuntu_archive: http://{{main_archive_hostname}}/{{main_archive_directory}}
   ubuntu_security: http://{{main_archive_hostname}}/{{main_archive_directory}}

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
d-i case was filed as Bug #1310082.

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
** Attachment added: architecture_not_supported.png
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+attachment/4089354/+files/architecture_not_supported.png

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

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


[Bug 1310082] [NEW] d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
Public bug reported:

After setting up hwe-s for precise along with the doc below, `juju add-machine` 
fails with Architecture not supported in d-i.
http://maas.ubuntu.com/docs1.5/hardware-enablement-kernels.html

From squid-deb-proxy log, d-i is trying to connect to:
http://ports.ubuntu.com/ubuntu-ports/dists/precise/main/binary-amd64/Release
then failed.

Fastpath-installer case was filed as Bug #1310076.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: maas 1.5+bzr2252-0ubuntu1
ProcVersionSignature: User Name 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Sun Apr 20 05:23:48 2014
PackageArchitecture: all
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

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


[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
After changing /etc/maas/preseeds/curtin_userdata to use default
archive not ports.ubuntu.com for hwe-s, `juju add-machine` succeeded.
However the kernel after reboot was 3.2 not hwe-s. Am I misunderstanding
this hwe feature?

=== modified file 'maas/preseeds/generic'
--- maas/preseeds/generic   2014-04-19 18:37:53 +
+++ maas/preseeds/generic   2014-04-19 20:32:45 +
@@ -2,7 +2,7 @@
 
 {{def proxy}}
 d-i mirror/country string manual
-{{if node.architecture in {'i386/generic', 'amd64/generic'} }}
+{{if node.architecture in {'i386/generic', 'amd64/generic', 'amd64/hwe-s'} }}
 d-i mirror/http/hostname string {{main_archive_hostname}}
 d-i mirror/http/directory string {{main_archive_directory}}
 {{else}}

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

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


[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
From the log of d-i, the node booted up with 3.11(lts-saucy) then install 3.2 
in in-target. 3.2 seems defined in /etc/maas/preseeds/preseed_master.

d-i base-installer/kernel/image string linux-server


** Attachment added: d-i.tar.gz
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310082/+attachment/4089409/+files/d-i.tar.gz

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

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


[Bug 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-04-19 Thread Nobuto MURATA
After changing linux-server to linux-generic-lts-saucy, 3.11(lts-saucy)
was installed. base-installer/kernel/image needs to be set corresponding
to the hwe value set by user, IMHO.

=== modified file 'maas/preseeds/preseed_master'
--- maas/preseeds/preseed_master2014-04-19 18:37:53 +
+++ maas/preseeds/preseed_master2014-04-19 20:53:14 +
@@ -41,7 +41,7 @@
 d-i partman/default_filesystem string ext4
 
 # Use server kernel
-d-i base-installer/kernel/image string linux-server
+d-i base-installer/kernel/image string linux-generic-lts-saucy
 
 # User Setup
 d-i passwd/root-login   boolean false


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

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
** Also affects: maas
   Importance: Undecided
   Status: New

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-19 Thread Nobuto MURATA
From the log of curtin manually kicked inside maas node, curtin is trying to 
install lts-saucy but fails.

Tried to install kernel linux-generic-lts-saucy but package not found.


If I manually put the content below in /etc/maas/preseeds/curtin_userdata, 
curtin installs lts-saucy kernel. However curtin seems to have implementation 
of auto-detect feature above. Somehow it does not work.

kernel:
  package: linux-generic-lts-saucy


** Attachment added: curtin.log
   
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1310076/+attachment/4089509/+files/curtin.log

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

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

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


[Bug 1308651] Re: ubuntu-theme sets incorrect background/text color in user menu

2014-04-16 Thread Nobuto MURATA
** Attachment added: confirmation-without-ubuntu-theme.png
   
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+attachment/4085854/+files/confirmation-without-ubuntu-theme.png

** Summary changed:

- ubuntu-theme sets incorrect background/text color in user menu
+ ubuntu-theme sets incorrect background/text color

** Description changed:

- When clicking username on upper right in horizon, pull down menu
- Settings and Help will be shown up. Background color and text color
- are both white/white. So it cannot be read until hovering mouse cursor.
+ On some parts in dashboard, ubuntu-theme set the same background/text
+ color. Those are hard to read until hovering mouse cursor.
  
- Please take a look at a screenshot taken with Firefox 28.
+ 1. user menu
+ When clicking username on upper right in horizon, pull down menu Settings 
and Help will be shown up. Background color and text color are both 
white/white.
+ 
+ screenshot taken with Firefox 28.
  https://launchpadlibrarian.net/172964079/horizon-userpanel.png
+ https://launchpadlibrarian.net/172964320/horizon-without-ubuntu-theme.png
+ 
+ 2. confirmation dialog
+ When deleting an instance, confirmation dialog will be shown up. Background 
color and text color of confirm button are orange/orange.
+ 
+ https://launchpadlibrarian.net/172987919/confirmation.png
+ https://launchpadlibrarian.net/172988079/confirmation-without-ubuntu-theme.png
+ 
  
  firefox:
    Installed: 28.0+build2-0ubuntu2
    Candidate: 28.0+build2-0ubuntu2
    Version table:
   *** 28.0+build2-0ubuntu2 0
  500 http://jp.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  
  ProblemType: BugDistroRelease: Ubuntu 12.04
  Package: openstack-dashboard-ubuntu-theme 1:2014.1~rc2-0ubuntu1~cloud0 
[origin: Canonical]
  ProcVersionSignature: User Name 3.2.0-60.91-generic 3.2.55
  Uname: Linux 3.2.0-60-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  CrashDB: cloud_archive
  Date: Wed Apr 16 16:58:44 2014
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   TERM=screen-bce
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   LC_MESSAGES=C
   SHELL=/bin/bashSourcePackage: horizon
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 1308651] Re: ubuntu-theme sets incorrect background/text color

2014-04-16 Thread Nobuto MURATA
user-menu part seems ok with the patch below, however I'm not sure what
is a correct way for confirmation dialog part.

--- 
/usr/share/openstack-dashboard-ubuntu-theme/static/ubuntu/css/ubuntu.css.bak
2014-04-09 11:40:05.0 +
+++ /usr/share/openstack-dashboard-ubuntu-theme/static/ubuntu/css/ubuntu.css
2014-04-17 03:00:08.015635480 +
@@ -3868,6 +3868,12 @@
   line-height: 20px;
   font-size: 13px !important;
 }
+#editor_list li  a {
+  color: #55;
+}
+#editor_list li  a:hover {
+  color: #ff;
+}
 .page-header {
   margin: 0 0 5px 0;
   padding: 0 0 5px 0;

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

Title:
  ubuntu-theme sets incorrect background/text color

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1308651/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-04-07 Thread Nobuto MURATA
I confirmed that openvpn 2.2.1-8ubuntu1.2/precise-proposed works as
expected and passes the test case above.

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 1292102] [NEW] AttributeError: 'NoneType' object has no attribute 'obj' (driver.obj.release_segment(session, segment))

2014-03-13 Thread Nobuto MURATA
Public bug reported:

When trying to delete a network, I hit a traceback.

ubuntu@neutron01:~$ neutron port-list

ubuntu@neutron01:~$ neutron net-list
+--+-+-+
| id   | name| subnets |
+--+-+-+
| 822d2b2e-481f-4838-9fe5-459be7b10193 | int_net | |
| ac498310-833b-42f2-9009-049cac145c71 | ext_net | |
+--+-+-+

ubuntu@neutron01:~$ neutron --debug net-delete int_net
Request Failed: internal server error while processing your request.
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/neutronclient/shell.py, line 527, in 
run_subcommand
return run_command(cmd, cmd_parser, sub_argv)
  File /usr/lib/python2.7/dist-packages/neutronclient/shell.py, line 80, in 
run_command
return cmd.run(known_args)
  File 
/usr/lib/python2.7/dist-packages/neutronclient/neutron/v2_0/__init__.py, line 
510, in run
obj_deleter(_id)
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
112, in with_params
ret = self.function(instance, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
354, in delete_network
return self.delete(self.network_path % (network))
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
1233, in delete
headers=headers, params=params)
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
1222, in retry_request
headers=headers, params=params)
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
1165, in do_request
self._handle_fault_response(status_code, replybody)
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
1135, in _handle_fault_response
exception_handler_v20(status_code, des_error_body)
  File /usr/lib/python2.7/dist-packages/neutronclient/v2_0/client.py, line 
85, in exception_handler_v20
message=error_dict)
NeutronClientException: Request Failed: internal server error while processing 
your request.
ubuntu@neutron01:~$


/var/log/neutron/server.log

2014-03-13 12:30:09.930 16624 ERROR neutron.api.v2.resource 
[req-cc63906f-1e13-4d22-becf-86979d80399f None] delete failed
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource Traceback (most 
recent call last):
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/api/v2/resource.py, line 87, in 
resource
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource result = 
method(request=request, **args)
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/api/v2/base.py, line 438, in delete
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource 
obj_deleter(request.context, id, **kwargs)
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py, line 479, in 
delete_network
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource 
self.type_manager.release_segment(session, segment)
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource   File 
/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/managers.py, line 104, 
in release_segment
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource 
driver.obj.release_segment(session, segment)
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource AttributeError: 
'NoneType' object has no attribute 'obj'
2014-03-13 12:30:09.930 16624 TRACE neutron.api.v2.resource

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: neutron-plugin-ml2 1:2014.1~b3-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5
Uname: Linux 3.13.0-16-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
Date: Thu Mar 13 12:36:03 2014
PackageArchitecture: all
ProcEnviron:
 TERM=screen.linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: neutron
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.arista.ini: [deleted]
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.brocade.ini: [deleted]
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.cisco.ini: [deleted]
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.ini: [deleted]
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.mlnx.ini: [deleted]
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.ncs.ini: [deleted]
modified.conffile..etc.neutron.plugins.ml2.ml2.conf.ofa.ini: [deleted]

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


** Tags: amd64 apport-bug trusty

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

Title:
  AttributeError: 'NoneType' 

[Bug 1292102] Re: AttributeError: 'NoneType' object has no attribute 'obj' (driver.obj.release_segment(session, segment))

2014-03-13 Thread Nobuto MURATA
** Also affects: neutron
   Importance: Undecided
   Status: New

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

Title:
  AttributeError: 'NoneType' object has no attribute 'obj'
  (driver.obj.release_segment(session, segment))

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1292102/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-23 Thread Nobuto MURATA
** Also affects: easy-rsa (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: easy-rsa (Ubuntu)
   Status: New = Fix Released

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-17 Thread Nobuto MURATA
I will attach a debdiff for precise SRU. It looks like only precise is
affected in current supported releases.

 openssl | 0.9.8k-7ubuntu8| lucid| source
 openssl | 0.9.8k-7ubuntu8.15 | lucid-security   | source
 openssl | 0.9.8k-7ubuntu8.15 | lucid-updates| source
 openssl | 1.0.1-4ubuntu3 | precise  | source
 openssl | 1.0.1-4ubuntu5.11  | precise-security | source
 openssl | 1.0.1-4ubuntu5.11  | precise-updates  | source
 openssl | 1.0.1c-3ubuntu2| quantal  | source
 openssl | 1.0.1c-3ubuntu2.6  | quantal-security | source
 openssl | 1.0.1c-3ubuntu2.6  | quantal-updates  | source
 openssl | 1.0.1e-3ubuntu1| saucy| source
 openssl | 1.0.1e-3ubuntu1.1  | saucy-security   | source
 openssl | 1.0.1e-3ubuntu1.1  | saucy-updates| source
 openssl | 1.0.1f-1ubuntu1| trusty   | source

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-17 Thread Nobuto MURATA
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Patch added: precise-sru-openvpn_2.2.1-8ubuntu1.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/992012/+attachment/3984836/+files/precise-sru-openvpn_2.2.1-8ubuntu1.1.debdiff

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-17 Thread Nobuto MURATA
** Description changed:

+ [Impact]
+ 
+  * Cannot create a CA or cert using easy-rsa.
+  * Cannot complete the steps described in Ubuntu Server Guide:
+https://help.ubuntu.com/12.04/serverguide/openvpn.html
+ 
+ [Test Case]
+  1. After installing openvpn package, execute following commands:
+ $ sudo -i
+ # mkdir /etc/openvpn/easy-rsa/
+ # cp -r /usr/share/doc/openvpn/examples/easy-rsa/2.0/* 
/etc/openvpn/easy-rsa/
+ # cd /etc/openvpn/easy-rsa/
+ # source vars
+  2. Then hit an error:
+ **
+   No /etc/openvpn/easy-rsa/openssl.cnf file could be found
+   Further invocations will fail
+ **
+ NOTE: If you run ./clean-all, I will be doing a rm -rf on 
/etc/openvpn/easy-rsa/keys
+  3. update the package to -proposed one
+  4. verify we don't hit the error in step 2 and we can execute ./build-ca 
with no error.
+ 
+ 
+ [Regression Potential] 
+ 
+  * minimal
+The patch makes last [[:alnum:]] as optional, nothing will be narrowed 
down.
+ 
+ [Other Info]
+  
+  * trusty and raring are not affected:
+- trusty has upstream fix already in easy-rsa package cut off from openvpn 
package.
+  * quantal is also not affected:
+- quantal's openssl can be parsed without a patch.
+ 
+ 
+ -- original description --
+ 
  /usr/share/doc/openvpn/examples/easy-rsa/2.0/whichopensslcnf contains
  
  elif $OPENSSL version | grep -E 1\.0\.([[:digit:]][[:alnum:]]) 
  /dev/null; then
  
  which won't match the openssl version in precise
  
  $ openssl version
  OpenSSL 1.0.1 14 Mar 2012

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 1278446]

2014-02-10 Thread Nobuto MURATA
** Attachment added: attachment
   https://bugs.launchpad.net/bugs/1278446/+attachment/3975925/+files/attachment

** Description changed:

  Cannot open byobu-config.
  
  How to reproduce:
-  1. $ byobu-screen
-  2. ~⟫ byobu-config 
-  ERROR: Could not import the python snack module
+  1. $ byobu-screen
+  2. ~⟫ byobu-config
+  ERROR: Could not import the python snack module
  
- ProblemType: Bug
- DistroRelease: Ubuntu 14.04
+ WORKAROUND:
+   manually specify python version like:
+ ~⟫ python3 /usr/lib/byobu/include/config.py
+ 
+ ProblemType: BugDistroRelease: Ubuntu 14.04
  Package: byobu 5.70-0ubuntu1
  ProcVersionSignature: User Name 3.13.0-6.23-generic 3.13.0
  Uname: Linux 3.13.0-6-generic x86_64
  ApportVersion: 2.13.2-0ubuntu2
  Architecture: amd64
  Date: Mon Feb 10 22:47:47 2014
  PackageArchitecture: all
  ProcEnviron:
-  TERM=screen-bce
-  PATH=(custom, no user)
-  LANG=ja_JP.UTF-8
-  SHELL=/bin/bash
- SourcePackage: byobu
+  TERM=screen-bce
+  PATH=(custom, no user)
+  LANG=ja_JP.UTF-8
+  SHELL=/bin/bashSourcePackage: byobu
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  ERROR: Could not import the python snack module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1278446/+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 1278446] [NEW] ERROR: Could not import the python snack module

2014-02-10 Thread Nobuto MURATA
Public bug reported:

Cannot open byobu-config.

How to reproduce:
 1. $ byobu-screen
 2. ~⟫ byobu-config
 ERROR: Could not import the python snack module

WORKAROUND:
  manually specify python version like:
~⟫ python3 /usr/lib/byobu/include/config.py

ProblemType: BugDistroRelease: Ubuntu 14.04
Package: byobu 5.70-0ubuntu1
ProcVersionSignature: User Name 3.13.0-6.23-generic 3.13.0
Uname: Linux 3.13.0-6-generic x86_64
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
Date: Mon Feb 10 22:47:47 2014
PackageArchitecture: all
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 LANG=ja_JP.UTF-8
 SHELL=/bin/bashSourcePackage: byobu
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty uec-images

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

Title:
  ERROR: Could not import the python snack module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1278446/+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 1270588] [NEW] failed to create vm with libvirt.libvirtError: virStreamSend() failed

2014-01-19 Thread Nobuto MURATA
Public bug reported:

failed to create vm.

$ uvt-kvm create foo
Warning: this CLI is experimental and may change.
Traceback (most recent call last):
  File /usr/bin/uvt-kvm, line 597, in module
main(sys.argv[1:])
  File /usr/bin/uvt-kvm, line 593, in main
args.func(parser, args)
  File /usr/bin/uvt-kvm, line 436, in main_create
unsafe_caching=args.unsafe_caching,
  File /usr/bin/uvt-kvm, line 308, in create
%s-ds.qcow % hostname, hostname, user_data_fobj)
  File /usr/bin/uvt-kvm, line 164, in create_ds_volume
new_volume_name, f, pool_name=POOL_NAME)
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/__init__.py, line 67, 
in create_volume_from_fobj
pool_name=pool_name
  File /usr/lib/python2.7/dist-packages/uvtool/libvirt/__init__.py, line 96, 
in _create_volume_from_fobj_with_size
stream.sendAll(handler, None)
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 4769, in sendAll
ret = self.send(got)
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 4806, in send
if ret == -1: raise libvirtError ('virStreamSend() failed')
libvirt.libvirtError: virStreamSend() failed

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: uvtool-libvirt 0~bzr66-0ubuntu1 [modified: 
usr/share/uvtool/libvirt/template.xml]
ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8
Uname: Linux 3.13.0-4-generic x86_64
ApportVersion: 2.13.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jan 20 00:01:26 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-10-15 (96 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20131014)
PackageArchitecture: all
SourcePackage: uvtool
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  failed to create vm with libvirt.libvirtError: virStreamSend()
  failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uvtool/+bug/1270588/+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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-05-30 Thread Nobuto MURATA
@Scott Moser,

for the record, I had to tweak the package for precise on PPA[1] to try
the workaround for this issue.

add-option-ignore-client-uids.dpatch was reverted during the build[2].
=
reverting patch add-option-ignore-client-uids from ./ ... ok.
=

I changed the patch order and did some refreshment forcibly[3], then
certainly the workaround works for me.

[1] https://launchpad.net/~virtual-maasers/+archive/maas-updated-packages
[2] 
https://launchpadlibrarian.net/138695896/buildlog_ubuntu-precise-amd64.isc-dhcp_4.1.ESV-R4-0ubuntu5.6%2Bnouid0_UPLOADING.txt.gz
[3] 
https://launchpad.net/~nobuto/+archive/build-test/+sourcepub/3230909/+listing-archive-extra

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1109283] Re: [SRU] maas to Quantal and Precise

2013-04-24 Thread Nobuto MURATA
2013/4/25 Dave Walker davewal...@ubuntu.com:
 maas-dhcp is a universe package, that was never designed to be a core
 part of MAAS.  It was provided as developers were making use of it, and
 it seemed useful to provide for this purpose.  However it was
 intentionally left in universe.

 If the documented use of MAAS is followed, then it should be a well
 tested seamless upgrade.

As far as I understand, the use of maas-dhcp was described as a
prime way of using DHCP with MAAS until 2012-12-10, whether it was on
main or not.
https://wiki.ubuntu.com/ServerTeam/MAAS?action=recallrev=43

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

Title:
  [SRU] maas to Quantal and Precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1109283/+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 1075292] [NEW] please install nano package by default on ubuntu template

2012-11-05 Thread Nobuto MURATA
Public bug reported:

please install nano package by default on ubuntu template as well as
vim.

Ubuntu Server with standard install and Ubuntu cloud image have nano by 
default, but lxc template doesn't.
nano is set as higher priority than vim in update-alternatives, so nano is used 
as editor by default on the systems other than lxc template.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: lxc 0.8.0~rc1-4ubuntu38
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Tue Nov  6 04:14:48 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-10-03 (33 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Beta amd64 (20120926)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  please install nano package by default on ubuntu template

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1075292/+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 1075292] Re: please install nano package by default on ubuntu template

2012-11-05 Thread Nobuto MURATA
  So I prefer to keep nano and vim out. Marking wontfix.

I have no objection to the decision to keep it simple. But vim will be 
installed in ubuntu template acutually.
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/lxc/raring/view/head:/templates/lxc-ubuntu.in#L168

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

Title:
  please install nano package by default on ubuntu template

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1075292/+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 1043121] [NEW] deployed node cannot be looked up with dnsmasq on MAAS

2012-08-29 Thread Nobuto MURATA
Public bug reported:

`juju bootstrap` succeed, but `juju status` cannot lookup bootstrap
server.

$ juju status
2012-08-29 14:16:56,186 INFO Connecting to environment...
2012-08-29 14:16:57,644 ERROR Invalid host for SSH forwarding: ssh: Could not 
resolve hostname node-525400720897: Name or service not known

How to reproduce:
 1. setup MAAS with maas-dhcp
 2. set Default domain for new nodes on MAAS settings as blank or your domain.
 3. prepare a node as Ready state
 4. `juju bootstrap`
 5. start the node

Expected result:
 `dig @127.0.0.1 node-525400720897` on MAAS server returns node-525400720897's 
IP address.

Actual result:
  `dig @127.0.0.1 node-525400720897` on MAAS server returns nothing.
 but
 `dig @127.0.0.1 ubuntu` on MAAS server returns node-525400720897's IP address.


WORKAROUND:
 clear DHCP lease table of hostname ubuntu forcibly *after* Ready state but 
*before* Allocate state.
  $ sudo sed -i -e '/\ ubuntu\ /d' /var/lib/misc/dnsmasq.leases
  $ sudo service dnsmasq restart

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: maas-dhcp 0.1+bzr482+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Wed Aug 29 15:21:12 2012
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: maas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  deployed node cannot be looked up with dnsmasq on MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1043121/+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 1043121] Re: deployed node cannot be looked up with dnsmasq on MAAS

2012-08-29 Thread Nobuto MURATA
-- 
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/1043121

Title:
  deployed node cannot be looked up with dnsmasq on MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1043121/+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 1043121] Re: deployed node cannot be looked up with dnsmasq on MAAS

2012-08-29 Thread Nobuto MURATA
DHCPACK on syslog:

[without WORKAROUND]

* maas-enlist

Aug 29 13:06:51 maas-master dnsmasq-dhcp[1595]: DHCPACK(eth0) 10.1.214.212 52:54
:00:72:08:97
Aug 29 13:07:44 maas-master dnsmasq-dhcp[1595]: DHCPACK(eth0) 10.1.214.212 52:54
:00:72:08:97

* commissioning

Aug 29 13:20:29 maas-master dnsmasq-dhcp[3259]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97
Aug 29 13:20:39 maas-master dnsmasq-dhcp[3259]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97
Aug 29 13:20:45 maas-master dnsmasq-dhcp[3259]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97 ubuntu

* deploying

Aug 29 13:28:05 maas-master dnsmasq-dhcp[4509]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97
Aug 29 13:28:42 maas-master dnsmasq-dhcp[4509]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97
Aug 29 13:38:56 maas-master dnsmasq-dhcp[4509]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97
Aug 29 13:39:17 maas-master dnsmasq-dhcp[4509]: DHCPACK(eth0) 10.1.214.212 
52:54:00:72:08:97 ubuntu

NOTE: top of boot priority on deploying node is always PXE.

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

Title:
  deployed node cannot be looked up with dnsmasq on MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1043121/+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 1043121] Re: deployed node cannot be looked up with dnsmasq on MAAS

2012-08-29 Thread Nobuto MURATA
DHCPACK on syslog:

[with WORKAROUND]

* maas-enlist

Aug 28 18:31:10 maas-master dnsmasq-dhcp[25700]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18
Aug 28 18:32:14 maas-master dnsmasq-dhcp[25700]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18

* commissioning

Aug 28 18:46:42 maas-master dnsmasq-dhcp[6299]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18
Aug 28 18:46:56 maas-master dnsmasq-dhcp[6299]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18
Aug 28 18:46:59 maas-master dnsmasq-dhcp[6299]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18 ubuntu

* clear DHCP lease table of hostname ubuntu

* deploying

Aug 28 18:56:37 maas-master dnsmasq-dhcp[8877]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18
Aug 28 18:57:19 maas-master dnsmasq-dhcp[8877]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18
Aug 28 19:10:27 maas-master dnsmasq-dhcp[8877]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18
Aug 28 19:10:34 maas-master dnsmasq-dhcp[8877]: DHCPACK(eth0) 10.1.200.231 
52:54:00:14:3f:18 node-525400143f18

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

Title:
  deployed node cannot be looked up with dnsmasq on MAAS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1043121/+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 879710] Re: ubuntu-vm-builder crashes when trying to umount tmp directory.

2011-12-10 Thread Nobuto MURATA
I will attach the debug log vmbuilder with --addpkg ubuntu-desktop and debug 
lines:
  run_cmd('lsof', '%s/proc' % self.context.chroot_dir)
  run_cmd('lsof', '%s/dev/pts' % self.context.chroot_dir)
  run_cmd('lsof', '%s/dev' % self.context.chroot_dir)

With run_cmd('ps', '-ef') or without --addpkg ubuntu-desktop, I cannot
reproduce it.

** Attachment added: vmbuilder-desktop_debug.log
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/879710/+attachment/2626950/+files/vmbuilder-desktop_debug.log

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

Title:
  ubuntu-vm-builder crashes when trying to umount tmp directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/879710/+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 338766] Re: vm-builder should support proxy servers

2011-09-15 Thread Nobuto MURATA
I can comfirm vm-builder has --proxy option already now. So I will mark this 
bug as Fix Released.
If I'm wrong, please reopen this. Thank you.

** Changed in: vm-builder (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  vm-builder should support proxy servers

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