[Bug 1661750] Re: WaLinuxAgent 2.2.6

2017-03-29 Thread Jose L. VG
As Azure confirmed they passed their tests too I will be marking this
verified-done now.

** Tags added: verification-done

** Tags removed: verification-done
** Tags added: verification-done-trusty verification-done-xenial 
verification-done-yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661750

Title:
  WaLinuxAgent 2.2.6

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
conjure-up snap version was breaking bsdtar!


$ sudo ldconfig -p |grep libarchive
libarchive.so.13 (libc6,x86-64) => 
/snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13
libarchive.so.13 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libarchive.so.13

$ sudo snap remove conjure-up
conjure-up removed
$ sudo ldconfig -p |grep libarchive
libarchive.so.13 (libc6,x86-64) => 
/snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13
libarchive.so.13 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libarchive.so.13

$ ls /snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13
ls: cannot access 
'/snap/conjure-up/140/usr/lib/x86_64-linux-gnu/libarchive.so.13': No such file 
or directory

$ bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

 
$ sudo ldconfig -f /etc/ld.so.conf
$ sudo ldconfig -p |grep libarchive
libarchive.so.13 (libc6,x86-64) => 
/usr/lib/x86_64-linux-gnu/libarchive.so.13


** Changed in: libarchive (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1676337

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
So the missing symbol is there, the problem is that it was not finding
it for my native yakkety environment:

$ nm -D /usr/bin/bsdtar | grep archive_read_add_passphrase
 U archive_read_add_passphrase
$ nm -D /usr/lib/x86_64-linux-gnu/libarchive.so.13 |grep 
archive_read_add_passphrase
000203d0 T archive_read_add_passphrase
$ echo $LD_LIBRARY_PATH

$ export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/
$ bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

This might be just a config issue.

Checking now why it does not find it for me by default.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1676337

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1676337] Re: bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
Something is strange here. It seems to work on a LXD container:

$ lxc start y
$ lxc exec y bash
root@y:~# bsdtar
The program 'bsdtar' is currently not installed. You can install it by typing:
apt install bsdtar
root@y:~# apt install bsdtar
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  libarchive-tools libarchive13
Suggested packages:
  lrzip
The following NEW packages will be installed:
  bsdtar libarchive-tools libarchive13
...
root@y:~# bsdtar
bsdtar: Must specify one of -c, -r, -t, -u, -x

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1676337

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1676337] [NEW] bsdtar symbol lookup error: undefined symbol: archive_read_add_passphrase in yakkety

2017-03-27 Thread Jose L. VG
Public bug reported:

bsdtar fails on yakkety. It was discovered while using vagrant, which
could not unpack images due to this issues. The workaround was to use
tar instead (by changing bsdtar into a link to tar), but bsdtar is still
broken.


$ bsdtar
bsdtar: symbol lookup error: bsdtar: undefined symbol: 
archive_read_add_passphrase

$ lsb_release -rd
Description:Ubuntu 16.10
Release:16.10

$ apt-cache policy libarchive-tools
libarchive-tools:
  Installed: 3.2.1-2ubuntu0.1
  Candidate: 3.2.1-2ubuntu0.1
  Version table:
 *** 3.2.1-2ubuntu0.1 500
500 http://es.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 3.2.1-2 500
500 http://es.archive.ubuntu.com/ubuntu yakkety/universe amd64

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

** Description changed:

- $ bsdtar 
+ bsdtar fails on yakkety. It was discovered while using vagrant, which
+ could not unpack images due to this issues. The workaround was to use
+ tar instead (by changing bsdtar into a link to tar), but bsdtar is still
+ broken.
+ 
+ 
+ $ bsdtar
  bsdtar: symbol lookup error: bsdtar: undefined symbol: 
archive_read_add_passphrase
  
  $ lsb_release -rd
  Description:  Ubuntu 16.10
  Release:  16.10
  
  $ apt-cache policy libarchive-tools
  libarchive-tools:
-   Installed: 3.2.1-2ubuntu0.1
-   Candidate: 3.2.1-2ubuntu0.1
-   Version table:
-  *** 3.2.1-2ubuntu0.1 500
- 500 http://es.archive.ubuntu.com/ubuntu yakkety-updates/universe 
amd64 Packages
- 500 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 
Packages
- 100 /var/lib/dpkg/status
-  3.2.1-2 500
- 500 http://es.archive.ubuntu.com/ubuntu yakkety/universe amd64 
Packages
+   Installed: 3.2.1-2ubuntu0.1
+   Candidate: 3.2.1-2ubuntu0.1
+   Version table:
+  *** 3.2.1-2ubuntu0.1 500
+ 500 http://es.archive.ubuntu.com/ubuntu yakkety-updates/universe 
amd64 Packages
+ 500 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 
Packages
+ 100 /var/lib/dpkg/status
+  3.2.1-2 500
+ 500 http://es.archive.ubuntu.com/ubuntu yakkety/universe amd64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1676337

Title:
  bsdtar symbol lookup error: undefined symbol:
  archive_read_add_passphrase in yakkety

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1661750] Re: WaLinuxAgent 2.2.6

2017-03-24 Thread Jose L. VG
Links to the test images with walinuxagent 2.2.6 in proposed for Azure
to test:

yakkety
https://josvaz.blob.core.windows.net/shared/Ubuntu_DAILY_BUILD-yakkety-16_10-amd64-server-20170320-wala226-proposed-1490097291-en-us-30GB

xenial
https://josvaz.blob.core.windows.net/shared/Ubuntu_DAILY_BUILD-xenial-16_04-LTS-amd64-server-20170320-wala226-proposed-1490097720-en-us-30GB

trusty
https://josvaz.blob.core.windows.net/shared/Ubuntu_DAILY_BUILD-trusty-14_04_5-LTS-amd64-server-20170320-wala226-proposed-1490098095-en-us-30GB

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661750

Title:
  WaLinuxAgent 2.2.6

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1661750] Re: WaLinuxAgent 2.2.6

2017-03-24 Thread Jose L. VG
Following https://wiki.ubuntu.com/walinuxagentUpdates CPC automated SRU
testing for proposed walinuxagent 2.2.6 has passed for all three suites;
yakkety, xenial & trusty.

These are the images with the proposed packages that have been tested:

yakkety
Ubuntu_DAILY_BUILD-yakkety-16_10-amd64-server-20170320-wala226-proposed-1490097291-en-us-30GB

xenial
Ubuntu_DAILY_BUILD-xenial-16_04-LTS-amd64-server-20170320-wala226-proposed-1490097720-en-us-30GB

trusty
Ubuntu_DAILY_BUILD-trusty-14_04_5-LTS-amd64-server-20170320-wala226-proposed-1490098095-en-us-30GB

I should make these available for Azure to re-test themselves later
today.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661750

Title:
  WaLinuxAgent 2.2.6

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2017-03-24 Thread Jose L. VG
Following https://wiki.ubuntu.com/walinuxagentUpdates CPC automated SRU
testing for proposed walinuxagent 2.2.6 has passed for all three suites;
yakkety, xenial & trusty.

These are the images with the proposed packages that have been tested:

yakkety
Ubuntu_DAILY_BUILD-yakkety-16_10-amd64-server-20170320-wala226-proposed-1490097291-en-us-30GB

xenial
Ubuntu_DAILY_BUILD-xenial-16_04-LTS-amd64-server-20170320-wala226-proposed-1490097720-en-us-30GB

trusty
Ubuntu_DAILY_BUILD-trusty-14_04_5-LTS-amd64-server-20170320-wala226-proposed-1490098095-en-us-30GB

I should make these available for Azure to re-test themselves later
today.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1669755] Re: Circular boot dependency cycle with cloud-init et.al.

2017-03-03 Thread Jose L. VG
I'd vote for the "DefaultDependencies=no" option as per experience with this 
RAX issue:
https://bugs.launchpad.net/cpc-rax/+bug/1657223

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1669755

Title:
  Circular boot dependency cycle with cloud-init et.al.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xe-guest-utilities/+bug/1669755/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1496730] Re: [SRU] xe-guest-utilities suddenly depends on cloud-init

2017-03-03 Thread Jose L. VG
In some occasions it can need to go before cloud-init.
That happen recently to fix a bug for RAX:
https://bugs.launchpad.net/cpc-rax/+bug/1657223

xe-deamon.service in that case had to go before nova-agent.service which
in turn needed to go before ANYTHING expected the network to be
configured, specially cloud-init.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1496730

Title:
  [SRU] xe-guest-utilities suddenly depends on cloud-init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xe-guest-utilities/+bug/1496730/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1651389] Re: lintian warnings

2017-03-01 Thread Jose L. VG
The maintainer is being handled on a separate bug:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1657528

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651389

Title:
  lintian warnings

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1651389] Re: lintian warnings

2017-03-01 Thread Jose L. VG
I believe Lukazs already fixed most issues:

$ lintian
E: walinuxagent changes: bad-distribution-in-changes-file zesty
W: walinuxagent source: out-of-date-standards-version 3.9.7 (current is 3.9.8)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651389

Title:
  lintian warnings

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
trusty debdiff from latest from updates to the proposed change

** Patch added: "lp-1650522-trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1650522/+attachment/4794047/+files/lp-1650522-trusty.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
xenial debdiff from latest from updates to the proposed change

** Patch added: "lp-1650522-xenial.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1650522/+attachment/4794044/+files/lp-1650522-xenial.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
zesty debdiff

** Patch added: "lp-1650522-zesty.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1650522/+attachment/4794035/+files/lp-1650522-zesty.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
yakkety debdiff from latest from updates to the proposed change

** Patch added: "lp-1650522-yakkety.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1650522/+attachment/4794036/+files/lp-1650522-yakkety.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
removed the first yakkety attemp, will upload debdiff dor zesty now
before yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
yakkety debdiff from latest updates to the proposed change

** Patch added: "lp-1650522.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1650522/+attachment/4794034/+files/lp-1650522.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
** Description changed:

+ [Original Description]
+ 
  From Daniel Sol:
  
  "
  I was working on one of my 16.10 servers today and I was trying to get
  the Linux agent to take it latest goal state update and it was not
  doing anything. I looked in ./etc/waagent.conf and found it was disabled:
  
  # Enable or disable self-update, default is enabled
  AutoUpdate.Enabled=n
  AutoUpdate.GAFamily=Prod
  "
  
  After some discussion we have agreed Ubuntu packages for yakkety, xenial
  & trusty should enable AutoUpdate.
+ 
+ [SRU TEMPLATE]
+ 
+ [Impact]
+ 
+ Version 2.1.5 is already the latest walinuxagent version for yakkety,
+ xenial & trusty. This change just turns AutoUpdates on, which were set
+ to off by the ubuntu packaging process (being on by default upstream)
+ 
+ [Test case 1]: Upgrade testing
+ 1.) Launch instance on Azure
+ 2.) Upgrade walinuxagent from -proposed
+ 3.) Confirm that "waagent" is running, check /var/log/waagent.log
+ 4.) Reboot, repeat step 3
+ 5.) Capture instance and provsion new instances; repeat step 3
+ 
+ [Test Case 2]: New instance
+ 1.) Build new cloud image from -proposed
+ 2.) Boot instance
+ 3.) Confirm that instance provisioned
+ 
+ More on the test plan:
+ https://wiki.ubuntu.com/walinuxagentUpdates
+ 
+ [Upstream Testing]
+ The Canonical Cloud Image team has been working with Microsoft to ensure that 
this package is well tested. Validation will be performed by both Microsoft and 
the Canonical Cloud Image team.
+ 
+ [Regression Potential]
+ Currently, WALinuxAgent uses Python 2. With the 2.1.x branch, WALinuxAgent 
started using Python 3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-19 Thread Jose L. VG
We have tested a new package version for yakkety both installing manually and 
in a test image:
https://josvaz.blob.core.windows.net/shared/Ubuntu_DAILY_BUILD-yakkety-16_10-amd64-server-20161214-wala215-autoupdate-1482143205-en-us-30GB

Please, do test the above image from the Azure side as well.

So far our tests are good and we are to start the SRU process for
yakkety shortly.

For xenial & trusty we anticipate the chaneg is the same, so we plan to
keep them moving in paralel, a bit delayed after yakkety. Our curretn
estimate is to enter SRU with them this week.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-16 Thread Jose L. VG
** Changed in: walinuxagent (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-16 Thread Jose L. VG
This is now fix released, autoupdate neablement will happen on a separate 
tracking bug:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1650522

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] Re: walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-16 Thread Jose L. VG
See also recent release work of walinuxagent 2.1.5 at:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1603581

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1650522] [NEW] walinuxagent 2.1.5 needs to have AutoUpdate On

2016-12-16 Thread Jose L. VG
Public bug reported:

>From Daniel Sol:

"
I was working on one of my 16.10 servers today and I was trying to get
the Linux agent to take it latest goal state update and it was not
doing anything. I looked in ./etc/waagent.conf and found it was disabled:

# Enable or disable self-update, default is enabled
AutoUpdate.Enabled=n
AutoUpdate.GAFamily=Prod
"

After some discussion we have agreed Ubuntu packages for yakkety, xenial
& trusty should enable AutoUpdate.

** Affects: walinuxagent (Ubuntu)
 Importance: Undecided
     Assignee: Jose L. VG (josvaz)
 Status: New

** Changed in: walinuxagent (Ubuntu)
 Assignee: (unassigned) => Jose L. VG (josvaz)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1650522

Title:
  walinuxagent 2.1.5 needs to have AutoUpdate On

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-15 Thread Jose L. VG
Hi Daniel,

It is difficult to quantify, but we decided to go on and release wala 
2.1.5-0ubuntu4~14.04.0 cause:
- It had actually passed verification already.
- It introduced a delta we already verified and tested. If we threw away the 
package at this point next SRU will have to verify both the part already tested 
and the autoupdate on change.
- The previous package did NOT have autoupdate support at all, and xenial 
already is at 2.1.5 with autoupdates off.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-14 Thread Jose L. VG
Actually marked it verification-done-trusty. Talking to Dan it was clear
that it will be less work at this point to get a trusty wala 2.1.5 out
now and then diff the autoupdate on against it on the next SRU cycle.

** Tags removed: verification-failed-trusty
** Tags added: verification-done-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-14 Thread Jose L. VG
Marked verification-failed-trusty as this package version should not be
released for trusty, instead we need to upload a new one with auto-
update on.

** Tags added: verification-failed-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-14 Thread Jose L. VG
Our SRU tests passed but I will not mark as verified. We are to enable
wala 2.1.5 autoupdates BEFORE we release 2.1.5 for trusty, so I need to
update the package and re-upload to proposed.

For xenial we already released a 2.1.5, so will need to do a full SRU
again with autoupdates on (same as for yakkety)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-13 Thread Jose L. VG
Hi Daniel,

I also had this problem earlier today, the source page was there but not
the binary.

Dimitri & Steve fixed a dependency issue for me and I got the newly
built amd64 package from proposed as expected. I am trying it on a test
image as we speak.

Check out again, if you can't still get it from proposed images we might
need to dig into why is that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-02 Thread Jose L. VG
walinuxagent trusty backport test image has been refreshed:
https://josvaz.blob.core.windows.net/shared/Ubuntu_DAILY_BUILD-trusty-14_04_5-LTS-amd64-server-20161130-wala-1480614674-en-us-30GB

We aim for this image to enter proposed today as it has passed our
manual tests.

Can Azure test this image as well?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-12-01 Thread Jose L. VG
Trusty debdiff from current trusty walinuxagent 2.0.16

The proposed package comes from the yakkety walinuxagent 2.1.5 package
with oine change:

  [ Steve Langasek ]
  * Drop systemctl reference from ephemeral-disk-warning.conf, this command
doesn't exist in trusty.

** Patch added: "lp-1603581-trusty-december.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/walinuxagent/+bug/1603581/+attachment/4785779/+files/lp-1603581-trusty-december.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-18 Thread Jose L. VG
Xenial backput of walinuxagent 2.1.5 has passed the SRU tests according to:
https://wiki.ubuntu.com/walinuxagentUpdates

SRU Test Cases
These are automated tests: 

1.) Build new cloud image with -purposed package
2.) Boot instance
3.) Confirm that instance provisioned
4.) Run standard tests and regression tests
5.) Repeat from step 2 for all other Azure VM Sizes.

** Tags added: verification-done

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-16 Thread Jose L. VG
Trusty debdiff from current trusty walinuxagent 2.1.3

The proposed package comes from the yakkety walinuxagent 2.1.5 package
with no other chnages that the last changelog entry.

** Patch added: "lp-1603581-trusty.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/walinuxagent/+bug/1603581/+attachment/4778137/+files/lp-1603581-trusty.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-16 Thread Jose L. VG
Walinux agent 2.1.5 is abilable for testing in this public test images:

Xenial:
https://josvaz.blob.core.windows.net/shared/Ubuntu-xenial-16_04-LTS-amd64-server-20161020-wala2.1.5-os-2016-11-03-644FF1D6.vhd

And also now for Trusty here:
https://josvaz.blob.core.windows.net/shared/Ubuntu_DAILY_BUILD-trusty-14_04_5-LTS-amd64-server-2016-wala-1479131709-en-us-30GB

We have done some tests on our own and we have started the SRU process
to include the packages in xenial & trusty. But we would like you to
take that image and test it as well.

Is that VHD image link enough?
or do you prefer a different way of sharing the test image with you?

(We did not want to mix that on our production pipeline and get it
confused with "official" dailies.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-10 Thread Jose L. VG
** Description changed:

  [Original Description]
  
  As discussed in an email, the Linux Agent (WALA) version 2.1.5 has now
  been signed off and is in Master now.
  
  Please find the details below of some of items built into this release :
  https://github.com/Azure/WALinuxAgent/releases
  
  We would like you to take this version and test it within your images,
  please can you file any bugs in Github, as this is monitored by our dev
  team.
  
  If you have any questions please reach out to me directly or raise it
  through Github.
- 
  
  [SRU TEMPLATE]
  
  [Impact]
  
  Version 2.1.5 introduced goal state processing extension, multi-nic
  improvements & several bug fixes:
  https://github.com/Azure/WALinuxAgent/releases
  
  [Test case 1]: Upgrade testing
  1.) Launch instance on Azure
  2.) Upgrade walinuxagent from -proposed
  3.) Confirm that "waagent" is running, check /var/log/waagent.log
  4.) Reboot, repeat step 3
  5.) Capture instance and provsion new instances; repeat step 3
  
  [Test Case 2]: New instance
  1.) Build new cloud image from -proposed
  2.) Boot instance
  3.) Confirm that instance provisioned
  
+ More on the test plan:
+ https://wiki.ubuntu.com/walinuxagentUpdates
+ 
  [Upstream Testing]
  The Canonical Cloud Image team has been working with Microsoft to ensure that 
this package is well tested. Validation will be performed by both Microsoft and 
the Canonical Cloud Image team.
  
  [Regression Potential]
  Currently, WALinuxAgent uses Python 2. With the 2.1.x branch, WALinuxAgent 
started using Python 3.
  
  This version has been in use on yakkety since release, so it is known to
  work. Azure consider Ubuntu to be a flagship platform, so will be active
  in addressing any regressions that are found.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-07 Thread Jose L. VG
Trusty backport PPA updated to:
https://launchpad.net/~josvaz/+archive/ubuntu/trusty-wala-backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-07 Thread Jose L. VG
Debdiff updated to point to this public SRU bug
Again, tested from a PPA using both given regression cases.

** Patch added: "lp-1604423.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/walinuxagent/+bug/1603581/+attachment/4774037/+files/lp-1604423.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-07 Thread Jose L. VG
Above debdiff code can be found in PPA:
https://launchpad.net/~josvaz/+archive/ubuntu/wala-2.1.5-xenial-backport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-07 Thread Jose L. VG
This is the debdiff from xenial, it has been tested from a PPA using
both given regression cases.

** Patch added: "lp-1604423.debdiff"
   
https://bugs.launchpad.net/ubuntu/trusty/+source/walinuxagent/+bug/1603581/+attachment/4774030/+files/lp-1604423.debdiff

** Description changed:

- As discussed in an email, the Linux Agent (WALA) version 2.1.5 has now been 
signed off and is in Master now. 
-  
+ [Original Description]
+ 
+ As discussed in an email, the Linux Agent (WALA) version 2.1.5 has now
+ been signed off and is in Master now.
+ 
  Please find the details below of some of items built into this release :
  https://github.com/Azure/WALinuxAgent/releases
-  
- We would like you to take this version and test it within your images, please 
can you file any bugs in Github, as this is monitored by our dev team.
-  
- If you have any questions please reach out to me directly or raise it through 
Github.
+ 
+ We would like you to take this version and test it within your images,
+ please can you file any bugs in Github, as this is monitored by our dev
+ team.
+ 
+ If you have any questions please reach out to me directly or raise it
+ through Github.
+ 
+ 
+ [SRU TEMPLATE]
+ 
+ [Impact]
+ 
+ Version 2.1.5 introduced goal state processing extension, multi-nic
+ improvements & several bug fixes:
+ https://github.com/Azure/WALinuxAgent/releases
+ 
+ [Test case 1]: Upgrade testing
+ 1.) Launch instance on Azure
+ 2.) Upgrade walinuxagent from -proposed
+ 3.) Confirm that "waagent" is running, check /var/log/waagent.log
+ 4.) Reboot, repeat step 3
+ 5.) Capture instance and provsion new instances; repeat step 3
+ 
+ [Test Case 2]: New instance
+ 1.) Build new cloud image from -proposed
+ 2.) Boot instance
+ 3.) Confirm that instance provisioned
+ 
+ [Upstream Testing]
+ The Canonical Cloud Image team has been working with Microsoft to ensure that 
this package is well tested. Validation will be performed by both Microsoft and 
the Canonical Cloud Image team.
+ 
+ [Regression Potential]
+ Currently, WALinuxAgent uses Python 2. With the 2.1.x branch, WALinuxAgent 
started using Python 3.
+ 
+ This version has been in use on yakkety since release, so it is known to
+ work. Azure consider Ubuntu to be a flagship platform, so will be active
+ in addressing any regressions that are found.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1638960] Re: [SRU] Update walinuxagent to 2.1.5

2016-11-07 Thread Jose L. VG
*** This bug is a duplicate of bug 1603581 ***
https://bugs.launchpad.net/bugs/1603581

** This bug has been marked a duplicate of bug 1603581
   Azure Linux Agent (WALA) 2.1.5 Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638960

Title:
  [SRU] Update walinuxagent to 2.1.5

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1638960] Re: [SRU] Update walinuxagent to 2.1.5

2016-11-07 Thread Jose L. VG
** Changed in: walinuxagent (Ubuntu Xenial)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638960

Title:
  [SRU] Update walinuxagent to 2.1.5

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-04 Thread Jose L. VG
** Changed in: walinuxagent (Ubuntu Trusty)
   Status: New => In Progress

** Changed in: walinuxagent (Ubuntu Trusty)
 Assignee: Dan Watkins (daniel-thewatkins) => Jose L. VG (josvaz)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-11-03 Thread Jose L. VG
Walinuxagent 2.1.5 is ready for testing on this Xenial public image:
https://josvaz.blob.core.windows.net/shared/Ubuntu-xenial-16_04-LTS-amd64-server-20161020-wala2.1.5-os-2016-11-03-644FF1D6.vhd

We have done some tests on our own and we have started the SRU process
to incldue the package in xenial. But we would like you to take that
image and test it as well.

Is that VHD image link enough?
or do you prefer a different way of sharing the test image with you?

We did not want to mix that on our production pipeline and get it
confused with "official" dailies.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1638960] Re: [SRU] Update walinuxagent to 2.1.5 in xenial

2016-11-03 Thread Jose L. VG
** Patch removed: "lp-1604423.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1638960/+attachment/4771880/+files/lp-1604423.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638960

Title:
  [SRU] Update walinuxagent to 2.1.5 in xenial

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1638960] Re: [SRU] Update walinuxagent to 2.1.5 in xenial

2016-11-03 Thread Jose L. VG
Patch diff against the wrong version (I generated from yakkety package)

This is the debdiff from xenial, and again has been tested from a PPA
using both given regression cases.

** Patch added: "lp-1604423.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1638960/+attachment/4771892/+files/lp-1604423.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638960

Title:
  [SRU] Update walinuxagent to 2.1.5 in xenial

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1638960] Re: [SRU] Update walinuxagent to 2.1.5 in xenial

2016-11-03 Thread Jose L. VG
The attached debdiff has been tested from a PPA using both given
regression cases.


** Patch added: "lp-1604423.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1638960/+attachment/4771880/+files/lp-1604423.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638960

Title:
  [SRU] Update walinuxagent to 2.1.5 in xenial

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1638960] [NEW] [SRU] Update walinuxagent to 2.1.5 in xenial

2016-11-03 Thread Jose L. VG
Public bug reported:

[Impact]

Version 2.1.5 introduced goal state processing extension, multi-nic
improvements & several bug fixes:
https://github.com/Azure/WALinuxAgent/releases

[Test case 1]: Upgrade testing
1.) Launch instance on Azure
2.) Upgrade walinuxagent from -proposed
3.) Confirm that "waagent" is running, check /var/log/waagent.log
4.) Reboot, repeat step 3
5.) Capture instance and provsion new instances; repeat step 3

[Test Case 2]: New instance
1.) Build new cloud image from -proposed
2.) Boot instance
3.) Confirm that instance provisioned

[Upstream Testing]
The Canonical Cloud Image team has been working with Microsoft to ensure that 
this package is well tested. Validation will be performed by both Microsoft and 
the Canonical Cloud Image team.

[Regression Potential]
Currently, WALinuxAgent uses Python 2. With the 2.1.x branch, WALinuxAgent 
started using Python 3.

This version has been in use on yakkety since release, so it is known to
work. Azure consider Ubuntu to be a flagship platform, so will be active
in addressing any regressions that are found.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1638960

Title:
  [SRU] Update walinuxagent to 2.1.5 in xenial

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-10-27 Thread Jose L. VG
** Changed in: walinuxagent (Ubuntu Xenial)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1603581] Re: Azure Linux Agent (WALA) 2.1.5 Released

2016-10-19 Thread Jose L. VG
** Changed in: walinuxagent (Ubuntu Xenial)
 Assignee: Dan Watkins (daniel-thewatkins) => Jose L. VG (josvaz)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1603581

Title:
  Azure Linux Agent (WALA) 2.1.5 Released

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1629797] [NEW] cloud-init seems to take most of yakkety slow boot time

2016-10-03 Thread Jose L. VG
Public bug reported:

Seems yakkety is consistently taking 2-3 minutes to boot on EC2,
compared to the ~30 seconds of the first boot and ~10 seconds thereafter
in xenial.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Assignee: Dan Watkins (daniel-thewatkins)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1629797

Title:
  cloud-init seems to take most of yakkety slow boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1629797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1629797] Re: cloud-init seems to take most of yakkety slow boot time

2016-10-03 Thread Jose L. VG
Document with testing details

** Attachment added: "TestingyakketybootspeedregressionvsxenialinEC2.odt"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1629797/+attachment/4753367/+files/TestingyakketybootspeedregressionvsxenialinEC2.odt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1629797

Title:
  cloud-init seems to take most of yakkety slow boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1629797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1628891] [NEW] /etc/update-manager/release-upgrades.d configs ignored

2016-09-29 Thread Jose L. VG
Public bug reported:

In my tests the /etc/update-manager/release-upgrades.d directory does not seem 
to be taken into account for overriding the configuration at:
/etc/update-manager/release-upgrades

Testing on trusty, I have tried this file:
[DEFAULT]
# Override prompting behavior to 'never' check for new release
Prompt=never

With these names:
/etc/update-manager/release-upgrades.d/release-upgrades
&
/etc/update-manager/release-upgrades.d/99never-upgrade

And:
rm /var/lib/ubuntu-release-upgrader/release-upgrade-available
root@trelease:~# /usr/lib/ubuntu-release-upgrader/release-upgrade-motd
Will always reproduce the output:
New release '16.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

While changing /etc/update-manager/release-upgrades does work as
expected

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1628891

Title:
  /etc/update-manager/release-upgrades.d configs ignored

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1628891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1001212] Re: Can't upgrade linux kernel 2.6.32-41 lucid

2013-01-16 Thread Jose L. VG
It turned out to be a very strange problem with our network.

You could browse the web but you couldn't download big files (more than
5 or 10mb) cause they got corrupted.

That is the cause of:
"bzip2: Data integrity error when decompressing.
 Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files."

And after that APT got stuck.

** Changed in: ubuntu
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001212

Title:
  Can't upgrade linux kernel 2.6.32-41 lucid

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 542343] Re: gnome-panel will not autostart on lucid

2010-05-20 Thread Jose L. VG
Same for me on a supposed to be stable release of a LTS version.

-- 
gnome-panel will not autostart on lucid
https://bugs.launchpad.net/bugs/542343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 500832] [NEW] After update grub2 won't boot on its own

2009-12-27 Thread Jose L. VG
Public bug reported:

After some karmic update (I guess) my eee 901 won't start on its own, as
it waits (for ever) for the user to select some boot option.This is
quite annoying as it was working ok before.

It could not be solved by touching the /etc/default/grub options.

Maybe pushing GRUB2 on karmic was a bad idea?
Too inmature?
Moreover when GRUB was working perfectly, it's easier to configure and more 
stable...
What does GRUB2 do that GRUB doesn't?
Why do we need GRUB2 anyway?
Just in order to have new bugs?

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  After some karmic update (I guess) my eee 901 won't start on its own, as
  it waits (for ever) for the user to select some boot option.This is
  quite annoying as it was working ok before.
  
  It could not be solved by touching the /etc/default/grub options.
  
- Maybe pushing GRUB2 on karmic was a bad idea? 
- Too inmature? 
- Moreover when GRUB was working perfectly, easier to configure and much more 
estable...
- What does GRUB2 do that GRUB doesn't? 
- Why do we need GRUB2 anyway? 
+ Maybe pushing GRUB2 on karmic was a bad idea?
+ Too inmature?
+ Moreover when GRUB was working perfectly, easier to configure and more 
stable...
+ What does GRUB2 do that GRUB doesn't?
+ Why do we need GRUB2 anyway?
  Just in order to have new bugs?

** Description changed:

  After some karmic update (I guess) my eee 901 won't start on its own, as
  it waits (for ever) for the user to select some boot option.This is
  quite annoying as it was working ok before.
  
  It could not be solved by touching the /etc/default/grub options.
  
  Maybe pushing GRUB2 on karmic was a bad idea?
  Too inmature?
- Moreover when GRUB was working perfectly, easier to configure and more 
stable...
+ Moreover when GRUB was working perfectly, it's easier to configure and more 
stable...
  What does GRUB2 do that GRUB doesn't?
  Why do we need GRUB2 anyway?
  Just in order to have new bugs?

-- 
After update grub2 won't boot on its own
https://bugs.launchpad.net/bugs/500832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 489357] Re: After upgrading to karmic, /e/n/i network config (non NetworkManager) no longer works

2009-12-05 Thread Jose L. VG
Apart from the bug itself I would like to ask why on earth is Network
Manager (NM) NOT DESIGNED to ALSO enable system-wide fixed networks
settings per interface?

NM is ok for most laptops, but when on a workstation or any other system
providing services to other machines NO becomes completely USELESS.

Linux is a very powerfull platform for servers and networking... it
seems a bit stupid to me that its best config tool to date are text-file
editors likek gedit or vi. I should be able to do simple tasks on a GUI,
for instance:

1) Setting up a fixed-server system wide network config (fixed ip + gw on 
interface)
2) Setting up a PERSISTENT route (not having to make and ad-hoc script undes 
/etc/network/if-up.d...)
3) Setting up custom network configurations per profile (per SSID depending on 
the wireless network I get into, or per profile name 'work' vs 'home' etc)

-- 
After upgrading to karmic, /e/n/i network config (non NetworkManager) no longer 
works
https://bugs.launchpad.net/bugs/489357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 489357] Re: After upgrading to karmic, /e/n/i network config (non NetworkManager) no longer works

2009-12-05 Thread Jose L. VG
Confirmed. There is some kind of regression at NetworkManager on Karmic
that prevents it from releasing an interface configured at:

 /etc/network/interfaces

The workarround for now is to remove the package network-manager (plus
its companions network-manager-gnome, ...-kde, etc) and configure the
system-server network at  /etc/network/interfaces

With no NM (Network Manager) messing with the manually configured
interface, the network connection is quite stable and works before a
session is open by any user, so the system can be used as a server
(printer server, web server, etc)

The regression is there because in Ubuntu Jaunty (9.04) it was not
necessary to remove NM to have a single interface configured manually
with system-wide settings.

** Changed in: network-manager (Ubuntu)
   Status: New => Confirmed

-- 
After upgrading to karmic, /e/n/i network config (non NetworkManager) no longer 
works
https://bugs.launchpad.net/bugs/489357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481203] Re: Hardy 8.04.3 openssh does not forward X11 always cannot open display

2009-12-05 Thread Jose L. VG
Openssh forwards X sessions correctly after the /etc/hosts is fixed with
a correct localhost IP (127.0.0.1 instead of 127.0.1.1)

** Changed in: openssh (Ubuntu)
   Status: Incomplete => Invalid

-- 
Hardy 8.04.3 openssh does not forward X11 always  cannot open display
https://bugs.launchpad.net/bugs/481203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 489357] [NEW] After upgrading to karmic, /e/n/i network config (non NetworkManager) no longer works

2009-11-27 Thread Jose L. VG
Public bug reported:

I had set up in Ubuntu 9.04 a network config fixed at
/etc/netwrking/interfaces in a PC acting as a home printer server SO
that users just have to switch ON the machine to access the server
printer and shared folders but do not need to log in as any user.

All WAS working over a wlan interface (wlan0) on Ubuntu 9.04

Once I upgraded to 9.10, the network became unstable, disconnected most
of the time. I have seen the logs at /var/log/syslog and the problems
SEEMS to be that NetworkManager is NOT ignoring wlan0 interface as it
should because it is being listed in /etc/network/interfaces and should
be managed manually ONLY.

The connection is unstable because NetworkManager is competing with
/etc/init.d/networking to manage the device.

Once I remove the config at /etc/network/interfaces, NetworkManager has
the device for itself and manages to give me stable connections.

How can I force NetworkManager TO IGNORE wlan0?
Shoud I deinstall it completelly?

[This is not the first time NetworkManager fails on me when I do not
seek the default config... is it really worth it?]

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
After upgrading to karmic, /e/n/i network config (non NetworkManager) no longer 
works
https://bugs.launchpad.net/bugs/489357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481203] Re: Hardy 8.04.3 openssh does not forward X11 always cannot open display

2009-11-16 Thread Jose L. VG
X11Forwarding is ON:
...
X11Forwarding yes
X11DisplayOffset 10
...

And xauth is installed, when I connect (the first time or after removing 
.Xauthority) I get:
/usr/bin/X11/xauth:  creating new authority file /home/admin/.Xauthority

The Display variable is OK:
$ echo $DISPLAY
localhost:10.0

The port 6010 is listening (I guess this maps to X display #10):
$ netstat -pan |grep 6010
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp0  0 127.0.0.1:6010  0.0.0.0:*   LISTEN  
-   
tcp6   0  0 ::1:6010:::*LISTEN  
-   

I can even connect manually to port 6010:

OOOPps!

I got it!

I could do telnet 127.0.0.1 6010 BUT NOT telnet localhost 6010...

The problem was my /etc/hosts!!!
It was:
127.0.1.1   madcvd01lnx.rfranco.com localhost madcvd01lnx
Now I have fixed it to:
127.0.0.1   madcvd01lnx.rfranco.com localhost madcvd01lnx

And gedit starts up correctly.

What does 127.0.1.1 mean anyway? (I think that value was there in the defaul 
config for /etc/hosts)
Does it have a reason or is it just an errata? Does it have anything to do with 
IPv6?

-- 
Hardy 8.04.3 openssh does not forward X11 always  cannot open display
https://bugs.launchpad.net/bugs/481203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481203] Re: Hardy 8.04.3 openssh does not forward X11 always cannot open display

2009-11-16 Thread Jose L. VG
# Package generated configuration file
# See the sshd(8) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin no
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
#Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

UsePAM yes

-- 
Hardy 8.04.3 openssh does not forward X11 always  cannot open display
https://bugs.launchpad.net/bugs/481203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481203] Re: Hardy 8.04.3 openssh does not forward X11 always cannot open display

2009-11-12 Thread Jose L. VG
Ah, something a forgot to mention.

I compared a ssh -vvv session against a working fedora server and could
not see any difference except for that in the hardy server, once the ssh
connection is established, when I do gedit (or xhost +) I just get the
error 'can't open display' and no debug info messages... whereas in the
fedora box I get ssh debug messages (levels 1,2 and 3) just before the
gedit pops up.

-- 
Hardy 8.04.3 openssh does not forward X11 always  cannot open display
https://bugs.launchpad.net/bugs/481203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481203] [NEW] Hardy 8.04.3 openssh does not forward X11 always cannot open display

2009-11-12 Thread Jose L. VG
Public bug reported:

The client machine is a Karmic koala that DOES ssh forwarding ok against
othe servers (mostly fedoras or Ubuntu Hardy desktops) [The problem IS
NOT ON THE client side, as it does the jobs correctly against other
servers]

The failing (ssh) server machine is a Ubuntu Hardy LTS "SERVER edition"
(NOT desktop) freshly installed from the CD (not upgraded)

The xauth package is installed and created the .Xauthority user file
becuase X11Forwarding is already enabled in sshd_config on that server.

The local port 6010 is listening for conntections (you can telnet
localshot 6010 to it) AND the DISPLAY variable is correctly set to
"localhost:10.0" BUT...

IT STILL DOES NOT WORK!!!

gedit and xhost complain:
$ gedit
cannot open display: 
Run 'gedit --help' to see a full list of available command line options.

ad...@madcvd01lnx:~$ gedit --display=$DISPLAY
cannot open display: localhost:10.0
Run 'gedit --help' to see a full list of available command line options.

ad...@madcvd01lnx:~$ xhost
xhost:  unable to open display "localhost:10.0"

Do I need to install something more on the SERVER LTS edition to enable 
X11forwarding aprt from xauth and the sshd_config?
[Remember that this is not a Hardy desktop, but a server with much less 
installed packages by default]

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

-- 
Hardy 8.04.3 openssh does not forward X11 always  cannot open display
https://bugs.launchpad.net/bugs/481203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs