[Desktop-packages] [Bug 1878974] Re: Unable to use HP USB Printer in Ubuntu 20.04 - apear to be hplip issues

2020-08-21 Thread vmagnin
I was unable to print and scan with my HP Photosmart 5524 on two PCs with 
Kubuntu 20.04.
But I fixed the problem today by purging the ippusbxd package. Everything is 
now working fine!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1878974

Title:
  Unable to use HP USB Printer in Ubuntu 20.04 - apear to be hplip
  issues

Status in HPLIP:
  New
Status in hplip package in Ubuntu:
  Incomplete

Bug description:
  Hi,
   
  I am unable to connect and print with a HP USB Pinter on Ubuntu 20.04,
  Spent some time troubleshooting with the default (previously current) drivers 
hplip ver. 3.20.3 , but Ubuntu 20.04 does not seem to be supported officially 
due to missing dependencies. Errors about missing pyqt4 dependencies among 
others.

  When using the hplip ver. 3.20.3 from the Ubuntu Repo printer is found
  but fails to print.

  Just noticed similar bug filed, 690720 , and saw note that new hplip
  ver. 3.20.5 was just released and supports Ubuntu 20.04

  When trying to install new package hplip ver. 3.20.5 with the .run
  script provided by HP I am unable to complete installatoin as it
  reports unmet dependency of pyqt5 , even though package python3-pyqt5
  is installed on system.

  https://developers.hp.com/hp-linux-imaging-and-printing/gethplip

  Maybe the repo just needs to be updated with a newer build (3.20.5) to
  install on my system, or is there something that can be done in the
  meantime.

  Below hp-check -t when using the repo hplip ver. 3.20.3 ,

  ==
  Saving output in log file: /root/hp-check.log

  HP Linux Imaging and Printing System (ver. 3.20.3)
  Dependency/Version Check Utility ver. 15.1

  Copyright (c) 2001-18 HP Development Company, LP
  This software comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to distribute it
  under certain conditions. See COPYING file for more details.

  Note: hp-check can be run in three modes:
  1. Compile-time check mode (-c or --compile): Use this mode before compiling 
the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper 
dependencies are installed to successfully compile
  HPLIP.

 
  2. Run-time check mode (-r or --run): Use this mode to determine if a distro 
supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball 
has the proper dependencies installed to
  successfully run. 

 
  3. Both compile- and run-time check mode (-b or --both) (Default): This mode 
will check both of the above cases (both compile- and run-time dependencies).   
  

  Check types:  

 
  a. EXTERNALDEP - External Dependencies

 
  b. GENERALDEP - General Dependencies (required both at compile and run time)  

 
  c. COMPILEDEP - Compile time Dependencies 

 
  d. [All are run-time checks]  

 
  PYEXT SCANCONF QUEUES PERMISSION  

 

  Status Types:
  OK
  MISSING   - Missing Dependency or Permission or Plug-in
  INCOMPAT  - Incompatible dependency-version or Plugin-version

  warning: ubuntu-20.04 version is not supported. Using ubuntu-19.10
  versions dependencies to verify and install...

  ---
  | SYSTEM INFO |
  ---

   Kernel: 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 
GNU/Linux
   Host: judith-mini
   Proc: 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 GNU/Linux
   Distribution: ubuntu 20.04
   Bitness: 64 bit

  
  ---
  | HPLIP CONFIGURATION |
  ---

  HPLIP-Version: 

[Desktop-packages] [Bug 1881401] Re: HPLIP, hp-doctor, hp-check should support Ubuntu 20.04 LTS with its package base

2020-07-04 Thread vmagnin
Since the upgrade from Kubuntu 19.10 to 20.04, the scanner of my HP
Photosmart 5524 is not recognized anymore. And the HPLIP 3.20.3
utilities can not be used because of python problems...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to hplip in Ubuntu.
https://bugs.launchpad.net/bugs/1881401

Title:
  HPLIP, hp-doctor, hp-check should support Ubuntu 20.04 LTS with its
  package base

Status in HPLIP:
  In Progress
Status in hplip package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 20.04 LTS installed
  2. Install HPLIP with `sudo apt-get install hplip-gui`
  3. Install all stuff to satisfy `hp-doctor` requirements by:

  sudo apt-get build-dep hplip
  sudo apt-get install build-essential libtool libtool-bin libcups2-dev 
cups-bsd cups-client avahi-utils gtk2-engines-pixbuf xsane python3-notify2

  
  4. Run `hp-doctor` and `hp-check`

  Expected results:

  * `hp-doctor` ran successfully without errors 
  * `hp-check` ran successfully without errors

  Actual results:

  ```
  $ hp-doctor 

  HP Linux Imaging and Printing System (ver. 3.20.3)
  Self Diagnse Utility and Healing Utility ver. 1.0
  ...
  Checking for Dependencies
  warning: ubuntu-20.04 version is not supported. Using ubuntu-19.10 versions 
dependencies to verify and install...
  ...
  --
  | PERMISSION |
  --

  Missing Required Dependencies
  -
  error: 'libcups2' package is missing or 'cups' service is not running.
  error: 'python3-pyqt4' package is missing/incompatible 
  error: 'gtk2-engines-pixbuf' package is missing/incompatible 
  Missing Optional Dependencies
  -
  error: 'python3-dbus.mainloop.qt' package is missing/incompatible 
  ...


  $ hp-check 
  Saving output in log file: /home/mate/hp-check.log

  HP Linux Imaging and Printing System (ver. 3.20.3)
  Dependency/Version Check Utility ver. 15.1
  ...
  ---
  | SUMMARY |
  ---

  Missing Required Dependencies
  -
  error: 'libcups2' package is missing/incompatible 
  error: 'python3-pyqt4' package is missing/incompatible 
  error: 'gtk2-engines-pixbuf' package is missing/incompatible 

  Missing Optional Dependencies
  -
  error: 'python3-dbus.mainloop.qt' package is missing/incompatible 

  Total Errors: 3
  Total Warnings: 0

  
  Done.

  ```

  Note: many mentioned packages are already installed, Qt4 related
  packages are not installable:

  ```
  $ sudo apt-get install libcups2 libcups2-dev 
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  libcups2 is already the newest version (2.3.1-9ubuntu1.1).
  libcups2-dev is already the newest version (2.3.1-9ubuntu1.1).
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  $ sudo apt-get install gtk2-engines-pixbuf
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  gtk2-engines-pixbuf is already the newest version (2.24.32-4ubuntu4).
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  $ sudo apt-get install python3-pyqt4
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  E: Unable to locate package python3-pyqt4

  $ sudo apt-get install python3-dbus.mainloop.qt
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  E: Unable to locate package python3-dbus.mainloop.qt
  E: Couldn't find any package by glob 'python3-dbus.mainloop.qt'
  E: Couldn't find any package by regex 'python3-dbus.mainloop.qt'
  ```

  Please consider to fix HPLIP package and support 20.04 LTS package
  base before 20.04.1 release!

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: hplip 3.20.3+dfsg0-2
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  Uname: Linux 5.4.0-33-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Sat May 30 12:25:39 2020
  InstallationDate: Installed on 2020-04-23 (36 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Lsusb-t:
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/12p, 12M
   |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/12p, 480M
  MachineType: innotek GmbH VirtualBox
  Papersize: a4
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 

[Desktop-packages] [Bug 1721821] Re: Kubuntu 17.10 freezes 50 seconds before KDE Plasma starts

2017-10-19 Thread vmagnin
I finally reinstalled my system using the Kubuntu 17.10 64 bits ISO today.
It solved the problem.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1721821

Title:
  Kubuntu 17.10 freezes 50 seconds before KDE Plasma starts

Status in network-manager package in Ubuntu:
  New

Bug description:
  I upgraded my Kubuntu 17.04 to 17.10 four days ago.

  My PC is booting fast: ~10 seconds to see the greeter. But when I
  connect to my Plasma session, the greeter is staying ~50 seconds at
  screen, before Plasma is starting (in ~10 more seconds). There was no
  problem before upgrading to Kubuntu 17.10.

  I connected to a terminal session just after having entered my
  password in the greeter, and I launched the htop command: all I can
  say is that there is no cpu eating process. The cpu is nearly idle
  during these 50 seconds.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: sddm 0.14.0-4ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct  6 18:13:42 2017
  InstallationDate: Installed on 2012-07-31 (1893 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  SourcePackage: sddm 0.14.0-4ubuntu1
  UpgradeStatus: Upgraded to artful on 2017-10-02 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1721821] Re: sddm freezes 50 seconds before KDE Plasma starts

2017-10-09 Thread vmagnin
The problem seem to be a "timed out" problem with NetworkManager
1.8.4-1ubuntu1, not sddm.

** Package changed: sddm (Ubuntu) => network-manager (Ubuntu)

** Summary changed:

- sddm freezes 50 seconds before KDE Plasma starts
+ Kubuntu 17.10 freezes 50 seconds before KDE Plasma starts

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1721821

Title:
  Kubuntu 17.10 freezes 50 seconds before KDE Plasma starts

Status in network-manager package in Ubuntu:
  New

Bug description:
  I upgraded my Kubuntu 17.04 to 17.10 four days ago.

  My PC is booting fast: ~10 seconds to see the greeter. But when I
  connect to my Plasma session, the greeter is staying ~50 seconds at
  screen, before Plasma is starting (in ~10 more seconds). There was no
  problem before upgrading to Kubuntu 17.10.

  I connected to a terminal session just after having entered my
  password in the greeter, and I launched the htop command: all I can
  say is that there is no cpu eating process. The cpu is nearly idle
  during these 50 seconds.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: sddm 0.14.0-4ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct  6 18:13:42 2017
  InstallationDate: Installed on 2012-07-31 (1893 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  SourcePackage: sddm 0.14.0-4ubuntu1
  UpgradeStatus: Upgraded to artful on 2017-10-02 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1721821] Re: Lightdm freezes 50 seconds before KDE Plasma starts

2017-10-06 Thread vmagnin
I made an error: my system is using sddm and not lightdm (although this
package is also installed).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1721821

Title:
  sddm freezes 50 seconds before KDE Plasma starts

Status in sddm package in Ubuntu:
  New

Bug description:
  I upgraded my Kubuntu 17.04 to 17.10 four days ago.

  My PC is booting fast: ~10 seconds to see the greeter. But when I
  connect to my Plasma session, the greeter is staying ~50 seconds at
  screen, before Plasma is starting (in ~10 more seconds). There was no
  problem before upgrading to Kubuntu 17.10.

  I connected to a terminal session just after having entered my
  password in the greeter, and I launched the htop command: all I can
  say is that there is no cpu eating process. The cpu is nearly idle
  during these 50 seconds.

  Lightdm version : 1.24.0-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct  6 18:13:42 2017
  InstallationDate: Installed on 2012-07-31 (1893 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to artful on 2017-10-02 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1721821] Re: Lightdm freezes 50 seconds before KDE Plasma starts

2017-10-06 Thread vmagnin
My system is using sddm, not lightdm (sorry)

** Package changed: lightdm (Ubuntu) => sddm (Ubuntu)

** Summary changed:

- Lightdm freezes 50 seconds before KDE Plasma starts
+ sddm freezes 50 seconds before KDE Plasma starts

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1721821/+attachment/4963843/+files/Dependencies.txt

** Attachment removed: "LightdmConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1721821/+attachment/4963845/+files/LightdmConfig.txt

** Attachment removed: "LightdmUsersConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/sddm/+bug/1721821/+attachment/4963846/+files/LightdmUsersConfig.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1721821

Title:
  sddm freezes 50 seconds before KDE Plasma starts

Status in sddm package in Ubuntu:
  New

Bug description:
  I upgraded my Kubuntu 17.04 to 17.10 four days ago.

  My PC is booting fast: ~10 seconds to see the greeter. But when I
  connect to my Plasma session, the greeter is staying ~50 seconds at
  screen, before Plasma is starting (in ~10 more seconds). There was no
  problem before upgrading to Kubuntu 17.10.

  I connected to a terminal session just after having entered my
  password in the greeter, and I launched the htop command: all I can
  say is that there is no cpu eating process. The cpu is nearly idle
  during these 50 seconds.

  Lightdm version : 1.24.0-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct  6 18:13:42 2017
  InstallationDate: Installed on 2012-07-31 (1893 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to artful on 2017-10-02 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1721821] [NEW] Lightdm freezes 50 seconds before KDE Plasma starts

2017-10-06 Thread vmagnin
Public bug reported:

I upgraded my Kubuntu 17.04 to 17.10 four days ago.

My PC is booting fast: ~10 seconds to see the greeter. But when I
connect to my Plasma session, the greeter is staying ~50 seconds at
screen, before Plasma is starting (in ~10 more seconds). There was no
problem before upgrading to Kubuntu 17.10.

I connected to a terminal session just after having entered my password
in the greeter, and I launched the htop command: all I can say is that
there is no cpu eating process. The cpu is nearly idle during these 50
seconds.

Lightdm version : 1.24.0-0ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: lightdm 1.24.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic i686
ApportVersion: 2.20.7-0ubuntu2
Architecture: i386
CurrentDesktop: KDE
Date: Fri Oct  6 18:13:42 2017
InstallationDate: Installed on 2012-07-31 (1893 days ago)
InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
SourcePackage: lightdm
UpgradeStatus: Upgraded to artful on 2017-10-02 (3 days ago)

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


** Tags: apport-bug artful i386

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1721821

Title:
  Lightdm freezes 50 seconds before KDE Plasma starts

Status in lightdm package in Ubuntu:
  New

Bug description:
  I upgraded my Kubuntu 17.04 to 17.10 four days ago.

  My PC is booting fast: ~10 seconds to see the greeter. But when I
  connect to my Plasma session, the greeter is staying ~50 seconds at
  screen, before Plasma is starting (in ~10 more seconds). There was no
  problem before upgrading to Kubuntu 17.10.

  I connected to a terminal session just after having entered my
  password in the greeter, and I launched the htop command: all I can
  say is that there is no cpu eating process. The cpu is nearly idle
  during these 50 seconds.

  Lightdm version : 1.24.0-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct  6 18:13:42 2017
  InstallationDate: Installed on 2012-07-31 (1893 days ago)
  InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release i386 
(20120423)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to artful on 2017-10-02 (3 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1434986] Re: Not working network connection after boot

2017-05-03 Thread vmagnin
Good news ! This bug seems to have disappeared since I upgraded my two
PC toward Kubuntu 17.04. No problem for several weeks, after two years
of problems...

In fact, it seems that Kubuntu does not launch anymore dnsmasq. It does not 
appear in the results of the command:
sudo /etc/init.d/network-manager status

In my package manager, I see that the dnsmasq package is not installed,
but the dnsmasq-base is.

Thanks to anyone who solved that !

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Expired
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1434986] Re: Not working network connection after boot

2016-12-31 Thread vmagnin
I found a solution when there is no network just after booting:
sudo pkill dnsmasq

The network manager then automatically relaunch dnsmasq as you can see by 
typing:
sudo /etc/init.d/network-manager status

And it's OK !
So it seems to be a DNS related problem.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Expired
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1434986] Re: Not working network connection after boot

2016-12-03 Thread vmagnin
Since Ubuntu 16.10, the problem is worse !

1) When my PC is booting faster than my DSL Modem, the following command does 
not solve the problem anymore : sudo /etc/init.d/network-manager restart
I am forced to reboot.

2) When my modem lose the sync, I am obliged to launch that command
(since Ubuntu 16.10).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Expired
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1638373] Re: End marker/start marker drop-down menus are empty

2016-11-24 Thread vmagnin
Same problem. Downloading the file from comment 2 solved my problem.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to inkscape in Ubuntu.
https://bugs.launchpad.net/bugs/1638373

Title:
  End marker/start marker drop-down menus are empty

Status in Inkscape:
  New
Status in inkscape package in Ubuntu:
  Confirmed

Bug description:
  The dropdown menus for start marker, end marker and mid markers do not
  contains any arrows to select. I have clean up all local settings and
  run inkscape fresh but the same problem.

  Inkscape 0.91, Ubuntu 16.10

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1621780] Re: upgrade failure from older nvidia release

2016-11-22 Thread vmagnin
I finally found a solution on an Ubuntu forum:
/var/lib/dpkg/info$ sudo mv libcuda1-352.prerm libcuda1-352.prerm.bak
/var/lib/dpkg/info$ sudo mv nvidia-352.prerm nvidia-352.prerm.bak
/var/lib/dpkg/info$ sudo mv nvidia-opencl-icd-352.prerm 
nvidia-opencl-icd-352.prerm.bak
/var/lib/dpkg/info$ sudo apt-get dist-upgrade

These packages have then been updated without failure. My problem is
solved.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-361 in Ubuntu.
https://bugs.launchpad.net/bugs/1621780

Title:
  upgrade failure from older nvidia release

Status in nvidia-graphics-drivers-361 package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  Confirmed

Bug description:
  The following error happens when upgrading the nvidia driver:
  """
  > Preparing to unpack
  > .../nvidia-opencl-icd-361_367.44-0ubuntu0.16.04.1_amd64.deb ...
  > Failed to stop var-lib-snapd-lib-gl.mount: Unit
  > var-lib-snapd-lib-gl.mount not loaded.
  > dpkg: warning: subprocess old pre-removal script returned error exit
  > status 5
  > dpkg: trying script from the new package instead ...
  > dpkg: error processing archive
  > 
/var/cache/apt/archives/nvidia-opencl-icd-361_367.44-0ubuntu0.16.04.1_amd64.d\
  eb
  > (--unpack):
  >  there is no script in the new version of the package - giving up
  > Failed to get unit file state for var-lib-snapd-lib-gl.mount: No such
  > file or directory
  > var-lib-snapd-lib-gl.mount is a disabled or a static unit, not starting it.
  > dpkg: regarding
  > .../nvidia-opencl-icd-367_367.44-0ubuntu0.16.04.1_amd64.deb containing
  > nvidia-opencl-icd-367:
  >  nvidia-opencl-icd-367 conflicts with nvidia-opencl-icd
  >   nvidia-opencl-icd-361 provides nvidia-opencl-icd and is present and
  > installed.
  """
  in yakkety.

  I think what happend here is that we had a buggy version of nvidia in
  xenial-proposed (and maybe yakkety) for a brief time. This version
  contained the var-lib-snapd-lib-gl.mount - the new package does not
  have cleanup script for this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1621780/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1621780] Re: upgrade failure from older nvidia release

2016-11-22 Thread vmagnin
Same problem.
I am using the nvidia 367.57 but when I try to apt-get remove nvidia-352 
nvidia-361 it fails.
Is there a Workaround to uninstall these broken packages ?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-361 in Ubuntu.
https://bugs.launchpad.net/bugs/1621780

Title:
  upgrade failure from older nvidia release

Status in nvidia-graphics-drivers-361 package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-367 package in Ubuntu:
  Fix Released
Status in snapd package in Ubuntu:
  Confirmed

Bug description:
  The following error happens when upgrading the nvidia driver:
  """
  > Preparing to unpack
  > .../nvidia-opencl-icd-361_367.44-0ubuntu0.16.04.1_amd64.deb ...
  > Failed to stop var-lib-snapd-lib-gl.mount: Unit
  > var-lib-snapd-lib-gl.mount not loaded.
  > dpkg: warning: subprocess old pre-removal script returned error exit
  > status 5
  > dpkg: trying script from the new package instead ...
  > dpkg: error processing archive
  > 
/var/cache/apt/archives/nvidia-opencl-icd-361_367.44-0ubuntu0.16.04.1_amd64.d\
  eb
  > (--unpack):
  >  there is no script in the new version of the package - giving up
  > Failed to get unit file state for var-lib-snapd-lib-gl.mount: No such
  > file or directory
  > var-lib-snapd-lib-gl.mount is a disabled or a static unit, not starting it.
  > dpkg: regarding
  > .../nvidia-opencl-icd-367_367.44-0ubuntu0.16.04.1_amd64.deb containing
  > nvidia-opencl-icd-367:
  >  nvidia-opencl-icd-367 conflicts with nvidia-opencl-icd
  >   nvidia-opencl-icd-361 provides nvidia-opencl-icd and is present and
  > installed.
  """
  in yakkety.

  I think what happend here is that we had a buggy version of nvidia in
  xenial-proposed (and maybe yakkety) for a brief time. This version
  contained the var-lib-snapd-lib-gl.mount - the new package does not
  have cleanup script for this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1621780/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1434986] Re: Not working network connection after boot

2016-05-02 Thread vmagnin
The bug is still present after upgrading to Kubuntu 16.04.
Same workaround as before to access to the network after booting:
sudo /etc/init.d/network-manager restart

It is present only on two PCs behind a DSL router. My notebook is not affected.
This bug is very annoying ! and lasts now for one year...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Expired
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1434986] Re: Not working network connection after boot

2015-10-31 Thread vmagnin
The bug is still present after upgrading to Kubuntu 15.10.
Same workaround as before to access to the network after booting:
sudo /etc/init.d/network-manager restart

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect->reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Re: System freeze when using LibreOffice Writer

2015-05-21 Thread vmagnin
I have updated the BIOS:
$ sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
786G3 v03.57
07/15/2013

But the bug still occurs. LibreOffice can still freeze totally the
system.

** Changed in: xorg (Ubuntu)
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  New

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] CurrentDmesg.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400848/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] DpkgLog.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400850/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Dependencies.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400849/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] GconfCompiz.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400851/+files/GconfCompiz.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Re: System freeze when using LibreOffice Writer

2015-05-20 Thread vmagnin
apport information

** Tags added: apport-collected compiz-0.9 ubuntu vivid

** Description changed:

  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.
  
  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
+ --- 
+ .tmp.unity.support.test.0:
+  
+ ApportVersion: 2.17.2-0ubuntu1
+ Architecture: amd64
+ CasperVersion: 1.360
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: compiz
+ CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
+ CompositorUnredirectFSW: true
+ CurrentDesktop: Unity
+ DistUpgraded: Fresh install
+ DistroCodename: vivid
+ DistroRelease: Ubuntu 15.04
+ DistroVariant: ubuntu
+ GraphicsCard:
+  NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: NVIDIA Corporation Device [10de:063a]
+ LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
+ MachineType: Hewlett-Packard HP Z400 Workstation
+ Package: xorg 1:7.7+7ubuntu4
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
+ ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
+ Tags:  vivid ubuntu compiz-0.9
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 3.19.0-15-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/06/2010
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 786G3 v03.07
+ dmi.board.asset.tag: CZC0195Y06
+ dmi.board.name: 0B4Ch
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: D
+ dmi.chassis.asset.tag: CZC0195Y06
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
+ dmi.product.name: HP Z400 Workstation
+ dmi.sys.vendor: Hewlett-Packard
+ version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.60-2
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
+ xserver.bootTime: Wed May 20 08:19:58 2015
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.version: 2:1.17.1-0ubuntu3

** Attachment added: BootLog.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400847/+files/BootLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: 

[Desktop-packages] [Bug 1453812] JournalErrors.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400852/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Re: System freeze when using LibreOffice Writer

2015-05-20 Thread vmagnin
The bug has also been reported on Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1189332

** Bug watch added: Red Hat Bugzilla #1189332
   https://bugzilla.redhat.com/show_bug.cgi?id=1189332

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Lspci.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1453812/+attachment/4400855/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] xdpyinfo.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400864/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Lsusb.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1453812/+attachment/4400856/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] ProcModules.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400859/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] UdevDb.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1453812/+attachment/4400860/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] LightdmDisplayLog.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400853/+files/LightdmDisplayLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Xrandr.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/1453812/+attachment/4400863/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] XorgLog.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400862/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] LightdmLog.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400854/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] UnitySupportTest.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400861/+files/UnitySupportTest.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] ProcCpuinfo.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400857/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] ProcInterrupts.txt

2015-05-20 Thread vmagnin
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1453812/+attachment/4400858/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Re: System freeze when using LibreOffice Writer

2015-05-20 Thread vmagnin
I have just reproduced the bug, then booted into 
http://cdimage.ubuntu.com/daily-live/current/vivid-desktop-amd64.iso and then 
typed in a terminal:
$ sudo apt-get install python-apport
$ apport-collect -p xorg 1453812

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroRelease: Ubuntu 15.04
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation G96GL [Quadro FX 580] [10de:0659] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:063a]
  LiveMediaBuild: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: Hewlett-Packard HP Z400 Workstation
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- debian-installer/language=fr 
keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Tags:  vivid ubuntu compiz-0.9
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-15-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/06/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786G3 v03.07
  dmi.board.asset.tag: CZC0195Y06
  dmi.board.name: 0B4Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: D
  dmi.chassis.asset.tag: CZC0195Y06
  dmi.chassis.type: 6
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786G3v03.07:bd04/06/2010:svnHewlett-Packard:pnHPZ400Workstation:pvr:rvnHewlett-Packard:rn0B4Ch:rvrD:cvnHewlett-Packard:ct6:cvr:
  dmi.product.name: HP Z400 Workstation
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.12.1+15.04.20150410.1-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.2-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.2-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.1-0ubuntu3
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917-1~exp1ubuntu2build1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Wed May 20 08:19:58 2015
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.1-0ubuntu3

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Re: System freeze when using LibreOffice Writer

2015-05-13 Thread vmagnin
OK.
I reinstalled the nouveau driver and reproduced the bug. I was obliged to 
reboot the system because everything is frozen except the mouse cursor: no 
access to any terminal.

Then I typed in a terminal:
$ sudo apt-get install xdiagnose
$ sudo apt-get install python-apport
$ apport-collect -p xorg 1453812
ERROR: Could not import module, is a package upgrade in progress?  Error: No 
module named PyQt5.QtCore

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] Re: System freeze when using LibreOffice Writer

2015-05-13 Thread vmagnin
Note that I just have also a problem in LibreOffice Calc with the
nouveau driver: it has some difficulties to display my spreadsheet and
draw correctly the window. But the system is not frozen as in Writer.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1453812] [NEW] System freeze when using LibreOffice Writer

2015-05-11 Thread vmagnin
Public bug reported:

LibreOffice Writer is freezing the system after a few minutes (Ubuntu
15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
moving the mouse pointer on the screen. Impossible to connect to a tty
session to kill Xorg. A physical reboot is necessary. Note that I used
LibreOffice Calc without problem.

The problem has been encountered also under Fedora 21:
http://forums.fedora-fr.org/viewtopic.php?id=63428
The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
It works for me.

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

** Package changed: network-manager (Ubuntu) = libreoffice (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1453812

Title:
  System freeze when using LibreOffice Writer

Status in libreoffice package in Ubuntu:
  New

Bug description:
  LibreOffice Writer is freezing the system after a few minutes (Ubuntu
  15.04, libreoffice-writer 4.4.2-0ubuntu1): the only possible action is
  moving the mouse pointer on the screen. Impossible to connect to a tty
  session to kill Xorg. A physical reboot is necessary. Note that I used
  LibreOffice Calc without problem.

  The problem has been encountered also under Fedora 21:
  http://forums.fedora-fr.org/viewtopic.php?id=63428
  The solution proposed on this french forum is to replace the nouveau driver 
by the nvidia proprietary driver (340.76).
  It works for me.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1434986] Re: Not working network connection after boot

2015-05-10 Thread vmagnin
I have also the problem with two PC (Kubuntu  15.04) linked to the same router. 
Sometimes I have network after the boot, sometimes not.
I have found this message in dmesg when I have no network:
[7.195372] systemd[1]: Job NetworkManager.service/start deleted to break 
ordering cycle starting with network.target/start

This bug is quite annoying. When there is this problem, I reboot the
machine.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1434986

Title:
  Not working network connection after boot

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  Directly after boot the network connections are not working. I am
  connected and have an IP address, but I cannot establish a connection
  with any Internet server.

  I have the impression it is related to thee DNS lookup, which waits
  forever for a result.

  Cycling the connection (disconnect-reconnect) seems to fix the
  problem for some time.

  I am reporting this against network-manager, but I am not sure if it is 
directly in network manager or if it is systemd related.
  With 14.10 everything worked perfectly.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu11
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.16.2-0ubuntu4
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Mar 22 12:38:26 2015
  EcryptfsInUse: Yes
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-01-30 (50 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Release amd64 
(20141022.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.26 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.29
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2015-03-19 (3 days ago)
  modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2015-02-16T00:14:50.662693
  nmcli-dev:
   DEVICE  TYPE  STATE  DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0ethernet  connected  /org/freedesktop/NetworkManager/Devices/2  
Kabelnetzwerkverbindung 1  4a581685-6002-4401-a993-49aa649667eb  
/org/freedesktop/NetworkManager/ActiveConnection/4 
   wlan0   wifi  connected  /org/freedesktop/NetworkManager/Devices/1  
4A616E7320574C414E f45aa3a7-fb44-41b7-a02a-ea9720d79414  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   lo  loopback  unmanaged  /org/freedesktop/NetworkManager/Devices/0  --   
  ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1170313] Re: Latest inotify patch causes 100% CPU

2013-04-18 Thread vmagnin
Problem solved after apt-get update

Note that I was obliged to kill the previous pulseaudio:
pulseaudio --kill

Thank you.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1170313

Title:
  Latest inotify patch causes 100% CPU

Status in “pulseaudio” package in Ubuntu:
  Fix Released

Bug description:
  The patch for bug 1167192 was not working correctly. When the pid file
  was accessed by some software, PulseAudio got stuck in a 100% CPU loop
  on one core.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 919659] Re: [Downstream] Can't open/save spreadsheet with password

2012-02-05 Thread vmagnin
- I can not open calc files previously (before 3.4.5 update) saved with a 
password.
- I can not save a new document with a password. (I tried with Writer)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/919659

Title:
  [Downstream] Can't open/save spreadsheet with password

Status in LibreOffice Productivity Suite:
  Won't Fix
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2) apt-cache policy libreoffice-calc
  libreoffice-calc:
    Instalado: 1:3.4.5-0ubuntu1
    Candidato: 1:3.4.5-0ubuntu1
    Tabela de versão:
   *** 1:3.4.5-0ubuntu1 0
  500 http://br.archive.ubuntu.com/ubuntu/ oneiric-proposed/main amd64 
Packages
  100 /var/lib/dpkg/status
   1:3.4.4-0ubuntu1 0
  500 http://br.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
   1:3.4.3-3ubuntu2 0
  500 http://br.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

  3) What is expected to happen in Libreoffice Writer via the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/919659/+attachment/2700639/+files/test.odt
   lowriter -nologo test.odt

  type in the password:
  password

  and the file opens successfully, as it does in 3.4.4.

  4) What happens instead is that the file does not open and a message pops up:
  LibreOffice 3.4
  The password is incorrect. The file cannot be opened.

  This problem is unreproducible in:
  lsb_release -rd
  Description: Ubuntu precise (development branch)
  Release: 12.04

  apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.5.0~beta2-2ubuntu4
Candidate: 1:3.5.0~beta2-2ubuntu4
Version table:
   *** 1:3.5.0~beta2-2ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  == Regression details ==
  Discovered in version: 3.4.5-0ubuntu1
  Last known good version: 3.4.4-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/919659/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp