[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock

2016-05-03 Thread Olivier Clavel
Experiencing the same issue here after unpgrading to 16.04. Never
experienced the issue for years of using ubuntu on the same machine and
same hardware: 14.04 => 14.10 =>  15.04 => 15.10 => 16.04. It's only on
the latest upgrade that the problem appeared.

Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 connected primary 1920x1080+0+0 (normal left inverted right x axis y 
axis) 521mm x 293mm
   1920x1080 60.00*+  50.0059.94  
   1920x1080i60.0050.0059.94  
   1680x1050 59.88  
   1280x1024 75.0260.02  
   1440x900  59.90  
   1280x960  60.00  
   1280x720  60.0050.0059.94  
   1024x768  75.0870.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   720x576   50.00  
   720x480   60.0059.94  
   640x480   75.0072.8166.6760.0059.94  
   720x400   70.08  
VGA1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 
521mm x 293mm
   1920x1080 60.00*+
   1680x1050 59.95  
   1280x1024 75.0260.02  
   1440x900  59.89  
   1280x960  60.00  
   1280x720  60.00  
   1024x768  75.0870.0760.00  
   832x624   74.55  
   800x600   72.1975.0060.3256.25  
   640x480   75.0072.8166.6760.00  
   720x400   70.08  
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

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

Title:
  Windows change Monitor/Desktop after screen lock

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

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


[Bug 1389244] Re: lxc-info output different in terminal and file redirection

2014-11-12 Thread Olivier Clavel
** Description changed:

  -
  Versions information
  
  root@arachide:~# lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  root@arachide:~# apt-cache policy lxc
  lxc:
    Installed: 1.0.6-0ubuntu0.1
    Candidate: 1.0.6-0ubuntu0.1
    Version table:
   *** 1.0.6-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.0.3-0ubuntu3 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  ---
  
  lxc-info output is different when displayed directly in the terminal or
  redirected to a file
  
  Expected: same content when displayed in term or redirected to a file
  Actual result: contents different
  
  This behavior broke a custom script which was working like a charm on
  Ubuntu 13.10 with lxc version 1.0.0~alpha1 amd64. This is working
  correctly as well on Ubuntu 14.04 with the stock trusty version of lxc
  in the main repo (1.0.3)
  
  How to reproduce:
  
  root@arachide:~# lxc-info -n my_lxc
  Name:   my_lxc
  State:  STOPPED
- root@arachide:~# lxc-info -n vfc-sla  test.txt
+ root@arachide:~# lxc-info -n my_lxc  test.txt
  root@arachide:~# cat test.txt
  Name:   my_lxc
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~#

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

Title:
  lxc-info output different in terminal and file redirection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1389244/+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 1389244] Re: lxc-info output different in terminal and file redirection

2014-11-12 Thread Olivier Clavel
** Description changed:

  -
  Versions information
  
  root@arachide:~# lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  root@arachide:~# apt-cache policy lxc
  lxc:
    Installed: 1.0.6-0ubuntu0.1
    Candidate: 1.0.6-0ubuntu0.1
    Version table:
   *** 1.0.6-0ubuntu0.1 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.0.3-0ubuntu3 0
  500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  ---
  
  lxc-info output is different when displayed directly in the terminal or
  redirected to a file
  
  Expected: same content when displayed in term or redirected to a file
  Actual result: contents different
  
  This behavior broke a custom script which was working like a charm on
  Ubuntu 13.10 with lxc version 1.0.0~alpha1 amd64. This is working
  correctly as well on Ubuntu 14.04 with the stock trusty version of lxc
  in the main repo (1.0.3)
  
  How to reproduce:
  
  root@arachide:~# lxc-info -n my_lxc
  Name:   my_lxc
  State:  STOPPED
- root@arachide:~# lxc-info -n vfc-sla  test.txt
+ root@arachide:~# lxc-info -n my_lxc  test.txt
  root@arachide:~# cat test.txt
  Name:   my_lxc
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~#

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

Title:
  lxc-info output different in terminal and file redirection

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

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

[Bug 1389244] [NEW] lxc-info output different in terminal and file redirection

2014-11-04 Thread Olivier Clavel
Public bug reported:

-
Versions information

root@arachide:~# lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

root@arachide:~# apt-cache policy lxc
lxc:
  Installed: 1.0.6-0ubuntu0.1
  Candidate: 1.0.6-0ubuntu0.1
  Version table:
 *** 1.0.6-0ubuntu0.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.0.3-0ubuntu3 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

---

lxc-info output is different when displayed directly in the terminal or
redirected to a file


Expected: same content when displayed in term or redirected to a file
Actual result: contents different


This behavior broke a custom script which was working like a charm on Ubuntu 
13.10 with lxc version 1.0.0~alpha1 amd64. This is working correctly as well on 
Ubuntu 14.10 with the stock trusty version of lxc in the main repo (1.0.3)

How to reproduce:

root@arachide:~# lxc-info -n my_lxc
Name:   my_lxc
State:  STOPPED
root@arachide:~# lxc-info -n vfc-sla  test.txt
root@arachide:~# cat test.txt
Name:   my_lxc
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
root@arachide:~#

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

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

Title:
  lxc-info output different in terminal and file redirection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1389244/+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 1389244] Re: lxc-info output different in terminal and file redirection

2014-11-04 Thread Olivier Clavel
** Description changed:

  -
  Versions information
  
  root@arachide:~# lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  root@arachide:~# apt-cache policy lxc
  lxc:
-   Installed: 1.0.6-0ubuntu0.1
-   Candidate: 1.0.6-0ubuntu0.1
-   Version table:
-  *** 1.0.6-0ubuntu0.1 0
- 500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1.0.3-0ubuntu3 0
- 500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+   Installed: 1.0.6-0ubuntu0.1
+   Candidate: 1.0.6-0ubuntu0.1
+   Version table:
+  *** 1.0.6-0ubuntu0.1 0
+ 500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1.0.3-0ubuntu3 0
+ 500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  ---
  
  lxc-info output is different when displayed directly in the terminal or
  redirected to a file
  
- 
  Expected: same content when displayed in term or redirected to a file
  Actual result: contents different
  
- 
- This behavior broke a custom script which was working like a charm on Ubuntu 
13.10 with lxc version 1.0.0~alpha1 amd64. This is working correctly as well on 
Ubuntu 14.10 with the stock trusty version of lxc in the main repo (1.0.3)
+ This behavior broke a custom script which was working like a charm on
+ Ubuntu 13.10 with lxc version 1.0.0~alpha1 amd64. This is working
+ correctly as well on Ubuntu 14.04 with the stock trusty version of lxc
+ in the main repo (1.0.3)
  
  How to reproduce:
  
  root@arachide:~# lxc-info -n my_lxc
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~# lxc-info -n vfc-sla  test.txt
  root@arachide:~# cat test.txt
  Name:   my_lxc
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~#

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

Title:
  lxc-info output different in terminal and file redirection

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1389244/+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 1389244] [NEW] lxc-info output different in terminal and file redirection

2014-11-04 Thread Olivier Clavel
Public bug reported:

-
Versions information

root@arachide:~# lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

root@arachide:~# apt-cache policy lxc
lxc:
  Installed: 1.0.6-0ubuntu0.1
  Candidate: 1.0.6-0ubuntu0.1
  Version table:
 *** 1.0.6-0ubuntu0.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.0.3-0ubuntu3 0
500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

---

lxc-info output is different when displayed directly in the terminal or
redirected to a file


Expected: same content when displayed in term or redirected to a file
Actual result: contents different


This behavior broke a custom script which was working like a charm on Ubuntu 
13.10 with lxc version 1.0.0~alpha1 amd64. This is working correctly as well on 
Ubuntu 14.10 with the stock trusty version of lxc in the main repo (1.0.3)

How to reproduce:

root@arachide:~# lxc-info -n my_lxc
Name:   my_lxc
State:  STOPPED
root@arachide:~# lxc-info -n vfc-sla  test.txt
root@arachide:~# cat test.txt
Name:   my_lxc
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
Name:   my_lxc
State:  STOPPED
root@arachide:~#

** Affects: lxc (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/1389244

Title:
  lxc-info output different in terminal and file redirection

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

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


[Bug 1389244] Re: lxc-info output different in terminal and file redirection

2014-11-04 Thread Olivier Clavel
** Description changed:

  -
  Versions information
  
  root@arachide:~# lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  root@arachide:~# apt-cache policy lxc
  lxc:
-   Installed: 1.0.6-0ubuntu0.1
-   Candidate: 1.0.6-0ubuntu0.1
-   Version table:
-  *** 1.0.6-0ubuntu0.1 0
- 500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1.0.3-0ubuntu3 0
- 500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+   Installed: 1.0.6-0ubuntu0.1
+   Candidate: 1.0.6-0ubuntu0.1
+   Version table:
+  *** 1.0.6-0ubuntu0.1 0
+ 500 http://fr.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1.0.3-0ubuntu3 0
+ 500 http://fr.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  ---
  
  lxc-info output is different when displayed directly in the terminal or
  redirected to a file
  
- 
  Expected: same content when displayed in term or redirected to a file
  Actual result: contents different
  
- 
- This behavior broke a custom script which was working like a charm on Ubuntu 
13.10 with lxc version 1.0.0~alpha1 amd64. This is working correctly as well on 
Ubuntu 14.10 with the stock trusty version of lxc in the main repo (1.0.3)
+ This behavior broke a custom script which was working like a charm on
+ Ubuntu 13.10 with lxc version 1.0.0~alpha1 amd64. This is working
+ correctly as well on Ubuntu 14.04 with the stock trusty version of lxc
+ in the main repo (1.0.3)
  
  How to reproduce:
  
  root@arachide:~# lxc-info -n my_lxc
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~# lxc-info -n vfc-sla  test.txt
  root@arachide:~# cat test.txt
  Name:   my_lxc
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  Name:   my_lxc
  State:  STOPPED
  root@arachide:~#

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

Title:
  lxc-info output different in terminal and file redirection

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

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