[Touch-packages] [Bug 1436814] Re: Use a roaming indicator for each SIM on dual SIM phones

2015-06-05 Thread Michael Zukowski
@Antti Kaijanmäki: Many thanks for the hint. I confirmed that bug
#1447479 affects me.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-network in
Ubuntu.
https://bugs.launchpad.net/bugs/1436814

Title:
  Use a roaming indicator for each SIM on dual SIM phones

Status in Ubuntu UX bugs:
  New
Status in indicator-network package in Ubuntu:
  Triaged

Bug description:
  For dual SIM phones, the roaming indicator should be related to each SIM, by 
having a R sign on the top of each signal strength indicator, or by having 
the roaming indicator in red (or another color) or by having the indicator 
blinking.
  I live near a border, and I work on the other side of this border: I have 2 
SIM's, one for each country. As the phone is sometime lazzy to connect each 
SIM to the right operator as soon as it becomes available, when I switch from 
one country to the another, I'm not able to check if both SIM are on the right 
network: sometime, I place or I receive a call thinking I'm not in the roaming 
mode... and it is not true.
  The work around consists to go the the system settings of the phone to check 
each SIM card and its associated operator.
  Having an roaming indicator dedicated to each SIM could help: a quick glance 
is enough to check the card status.

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

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


[Touch-packages] [Bug 1462084] Re: Folder chooser cancels directory creation on dialog confirmation

2015-06-05 Thread Sebastien Bacher
upstream says it's fixed in 3.17

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Triaged

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = Low

** Changed in: gtk+3.0 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1462084

Title:
  Folder chooser cancels directory creation on dialog confirmation

Status in GTK+ GUI Toolkit:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Fix Committed

Bug description:
  These steps are in Nautilus, but same happens in e.g. Shotwell, so a
  gtk bug.

  Steps to reproduce:
  - open Nautilus/Files
  - right-click on an item
  - choose Move To...
  - click Create Folder
  - type in a folder name (don't press enter)
  - click Select

  Expected:
  - folder gets created
  - the created folder is used as target

  Current:
  - folder does not get created
  - the first folder available is used as target

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgtk-3-0 3.14.12-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun  4 22:10:59 2015
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1462087] Re: Folder chooser creates and opens new directory when clicked on another

2015-06-05 Thread Sebastien Bacher
that's fixed upstream in 3.17

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Fix Committed

** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1462087

Title:
  Folder chooser creates and opens new directory when clicked on another

Status in GTK+ GUI Toolkit:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Fix Committed

Bug description:
  Somewhat related to bug #1462084:

  These steps are in Nautilus, but same happens in e.g. Shotwell, so a
  gtk bug.

  Steps to reproduce:
  - open Nautilus/Files
  - right-click on an item
  - choose Move To...
  - click Create Folder
  - type in a folder name (don't press enter)
  - click on a different folder

  Expected:
  - folder creation is cancelled
  or
  - user isn't allowed to click on a different folder

  Current:
  - folder is created
  - the created folder is opened (not the one the user clicked on)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: libgtk-3-0 3.14.12-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jun  4 22:10:59 2015
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1457754] Re: E: Method http has died unexpectedly when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-05 Thread Timo Jyrinki
So my modus operandi is now always:
1. lxc-start
2. lxc-attach
3. dpkg -i *.deb (apt_1.0.9.7ubuntu4_amd64.deb 
libapt-inst1.5_1.0.9.7ubuntu4_amd64.deb python3-apt_0.9.3.11ubuntu1_amd64.deb 
apt-utils_1.0.9.7ubuntu4_amd64.deb  libapt-pkg4.12_1.0.9.7ubuntu4_amd64.deb 
python-apt_0.9.3.11ubuntu1_amd64.deb)
4. start using the container

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1457754

Title:
  E: Method http has died unexpectedly when run under lxc on wily apt
  1.0.9.9ubuntu1

Status in apt package in Ubuntu:
  New
Status in lxc package in Ubuntu:
  New

Bug description:
  lxc-create -t download -n wily-gui -- -d ubuntu -r wily -a amd64 +
  some config according to https://www.stgraber.org/2014/02/09/lxc-1-0
  -gui-in-containers/ + https://www.stgraber.org/2014/01/17/lxc-1-0
  -unprivileged-containers/ + enabling network.

  ---
  root@wily-gui:/home/ubuntu# apt update
  E: Method http has died unexpectedly!
  E: Sub-process http received a segmentation fault.
  ---

  Downgrading apt to
  https://launchpad.net/ubuntu/+source/apt/1.0.9.7ubuntu4 in the LXC
  rootfs seems to fix the issue.

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

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


[Touch-packages] [Bug 1312913] Re: Google Keep does not work as a web app

2015-06-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: webbrowser-app (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1312913

Title:
  Google Keep does not work as a web app

Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  After a clean install of Ubuntu 14.04

  After installing Google Keep as a web app and installing it in the
  launcher, Chromium web browser (browser by default) does not work
  anymore and is not called when clicking on any URL in other
  applications. Chromium is listed as Google Keep in the launcher or
  in the applications by default!

  Remove/install Chromium again does not solve the issue.
  I had to reinstall Ubuntu 14.04 from scratch.
  Of course, I will disable webapps.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1312913/+subscriptions

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


[Touch-packages] [Bug 1374383] Re: Clicking on Files opens new window, rather than switch to already open one

2015-06-05 Thread Shahbaz Youssefi
A reminder that this bug still exists! Can someone at least confirm it?
Here are exact steps to reproduce reliably for me:

1. Close all Files windows
2. Attach a USB disk
3. Open a Files window by clicking on its icon in the left bar
4. Click on the USB drive. You should see your USB files now
5. Click on another open window on the left bar
6. Click back on the Files icon on the left bar

Expected behavior:

- The single Files window that is open (currently showing the USB
driver) comes back up

Observed behavior:

- A new Files window is opened

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1374383

Title:
  Clicking on Files opens new window, rather than switch to already
  open one

Status in Nautilus:
  New
Status in Unity:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  Although I can currently recreate the bug with Files (Nautilius, is
  it?), I remember having seen such a thing before with other windows,
  although only with previous Ubuntu versions.

  The bug is as follows. In the current desktop, I open Files (and I see
  the arrows on the left saying how many of such windows are open). It
  only happens if Files is open once. I click on a partition that is
  not automatically mounted on startup (e.g. a Windows partition) (I
  haven't tested with one that automatically mounts but is not a part of
  /), regardless of whether it was previously mounted or not.

  When I switch away from that window (e.g. click on Firefox), then I
  click back on its icon, I get a new Files window, rather than the
  old one I had open, which was viewing the windows partition. If you
  can't replicate this, try CTRL+L (leave the cursor on the path box) on
  that window and then switch away and back.

  Note that with ALT+TAB and ALT+` I can see the window alright. Also,
  if there is more than one Files window, whether all looking at
  windows partitions or not, there is no problem, even if the first such
  window was the last to be viewed, clicking on the Files icon
  correctly returns to that window.

  In summary, when Files is opened once and viewing a windows
  partition, clicking on a different application and back on its icon
  opens a new Files window rather than switch to the old one.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-36.63-generic 3.13.11.6
  Uname: Linux 3.13.0-36-generic i686
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CurrentDesktop: Unity
  Date: Fri Sep 26 12:01:15 2014
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2014-07-04 (83 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

  ---

  P.S. regarding info collected by `ubuntu-bug`:

  - This is NOT a fresh install.

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

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


[Touch-packages] [Bug 1232509] Re: Cannot login to flickr account

2015-06-05 Thread Nahuel ANGELINETTI
(unity-control-center:18769): credentials-cc-panel-CRITICAL **: 
cc_credentials_account_application_switch_on_app_account_enabled: assertion 
'service != NULL' failed
credentials-cc-panel-Message: 
cc-credentials-account-applications-model.vala:156: No valid plugin found for 
application 'friends' with account '12'

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-control-center-
signon in Ubuntu.
https://bugs.launchpad.net/bugs/1232509

Title:
  Cannot login to flickr account

Status in gnome-control-center-signon package in Ubuntu:
  Opinion

Bug description:
  I cannot log in to a flickr account:

  mandel@ironman:~/Canonical/friends/get_user_picts$ gnome-control-center 
-vvv
  ** (gnome-control-center:15631): DEBUG: Enabling debugging
  (gnome-control-center:15631): credentials-cc-panel-DEBUG: 
cc-credentials-account-details-page.vala:239: No configuration widget for 
provider twitter
  credentials-cc-panel-Message: 
cc-credentials-account-applications-model.vala:156: No valid plugin found for 
application 'friends' with account '2'
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:583: 
signon_identity_new 583
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:697: 
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:486: identity_new_cb
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:393: 
identity_registered: /com/google/code/AccountsSSO/SingleSignOn/Identity_0
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:771: 
identity_store_credentials_ready_cb 771
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:328: State changed 
to DATA_UPDATED
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1000: 1000 
identity_process_updated
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:627: 
signon_identity_create_session 627
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:662: 
signon_identity_create_session 662
  ** (gnome-control-center:15631): DEBUG: signon-auth-session.c:734: Object 
path received: /com/google/code/AccountsSSO/SingleSignOn/AuthSession_0

  (gnome-control-center:15631): account-plugin-WARNING **: AuthSession error: 
GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.Ssl: The issuer 
certificate of a locally looked up certificate could not be found;The root CA 
certificate is not trusted for this purpose;No certificates could be verified;
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1346: 
signon_identity_remove 1346
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1267: 
identity_remove_ready_cb 1267
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:332: State changed 
to IDENTITY_REMOVED
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1019: 1019 
identity_process_removed

  (gnome-control-center:15631): credentials-cc-panel-CRITICAL **: cc-
  credentials-authorization-page.vala:182: Error completing auth session
  process:
  GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.Ssl: The
  issuer certificate of a locally looked up certificate could not be
  found;The root CA certificate is not trusted for this purpose;No
  certificates could be verified;

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1232509/+subscriptions

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


[Touch-packages] [Bug 1373696] Re: Overlay mode ping-pongs constantly with touchspots or software cursor enabled, causing screen flickering and lag

2015-06-05 Thread Daniel van Vugt
Got caught by this bug again today when using a mouse plugged into an
arale. Very jerky when moving the software cursor around.

And again, --disable-overylays=1 fixes it.

** Summary changed:

- Overlay mode ping-pongs constantly with touchspots or software cursor 
enabled, causing screen flickering and lag
+ Android overlay mode ping-pongs constantly with touchspots or software cursor 
enabled, causing stuttering and lag

** Tags added: android

** Description changed:

  Bypass/overlay mode ping-pongs constantly during touches with touchspots
- enabled.
+ enabled. This visibly means the screen is stuttering and jerky.
  
  This is a lesser form of bug 1373689, which has a workaround about to
  land...
  
  $ bin/mir_demo_server_minimal --enable-touchspots --compositor-report=log
  # (and also start a fullscreen client from elsewhere)
  
  [1411611407.207459] (II) compositor: Started
  [1411611407.230898] (II) compositor: Added display 0x1123d48: 768x1280 +0+0
  [1411611407.236148] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611410.060412] (II) compositor: Display 0x1123d48 bypass ON
  [1411611410.996746] (II) compositor: Display 0x1123d48 averaged 56.652 FPS, 
11.493 ms/frame, latency 0.741 ms, 57 frames over 1.006 sec, 98% bypassed
  [1411611411.998852] (II) compositor: Display 0x1123d48 averaged 59.875 FPS, 
10.765 ms/frame, latency 0.305 ms, 60 frames over 1.002 sec, 100% bypassed
  [1411611412.584721] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.599981] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.677534] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.683699] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.771628] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.783500] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.874756] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.883577] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.972513] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.983714] (II) compositor: Display 0x1123d48 bypass ON

** Description changed:

  Bypass/overlay mode ping-pongs constantly during touches with touchspots
- enabled. This visibly means the screen is stuttering and jerky.
+ enabled, or when using a mouse (software cursor on Android). This
+ visibly means the screen is stuttering and jerky.
  
  This is a lesser form of bug 1373689, which has a workaround about to
  land...
  
  $ bin/mir_demo_server_minimal --enable-touchspots --compositor-report=log
  # (and also start a fullscreen client from elsewhere)
  
  [1411611407.207459] (II) compositor: Started
  [1411611407.230898] (II) compositor: Added display 0x1123d48: 768x1280 +0+0
  [1411611407.236148] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611410.060412] (II) compositor: Display 0x1123d48 bypass ON
  [1411611410.996746] (II) compositor: Display 0x1123d48 averaged 56.652 FPS, 
11.493 ms/frame, latency 0.741 ms, 57 frames over 1.006 sec, 98% bypassed
  [1411611411.998852] (II) compositor: Display 0x1123d48 averaged 59.875 FPS, 
10.765 ms/frame, latency 0.305 ms, 60 frames over 1.002 sec, 100% bypassed
  [1411611412.584721] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.599981] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.677534] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.683699] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.771628] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.783500] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.874756] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.883577] (II) compositor: Display 0x1123d48 bypass ON
  [1411611412.972513] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611412.983714] (II) compositor: Display 0x1123d48 bypass ON

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1373696

Title:
  Android overlay mode ping-pongs constantly with touchspots or software
  cursor enabled, causing stuttering and lag

Status in Mir:
  Triaged
Status in mir package in Ubuntu:
  Triaged

Bug description:
  Bypass/overlay mode ping-pongs constantly during touches with
  touchspots enabled, or when using a mouse (software cursor on
  Android). This visibly means the screen is stuttering and jerky.

  This is a lesser form of bug 1373689, which has a workaround about to
  land...

  $ bin/mir_demo_server_minimal --enable-touchspots --compositor-report=log
  # (and also start a fullscreen client from elsewhere)

  [1411611407.207459] (II) compositor: Started
  [1411611407.230898] (II) compositor: Added display 0x1123d48: 768x1280 +0+0
  [1411611407.236148] (II) compositor: Display 0x1123d48 bypass OFF
  [1411611410.060412] (II) compositor: Display 0x1123d48 bypass ON
  [1411611410.996746] (II) compositor: Display 0x1123d48 averaged 56.652 FPS, 
11.493 

[Touch-packages] [Bug 1462145] Re: race condition during layout change

2015-06-05 Thread Christopher M. Penalver
** Package changed: xorg (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462145

Title:
  race condition during layout change

Status in Ubuntu:
  New

Bug description:
  Hello there!

  I have dual layout setup (English and Russian) at my Ubuntu 14.04 amd64 
desktop.
  Seems there is a race condition during layout change.
  Example: I'm logged in. Current layout is English. Here is focus at any 
program (browser, terminal or whatever).
  Let's program would be terminal with running irc client. Then I'm answer some 
questing in chat i'm changing layout from english to russian via pressing 
alt-shift and then typing word in russian. But here is but! layout changing not 
always done after alt-shift for some (race condition of any kind?) reason. So 
part of sentence is in latin chars and some other part (as should be) in 
cyrillics. The only way to workaround this is to wait a 1-2 seconds after 
alt-shift. But this way is too much annoying and lame.

  Please, fix the error or give me some workaround.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  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
  Date: Fri Jun  5 05:09:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF114 [GeForce GTX 560] [10de:1201] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Gigabyte Technology Co., Ltd Device [1458:3527]
  InstallationDate: Installed on 2014-09-01 (276 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-53-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.30
  dmi.board.name: H77M
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.30:bd09/11/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH77M:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jun  5 04:01:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Microsoft 3-Button Mouse with IntelliEye(TM) MOUSE, 
id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:

  

[Touch-packages] [Bug 1455788] [NEW] key is repeated, but keyboard does not send scancodessssssss

2015-06-05 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have found the repeat-key and stuck-key issue in different bug-reports but no 
working solution.
My problem is, that sometimes a key is stuck within software and the character 
is printed in the rate configure for the keyboard.

catch of KeyPress event, KeyRelease event sequence with l with xev, f is 
pressed to stop sequence:
c
KeyPress event, serial 37, synthetic NO, window 0x2e1,
root 0x7e, subw 0x0, time 632900, (38,-8), root:(632,311),
state 0x100, keycode 46 (keysym 0x6c, l), same_screen YES,
XLookupString gives 1 bytes: (6c) l
XmbLookupString gives 1 bytes: (6c) l
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x2e1,
root 0x7e, subw 0x0, time 633234, (38,-8), root:(632,311),
state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
XLookupString gives 1 bytes: (6c) l
XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x2e1,
root 0x7e, subw 0x0, time 633234, (38,-8), root:(632,311),
state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
XLookupString gives 1 bytes: (6c) l
XmbLookupString gives 1 bytes: (6c) l
XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x2e1,
root 0x7e, subw 0x0, time 633481, (38,-8), root:(632,311),
state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
XLookupString gives 1 bytes: (6c) l
XFilterEvent returns: False

KeyPress event, serial 37, synthetic NO, window 0x2e1,
root 0x7e, subw 0x0, time 633500, (38,-8), root:(632,311),
state 0x0, keycode 41 (keysym 0x66, f), same_screen YES,
XLookupString gives 1 bytes: (66) f
XmbLookupString gives 1 bytes: (66) f
XFilterEvent returns: False


showkey does not print any scancodes:

~$ sudo showkey -s
KB-Modus war ?UNBEKANNT?
[ Wenn Sie das unter X probieren, muss es nicht funktionieren, 
  da der X Server ebenfalls von /dev/console liest. ]

Drücken Sie eine Taste (Programmende 10 s nach dem letzten Tastendruck)...
0x9c 
0x20 
0xa0 
..
0x20 0x21 0xa0 0x21 0xa1 
0x31 
0xb1 
0x2d 0x2f 0xad 0xaf 
0x24 0x26 0xa4 0x26  0x26=l pressed, 0xa6=l released
0xa6 0x21 0xa10x21=f pressed, 0xa1=f released
==

===
uname -or
3.16.0-30-generic GNU/Linux

Description:Ubuntu 14.04.2 LTS
Release:14.04



Netbook Gigabyte T1005  CPU Intel Atom N570

So how i can fix this issue?

** Affects: xorg (Ubuntu)
 Importance: Low
 Status: Incomplete


** Tags: autorepeat key repeat stuck
-- 
key is repeated, but keyboard does not send scancode
https://bugs.launchpad.net/bugs/1455788
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to xorg in Ubuntu.

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


[Touch-packages] [Bug 1460152] Re: apparmor cache not updated when apparmor.d rules change (breaks 15.04/stable - 15.04/edge updates)

2015-06-05 Thread Michael Vogt
I added a different approach that adds hashes next to the cached files
so that we can compare if hash(profile) == hash(cache) and if not re-
generate.

** Branch linked: lp:~mvo/ubuntu/vivid/ubuntu-core-
config/lp1460152-workaround

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1460152

Title:
  apparmor cache not updated when apparmor.d rules change (breaks
  15.04/stable - 15.04/edge updates)

Status in Snappy Ubuntu:
  In Progress
Status in Snappy 15.04 series:
  In Progress
Status in apparmor package in Ubuntu:
  New

Bug description:
  The apparmor cache gets confused easily on upgrade.

  Here is what happens:
  - boot stable, /etc/apparmor.d/cache/usr.bin.ubuntu-core-launcher is mtime of 
now because we generate the cache on boot
  - upgrade to edge, /etc/apparmor.d/usr.bin.ubuntu-core-launcher is updated 
and has the mtime of T (yesterday) when the file was put into the package
  - on the next reboot the apparmor_parser compares the mtime of the 
cache/usr.bin.ubuntu-core-launcher (very very recent) with the mtime of the 
souce usr.bin.ubuntu-core-launcher (much older)
  - cache does is *not* re-generate

  Possible solution:
  - clear cache on upgrade
  - make apparmor_parser store mtime of the source file in the header
  - make apparmor_parser use set the cache file to the mtime of the source file 
used to generate the cache and re-generate if those get out-of-sync

  Original description:
  --

  Rick Spencer ran into the situation that he ended up with a snappy image that 
gave the following error:
  
  apparmor=DENIED operation=mkdir profile=/usr/bin/ubuntu-core-launcher 
name=/tmp/snap.0_pastebinit.mvo_em33Zz/ pid=1092 comm=ubuntu-core-lau 
requested_mask=c denied_mask=c fsuid=0 ouid=0
  

  Running:
  $ sudo apparmor_parser --skip-cache -r 
/etc/apparmor.d/usr.bin.ubuntu-core-launcher
  fixes it.

  This strongly indicates that the cache has the old content and did not
  get re-generated on upgrade or image build.

  I also managed to reproduce this via:
  15.04/stable-15.04/edge

  The image is here:
  https://drive.google.com/open?id=0B1sb5ymdUGiLa0tUR0pGV3lzR1kauthuser=0

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

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


[Touch-packages] [Bug 1461649] Re: Dash-button does not show my programs

2015-06-05 Thread Christopher M. Penalver
** Tags added: bios-outdated-1804

** Package changed: xorg (Ubuntu) = unity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1461649

Title:
  Dash-button does not show my programs

Status in unity package in Ubuntu:
  New

Bug description:
  When i click on the dash-button, or press the windows-key, it has
  taken longer and longer time for my programs to appear. Now they don't
  appear at all. The programs which don't use the dash-button still
  works. I get the text There is nothing which matches your search in
  Swedish. If i type in a program after pressing the dash-key, i get the
  same response. If i go around this error and start a terminal-window,
  then the same text result in program starting.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Är en katalog: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,snap,move,place,vpswitch,gnomecompat,resize,regex,session,mousepoll,imgpng,grid,animation,expo,wall,unitymtgrabhandles,workarounds,ezoom,fade,scale,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Wed Jun  3 20:05:10 2015
  DistUpgraded: 2015-05-16 16:26:59,077 DEBUG enabling apt cron job
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia-304, 304.125, 3.16.0-37-generic, x86_64: installed
   nvidia-304, 304.125, 3.19.0-16-generic, x86_64: installed
   nvidia-304, 304.125, 3.19.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2) 
(prog-if 00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:83a4]
  InstallationDate: Installed on 2011-09-06 (1366 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 003: ID 192f:0916 Avago Technologies, Pte. 
   Bus 002 Device 002: ID 04a9:262b Canon, Inc. LaserShot LBP-1120 Printer
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic 
root=UUID=857f640c-f6a2-4eb6-9992-f1852aca600c ro splash vga=795 quiet splash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to vivid on 2015-05-16 (18 days ago)
  dmi.bios.date: 04/08/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0701
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M2N68-AM Plus
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0701:bd04/08/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N68-AMPlus:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  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.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  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~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: 

[Touch-packages] [Bug 1461569] Re: typing speed influences characte displayed

2015-06-05 Thread Christopher M. Penalver
Harald W Griesshammer, as per http://www.dell.com/support/home/us/en/19
/product-support/product/optiplex-9020-desktop/drivers an update to your
computer's buggy and outdated BIOS is available (A12). If you update to
this following https://help.ubuntu.com/community/BIOSUpdate does it
change anything?

If it doesn't, could you please both specify what happened, and provide the 
output of the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

Once the BIOS is updated, and the information above is provided, then
please mark this report Status New.

Thank you for your understanding.

** Tags added: bios-outdated-a12

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Low

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1461569

Title:
  typing speed influences characte displayed

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I type quite fast, with lots of non-latin unicode characters. I set up 
.XCompose to map alt g a to the Greek letter α, alt g b to the 
Greek letter β, etc. Typing the first at any speed renders letter α. But one 
has to noticably slow down to make sure that  alt g b indeed gives β, and 
not (now typed at full speed) b. This is not a question of proximity between 
keyboard keys since g f, g h, g v, etc are as close together as g 
b and produce at any speed: φηϖντψ etc.
  I have not checked if the bug exists for non-Greek characters.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  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
  Date: Wed Jun  3 10:14:26 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.16, 3.13.0-34-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-36-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-43-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-44-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05a4]
  InstallationDate: Installed on 2014-08-18 (288 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. OptiPlex 9020
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=7c0c978a-58f2-48ee-a21a-9a81a65eebf2 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/25/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0PC5F7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd04/25/2014:svnDellInc.:pnOptiPlex9020:pvr01:rvnDellInc.:rn0PC5F7:rvrA03:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 9020
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Jun  3 10:10:10 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   4 
   vendor DEL
  xserver.version: 

[Touch-packages] [Bug 1461656] Re: Xorg crash during login using additional TV at HDMI

2015-06-05 Thread Christopher M. Penalver
Anselm, thank you for reporting this and helping make Ubuntu better. However, 
your crash report is missing. Please follow these instructions to have apport 
report a new bug about your crash that can be dealt with by the automatic 
retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your
/var/crash directory and open the crash report you wish to submit.

If that fails, one may open a terminal and file your report with
'ubuntu-bug /var/crash/_my_crash_report.crash' where
_my_crash_report.crash is the crash you would like to report. If you get
an error that you aren't allowed to access this report you will have to
file it with 'sudo ubuntu-bug /var/crash/_my_crash_report.crash'.

By default, this sends the crash to the Ubuntu Error Tracker
infrastructure, which is different than Launchpad. For more on this,
please see https://wiki.ubuntu.com/ErrorTracker .

However, if after doing this you would still like to have a crash report posted 
to Launchpad, for example to ease triage and add others to your report, one 
would need to open the following file via a command line:
sudo nano /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

I'm closing this bug report since the process outlined above will deal
with this issue more efficiently.

Also, please do not attach your crash report manually to this report and
reopen it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1461656

Title:
  Xorg crash during login using additional TV at HDMI

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  login does loop.
  Hardware changes, which is responsible:
  add TV with HDMI

  repeating error messages in dmesg:
  [7.073512] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [7.073527] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [7.073531] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [7.073532] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   16.105932] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   16.105941] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [   16.105945] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [   16.105946] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   17.026449] sound hdaudioC1D0: HDMI: invalid ELD data byte 76
  [   17.103147] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   17.103156] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [   17.103160] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [   17.103162] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   18.003879] sound hdaudioC1D0: HDMI: invalid ELD data byte 74
  [   18.084568] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   18.084583] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [   18.084590] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [   18.084591] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   19.005339] sound hdaudioC1D0: HDMI: invalid ELD data byte 76
  [   19.098829] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   19.098838] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2

  hardware (using lshw:)

   *-display
  description: VGA compatible controller
  product: GM107 [GeForce GTX 750 Ti]
  vendor: NVIDIA Corporation
  physical id: 0
  bus info: pci@:01:00.0
  version: a2
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress vga_controller bus_master 
cap_list rom
  configuration: driver=nouveau latency=0
  resources: irq:30 memory:f600-f6ff 
memory:e000-efff memory:f000-f1ff ioport:e000(size=128) 
memory:f700-f707
 *-multimedia
  description: Audio device
  product: 

[Touch-packages] [Bug 1462229] Re: Sound is muted when plugging in a headphone although volume is up

2015-06-05 Thread Raymond
https://bugzilla.kernel.org/enter_bug.cgi?product=Drivers

sound/alsa

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1462229

Title:
  Sound is muted when plugging in a headphone although volume is up

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 15.04
  Release:  15.04

  When a headphone is plugged in, sound is muted altough the headphone volume 
is still up. 
  When I open alsamixer I can regain sound on my headphone by unmuting the 
speaker channel and increasing the volume on the volume channel. However each 
time that I unplug my headphone I need to redo this.
  So it looks like, in contradiction to how the software is programmed and 
users understand, the headphone and speaker channels work in serial for 
headphone output instead of parallel.
  Because this used to work for years (at least since Ubuntu 12.04, I used them 
all), this bug is introduced in the lastest release (15.04). 
  I also filed this bug in the alsamixer package, but afterwards I realised 
that I probably have filed it at the wrong spot. 

  Kind regards,
  Bart

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   bdekoning   1717 F...m pulseaudio
   /dev/snd/pcmC0D0p:   bdekoning   1717 F...m pulseaudio
   /dev/snd/controlC0:  bdekoning   1717 F pulseaudio
bdekoning   2184 F alsamixer
  CurrentDesktop: Unity
  Date: Fri Jun  5 08:58:16 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-05-12 (23 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Volume slider, or mixer problems
  Title: [HP ProBook 6550b, IDT 92HD75B3X5, Black Headphone Out, Left] volume 
slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CDF Ver. F.04
  dmi.board.name: 146E
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.12
  dmi.chassis.asset.tag: CNU0483Z5Q
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDFVer.F.04:bd10/27/2010:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146E:rvrKBCVersion73.12:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6550b
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1462229/+subscriptions

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


[Touch-packages] [Bug 1462229] Re: Sound is muted when plugging in a headphone although volume is up

2015-06-05 Thread Raymond
13.056186] sound hdaudioC0D0: autoconfig: line_outs=1 (0xf/0x0/0x0/0x0/0x0) 
type:line
[   13.056190] sound hdaudioC0D0:speaker_outs=1 (0xd/0x0/0x0/0x0/0x0)
[   13.056192] sound hdaudioC0D0:hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   13.056194] sound hdaudioC0D0:mono: mono_out=0x0
[   13.056195] sound hdaudioC0D0:inputs:
[   13.056198] sound hdaudioC0D0:  Internal Mic=0xc
[   13.056200] sound hdaudioC0D0:  Mic=0xb
[   13.056201] sound hdaudioC0D0:  Line=0xe


Node 0x0f [Pin Complex] wcaps 0x400181: Stereo
  Control: name=Headphone Jack, index=0, device=0
  Pincap 0x0014: OUT Detect
  Pin Default 0x03211030: [Jack] HP Out at Ext Left
Conn = 1/8, Color = Black
DefAssociation = 0x3, Sequence = 0x0
  Pin-ctls: 0x40: OUT
  Unsolicited: tag=02, enabled=1
  Connection: 3
 0x10* 0x11 0x17
Node 0x10 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Control: name=Speaker+LO Playback Volume, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Control: name=Speaker+LO Playback Switch, index=0, device=0
ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  Device: name=92HD75B3X5 Analog, type=Audio, device=0
  Amp-Out caps: N/A
  Amp-Out vals:  [0x46 0x46]
  Converter: stream=8, channel=0
  Power states: 
  Power: setting=D0, actual=D0
  Delay: 13 samples


seem bug in driver  node 0xf was put in line out

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1462229

Title:
  Sound is muted when plugging in a headphone although volume is up

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 15.04
  Release:  15.04

  When a headphone is plugged in, sound is muted altough the headphone volume 
is still up. 
  When I open alsamixer I can regain sound on my headphone by unmuting the 
speaker channel and increasing the volume on the volume channel. However each 
time that I unplug my headphone I need to redo this.
  So it looks like, in contradiction to how the software is programmed and 
users understand, the headphone and speaker channels work in serial for 
headphone output instead of parallel.
  Because this used to work for years (at least since Ubuntu 12.04, I used them 
all), this bug is introduced in the lastest release (15.04). 
  I also filed this bug in the alsamixer package, but afterwards I realised 
that I probably have filed it at the wrong spot. 

  Kind regards,
  Bart

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   bdekoning   1717 F...m pulseaudio
   /dev/snd/pcmC0D0p:   bdekoning   1717 F...m pulseaudio
   /dev/snd/controlC0:  bdekoning   1717 F pulseaudio
bdekoning   2184 F alsamixer
  CurrentDesktop: Unity
  Date: Fri Jun  5 08:58:16 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-05-12 (23 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Volume slider, or mixer problems
  Title: [HP ProBook 6550b, IDT 92HD75B3X5, Black Headphone Out, Left] volume 
slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/27/2010
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68CDF Ver. F.04
  dmi.board.name: 146E
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 73.12
  dmi.chassis.asset.tag: CNU0483Z5Q
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDFVer.F.04:bd10/27/2010:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146E:rvrKBCVersion73.12:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP ProBook 6550b
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1462229/+subscriptions

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


[Touch-packages] [Bug 1270245] Re: Backward frame jumps on mali (Nexus 10 krillin)

2015-06-05 Thread Daniel van Vugt
** Tags added: android

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1270245

Title:
  Backward frame jumps on mali (Nexus 10  krillin)

Status in Mir:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed

Bug description:
  Alexandros, Andreas, and I have noted at different points that we see
  frame skips on the nexus 10. The frames look like they move in a 1,3,2
  pattern, particularly when unlocking the device.

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

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


[Touch-packages] [Bug 1462273] [NEW] package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 29

2015-06-05 Thread Erkki Karaharju
Public bug reported:

Unknown error in installation

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tzdata 2015d-0ubuntu0.14.04
ProcVersionSignature: Ubuntu 3.13.0-44.73-lowlatency 3.13.11-ckt12
Uname: Linux 3.13.0-44-lowlatency x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Sun May 31 16:51:08 2015
DuplicateSignature: package:tzdata:2015d-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 29
ErrorMessage: subprocess installed post-installation script returned error exit 
status 29
InstallationDate: Installed on 2013-01-10 (875 days ago)
InstallationMedia: Ubuntu-Studio 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
PackageArchitecture: all
SourcePackage: tzdata
Title: package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 29
UpgradeStatus: Upgraded to trusty on 2014-05-29 (371 days ago)

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


** Tags: amd64 apport-package trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tzdata in Ubuntu.
https://bugs.launchpad.net/bugs/1462273

Title:
  package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 29

Status in tzdata package in Ubuntu:
  New

Bug description:
  Unknown error in installation

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2015d-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.13.0-44.73-lowlatency 3.13.11-ckt12
  Uname: Linux 3.13.0-44-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun May 31 16:51:08 2015
  DuplicateSignature: package:tzdata:2015d-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 29
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 29
  InstallationDate: Installed on 2013-01-10 (875 days ago)
  InstallationMedia: Ubuntu-Studio 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  PackageArchitecture: all
  SourcePackage: tzdata
  Title: package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 29
  UpgradeStatus: Upgraded to trusty on 2014-05-29 (371 days ago)

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

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


[Touch-packages] [Bug 1441423] Re: printers not listed

2015-06-05 Thread quiricada
setting to shared makes the local printers visible.

however, networked printers are not visible in system-config-printer
(although visible in cups 2.0.2 webgui)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cups in Ubuntu.
https://bugs.launchpad.net/bugs/1441423

Title:
  printers not listed

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  1.
  system-config-printer is not showing all printers listed in cups web 
interface.

  2.
  print dialog of applications not showing all printers listed in cups web 
interface.

  3.
  lpstat -a (same result as in 1., 2.)

  ===
  system-config-printer v1.5.6

  cups v2.0.2

  Linux zzz 3.19.0-12-generic #12-Ubuntu SMP Fri Apr 3 04:03:26 UTC 2015
  x86_64 x86_64 x86_64 GNU/Linux

  Distributor ID:   Ubuntu
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04
  Codename: vivid
  

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

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


[Touch-packages] [Bug 1458136] Re: [MS-7823, Realtek ALC892, Green SPDIF Out, Rear] No sound at all snd_hda_intel Cannot turn on display power on i915

2015-06-05 Thread Bug Watch Updater
Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=90785.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-05-30T15:28:39+00:00 Michel Verbist wrote:

Created attachment 116177
the original automatic bug report to ubuntu launchpad

After an update my HDMI sound stopped working.

I filed an (automatic) bug report on ubuntu launchpad:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1458136

After a while they re-directed me to the author of a certain patch (mr Takashi 
Iwai of alsa-project.org
He then told me to file the bug here.

I'm attaching the original automatic bug report
I'm attaching pulseaudio log

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1458136/comments/13


On 2015-05-30T15:30:21+00:00 Michel Verbist wrote:

Created attachment 116179
the pulseaudio log (verbose)

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1458136/comments/14


On 2015-05-30T15:32:42+00:00 Michel Verbist wrote:

Created attachment 116180
dmesg output

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1458136/comments/15


On 2015-06-01T11:10:23+00:00 Jani-nikula wrote:

Please try a new kernel with drm.debug=14 module parameter set, and
attach the dmesg.

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1458136/comments/16


On 2015-06-03T19:06:23+00:00 Michel Verbist wrote:

Created attachment 116269
dmesg output with drm.debug=14

As requested, added the dmesg output with kernel boot param drm.debug=14

Reply at: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1458136/comments/17


** Changed in: alsa-driver
   Status: Unknown = Incomplete

** Changed in: alsa-driver
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1458136

Title:
  [MS-7823, Realtek ALC892, Green SPDIF Out, Rear] No sound at all
  snd_hda_intel Cannot turn on display power on i915

Status in ALSA driver:
  Incomplete
Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  after the last update, and restart, the sound didn't work anymore

  output from 'uname -a':
  Linux poseidon 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  michel 1967 F pulseaudio
  CurrentDesktop: GNOME
  Date: Sat May 23 08:54:23 2015
  InstallationDate: Installed on 2014-10-18 (216 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Intern geluid - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  michel 1967 F pulseaudio
  Symptom_Jack: Green SPDIF Out, Rear
  Symptom_Type: No sound at all
  Title: [MS-7823, Realtek ALC892, Green SPDIF Out, Rear] No sound at all
  UpgradeStatus: Upgraded to vivid on 2015-04-27 (25 days ago)
  dmi.bios.date: 06/07/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.2
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H87M-G43 (MS-7823)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.2:bd06/07/2013:svnMSI:pnMS-7823:pvr1.0:rvnMSI:rnH87M-G43(MS-7823):rvr1.0:cvnMSI:ct3:cvr1.0:
  dmi.product.name: MS-7823
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1458136/+subscriptions

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


[Touch-packages] [Bug 1462145] Re: race condition during layout change

2015-06-05 Thread Vladimir Gorelov
Christopher, hello.
There is no any crash report, as nothing is crashing. So nothing to attach.
Looks like bug should be reopened.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462145

Title:
  race condition during layout change

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Hello there!

  I have dual layout setup (English and Russian) at my Ubuntu 14.04 amd64 
desktop.
  Seems there is a race condition during layout change.
  Example: I'm logged in. Current layout is English. Here is focus at any 
program (browser, terminal or whatever).
  Let's program would be terminal with running irc client. Then I'm answer some 
questing in chat i'm changing layout from english to russian via pressing 
alt-shift and then typing word in russian. But here is but! layout changing not 
always done after alt-shift for some (race condition of any kind?) reason. So 
part of sentence is in latin chars and some other part (as should be) in 
cyrillics. The only way to workaround this is to wait a 1-2 seconds after 
alt-shift. But this way is too much annoying and lame.

  Please, fix the error or give me some workaround.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  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
  Date: Fri Jun  5 05:09:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF114 [GeForce GTX 560] [10de:1201] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Gigabyte Technology Co., Ltd Device [1458:3527]
  InstallationDate: Installed on 2014-09-01 (276 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-53-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.30
  dmi.board.name: H77M
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.30:bd09/11/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnH77M:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.4
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Fri Jun  5 04:01:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputMicrosoft Microsoft 3-Button Mouse with IntelliEye(TM) MOUSE, 
id 8
   inputAT Translated Set 2 

[Touch-packages] [Bug 1462196] Re: indicator-stinotes.py crashed with UnicodeDecodeError in decode(): 'utf-8' coded can't decode byte 0xae in position 5:invalid start byte

2015-06-05 Thread Matthew Paul Thomas
** Package changed: software-properties (Ubuntu) = indicator-
stickynotes

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1462196

Title:
  indicator-stinotes.py crashed with UnicodeDecodeError in decode():
  'utf-8' coded can't decode byte 0xae in position 5:invalid start byte

Status in Indicator Stickynotes:
  New

Bug description:
  Hello experts,
   I followed the following steps [1] and installed the stickynotes on Ubuntu 
14.04. However, unfortunately, it always crashes with the error saying 'Sorry, 
Ubuntu 14.04 has experienced an internal error'.

  The details of this error says the following problem:
  --
  'indicator-stinotes.py crashed with UnicodeDecodeError in decode(): 'utf-8' 
coded can't decode byte 0xae in position 5:invalid start byte'.

  I found this useful post [2]  indicating this bug for 14.04, I am not sure if 
I understand how this patch works. Regarding my python, its
  -
  Python 2.7.6 (default, Mar 22 2014, 22:59:56)
  [GCC 4.8.2] on linux2

  I would appreciate any suggestions/comments on fixing this bug.

  Thanks,
  pooja

  [1]
  ---
  sudo add-apt-repository ppa:umang/indicator-stickynotes
  sudo apt-get update
  sudo apt-get install indicator-stickynotes

  [2] https://bugs.launchpad.net/ubuntu/+source/software-
  properties/+bug/1012602

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-stickynotes/+bug/1462196/+subscriptions

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


[Touch-packages] [Bug 1012602] Re: add-apt-repository crashed with UnicodeDecodeError in __main__: 'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in range(128)

2015-06-05 Thread Matthew Paul Thomas
Pooja, that is bug 1462196, and it has nothing to do with software-
properties.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1012602

Title:
  add-apt-repository crashed with UnicodeDecodeError in __main__:
  'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in
  range(128)

Status in software-properties package in Ubuntu:
  Fix Released

Bug description:
  add-apt-repository crashed with UnicodeDecodeError in __main__:
  'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in
  range(128)

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: python-software-properties 0.83
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  ApportVersion: 2.2.1-0ubuntu2
  Architecture: amd64
  Date: Wed Jun 13 11:36:34 2012
  ExecutablePath: /usr/bin/add-apt-repository
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/add-apt-repository 
ppa:scopes-packagers/ppa
  PythonArgs: ['/usr/bin/add-apt-repository', 'ppa:scopes-packagers/ppa']
  SourcePackage: software-properties
  Title: add-apt-repository crashed with UnicodeDecodeError in __main__: 
'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in range(128)
  Traceback:
   Traceback (most recent call last):
 File /usr/bin/add-apt-repository, line 162, in module
   print _( More info: %s) % ppa_info[web_link]
   UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 3: 
ordinal not in range(128)
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1012602/+subscriptions

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


[Touch-packages] [Bug 1404715]

2015-06-05 Thread B-harrington
Thanks for splitting the patches up.  The logic is still a bit dense for
me to grok but based on the thoroughness of the testing and the
pervasiveness of the issue I've taken the liberty of landing it at this
point, with hope this will give us additional time for testing it before
we get to the 1.14.4 release.

Massimo, thanks again for investigating this bug!

To ssh://git.cairographics.org/git/cairo
   b9ada81..1ed318c  master - master

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/1404715

Title:
  evince crashed with SIGSEGV

Status in Cairo Graphics Library:
  Fix Released
Status in cairo package in Ubuntu:
  Triaged
Status in cairo package in Debian:
  New

Bug description:
  While browsing
  
http://www.eurail.com/sites/eurail.com/files/documents/eurail_railway_map_2014.pdf

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: evince 3.14.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sun Dec 21 20:35:56 2014
  ExecutablePath: /usr/bin/evince
  ExecutableTimestamp: 1413470384
  InstallationDate: Installed on 2014-12-09 (11 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  KernLog:
   
  ProcCmdline: evince /tmp/eurail_railway_map_2014.pdf
  ProcCwd: /home/mathieu
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f679b821fd5:cmpq   $0x0,0x30(%r13)
   PC (0x7f679b821fd5) ok
   source $0x0 ok
   destination 0x30(%r13) (0x0030) not located in a known VMA region 
(needed writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: evince
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: evince crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1049520] Re: dconf-schema.vala:330: Unknown property on schema, extends

2015-06-05 Thread dino99
this has been fixed some times ago; there is no more warnings/errors
shown

** Changed in: d-conf (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to d-conf in Ubuntu.
https://bugs.launchpad.net/bugs/1049520

Title:
  dconf-schema.vala:330: Unknown property on schema, extends

Status in d-conf package in Ubuntu:
  Fix Released

Bug description:
  Was tweaking some settings via the dconf window, and get that warning:

  (dconf-editor:27348): WARNING **: dconf-schema.vala:330: Unknown
  property on schema, extends

  i was lookig about these missing schemas:

   org.gnome.gnome-panel.applet.fish » is relocatable (the path must be 
specified)
   « org.gnome.gnome-panel.applet.workspace-switcher »is relocatable (the path 
must be  specified)
   « org.gnome.gnome-panel.applet.window-list » is relocatable (the path must 
be specified)
   « org.gnome.gnome-panel.launcher » is relocatable (the path must be 
specified)
   « org.gnome.gnome-panel.object » is relocatable (the path must be specified)
   « org.gnome.gnome-panel.toplevel » is relocatable (the path must be 
specified)
   « org.gnome.gnome-panel.applet.clock » is relocatable (the path must be 
specified)
   « org.gnome.gnome-panel.menu-button » is relocatable (the path must be 
specified)

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: dconf-tools 0.13.90-0ubuntu1
  Uname: Linux 3.6.0-030600rc5-generic i686
  ApportVersion: 2.5.1-0ubuntu7
  Architecture: i386
  Date: Wed Sep 12 09:35:01 2012
  SourcePackage: d-conf
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/d-conf/+bug/1049520/+subscriptions

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


[Touch-packages] [Bug 1404715] Re: evince crashed with SIGSEGV

2015-06-05 Thread Bug Watch Updater
** Changed in: cairo
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/1404715

Title:
  evince crashed with SIGSEGV

Status in Cairo Graphics Library:
  Fix Released
Status in cairo package in Ubuntu:
  Triaged
Status in cairo package in Debian:
  New

Bug description:
  While browsing
  
http://www.eurail.com/sites/eurail.com/files/documents/eurail_railway_map_2014.pdf

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: evince 3.14.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sun Dec 21 20:35:56 2014
  ExecutablePath: /usr/bin/evince
  ExecutableTimestamp: 1413470384
  InstallationDate: Installed on 2014-12-09 (11 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  KernLog:
   
  ProcCmdline: evince /tmp/eurail_railway_map_2014.pdf
  ProcCwd: /home/mathieu
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f679b821fd5:cmpq   $0x0,0x30(%r13)
   PC (0x7f679b821fd5) ok
   source $0x0 ok
   destination 0x30(%r13) (0x0030) not located in a known VMA region 
(needed writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: evince
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: evince crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1461850] Re: Unable to Log In to Gnome 3.16 Desktop

2015-06-05 Thread Christopher M. Penalver
Andrei Poenaru, thank you for reporting this and helping make Ubuntu better. 
However, your crash report is missing. Please follow these instructions to have 
apport report a new bug about your crash that can be dealt with by the 
automatic retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your
/var/crash directory and open the crash report you wish to submit.

If that fails, one may open a terminal and file your report with
'ubuntu-bug /var/crash/_my_crash_report.crash' where
_my_crash_report.crash is the crash you would like to report. If you get
an error that you aren't allowed to access this report you will have to
file it with 'sudo ubuntu-bug /var/crash/_my_crash_report.crash'.

By default, this sends the crash to the Ubuntu Error Tracker
infrastructure, which is different than Launchpad. For more on this,
please see https://wiki.ubuntu.com/ErrorTracker .

However, if after doing this you would still like to have a crash report posted 
to Launchpad, for example to ease triage and add others to your report, one 
would need to open the following file via a command line:
sudo nano /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

I'm closing this bug report since the process outlined above will deal
with this issue more efficiently.

Also, please do not attach your crash report manually to this report and
reopen it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Tags removed: gdm
** Tags added: bios-outdated-a11

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1461850

Title:
  Unable to Log In to Gnome 3.16 Desktop

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I installed Gnome 3.16 from the gnome-staging PPA on my Ubuntu 15.04
  (previously updated from 14.04), but I am unable to log into the Gnome
  desktop, both on a cold boot or after logging out from Unity.

  What I expect to happen:
  Selecting gdm as the default dekstop manager takes me to the Gnome greeter 
when starting my machine.
  If lightdm is selected, I am able to log into Gnome by choosing the 
appropriate session at the Unity greeter.

  What actually happened:
  With gdm selected, the system boots to a black screen with only the mouse 
cursor showing. It is not frozen (I can move the mouse and switch to TTY), but 
no other GUI element loads.
  With lightdm selected, I am able to log into Unity, but if I choose Gnome I 
get a black screen for a couple of seconds after typing my password, then I'm 
back at the login screen.

  I have tried the following suggestions I found online, but to no avail:
- remove nvidia-* packages
- remove the .Xauthority file
- manually restart gdm/lightdm
- manually stop gdm then run startx
- do a dist-upgrade

   The only potentially useful log info I can find is in 
/var/log/gdm/(null)-greeter.log:
  (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
  (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
  (EE) 
  Fatal server error:
  (EE) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
  (EE) 
  (EE) 
  Please consult the The X.Org Foundation support 
   at http://wiki.x.org
   for help. 
  (EE) Please also check the log file at /var/log/Xorg.0.log for additional 
information.
  (EE) 
  (EE) 
  (EE) Backtrace:
  (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x7f13a8d92556]
  (EE) 1: /usr/bin/X (0x7f13a8bdf000+0x1b7749) [0x7f13a8d96749]
  (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7f13a68a5000+0x352f0) 
[0x7f13a68da2f0]
  (EE) 3: ?? [0x7f13ab7f08c0]
  (EE) 
  (EE) Segmentation fault at address 0x7f13ab7f08c0
  (EE) 
  FatalError re-entered, aborting
  (EE) Caught signal 11 (Segmentation fault). Server aborting

  There is no error message in /var/log/Xorg.0.log.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  346.59  Tue Mar 31 14:10:31 
PDT 2015
   GCC version:  gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jun  4 12:10:36 2015
  DistUpgraded: 

[Touch-packages] [Bug 1462145] Re: race condition during layout change

2015-06-05 Thread Christopher M. Penalver
Vladimir Gorelov, thank you for reporting this and helping make Ubuntu better. 
However, your crash report is missing. Please follow these instructions to have 
apport report a new bug about your crash that can be dealt with by the 
automatic retracer. First, execute at a terminal:
cd /var/crash  sudo rm * ; sudo apt-get update  sudo apt-get -y upgrade  
sudo service apport start force_start=1

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

Now reproduce the crash, then open your file manager, navigate to your
/var/crash directory and open the crash report you wish to submit.

If that fails, one may open a terminal and file your report with
'ubuntu-bug /var/crash/_my_crash_report.crash' where
_my_crash_report.crash is the crash you would like to report. If you get
an error that you aren't allowed to access this report you will have to
file it with 'sudo ubuntu-bug /var/crash/_my_crash_report.crash'.

By default, this sends the crash to the Ubuntu Error Tracker
infrastructure, which is different than Launchpad. For more on this,
please see https://wiki.ubuntu.com/ErrorTracker .

However, if after doing this you would still like to have a crash report posted 
to Launchpad, for example to ease triage and add others to your report, one 
would need to open the following file via a command line:
sudo nano /etc/apport/crashdb.conf

and comment out the line:
'problem_types': ['Bug', 'Package'],

by changing it to:
# 'problem_types': ['Bug', 'Package'],

Save, close, and try to file the crash report again via:
ubuntu-bug /var/crash/_my_crash_report.crash

I'm closing this bug report since the process outlined above will deal
with this issue more efficiently.

Also, please do not attach your crash report manually to this report and
reopen it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

** Tags added: bios-outdated-1.60

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462145

Title:
  race condition during layout change

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Hello there!

  I have dual layout setup (English and Russian) at my Ubuntu 14.04 amd64 
desktop.
  Seems there is a race condition during layout change.
  Example: I'm logged in. Current layout is English. Here is focus at any 
program (browser, terminal or whatever).
  Let's program would be terminal with running irc client. Then I'm answer some 
questing in chat i'm changing layout from english to russian via pressing 
alt-shift and then typing word in russian. But here is but! layout changing not 
always done after alt-shift for some (race condition of any kind?) reason. So 
part of sentence is in latin chars and some other part (as should be) in 
cyrillics. The only way to workaround this is to wait a 1-2 seconds after 
alt-shift. But this way is too much annoying and lame.

  Please, fix the error or give me some workaround.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-53.89-generic 3.13.11-ckt19
  Uname: Linux 3.13.0-53-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Это каталог: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .proc.driver.nvidia.warnings.fbdev:
   Your system is not currently configured to drive a VGA console
   on the primary VGA device. The NVIDIA Linux graphics driver
   requires the use of a text-mode VGA console. Use of other console
   drivers including, but not limited to, vesafb, may result in
   corruption and stability problems, and is not supported.
  .tmp.unity.support.test.0:

  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  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
  Date: Fri Jun  5 05:09:23 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF114 [GeForce GTX 560] [10de:1201] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Gigabyte Technology Co., Ltd Device [1458:3527]
  InstallationDate: Installed on 2014-09-01 (276 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-53-generic.efi.signed 

[Touch-packages] [Bug 1404715] Re: evince crashed with SIGSEGV

2015-06-05 Thread Sebastien Bacher
** Changed in: cairo (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cairo in Ubuntu.
https://bugs.launchpad.net/bugs/1404715

Title:
  evince crashed with SIGSEGV

Status in Cairo Graphics Library:
  Fix Released
Status in cairo package in Ubuntu:
  Fix Committed
Status in cairo package in Debian:
  New

Bug description:
  While browsing
  
http://www.eurail.com/sites/eurail.com/files/documents/eurail_railway_map_2014.pdf

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: evince 3.14.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sun Dec 21 20:35:56 2014
  ExecutablePath: /usr/bin/evince
  ExecutableTimestamp: 1413470384
  InstallationDate: Installed on 2014-12-09 (11 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  KernLog:
   
  ProcCmdline: evince /tmp/eurail_railway_map_2014.pdf
  ProcCwd: /home/mathieu
  ProcEnviron:
   XDG_RUNTIME_DIR=set
   SHELL=/bin/bash
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   LANG=fr_FR.UTF-8
  SegvAnalysis:
   Segfault happened at: 0x7f679b821fd5:cmpq   $0x0,0x30(%r13)
   PC (0x7f679b821fd5) ok
   source $0x0 ok
   destination 0x30(%r13) (0x0030) not located in a known VMA region 
(needed writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: evince
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/x86_64-linux-gnu/libcairo.so.2
  Title: evince crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

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


[Touch-packages] [Bug 1232509] Re: Cannot login to flickr account

2015-06-05 Thread Nahuel ANGELINETTI
I have the same problem with twitter…

** Changed in: gnome-control-center-signon (Ubuntu)
   Status: Expired = Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-control-center-
signon in Ubuntu.
https://bugs.launchpad.net/bugs/1232509

Title:
  Cannot login to flickr account

Status in gnome-control-center-signon package in Ubuntu:
  Opinion

Bug description:
  I cannot log in to a flickr account:

  mandel@ironman:~/Canonical/friends/get_user_picts$ gnome-control-center 
-vvv
  ** (gnome-control-center:15631): DEBUG: Enabling debugging
  (gnome-control-center:15631): credentials-cc-panel-DEBUG: 
cc-credentials-account-details-page.vala:239: No configuration widget for 
provider twitter
  credentials-cc-panel-Message: 
cc-credentials-account-applications-model.vala:156: No valid plugin found for 
application 'friends' with account '2'
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:583: 
signon_identity_new 583
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:697: 
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:486: identity_new_cb
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:393: 
identity_registered: /com/google/code/AccountsSSO/SingleSignOn/Identity_0
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:771: 
identity_store_credentials_ready_cb 771
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:328: State changed 
to DATA_UPDATED
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1000: 1000 
identity_process_updated
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:627: 
signon_identity_create_session 627
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:662: 
signon_identity_create_session 662
  ** (gnome-control-center:15631): DEBUG: signon-auth-session.c:734: Object 
path received: /com/google/code/AccountsSSO/SingleSignOn/AuthSession_0

  (gnome-control-center:15631): account-plugin-WARNING **: AuthSession error: 
GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.Ssl: The issuer 
certificate of a locally looked up certificate could not be found;The root CA 
certificate is not trusted for this purpose;No certificates could be verified;
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1346: 
signon_identity_remove 1346
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1267: 
identity_remove_ready_cb 1267
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:332: State changed 
to IDENTITY_REMOVED
  ** (gnome-control-center:15631): DEBUG: signon-identity.c:1019: 1019 
identity_process_removed

  (gnome-control-center:15631): credentials-cc-panel-CRITICAL **: cc-
  credentials-authorization-page.vala:182: Error completing auth session
  process:
  GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.Ssl: The
  issuer certificate of a locally looked up certificate could not be
  found;The root CA certificate is not trusted for this purpose;No
  certificates could be verified;

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1232509/+subscriptions

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


[Touch-packages] [Bug 1462229] [NEW] Sound is muted when plugging in a headphone although volume is up

2015-06-05 Thread Bart de Koning
Public bug reported:

Description:Ubuntu 15.04
Release:15.04

When a headphone is plugged in, sound is muted altough the headphone volume is 
still up. 
When I open alsamixer I can regain sound on my headphone by unmuting the 
speaker channel and increasing the volume on the volume channel. However each 
time that I unplug my headphone I need to redo this.
So it looks like, in contradiction to how the software is programmed and users 
understand, the headphone and speaker channels work in serial for headphone 
output instead of parallel.
Because this used to work for years (at least since Ubuntu 12.04, I used them 
all), this bug is introduced in the lastest release (15.04). 
I also filed this bug in the alsamixer package, but afterwards I realised that 
I probably have filed it at the wrong spot. 

Kind regards,
Bart

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   bdekoning   1717 F...m pulseaudio
 /dev/snd/pcmC0D0p:   bdekoning   1717 F...m pulseaudio
 /dev/snd/controlC0:  bdekoning   1717 F pulseaudio
  bdekoning   2184 F alsamixer
CurrentDesktop: Unity
Date: Fri Jun  5 08:58:16 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-05-12 (23 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Intern geluid - HDA Intel MID
Symptom_Jack: Black Headphone Out, Left
Symptom_Type: Volume slider, or mixer problems
Title: [HP ProBook 6550b, IDT 92HD75B3X5, Black Headphone Out, Left] volume 
slider problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/27/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CDF Ver. F.04
dmi.board.name: 146E
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 73.12
dmi.chassis.asset.tag: CNU0483Z5Q
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CDFVer.F.04:bd10/27/2010:svnHewlett-Packard:pnHPProBook6550b:pvr:rvnHewlett-Packard:rn146E:rvrKBCVersion73.12:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP ProBook 6550b
dmi.sys.vendor: Hewlett-Packard

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

** Attachment removed: CurrentDmesg.txt
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1462229/+attachment/4410251/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1462229

Title:
  Sound is muted when plugging in a headphone although volume is up

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Description:  Ubuntu 15.04
  Release:  15.04

  When a headphone is plugged in, sound is muted altough the headphone volume 
is still up. 
  When I open alsamixer I can regain sound on my headphone by unmuting the 
speaker channel and increasing the volume on the volume channel. However each 
time that I unplug my headphone I need to redo this.
  So it looks like, in contradiction to how the software is programmed and 
users understand, the headphone and speaker channels work in serial for 
headphone output instead of parallel.
  Because this used to work for years (at least since Ubuntu 12.04, I used them 
all), this bug is introduced in the lastest release (15.04). 
  I also filed this bug in the alsamixer package, but afterwards I realised 
that I probably have filed it at the wrong spot. 

  Kind regards,
  Bart

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC0D0c:   bdekoning   1717 F...m pulseaudio
   /dev/snd/pcmC0D0p:   bdekoning   1717 F...m pulseaudio
   /dev/snd/controlC0:  bdekoning   1717 F pulseaudio
bdekoning   2184 F alsamixer
  CurrentDesktop: Unity
  Date: Fri Jun  5 08:58:16 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2015-05-12 (23 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Intern geluid - HDA Intel MID
  Symptom_Jack: Black Headphone Out, Left
  Symptom_Type: Volume slider, or mixer problems
  Title: [HP ProBook 6550b, IDT 92HD75B3X5, Black Headphone Out, Left] volume 
slider problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 

[Touch-packages] [Bug 1461656] Re: Xorg crash during login using additional TV at HDMI

2015-06-05 Thread Christopher M. Penalver
** Tags added: latest-bios-1.9

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1461656

Title:
  Xorg crash during login using additional TV at HDMI

Status in xorg package in Ubuntu:
  New

Bug description:
  login does loop.
  Hardware changes, which is responsible:
  add TV with HDMI

  repeating error messages in dmesg:
  [7.073512] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [7.073527] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [7.073531] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [7.073532] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   16.105932] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   16.105941] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [   16.105945] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [   16.105946] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   17.026449] sound hdaudioC1D0: HDMI: invalid ELD data byte 76
  [   17.103147] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   17.103156] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [   17.103160] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [   17.103162] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   18.003879] sound hdaudioC1D0: HDMI: invalid ELD data byte 74
  [   18.084568] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   18.084583] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2
  [   18.084590] nouveau :01:00.0: Direct firmware load for nouveau/fuc409c 
failed with error -2
  [   18.084591] nouveau E[  PGRAPH][:01:00.0] failed to load fuc409c
  [   19.005339] sound hdaudioC1D0: HDMI: invalid ELD data byte 76
  [   19.098829] nouveau  [  PGRAPH][:01:00.0] using external firmware
  [   19.098838] nouveau :01:00.0: Direct firmware load for 
nouveau/nv117_fuc409c failed with error -2

  hardware (using lshw:)

   *-display
  description: VGA compatible controller
  product: GM107 [GeForce GTX 750 Ti]
  vendor: NVIDIA Corporation
  physical id: 0
  bus info: pci@:01:00.0
  version: a2
  width: 64 bits
  clock: 33MHz
  capabilities: pm msi pciexpress vga_controller bus_master 
cap_list rom
  configuration: driver=nouveau latency=0
  resources: irq:30 memory:f600-f6ff 
memory:e000-efff memory:f000-f1ff ioport:e000(size=128) 
memory:f700-f707
 *-multimedia
  description: Audio device
  product: NVIDIA Corporation
  vendor: NVIDIA Corporation
  physical id: 0.1
  bus info: pci@:01:00.1
  version: a1
  width: 32 bits
  clock: 33MHz
  capabilities: pm msi pciexpress bus_master cap_list
  configuration: driver=snd_hda_intel latency=0
  resources: irq:17 memory:f708-f7083fff

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  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
  Date: Wed Jun  3 20:33:35 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  GraphicsCard:
   NVIDIA Corporation GM107 [GeForce GTX 750 Ti] [10de:1380] (rev a2) (prog-if 
00 [VGA controller])
 Subsystem: Gigabyte Technology Co., Ltd Device [1458:362d]
  InstallationDate: Installed on 2015-05-09 (24 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  MachineType: MSI MS-7821
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic 
root=UUID=59d2c31b-6829-45f8-b5c6-be29de9db5c0 ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  Title: Xorg crash
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/21/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V1.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87-G45 GAMING (MS-7821)
  

[Touch-packages] [Bug 409644] Re: Print to file folder chooser dialog creates folders with Open button

2015-06-05 Thread Sebastien Bacher
the issue is fixed in 3.17

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/409644

Title:
  Print to file folder chooser dialog creates folders with Open button

Status in GTK+ GUI Toolkit:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Fix Committed

Bug description:
  In at least two apps where a filename is entered along with a drop-
  down directory chooser with an other option, the dialog to choose
  the other directory will unintentionally create new directories.

  gnome-print (?):
  1. Start Gedit (or Firefox, etc.).
  2. File--Print...
  3. Select Print to File under the Printers column.
  4. Save in folder drop-down -- Other...
  5. Type TEST in the Location.
  6. Click Open or press Enter.
  7. BUG: A folder called TEST is created and the folder choosing dialog is 
closed, with TEST selected.

  gnome-utils (?):
  1. Start Take Screenshot (Apps--Accessories--Take Screenshot)
  2. Continue at #4, above. 

  Since my intention is something like a save as operation, and the
  dialog looks like a save-as dialog, I often type the filename that I
  want to use, and press enter.  But then a directory is created with
  the filename that I want to use.  Very annoying because now I have to
  find that directory and delete it.

  To fix this, I have a couple of ideas/suggestions:
   * Utilize a dedicated directory chooser dialog (is there one for Gnome, as 
in MS Windows?), or
   * When a filename is entered in this other chooser, the filename in the 
original dialog (e.g. print-to-file, or Screenshot save preview) should be set 
to it, and the save in folder should also be adjusted to the folder that was 
open in the dialog.
   * Fixing the current chooser dialog so it only creates folders when Create 
Folder button is pressed, or
   * Separate the location+filename selection such as the Save As... dialog 
to a separate stage in the print-to-file process, or
   * Adjust the print-to-file dialog in some way I don't know yet.

  
  Ubuntu 9.04
  Gnome 2.26.1
  Gedit 2.26.1
  Firefox 3.0.13

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

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


[Touch-packages] [Bug 1455788] Re: key is repeated, but keyboard does not send scancodessssssss

2015-06-05 Thread Christopher M. Penalver
Weinga-Unity, thank you for reporting this and helping make Ubuntu better. 
Please execute the following command, as it will automatically gather debugging 
information, in a terminal:
apport-collect 1455788
When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
the name of the package affected. You can learn more about this functionality 
at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: xserver-xorg-input-evdev (Ubuntu) = xorg (Ubuntu)

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Low

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

** Tags removed: autorepeat key repeat stuck

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1455788

Title:
  key is repeated, but keyboard does not send scancode

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I have found the repeat-key and stuck-key issue in different bug-reports but 
no working solution.
  My problem is, that sometimes a key is stuck within software and the 
character is printed in the rate configure for the keyboard.

  catch of KeyPress event, KeyRelease event sequence with l with xev, f is 
pressed to stop sequence:
  c
  KeyPress event, serial 37, synthetic NO, window 0x2e1,
  root 0x7e, subw 0x0, time 632900, (38,-8), root:(632,311),
  state 0x100, keycode 46 (keysym 0x6c, l), same_screen YES,
  XLookupString gives 1 bytes: (6c) l
  XmbLookupString gives 1 bytes: (6c) l
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x2e1,
  root 0x7e, subw 0x0, time 633234, (38,-8), root:(632,311),
  state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
  XLookupString gives 1 bytes: (6c) l
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x2e1,
  root 0x7e, subw 0x0, time 633234, (38,-8), root:(632,311),
  state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
  XLookupString gives 1 bytes: (6c) l
  XmbLookupString gives 1 bytes: (6c) l
  XFilterEvent returns: False

  KeyRelease event, serial 37, synthetic NO, window 0x2e1,
  root 0x7e, subw 0x0, time 633481, (38,-8), root:(632,311),
  state 0x0, keycode 46 (keysym 0x6c, l), same_screen YES,
  XLookupString gives 1 bytes: (6c) l
  XFilterEvent returns: False

  KeyPress event, serial 37, synthetic NO, window 0x2e1,
  root 0x7e, subw 0x0, time 633500, (38,-8), root:(632,311),
  state 0x0, keycode 41 (keysym 0x66, f), same_screen YES,
  XLookupString gives 1 bytes: (66) f
  XmbLookupString gives 1 bytes: (66) f
  XFilterEvent returns: False
  

  showkey does not print any scancodes:
  
  ~$ sudo showkey -s
  KB-Modus war ?UNBEKANNT?
  [ Wenn Sie das unter X probieren, muss es nicht funktionieren, 
da der X Server ebenfalls von /dev/console liest. ]

  Drücken Sie eine Taste (Programmende 10 s nach dem letzten Tastendruck)...
  0x9c 
  0x20 
  0xa0 
  ..
  0x20 0x21 0xa0 0x21 0xa1 
  0x31 
  0xb1 
  0x2d 0x2f 0xad 0xaf 
  0x24 0x26 0xa4 0x26  0x26=l pressed, 0xa6=l released
  0xa6 0x21 0xa10x21=f pressed, 0xa1=f 
released
  ==

  ===
  uname -or
  3.16.0-30-generic GNU/Linux

  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  

  Netbook Gigabyte T1005  CPU Intel Atom N570

  So how i can fix this issue?

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

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


[Touch-packages] [Bug 1462147] Re: Random text characters partially or completely missing

2015-06-05 Thread Christopher M. Penalver
Steven Usdansky, thank you for reporting this and helping make Ubuntu
better. Could you please run the following command from a terminal as it
will automatically gather and attach updated debug information to this
report:

apport-collect -p xorg 1462147

Please ensure you have xdiagnose installed, and that you click the Yes
button for attaching additional debugging information.

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Low

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 14.10, 15.04

2015-06-05 Thread Konstantin
** Summary changed:

- Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 
14.10
+ Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04, 14.04.1, 
14.10, 15.04

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1226962

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04,
  14.04.1, 14.10, 15.04

Status in Aptana Studio Installer:
  New
Status in Default settings for the Baltix GNU/Linux OS and desktop:
  New
Status in LibreOffice Productivity Suite:
  Fix Released
Status in IBus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape: Vector Graphics Editor:
  New
Status in MonoDevelop:
  New
Status in Mutter:
  Fix Released
Status in KDE document viewer:
  New
Status in The OpenOffice.org Suite:
  New
Status in Sigram:
  New
Status in Unity:
  Fix Released
Status in gnome-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-terminal package in Ubuntu:
  Triaged
Status in openjdk-7 package in Ubuntu:
  Triaged
Status in unity package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Triaged
Status in gnome-settings-daemon package in Fedora:
  Unknown
Status in gnome-shell package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters-keyboard-hotkeys-windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


[Touch-packages] [Bug 1462273] Re: package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 29

2015-06-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tzdata in Ubuntu.
https://bugs.launchpad.net/bugs/1462273

Title:
  package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 29

Status in tzdata package in Ubuntu:
  New

Bug description:
  Unknown error in installation

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: tzdata 2015d-0ubuntu0.14.04
  ProcVersionSignature: Ubuntu 3.13.0-44.73-lowlatency 3.13.11-ckt12
  Uname: Linux 3.13.0-44-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun May 31 16:51:08 2015
  DuplicateSignature: package:tzdata:2015d-0ubuntu0.14.04:subprocess installed 
post-installation script returned error exit status 29
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 29
  InstallationDate: Installed on 2013-01-10 (875 days ago)
  InstallationMedia: Ubuntu-Studio 12.10 Quantal Quetzal - Release amd64 
(20121017.1)
  PackageArchitecture: all
  SourcePackage: tzdata
  Title: package tzdata 2015d-0ubuntu0.14.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 29
  UpgradeStatus: Upgraded to trusty on 2014-05-29 (371 days ago)

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

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


[Touch-packages] [Bug 1462147] CurrentDmesg.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410357/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] JournalErrors.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410360/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] DpkgLog.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410359/+files/DpkgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] LightdmDisplayLog.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410361/+files/LightdmDisplayLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] LightdmLog.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410364/+files/LightdmLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] Dependencies.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410358/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] LightdmGreeterLogOld.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: LightdmGreeterLogOld.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410363/+files/LightdmGreeterLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] LightdmGreeterLog.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: LightdmGreeterLog.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410362/+files/LightdmGreeterLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] Re: Random text characters partially or completely missing

2015-06-05 Thread Steven Usdansky
apport information

** Tags added: apport-collected reproducible single-occurrence ubuntu

** Description changed:

  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau
  
  Problem began upon upgrading of
  
 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg
  
  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64
  
  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.17.3-0ubuntu3
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ CurrentDesktop: MATE
+ DistUpgraded: Fresh install
+ DistroCodename: wily
+ DistroRelease: Ubuntu 15.10
+ DistroVariant: ubuntu
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
+Subsystem: Hewlett-Packard Company Device [103c:2a7a]
+ InstallationDate: Installed on 2015-05-28 (7 days ago)
+ InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
+ MachineType: HP-Pavilion FQ578AAR-ABA s3707c
+ Package: xorg 1:7.7+7ubuntu4
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
+ ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
+ Tags:  wily ubuntu single-occurrence reproducible
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 3.19.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/17/2009
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 5.12
+ dmi.board.name: NutMeg
+ dmi.board.vendor: PEGATRON CORPORATION
+ dmi.board.version: 1.02
+ dmi.chassis.asset.tag: Asset-1234567890
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.12:bd02/17/2009:svnHP-Pavilion:pnFQ578AAR-ABAs3707c:pvr:rvnPEGATRONCORPORATION:rnNutMeg:rvr1.02:cvnHewlett-Packard:ct3:cvrChassisVersion:
+ dmi.product.name: FQ578AAR-ABA s3707c
+ dmi.sys.vendor: HP-Pavilion
+ version.compiz: compiz N/A
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.60-3
+ version.libgl1-mesa-dri: libgl1-mesa-dri 

[Touch-packages] [Bug 1461966] Re: package libqt5opengl5 5.2.1+dfsg-1ubuntu14.2 failed to install/upgrade: symbolic link '/usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5' size has changed from 8213 to 21

2015-06-05 Thread Dmitry Shachnev
This usually means some issue with local system. Did you ever change the
installed files by hand?

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1461966

Title:
  package libqt5opengl5 5.2.1+dfsg-1ubuntu14.2 failed to
  install/upgrade: symbolic link '/usr/lib/x86_64-linux-
  gnu/libQt5OpenGL.so.5' size has changed from 8213 to 21

Status in qtbase-opensource-src package in Ubuntu:
  Incomplete

Bug description:
  It happens when updating ubuntu from GUI

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libqt5opengl5 5.2.1+dfsg-1ubuntu14.2
  ProcVersionSignature: Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10
  Uname: Linux 3.16.0-38-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  Date: Thu Jun  4 20:36:29 2015
  DuplicateSignature: package:libqt5opengl5:5.2.1+dfsg-1ubuntu14.2:symbolic 
link '/usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5' size has changed from 8213 
to 21
  ErrorMessage: symbolic link '/usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5' 
size has changed from 8213 to 21
  InstallationDate: Installed on 2015-03-11 (85 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  SourcePackage: qtbase-opensource-src
  Title: package libqt5opengl5 5.2.1+dfsg-1ubuntu14.2 failed to 
install/upgrade: symbolic link '/usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5' 
size has changed from 8213 to 21
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1461966/+subscriptions

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


[Touch-packages] [Bug 1373221] Re: guvcview crashed with SIGSEGV in get_ctrl_by_id()

2015-06-05 Thread Stefan Tauner
I doubt that this verbose log helps much, but here you go...
This is with a Trust 17676 webcam (145f:019f) on Debian 8 (guvcview 
2.0.1+debian-1).

$ guvcview --verbosity=2
GUVCVIEW: couldn't open /home/.../.config/guvcview2/video0 for read: No such 
file or directory
GUVCVIEW: language catalog= dir:/usr/share/locale type:(null) cat:guvcview.mo
GUVCVIEW: main thread (tid: 879)
V4L2_CORE: Device Node Path: /dev/video0
  VID/PID: 145f 019f
  Novatek
  Trust Webcam
  serial: (null)
  busnum: 3
  devnum: 3
V4L2_CORE: language catalog= dir:/usr/share/locale type:(null) 
cat:gview_v4l2core.mo
V4L2_CORE: capture method mmap (1)
V4L2_CORE: video device: /dev/video0 
V4L2_CORE: mapping control for Pan (relative)
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for Tilt (relative)
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for Pan Reset
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for Tilt Reset
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for Focus
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for LED1 Mode
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for LED1 Frequency
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for Disable video processing
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: mapping control for Raw bits per pixel
V4L2_CORE: (UVCIOC_CTRL_MAP) Error: No such file or directory
V4L2_CORE: Init. Trust Webcam (location: usb-:00:1a.7-2)
{ pixelformat = 'YUYV', description = 'YUV 4:2:2 (YUYV)' }
{ discrete: width = 640, height = 480 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 160, height = 120 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 176, height = 144 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 320, height = 240 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 352, height = 288 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1280, height = 720 }
Time interval between frame: 1/10, 2/15, 
{ discrete: width = 1920, height = 1080 }
Time interval between frame: 1/5, 
{ pixelformat = 'MJPG', description = 'MJPEG' }
{ discrete: width = 640, height = 480 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 160, height = 120 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 176, height = 144 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 320, height = 240 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 352, height = 288 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1280, height = 720 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1920, height = 1080 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ pixelformat = 'RGB3', description = 'RGB3' }
{ discrete: width = 640, height = 480 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 160, height = 120 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 176, height = 144 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 320, height = 240 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 352, height = 288 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1280, height = 720 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1920, height = 1080 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ pixelformat = 'BGR3', description = 'BGR3' }
{ discrete: width = 640, height = 480 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 160, height = 120 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 176, height = 144 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 320, height = 240 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 352, height = 288 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1280, height = 720 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ discrete: width = 1920, height = 1080 }
Time interval between frame: 1/30, 1/20, 1/15, 1/10, 2/15, 
{ pixelformat = 'YU12', description = 'YU12' }
{ discrete: width = 640, height = 480 }
Time interval 

[Touch-packages] [Bug 1452239] Re: root escalation with fs.suid_dumpable=2

2015-06-05 Thread Marc Deslauriers
** Description changed:

  Sander Bos discovered that Apport enabled a user to perform a root
  escalation since it now configures fs.suid_dumpable=2.
  
  Here's a brief description of the issue:
  1- A regular user can trigger a coredump with /proc/$PID/stat as root:root 
simply by doing chmod u-r
- 2- The root-owned coredump will them be written in the CWD, which in the PoC 
is /etc/logrotate.d
+ 2- The root-owned coredump will then be written in the CWD, which in the PoC 
is /etc/logrotate.d
  3- logrotate will gladly skip parts of the coredump it doesn't understand and 
will successfully run the parts it does
  
  I've set a CRD of 2015-05-21 (original proposal: 2015-05-12) for the
  publication of this issue.
  
  I have assigned CVE-2015-1324 to this issue.
  
  We can either:
  
  1- Disable fs.suid_dumpable=2
  2- Stop creating core dump files when they are to be created as root
  3- Create root-owned core dump files in a well-known location
  
  
  
  Here is the original report from Sander Bos (now with the CVE number
  included):
  
  OVERVIEW
  
  
  Date: 2015-05-05
  Bug name: SCORE: Simple Coredump-Oriented Root Exploit
  CVE: CVE-2015-1324
  Author: Sander Bos
  Author's e-mail address: sbos _at_ sbosnet _dot_ nl
- 
  
  SUMMARY
  ---
  
  I found a combination of vulnerabilities to lead to privilege escalation
  (root exploitation) by local users in Ubuntu releases 12.04 up to and
  including 15.04.  Depending on configuration, remote exploitation might
  be possible as well.  Local exploitation can even be done as the local,
  passwordless LightDM Guest account user on systems supporting it --
  indeed: from anonymous guest user to root.
- 
  
  DESCRIPTION
  ---
  
  The Apport package creates user core dumps in the crashed process'
  CWD, and does so since Bazaar revision number 602 [1] / release 0.59.
  This is okay, but not always: there is a flaw in the fact that Apport
  also does this, as root, for tainted/protected binaries (setuid() and
  friends, capabilities(7) enabled binaries, non-readable binaries) when
  the sysctl(8)'s fs.suid_dumpable variable is set to 2 (see core(5)).
  This means that users can create core dumps as root, in arbitrary
  directories which are otherwise write-protected for those users.
  
  In short: Apport should _not_ create user core dumps in the CWD in dump
  mode 2 for such tainted binaries; it should either not make user core
  dumps at all then, or if possible use a designated and safe directory
  for that.
  
  All Ubuntu releases starting with 12.04 have the Apport service enabled by
  default [2] (and Ubuntu has Apport installed by default for much longer).
  
  All Ubuntu releases starting with 12.04 (or patched that way after
  their release) have sysctl(8)'s fs.suid_dumpable set to 2 by default,
  through the Apport package; see bug #1194541, Create core dumps for
  setuid binaries, 2013-06-25 [3].
  
  Along with solving that bug (that is, adding the missing feature of
  setuid core dumps), the patch to that bug report actually created a root
  exploit hole in the upcoming release 13.10, as well as being backported
  into the at that time supported Ubuntu releases 12.04, 12.10 and 13.04.
  
  The exact Apport package versions (with their Ubuntu releases) that were
  patched to have fs.suid_dumpable set to 2  are:
  
  2.0.1-0ubuntu17.4 (Ubuntu 12.04)
  2.6.1-0ubuntu12   (Ubuntu 12.10)
  2.9.2-0ubuntu8.3  (Ubuntu 13.04)
  
  The value fs.suid_dumpable=2 remained in Ubuntu ever since.  The exception
  to this is the systemd Apport script in Ubuntu 15.04: the option setting
  fs.suid_dumpable to 2 was forgotten to be enabled here, although in the
  Upstart script in Ubuntu 15.04 the option is still enabled.  I recently
  contacted the Apport package maintainer to make sure the systemd script
  will not enable the option, as that would enable the root hole in 15.04
  with systemd (which is the default init system) as well.  Please note:
  15.04 with systemd being safe regarding this vulnerabilty has nothing
  to do with systemd itself.
  
  Please note that even though Ubuntu has the value of fs.suid_dumpable set
  to 2 in releases 12.04 and later, Apport itself has been creating user
  coredumps (to CWD, and also with fs.suid_dumpable=2) since Ubuntu 7.04,
  which has Apport package release 0.76/0.76.1.  Any system since Ubuntu
  7.04 that has had fs.suid_dumpable set to 2, even though it wasn't
  Ubuntu's default, has been exploitable.  Thus, the proof of concept
  attached will and should essentially work on any Ubuntu release starting
  with 7.04; it was in fact tested and found to be working on 7.04 itself,
  but later releases until 12.04 were not tested.
- 
- 
  
  VULNERABLE RELEASES
  ---
  
  The proof of concept attached should work out of the box on (and is in
  fact tested to work on most of them) all of the following releases:
  
  12.04   LTS
  12.04.1 LTS
  12.04.2 LTS
  

[Touch-packages] [Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2015-06-05 Thread Plurtu
I get this same dbus error but it does not prevent wifi from
successfully reconnecting after sleep when testing with systemctl
suspend.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1439771

Title:
  wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

Status in dbus package in Ubuntu:
  Confirmed

Bug description:
  The Wifi network can't connect after the wake up from suspend. Xubuntu
  15.04

  I'll post more useful details (journalctl log) as a comment to this
  bug report.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: dbus 1.8.12-1ubuntu5
  Uname: Linux 4.0.0-04rc5-generic x86_64
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Apr  2 18:18:56 2015
  InstallationDate: Installed on 2015-03-27 (5 days ago)
  InstallationMedia: Xubuntu 15.04 Vivid Vervet - Beta amd64 (20150326)
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1461593] Re: No data connection switching from 2G only to 3G

2015-06-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  No data connection switching from 2G only to 3G

Status in network-manager package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu RTM:
  Incomplete

Bug description:
  Test case.
  - Open System Settings.
  - Go to Cellular.
  - Switch from 3G to 2G, check that indicator network shows 2G only connection.
  - Switch from 2G only to 3G.

  Expected result.
  - Indicator network shows 3G connection, and user can use data connection.

  Actual result.
  - Data connection is lost.

  Tested in single SIM and dual SIM mode, with two different SIM cards
  from different operators.

  current build number: 23
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

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

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


[Touch-packages] [Bug 1462147] Re: Random text characters partially or completely missing

2015-06-05 Thread Steven Usdansky
Screenshot of bug report info just prior to sending. Not problem with
window title, Dis  oRelease, E  aDebuggingInterest

** Attachment added: example of problem
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1462147/+attachment/4410378/+files/Screenshot-Ubuntu.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: 

[Touch-packages] [Bug 1012602] Re: add-apt-repository crashed with UnicodeDecodeError in __main__: 'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in range(128)

2015-06-05 Thread Pooja Saxena
Thanks Matthew for your reply.  
I got confuse with the error-type I was receiving, so reported it here. Nobody 
responded, besides this thread was quite old. So I  reported the same as new 
bug: 1462196

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1012602

Title:
  add-apt-repository crashed with UnicodeDecodeError in __main__:
  'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in
  range(128)

Status in software-properties package in Ubuntu:
  Fix Released

Bug description:
  add-apt-repository crashed with UnicodeDecodeError in __main__:
  'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in
  range(128)

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: python-software-properties 0.83
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  ApportVersion: 2.2.1-0ubuntu2
  Architecture: amd64
  Date: Wed Jun 13 11:36:34 2012
  ExecutablePath: /usr/bin/add-apt-repository
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120606.2)
  InterpreterPath: /usr/bin/python2.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python /usr/bin/add-apt-repository 
ppa:scopes-packagers/ppa
  PythonArgs: ['/usr/bin/add-apt-repository', 'ppa:scopes-packagers/ppa']
  SourcePackage: software-properties
  Title: add-apt-repository crashed with UnicodeDecodeError in __main__: 
'ascii' codec can't decode byte 0xc5 in position 3: ordinal not in range(128)
  Traceback:
   Traceback (most recent call last):
 File /usr/bin/add-apt-repository, line 162, in module
   print _( More info: %s) % ppa_info[web_link]
   UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 3: 
ordinal not in range(128)
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1012602/+subscriptions

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


[Touch-packages] [Bug 1462147] ProcModules.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410370/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] Xrandr.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/1462147/+attachment/4410374/+files/Xrandr.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] UdevDb.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1462147/+attachment/4410371/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] XorgLog.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410372/+files/XorgLog.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] xdpyinfo.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410375/+files/xdpyinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] xserver.devices.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: xserver.devices.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410376/+files/xserver.devices.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] XorgLogOld.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410373/+files/XorgLogOld.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1373221] Re: guvcview crashed with SIGSEGV in get_ctrl_by_id()

2015-06-05 Thread Stefan Tauner
Whoopsie... I completely missed the subject and the stack traces above,
sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to v4l-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1373221

Title:
  guvcview crashed with SIGSEGV in get_ctrl_by_id()

Status in GTK uvc viewer:
  Confirmed
Status in One Hundred Papercuts:
  Triaged
Status in libv4l v4l-utils:
  Confirmed
Status in guvcview package in Ubuntu:
  Triaged
Status in v4l-utils package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:
  - Launch guvcview

  EXPECTED BEHAVIOUR:
  - The application to start normally.

  REAL BEHAVIOUR:
  - The application crashes.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: guvcview 1.7.3-1.1build2
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep 24 06:35:20 2014
  ExecutablePath: /usr/bin/guvcview
  InstallationDate: Installed on 2013-05-21 (490 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  ProcCmdline: guvcview
  SegvAnalysis:
   Segfault happened at: 0x42d970:  mov0x0,%eax
   PC (0x0042d970) ok
   source 0x0 (0x) not located in a known VMA region (needed readable 
region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: guvcview
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   __libc_start_main (main=0x409920, argc=1, argv=0x7fff32c34208, 
init=optimised out, fini=optimised out, rtld_fini=optimised out, 
stack_end=0x7fff32c341f8) at libc-start.c:287
  Title: guvcview crashed with SIGSEGV in __libc_start_main()
  UpgradeStatus: Upgraded to utopic on 2014-09-24 (0 days ago)
  UserGroups: adm lpadmin sambashare sudo

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

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


[Touch-packages] [Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2015-06-05 Thread riveravaldez
Just for the record, I'd just encountered this problem on a Linux Mint
box and the 'Workaround' of the 'Bug description' has solved it:

$ uname -a
Linux 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 
x86_64 GNU/Linux

$ cat /etc/linuxmint/info
RELEASE=13
CODENAME=maya
EDITION=MATE 64-bit
DESCRIPTION=Linux Mint 13 Maya
DESKTOP=MATE
TOOLKIT=GTK

Thanks a lot!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/24061

Title:
  GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG
  40976EAF437D05B5)

Status in apt package in Ubuntu:
  Fix Released
Status in update-manager package in Ubuntu:
  Won't Fix
Status in apt source package in Precise:
  Fix Released
Status in update-manager source package in Precise:
  Won't Fix
Status in apt source package in Quantal:
  Fix Released
Status in update-manager source package in Quantal:
  Won't Fix

Bug description:
  I keep getting this when i launch the update manager.

  W: GPG error: http://archive.ubuntu.com breezy-updates Release: The following
  signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic
  Signing Key ftpmas...@ubuntu.com

  How can I fix it?

  ***
  WORKAROUND:
  --
  Run the following commands(saves a backup of the old lists and creates a new 
lists folder) and the BADSIG error does not occur :

  $ cd /var/lib/apt
  $ sudo mv lists lists.old
  $ sudo mkdir -p lists/partial
  $ sudo apt-get update

  ***

  comment from Rolf Leggewie: This is due to cache inconsistencies and
  thus is not necessarily a bug in Ubuntu at all.  But I hope the fine
  devs can find a way to better deal with broken proxies.  This is a
  very visible issue, a large number of internet connections are behind
  proxies and the users cannot do anything about it.

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

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


[Touch-packages] [Bug 1373221] Re: guvcview crashed with SIGSEGV in get_ctrl_by_id()

2015-06-05 Thread Stefan Tauner
This is probably more interesting (from running guvcview in gdb):

[New Thread 0x7fffe5e44700 (LWP 27177)]
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
[Thread 0x7fffe5e44700 (LWP 27177) exited]

Program received signal SIGSEGV, Segmentation fault.
0x777b2115 in audio_init_portaudio () from 
/usr/lib/x86_64-linux-gnu/libgviewaudio-1.0.so.0
(gdb) bt
#0  0x777b2115 in audio_init_portaudio () from 
/usr/lib/x86_64-linux-gnu/libgviewaudio-1.0.so.0
#1  0x777afada in audio_init () from 
/usr/lib/x86_64-linux-gnu/libgviewaudio-1.0.so.0
#2  0x004084e6 in ?? ()
#3  0x00407336 in main ()


My libguvcview-1.0-0:amd64 is version 2.0.1+debian-1.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to v4l-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1373221

Title:
  guvcview crashed with SIGSEGV in get_ctrl_by_id()

Status in GTK uvc viewer:
  Confirmed
Status in One Hundred Papercuts:
  Triaged
Status in libv4l v4l-utils:
  Confirmed
Status in guvcview package in Ubuntu:
  Triaged
Status in v4l-utils package in Ubuntu:
  Triaged

Bug description:
  HOW TO REPRODUCE:
  - Launch guvcview

  EXPECTED BEHAVIOUR:
  - The application to start normally.

  REAL BEHAVIOUR:
  - The application crashes.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: guvcview 1.7.3-1.1build2
  ProcVersionSignature: Ubuntu 3.16.0-17.23-generic 3.16.3
  Uname: Linux 3.16.0-17-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep 24 06:35:20 2014
  ExecutablePath: /usr/bin/guvcview
  InstallationDate: Installed on 2013-05-21 (490 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
  ProcCmdline: guvcview
  SegvAnalysis:
   Segfault happened at: 0x42d970:  mov0x0,%eax
   PC (0x0042d970) ok
   source 0x0 (0x) not located in a known VMA region (needed readable 
region)!
   destination %eax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: guvcview
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   __libc_start_main (main=0x409920, argc=1, argv=0x7fff32c34208, 
init=optimised out, fini=optimised out, rtld_fini=optimised out, 
stack_end=0x7fff32c341f8) at libc-start.c:287
  Title: guvcview crashed with SIGSEGV in __libc_start_main()
  UpgradeStatus: Upgraded to utopic on 2014-09-24 (0 days ago)
  UserGroups: adm lpadmin sambashare sudo

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

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


[Touch-packages] [Bug 1460304] Re: kernel call traces, hard locks ups, nvidia

2015-06-05 Thread Galen Thurber
thank you for  your help and removing the annoying attachments.

since the sick machine is reporting many Xorg errors when run in failsafe mode,
should I be debugging / logging failsafe mode?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1460304

Title:
  kernel call traces, hard locks ups, nvidia

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Xorg is locking up not allowing keyboard input, mouse is active but unable to 
activate any command or menu.
  full disk checks fsck -c /dev/sdaX are done often,
  memory tests ok

  unsure if fault is in xorg or kernel

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-37.51~14.04.1-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: 
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.125  Mon Dec  1 19:58:28 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Sat May 30 11:39:35 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: nvidia-304, 304.125, 3.16.0-37-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation G71 [GeForce 7900 GS] [10de:0292] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: NVIDIA Corporation Device [10de:0370]
  InstallationDate: Installed on 2015-05-10 (20 days ago)
  InstallationMedia: Xubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  LightdmGreeterLog:
   ** (lightdm-gtk-greeter:1277): WARNING **: Failed to load user image: Failed 
to open file '/home/west/.face': Permission denied
   init: indicator-power main process (1323) killed by TERM signal
   init: indicator-application main process (1333) killed by TERM signal
  LightdmGreeterLogOld:
   ** (lightdm-gtk-greeter:1277): WARNING **: Failed to load user image: Failed 
to open file '/home/west/.face': Permission denied
   init: indicator-power main process (1321) killed by TERM signal
   init: indicator-application main process (1333) killed by TERM signal
  MachineType: System manufacturer System Product Name
  ProcEnviron:
   LANGUAGE=en_CA:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-37-generic 
root=UUID=b2e6ef75-e76d-436c-a4b0-2a40e37828a6 ro verbose
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2006
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 080012
  dmi.board.name: A8V-VM
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080012:bd06/19/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnA8V-VM:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer
  version.compiz: compiz N/A
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri N/A
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core N/A
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
  xserver.bootTime: Sat May 30 10:22:50 2015
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputPower Button KEYBOARD, id 7
   inputSleep Button KEYBOARD, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
   inputImPS/2 Logitech Wheel Mouse MOUSE, id 10
  xserver.errors: open /dev/fb0: No such file or directory
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : 

[Touch-packages] [Bug 1462147] ProcEnviron.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410368/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] Lsusb.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1462147/+attachment/4410366/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] ProcCpuinfo.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410367/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] ProcInterrupts.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1462147/+attachment/4410369/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462147] Lspci.txt

2015-06-05 Thread Steven Usdansky
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1462147/+attachment/4410365/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462147

Title:
  Random text characters partially or completely missing

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu-Mate 15.10 development version updated as of 4-Jun 2300 UTC .
  Video driver is nouveau

  Problem began upon upgrading of

 xserver-xorg-core_1.17.1-0ubuntu3_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu3_amd64xorg
  to 
 xserver-xorg-core_1.17.1-0ubuntu4_amd64 and 
 xserver-xorg-common_1.17.1-0ubuntu4_amd64xorg

  and was resolved by reverting to the pre-upgrade packages. Apparently random 
text characters, or parts thereof, would be missing in various applications 
including the Lightdm greeter, Firefox, Pidgin, Mate-terminal, the Mate panel 
clock, Unetbootin, and the Mate menu. This occurs both at my monitor's native 
resolution (1680x1050) and at 1600x1200. 
  Other possibly useful info:
   
  libdrm-nouveau2:amd64 2.4.60-3amd64
  xserver-xorg-video-nouveau  1:1.0.11-1ubuntu2build1amd64

  
  ~$ sudo inxi -F
  System:Host: Pyrope Kernel: 3.19.0-20-generic x86_64 (64 bit) Desktop: 
MATE 1.8.2  Distro: Ubuntu 15.10 wily
  Machine:   System: HP-Pavilion product: FQ578AAR-ABA s3707c serial: MXW9050KY9
 Mobo: PEGATRON model: NutMeg v: 1.02 serial: MS1C91R52904711
 Bios: American Megatrends v: 5.12 date: 02/17/2009
  CPU:   Dual core AMD Athlon 64 X2 5400+ (-MCP-) cache: 1024 KB 
 clock speeds: max: 2800 MHz 1: 1000 MHz 2: 1000 MHz
  Graphics:  Card: NVIDIA C78 [GeForce 9100]
 Display Server: X.org 1.17.1 driver: nouveau tty size: 234x65 
Advanced Data: N/A for root
  Audio: Card NVIDIA MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio 
driver: snd_hda_intel
 Sound: Advanced Linux Sound Architecture v: k3.19.0-20-generic
  Network:   Card-1: NVIDIA MCP77 Ethernet driver: forcedeth
 IF: eth0 state: down mac: 00:24:8c:13:79:5b
 Card-2: NetGear WNA1100 Wireless-N 150 [Atheros AR9271] driver: 
ath9k_htc
 IF: wlan0 state: N/A mac: N/A
  Drives:HDD Total Size: 500.1GB (41.7% used) ID-1: /dev/sda model: 
ST3500413AS size: 500.1GB
  Partition: ID-1: / size: 19G used: 3.6G (21%) fs: ext4 dev: /dev/sda10
  RAID:  No RAID devices: /proc/mdstat, md_mod kernel module present
  Sensors:   None detected - is lm-sensors installed and configured?
  Info:  Processes: 180 Uptime: 1:00 Memory: 816.8/3700.3MB Client: Shell 
(sudo) inxi: 2.2.16

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Thu Jun  4 18:07:43 2015
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroRelease: Ubuntu 15.10
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation C78 [GeForce 9100] [10de:0847] (rev a2) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company Device [103c:2a7a]
  InstallationDate: Installed on 2015-05-28 (7 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 Wily Werewolf - Alpha amd64 (20150528)
  MachineType: HP-Pavilion FQ578AAR-ABA s3707c
  Package: xorg 1:7.7+7ubuntu4
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-20-generic 
root=UUID=ac1ad1b8-dff8-45ff-a286-c2337374ccb2 ro persistent
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Tags:  wily ubuntu single-occurrence reproducible
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 3.19.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/17/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.12
  dmi.board.name: NutMeg
  dmi.board.vendor: PEGATRON CORPORATION
  dmi.board.version: 1.02
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 

[Touch-packages] [Bug 1462332] [NEW] X server fails to start on Lubuntu desktop

2015-06-05 Thread Clon
Public bug reported:

I can boot up only in recovery mode.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic i686
ApportVersion: 2.17.3-0ubuntu3
Architecture: i386
CurrentDesktop: LXDE
Date: Fri Jun  5 14:01:20 2015
InstallationDate: Installed on 2013-03-16 (811 days ago)
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release i386 (20121017.1)
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462332

Title:
  X server fails to start on Lubuntu desktop

Status in xorg package in Ubuntu:
  New

Bug description:
  I can boot up only in recovery mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic i686
  ApportVersion: 2.17.3-0ubuntu3
  Architecture: i386
  CurrentDesktop: LXDE
  Date: Fri Jun  5 14:01:20 2015
  InstallationDate: Installed on 2013-03-16 (811 days ago)
  InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release i386 (20121017.1)
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1458663] Re: Characters disappear and graphic major problems

2015-06-05 Thread Nicola Spampinato
Hi,
I updated the bios. 
The problem still remains, but the occurence time has reduced.

Now I have the problem only once a day.

If can be usefull, please consider that the problem does not appear
inside external applications windows. For example, VirtualBox sessions
are not affected by the issue.

Here is the output of the command  sudo dmidecode -s bios-version 
sudo dmidecode -s bios-release-date


V1.07
08/10/2012


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1458663

Title:
  Characters disappear and graphic major problems

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After some minuter working, the characters on screen start to disappera or to 
be bad rendered. Also other glitches appear on screen.
  Only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  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
  Date: Mon May 25 21:49:34 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.28, 3.19.0-16-generic, x86_64: installed
   vboxhost, 4.3.28, 3.19.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0612]
  InstallationDate: Installed on 2015-05-13 (11 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0402:7675 ALi Corp. 
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer TravelMate 5744
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic 
root=UUID=a47868a6-c53a-4f67-b654-d6f1056a0cc5 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] File o directory non esistente: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2011
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: BA52_CP
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.04:bd07/27/2011:svnAcer:pnTravelMate5744:pvrV1.04:rvnAcer:rnBA52_CP:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: TravelMate 5744
  dmi.product.version: V1.04
  dmi.sys.vendor: Acer
  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~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon May 25 21:42:49 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   
  xserver.version: 2:1.17.1-0ubuntu3

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

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


[Touch-packages] [Bug 1461569] Re: typing speed influences characte displayed

2015-06-05 Thread Harald W Griesshammer
Followed your procedure, updating BIOS:

 sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
A12
05/06/2015

So BIOS update successful.

no change in bug: b vs β at different typing speeds.

Thank you for taking this on; I do understand tha there are much more
urgent bugs...


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1461569

Title:
  typing speed influences characte displayed

Status in xorg package in Ubuntu:
  New

Bug description:
  I type quite fast, with lots of non-latin unicode characters. I set up 
.XCompose to map alt g a to the Greek letter α, alt g b to the 
Greek letter β, etc. Typing the first at any speed renders letter α. But one 
has to noticably slow down to make sure that  alt g b indeed gives β, and 
not (now typed at full speed) b. This is not a question of proximity between 
keyboard keys since g f, g h, g v, etc are as close together as g 
b and produce at any speed: φηϖντψ etc.
  I have not checked if the bug exists for non-Greek characters.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
  Uname: Linux 3.13.0-45-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: amd64
  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
  Date: Wed Jun  3 10:14:26 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   vboxhost, 4.3.16, 3.13.0-34-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-36-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-43-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-44-generic, x86_64: installed
   vboxhost, 4.3.16, 3.13.0-45-generic, x86_64: installed
  DpkgLog:
   
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:05a4]
  InstallationDate: Installed on 2014-08-18 (288 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  MachineType: Dell Inc. OptiPlex 9020
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=7c0c978a-58f2-48ee-a21a-9a81a65eebf2 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/25/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A07
  dmi.board.name: 0PC5F7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A03
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA07:bd04/25/2014:svnDellInc.:pnOptiPlex9020:pvr01:rvnDellInc.:rn0PC5F7:rvrA03:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 9020
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.3+14.04.20141104-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1~ubuntu2
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.3
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Wed Jun  3 10:10:10 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   4 
   vendor DEL
  xserver.version: 2:1.15.1-0ubuntu2.7

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

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


[Touch-packages] [Bug 1317860] Re: [system] the phone should switch itself off before completely draining battery

2015-06-05 Thread Matthew Paul Thomas
Specification updated.
https://wiki.ubuntu.com/Power?action=diffrev2=74rev1=72

** Changed in: indicator-power
   Status: Incomplete = Triaged

** No longer affects: indicator-power

** Changed in: indicator-power (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: ubuntu-ux
   Status: Triaged = Fix Committed

** Description changed:

  the phone should switch itself off at around ~5% remaining battery.
  
  This is to preserve a little battery for use cases such as:
  
  * turn it back on once or twice for urgent short phone calls
  * prevent the battery from going into a state where it can't be charged any 
more
  * have enough power to turn itself on again and trigger an alarm
  
  
  Desired resolution
  
  The following actions should take place as the phone/tablet runs out of 
battery:
  at 10% - Notification battery under 10%
  at 5% - Notification saying battery level is critical, will shutdown soon.
- at 1-2% - Shell fades out, animation fades in (same as startup animation), 
phone initiates full shutdown. 
+ at 1-2% - Shell fades out, animation fades in (same as startup animation), 
phone initiates full shutdown.
  
  The notification should be a clickable notification with the tap action
  mapped to dismiss.
+ 
+ https://wiki.ubuntu.com/Power#auto-off: The device should hibernate
+ (PC) or power off (phone/tablet) if both of these things are true: *
+ there is less than 2% battery remaining * there has been more than 3%
+ battery remaining at some point since the last time the device
+ hibernated or powered off.

** Description changed:

  the phone should switch itself off at around ~5% remaining battery.
  
  This is to preserve a little battery for use cases such as:
  
  * turn it back on once or twice for urgent short phone calls
  * prevent the battery from going into a state where it can't be charged any 
more
  * have enough power to turn itself on again and trigger an alarm
  
- 
- Desired resolution
- 
- The following actions should take place as the phone/tablet runs out of 
battery:
- at 10% - Notification battery under 10%
- at 5% - Notification saying battery level is critical, will shutdown soon.
- at 1-2% - Shell fades out, animation fades in (same as startup animation), 
phone initiates full shutdown.
- 
- The notification should be a clickable notification with the tap action
- mapped to dismiss.
- 
  https://wiki.ubuntu.com/Power#auto-off: The device should hibernate
  (PC) or power off (phone/tablet) if both of these things are true: *
  there is less than 2% battery remaining * there has been more than 3%
  battery remaining at some point since the last time the device
  hibernated or powered off.

** Summary changed:

- [system] the phone should switch itself off before completely draining battery
+ the phone should switch itself off before completely draining battery

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-power in Ubuntu.
https://bugs.launchpad.net/bugs/1317860

Title:
  the phone should switch itself off before completely draining battery

Status in Ubuntu UX bugs:
  Fix Committed
Status in indicator-power package in Ubuntu:
  Triaged

Bug description:
  the phone should switch itself off at around ~5% remaining battery.

  This is to preserve a little battery for use cases such as:

  * turn it back on once or twice for urgent short phone calls
  * prevent the battery from going into a state where it can't be charged any 
more
  * have enough power to turn itself on again and trigger an alarm

  https://wiki.ubuntu.com/Power#auto-off: The device should hibernate
  (PC) or power off (phone/tablet) if both of these things are true: *
  there is less than 2% battery remaining * there has been more than 3%
  battery remaining at some point since the last time the device
  hibernated or powered off.

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

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


[Touch-packages] [Bug 1462368] [NEW] HP dv7000 Laptop. HDMI output

2015-06-05 Thread Tristin Davis
Public bug reported:

strange flickering when dual monitors are plugged in. I've tried 2
different cables and 2 differrent types of cables to the same result.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-39.53~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-39-generic x86_64
NonfreeKernelModules: fglrx wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Jun  5 08:31:19 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1659]
 Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] 
[1002:6760] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Radeon HD 6490M [103c:1659]
InstallationDate: Installed on 2015-05-26 (9 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-39-generic 
root=UUID=86c45b1d-6f79-4d45-823a-8a29da5661b2 ro vesafb.invalid=1 nopat
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/05/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.1B
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1659
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 10.31
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr058F1124461620100:rvnHewlett-Packard:rn1659:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv7 Notebook PC
dmi.product.version: 058F1124461620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Jun  5 08:06:00 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.errors:
 Screen 1 deleted because of no matching config section.
 AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
 AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
xserver.video_driver: fglrx

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


** Tags: amd64 apport-bug trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1462368

Title:
  HP dv7000 Laptop. HDMI output

Status in xorg package in Ubuntu:
  New

Bug description:
  strange flickering when dual monitors are plugged in. I've tried 2
  different cables and 2 differrent types of cables to the same result.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-39.53~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-39-generic x86_64
  NonfreeKernelModules: fglrx wl
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Fri Jun  5 08:31:19 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: 

[Touch-packages] [Bug 1462346] Re: Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-06-05 Thread Jan Rathmann
** Attachment added: Screenshot when trying to move a file in Nautilus
   
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1462346/+attachment/4410411/+files/wrong-sized-icon.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1462346

Title:
  Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at
  zoom levels bigger than 100% in Nautilus

Status in humanity-icon-theme package in Ubuntu:
  New

Bug description:
  Hello,

  the icon size of the  folder-drag-accept/gnome-fs-directory-accept
  icon in Nautilus is too small when a zoom level bigger than 100% in
  the icon view is used. This can be reproduced the following way:

  - Start Nautilus (or Nemo)
  - Open a directory that contains at least one subdirectory plus at least one 
file (or a second subdirectory)
  - Switch to icon view, set a zoom level bigger than 100%
  - Try to move a file/directory into another directory
  - When the mouse moves over the target directory, it's icon will switch to 
the folder-drag-accept/gnome-fs-directory-accept icon, but in a version that is 
no larger than 48x48, even if the zoom level (and thus the icon size) is set 
greater. I have attached a screenshot that illustrates the problem.

  With the Adwaita icon theme the problem does not happen, the icon
  seems to get the correct size at all zoom levels.

  Currently the Humanity icon theme contains (as symlink) a svg file of
  the responsible folder-drag-accept/gnome-fs-directory-accept icon in
  the directories Humanity/status/24 and Humanity/48. The dirs for
  bigger icons (e.g. 128) do not contain that icons, so I assumed it may
  be a quick fix to symlink them to also to those dirs. But that caused
  just other problems - now the icons had always the 128x128 size
  regardless of zoom level and was often too big instead of too small!

  A way to fix this seems to be to place png files of the icons in all
  of the Humanity/status/[icon size]-directories, each png scaled to the
  appropriate size. That is a bit more hassle but seems to work for the
  Adwaita theme.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: humanity-icon-theme 0.6.8
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun  5 10:53:39 2015
  InstallationDate: Installed on 2015-04-16 (49 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150415)
  PackageArchitecture: all
  SourcePackage: humanity-icon-theme
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1462346/+subscriptions

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


[Touch-packages] [Bug 1462346] [NEW] Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at zoom levels bigger than 100% in Nautilus

2015-06-05 Thread Jan Rathmann
Public bug reported:

Hello,

the icon size of the  folder-drag-accept/gnome-fs-directory-accept icon
in Nautilus is too small when a zoom level bigger than 100% in the icon
view is used. This can be reproduced the following way:

- Start Nautilus (or Nemo)
- Open a directory that contains at least one subdirectory plus at least one 
file (or a second subdirectory)
- Switch to icon view, set a zoom level bigger than 100%
- Try to move a file/directory into another directory
- When the mouse moves over the target directory, it's icon will switch to the 
folder-drag-accept/gnome-fs-directory-accept icon, but in a version that is no 
larger than 48x48, even if the zoom level (and thus the icon size) is set 
greater. I have attached a screenshot that illustrates the problem.

With the Adwaita icon theme the problem does not happen, the icon seems
to get the correct size at all zoom levels.

Currently the Humanity icon theme contains (as symlink) a svg file of
the responsible folder-drag-accept/gnome-fs-directory-accept icon in the
directories Humanity/status/24 and Humanity/48. The dirs for bigger
icons (e.g. 128) do not contain that icons, so I assumed it may be a
quick fix to symlink them to also to those dirs. But that caused just
other problems - now the icons had always the 128x128 size regardless of
zoom level and was often too big instead of too small!

A way to fix this seems to be to place png files of the icons in all of
the Humanity/status/[icon size]-directories, each png scaled to the
appropriate size. That is a bit more hassle but seems to work for the
Adwaita theme.

Kind regards,
Jan

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: humanity-icon-theme 0.6.8
ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
Uname: Linux 3.19.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Jun  5 10:53:39 2015
InstallationDate: Installed on 2015-04-16 (49 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Beta amd64 (20150415)
PackageArchitecture: all
SourcePackage: humanity-icon-theme
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: humanity-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

** Attachment added: Screenshot when trying to move a file
   
https://bugs.launchpad.net/bugs/1462346/+attachment/4410405/+files/wrong-sized-icon.png

** Attachment removed: Screenshot when trying to move a file
   
https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/1462346/+attachment/4410405/+files/wrong-sized-icon.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to humanity-icon-theme in
Ubuntu.
https://bugs.launchpad.net/bugs/1462346

Title:
  Wrong size of folder-drag-accept/gnome-fs-directory-accept icon at
  zoom levels bigger than 100% in Nautilus

Status in humanity-icon-theme package in Ubuntu:
  New

Bug description:
  Hello,

  the icon size of the  folder-drag-accept/gnome-fs-directory-accept
  icon in Nautilus is too small when a zoom level bigger than 100% in
  the icon view is used. This can be reproduced the following way:

  - Start Nautilus (or Nemo)
  - Open a directory that contains at least one subdirectory plus at least one 
file (or a second subdirectory)
  - Switch to icon view, set a zoom level bigger than 100%
  - Try to move a file/directory into another directory
  - When the mouse moves over the target directory, it's icon will switch to 
the folder-drag-accept/gnome-fs-directory-accept icon, but in a version that is 
no larger than 48x48, even if the zoom level (and thus the icon size) is set 
greater. I have attached a screenshot that illustrates the problem.

  With the Adwaita icon theme the problem does not happen, the icon
  seems to get the correct size at all zoom levels.

  Currently the Humanity icon theme contains (as symlink) a svg file of
  the responsible folder-drag-accept/gnome-fs-directory-accept icon in
  the directories Humanity/status/24 and Humanity/48. The dirs for
  bigger icons (e.g. 128) do not contain that icons, so I assumed it may
  be a quick fix to symlink them to also to those dirs. But that caused
  just other problems - now the icons had always the 128x128 size
  regardless of zoom level and was often too big instead of too small!

  A way to fix this seems to be to place png files of the icons in all
  of the Humanity/status/[icon size]-directories, each png scaled to the
  appropriate size. That is a bit more hassle but seems to work for the
  Adwaita theme.

  Kind regards,
  Jan

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: humanity-icon-theme 0.6.8
  ProcVersionSignature: Ubuntu 3.19.0-20.20-generic 3.19.8
  Uname: Linux 3.19.0-20-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jun  5 

[Touch-packages] [Bug 1462356] [NEW] broadband connection establishes then drop after a few seconds

2015-06-05 Thread Louis Bouchard
Public bug reported:

When connecting a cell phone to share the cell network connection, the
link gets established then drops after a few seconds. Doing the same on
Trusty works correctly.

Here is the end of a successful connection on Trusty :
==
Jun  5 14:13:54 trusty NetworkManager[850]: info Activation (usb0) 
successful, device activated.
Jun  5 14:13:54 trusty dbus[756]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jun  5 14:13:54 trusty dbus[756]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
Jun  5 14:14:05 trusty ModemManager[769]: info  Creating modem with plugin 
'Generic' and '2' ports
Jun  5 14:14:05 trusty ModemManager[769]: info  Modem for device at 
'/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.4' successfully created
Jun  5 14:14:09 trusty ModemManager[769]: warn  couldn't load Manufacturer: 
'Serial command timed out'
Jun  5 14:14:11 trusty NetworkManager[850]: info (usb0): IP6 addrconf timed 
out or failed.
Jun  5 14:14:11 trusty NetworkManager[850]: info Activation (usb0) Stage 4 of 
5 (IPv6 Configure Timeout) scheduled...
Jun  5 14:14:11 trusty NetworkManager[850]: info Activation (usb0) Stage 4 of 
5 (IPv6 Configure Timeout) started...
Jun  5 14:14:11 trusty NetworkManager[850]: info Activation (usb0) Stage 4 of 
5 (IPv6 Configure Timeout) complete.
Jun  5 14:14:12 trusty ModemManager[769]: warn  couldn't load Model: 'Serial 
command timed out'
Jun  5 14:14:13 trusty ntpdate[2828]: no server suitable for synchronization 
found
Jun  5 14:14:15 trusty ModemManager[769]: warn  couldn't load Revision: 
'Serial command timed out'
Jun  5 14:14:18 trusty ModemManager[769]: warn  couldn't load Equipment 
Identifier: 'Serial command timed out'
Jun  5 14:14:22 trusty ModemManager[769]: warn  couldn't load IMEI: 'Serial 
command timed out'
Jun  5 14:14:22 trusty ModemManager[769]: info  Modem: state changed (unknown 
- disabled)
Jun  5 14:14:22 trusty NetworkManager[850]: warn (ttyACM0): failed to look up 
interface index
Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): new Broadband 
device (driver: 'cdc_acm, cdc_ether' ifindex: 0)
Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): exported as 
/org/freedesktop/NetworkManager/Devices/3
Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): device state 
change: unmanaged - unavailable (reason 'managed') [10 20 2]
Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): deactivating 
device (reason 'managed') [2]
Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): device state 
change: unavailable - disconnected (reason 'none') [20 30 0]
Jun  5 14:14:58 trusty wpa_supplicant[1063]: wlan0: CTRL-EVENT-SCAN-STARTED   
Jun  5 14:15:02 trusty wpa_supplicant[1063]: nl80211: 
send_and_recv-nl_recvmsgs failed: -33

A connection using the same cell phone on Wily has this log :

Jun  5 14:20:30 wily NetworkManager[836]: info Activation (usb0) successful, 
device activated.
Jun  5 14:20:30 wily dbus[897]: [system] Activating via systemd: service 
name='org.freedesktop.nm_dispatcher' 
unit='dbus-org.freedesktop.nm-dispatcher.service'
Jun  5 14:20:30 wily systemd[1]: Starting Network Manager Script Dispatcher 
Service...
Jun  5 14:20:30 wily NetworkManager[836]: warn dnsmasq appeared on DBus: :1.81
Jun  5 14:20:30 wily NetworkManager[836]: info Writing DNS information to 
/sbin/resolvconf
Jun  5 14:20:30 wily dnsmasq[2869]: configuration des serveurs amonts à partir 
de DBus
Jun  5 14:20:30 wily dnsmasq[2869]: utilise le serveur de nom 192.168.42.129#53
Jun  5 14:20:30 wily dbus[897]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
Jun  5 14:20:30 wily systemd[1]: Started Network Manager Script Dispatcher 
Service.
Jun  5 14:20:30 wily nm-dispatcher: Dispatching action 'up' for usb0   
Jun  5 14:20:30 wily NetworkManager[836]: status: Impossible de se connecter à 
Upstart: Failed to connect to socket /com/ubuntu/upstart: Connexion refusée
Jun  5 14:20:30 wily systemd[1]: Stopping LSB: Start NTP daemon... 
Jun  5 14:20:30 wily ntp[3063]: * Stopping NTP server ntpd 
Jun  5 14:20:30 wily ntpd[1045]: ntpd exiting on signal 15 
Jun  5 14:20:30 wily ntp[3063]: ...done.   
Jun  5 14:20:30 wily systemd[1]: Stopped LSB: Start NTP daemon.
Jun  5 14:20:30 wily systemd[1]: Reloaded OpenBSD Secure Shell server. 
Jun  5 14:20:30 wily ntpdate[3075]: name server cannot be used: Temporary 
failure in name resolution (-3)
Jun  5 14:20:30 wily systemd[1]: Starting LSB: Start NTP daemon... 
Jun  5 14:20:30 wily ntp[3138]: * Starting NTP server ntpd 
Jun  5 14:20:30 wily ntpd[3149]: ntpd 4.2.6p5@1.2349-o Mon Apr 13 17:00:14 UTC 
2015 (1)
Jun  5 14:20:30 wily ntpd[3158]: proto: precision = 0.171 usec   

[Touch-packages] [Bug 1458663] Re: Characters disappear and graphic major problems

2015-06-05 Thread Nicola Spampinato
** Description changed:

- After some minuter working, the characters on screen start to disappera or to 
be bad rendered. Also other glitches appear on screen.
+ After some minuter working, the characters on screen start to disappear or to 
be bad rendered. Also other glitches appear on screen.
  Only solution is to reboot.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  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
  Date: Mon May 25 21:49:34 2015
  DistUpgraded: Fresh install
  DistroCodename: vivid
  DistroVariant: ubuntu
  DkmsStatus:
-  vboxhost, 4.3.28, 3.19.0-16-generic, x86_64: installed
-  vboxhost, 4.3.28, 3.19.0-18-generic, x86_64: installed
+  vboxhost, 4.3.28, 3.19.0-16-generic, x86_64: installed
+  vboxhost, 4.3.28, 3.19.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
-  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
-Subsystem: Acer Incorporated [ALI] Device [1025:0612]
+  Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
+    Subsystem: Acer Incorporated [ALI] Device [1025:0612]
  InstallationDate: Installed on 2015-05-13 (11 days ago)
  InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
  Lsusb:
-  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
-  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 001 Device 003: ID 0402:7675 ALi Corp. 
-  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 003: ID 0402:7675 ALi Corp.
+  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer TravelMate 5744
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-18-generic 
root=UUID=a47868a6-c53a-4f67-b654-d6f1056a0cc5 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] File o directory non esistente: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/27/2011
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.04
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: BA52_CP
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.04:bd07/27/2011:svnAcer:pnTravelMate5744:pvrV1.04:rvnAcer:rnBA52_CP:rvrType2-BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: TravelMate 5744
  dmi.product.version: V1.04
  dmi.sys.vendor: Acer
  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~exp1ubuntu2.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2build1
  xserver.bootTime: Mon May 25 21:42:49 2015
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
-  
+ 
  xserver.version: 2:1.17.1-0ubuntu3

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1458663

Title:
  Characters disappear and graphic major problems

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  After some minuter working, the characters on screen start to disappear or to 
be bad rendered. Also other glitches appear on screen.
  Only solution is to reboot.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic x86_64
  .tmp.unity.support.test.0:

  

[Touch-packages] [Bug 1430077] Re: [vivid] VPN connection breaks /etc/resolv.conf

2015-06-05 Thread Thomas Hood
Should this be reassigned to network-manager-openvpn?

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

Title:
  [vivid] VPN connection breaks /etc/resolv.conf

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After some recent update in vivid, connecting to my employer's VPN
  with network-manager-openvpn has resulted in broken name resolution.
  Previously, the VPN-provided nameserver setting would be pushed into
  the config of the dnsmasq run by NM.  Now, it is being pushed instead
  to /etc/resolv.conf.

   nameserver 10.99.244.1
   nameserver 127.0.1.1

  This is breaking the DNS handling for libvirt-bin, which has its own
  forwarding dnsmasq instance which it expects to be able to talk to the
  first nameserver listed here.  The nameserver in question does not
  work (and is not meant to be used) for any name lookups except
  company-internal domains.

  Connecting to the VPN also pushes search paths to /etc/resolv.conf -
  overriding the search domains that I have already configured, and
  which should take precedence.  (This part is not a regression.)  I
  understand that the purpose of these provided domains is to specify
  the domains for which DNS lookups should be forwarded to the VPN DNS
  server, and *not* to modify the system's DNS lookups for non-FQDN
  requests.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar  9 17:16:05 2015
  InstallationDate: Installed on 2010-09-24 (1627 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WWanEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (93 days ago)
  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/ubuntu/+source/network-manager/+bug/1430077/+subscriptions

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


[Touch-packages] [Bug 822224] Re: Messaging menu icon should indicate when someone is typing a message to me (but didn't send it yet))

2015-06-05 Thread Matthew Paul Thomas
** No longer affects: ayatana-design

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/84

Title:
  Messaging menu icon should indicate when someone is typing a message
  to me (but didn't send it yet))

Status in indicator-messages package in Ubuntu:
  Incomplete

Bug description:
  Most of modern instant messengers can tell me, that someone is writing a 
message to me before it's send. Usually it's shown when the person I'm talking 
with types in the message field on his/her IM. As this feature is very useful, 
for it alerts me that someone's saying something to me an I will get a message 
in a moment, this feature has recently become available in many instant 
messaging protocols.
  This information is usually displayed in the conversation window. However, as 
I am a proud Unity user, I always minimize the conversation window, because I 
know that the messaging indicator will notify me about any new messages. 
Unluckily, it will not inform me when a contact is typing a message to me.
  As this feature is very useful and helpful in conversations, the messaging 
indicator should somehow notify me. Of course it must be seen as well as an 
information about new message - changing the icon or it's color would be okay. 
This way, when I see the envelope icon turned, for example, green, I know that 
in a moment I will get a new message (and then the icon becomes usually blue).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/84/+subscriptions

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


[Touch-packages] [Bug 822224] Re: Messaging menu icon should indicate when someone is typing a message to me (but didn't send it yet))

2015-06-05 Thread Matthew Paul Thomas
Rafał, a belated thanks for your suggestion.

It's not the job of the sound menu to do everything that a music player
does; it just provides quick access to the most common/urgent functions.

It's not the job of the network menu to do everything that the Network
screen in System Settings does; it just provides quick access to the
most common/urgent functions.

Similarly, it's not the job of the messaging menu to do everything that
messaging clients do; it just provides quick access to the most
common/urgent messaging functions. And seeing that someone is typing
something to you is not one of those. That is relevant mainly when you
are deciding whether to type something more to the other person, in
which case you have the chat window open anyway.

Even if we tried to implement it, that the information is provided for
some protocols and not others would leave many people wondering why it
worked only some of the time.

For those reasons, we won't be adding this function to the messaging
menu.

** No longer affects: indicator-messages

** Changed in: indicator-messages (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-messages in
Ubuntu.
https://bugs.launchpad.net/bugs/84

Title:
  Messaging menu icon should indicate when someone is typing a message
  to me (but didn't send it yet))

Status in indicator-messages package in Ubuntu:
  Won't Fix

Bug description:
  Most of modern instant messengers can tell me, that someone is writing a 
message to me before it's send. Usually it's shown when the person I'm talking 
with types in the message field on his/her IM. As this feature is very useful, 
for it alerts me that someone's saying something to me an I will get a message 
in a moment, this feature has recently become available in many instant 
messaging protocols.
  This information is usually displayed in the conversation window. However, as 
I am a proud Unity user, I always minimize the conversation window, because I 
know that the messaging indicator will notify me about any new messages. 
Unluckily, it will not inform me when a contact is typing a message to me.
  As this feature is very useful and helpful in conversations, the messaging 
indicator should somehow notify me. Of course it must be seen as well as an 
information about new message - changing the icon or it's color would be okay. 
This way, when I see the envelope icon turned, for example, green, I know that 
in a moment I will get a new message (and then the icon becomes usually blue).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/84/+subscriptions

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


[Touch-packages] [Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2015-06-05 Thread Thomas Hood
** Changed in: network-manager (Ubuntu)
   Status: In Progress = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1003842

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

Status in dnsmasq package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  New
Status in dnsmasq source package in Precise:
  Confirmed
Status in network-manager source package in Precise:
  Triaged
Status in dnsmasq package in Debian:
  New

Bug description:
  A number of reports already filed against network-manager seem to
  reflect this problem, but to make things very clear I am opening a new
  report.  Where appropriate I will mark other reports as duplicates of
  this one.

  Consider a pre-Precise system with the following /etc/resolv.conf:

  nameserver 192.168.0.1
  nameserver 8.8.8.8

  The first address is the address of a nameserver on the LAN that can
  resolve both private and public domain names.  The second address is
  the address of a nameserver on the Internet that can resolve only
  public names.

  This setup works fine because the GNU resolver always tries the first-
  listed address first.

  Now the administrator upgrades to Precise and instead of writing the
  above to resolv.conf, NetworkManager writes

  server=192.168.0.1
  server=8.8.8.8

  to /var/run/nm-dns-dnsmasq.conf and nameserver 127.0.0.1 to
  resolv.conf.  Resolution of private domain names is now broken because
  dnsmasq treats the two upstream nameservers as equals and uses the
  faster one, which could be 8.8.8.8.

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

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


[Touch-packages] [Bug 1462356] Re: broadband connection establishes then drop after a few seconds

2015-06-05 Thread Louis Bouchard
** Changed in: network-manager (Ubuntu)
   Status: New = Triaged

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

Title:
  broadband connection establishes then drop after a few seconds

Status in network-manager package in Ubuntu:
  Triaged

Bug description:
  When connecting a cell phone to share the cell network connection, the
  link gets established then drops after a few seconds. Doing the same
  on Trusty works correctly.

  Here is the end of a successful connection on Trusty :
  ==
  Jun  5 14:13:54 trusty NetworkManager[850]: info Activation (usb0) 
successful, device activated.
  Jun  5 14:13:54 trusty dbus[756]: [system] Activating service 
name='org.freedesktop.nm_dispatcher' (using servicehelper)
  Jun  5 14:13:54 trusty dbus[756]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
  Jun  5 14:14:05 trusty ModemManager[769]: info  Creating modem with plugin 
'Generic' and '2' ports
  Jun  5 14:14:05 trusty ModemManager[769]: info  Modem for device at 
'/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.4' successfully created
  Jun  5 14:14:09 trusty ModemManager[769]: warn  couldn't load Manufacturer: 
'Serial command timed out'
  Jun  5 14:14:11 trusty NetworkManager[850]: info (usb0): IP6 addrconf timed 
out or failed.
  Jun  5 14:14:11 trusty NetworkManager[850]: info Activation (usb0) Stage 4 
of 5 (IPv6 Configure Timeout) scheduled...
  Jun  5 14:14:11 trusty NetworkManager[850]: info Activation (usb0) Stage 4 
of 5 (IPv6 Configure Timeout) started...
  Jun  5 14:14:11 trusty NetworkManager[850]: info Activation (usb0) Stage 4 
of 5 (IPv6 Configure Timeout) complete.
  Jun  5 14:14:12 trusty ModemManager[769]: warn  couldn't load Model: 
'Serial command timed out'
  Jun  5 14:14:13 trusty ntpdate[2828]: no server suitable for synchronization 
found
  Jun  5 14:14:15 trusty ModemManager[769]: warn  couldn't load Revision: 
'Serial command timed out'
  Jun  5 14:14:18 trusty ModemManager[769]: warn  couldn't load Equipment 
Identifier: 'Serial command timed out'
  Jun  5 14:14:22 trusty ModemManager[769]: warn  couldn't load IMEI: 'Serial 
command timed out'
  Jun  5 14:14:22 trusty ModemManager[769]: info  Modem: state changed 
(unknown - disabled)
  Jun  5 14:14:22 trusty NetworkManager[850]: warn (ttyACM0): failed to look 
up interface index
  Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): new Broadband 
device (driver: 'cdc_acm, cdc_ether' ifindex: 0)
  Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): exported as 
/org/freedesktop/NetworkManager/Devices/3
  Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): device state 
change: unmanaged - unavailable (reason 'managed') [10 20 2]
  Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): deactivating 
device (reason 'managed') [2]
  Jun  5 14:14:22 trusty NetworkManager[850]: info (ttyACM0): device state 
change: unavailable - disconnected (reason 'none') [20 30 0]
  Jun  5 14:14:58 trusty wpa_supplicant[1063]: wlan0: CTRL-EVENT-SCAN-STARTED   
  Jun  5 14:15:02 trusty wpa_supplicant[1063]: nl80211: 
send_and_recv-nl_recvmsgs failed: -33

  A connection using the same cell phone on Wily has this log :
  
  Jun  5 14:20:30 wily NetworkManager[836]: info Activation (usb0) 
successful, device activated.
  Jun  5 14:20:30 wily dbus[897]: [system] Activating via systemd: service 
name='org.freedesktop.nm_dispatcher' 
unit='dbus-org.freedesktop.nm-dispatcher.service'
  Jun  5 14:20:30 wily systemd[1]: Starting Network Manager Script Dispatcher 
Service...
  Jun  5 14:20:30 wily NetworkManager[836]: warn dnsmasq appeared on DBus: 
:1.81
  Jun  5 14:20:30 wily NetworkManager[836]: info Writing DNS information to 
/sbin/resolvconf
  Jun  5 14:20:30 wily dnsmasq[2869]: configuration des serveurs amonts à 
partir de DBus
  Jun  5 14:20:30 wily dnsmasq[2869]: utilise le serveur de nom 
192.168.42.129#53
  Jun  5 14:20:30 wily dbus[897]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
  Jun  5 14:20:30 wily systemd[1]: Started Network Manager Script Dispatcher 
Service.
  Jun  5 14:20:30 wily nm-dispatcher: Dispatching action 'up' for usb0  
 
  Jun  5 14:20:30 wily NetworkManager[836]: status: Impossible de se connecter 
à Upstart: Failed to connect to socket /com/ubuntu/upstart: Connexion refusée
  Jun  5 14:20:30 wily systemd[1]: Stopping LSB: Start NTP daemon...
 
  Jun  5 14:20:30 wily ntp[3063]: * Stopping NTP server ntpd
 
  Jun  5 14:20:30 wily ntpd[1045]: ntpd exiting on signal 15
 
  Jun  5 14:20:30 wily ntp[3063]: ...done.  
 
  Jun  5 14:20:30 wily systemd[1]: Stopped LSB: Start NTP daemon.   
 
  Jun  5 14:20:30 wily 

[Touch-packages] [Bug 1309247] Re: Cannot add any account using Online Accounts on 14.04

2015-06-05 Thread Artemis
Any idea about this bug? I have 14.04.2 installed and it just keeps going back 
to the main Online Accounts page. 
It is currently affecting all available options for myself. 

Is there a way I can collect more information? Perhaps it is the way it
is accessing the services?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gnome-online-accounts in
Ubuntu.
https://bugs.launchpad.net/bugs/1309247

Title:
  Cannot add any account using Online Accounts on 14.04

Status in gnome-online-accounts package in Ubuntu:
  Confirmed

Bug description:
  When attempting to add an account i.e: facebook, google, etc., the
  first thing that pops out is Please authorize your Facebook account
  but there's only a blank page. The page does not load.

  Using Ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1309247/+subscriptions

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


[Touch-packages] [Bug 1462373] [NEW] Need preset layouts for the new ListItem

2015-06-05 Thread Christian Dywan
Public bug reported:

We need preset layouts for the new ListItem

** Affects: ubuntu-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Andrea Bernabei (faenil)
 Status: Confirmed

** Also affects: ubuntu-settings (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1462373

Title:
  Need preset layouts for the new ListItem

Status in ubuntu-settings package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  We need preset layouts for the new ListItem

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

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


[Touch-packages] [Bug 434477] Re: Nameserver addresses 4.2.2.1 and 4.2.2.2 end up in resolv.conf instead of ISP nameserver addresses -- Huawei E220

2015-06-05 Thread Thomas Hood
Does this bug still affect anyone?

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

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

Title:
  Nameserver addresses 4.2.2.1 and 4.2.2.2 end up in resolv.conf instead
  of ISP nameserver addresses -- Huawei E220

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: network-manager

  When connecting in Karmic to my broadband connection the DNS
  informations isn't received around 70-80% of the times I connect, so I
  need to disconnect and reconnect until the info is received.
  (Confirmed by /etc/resolv.conf being empty except for a comment by the
  network manager)

  I don't know if this relates to the same problem, but I also some
  times have a problem accessing pages after a while, like it somehow
  decided to block all signals. (resolv.conf still has the info and the
  modem shows it's connected)

  I hope there's information enough to fix it, otherwise please instruct
  me on what to do to help debugging.

  ProblemType: Bug
  Architecture: amd64
  CheckboxSubmission: 2483b723db6bd40eab5dccee54ef36fb
  CheckboxSystem: fb5f7a2788cceff50ba915d7273d1642
  Date: Tue Sep 22 08:43:42 2009
  DistroRelease: Ubuntu 9.10
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IpRoute:
   10.64.64.64 dev ppp0  proto kernel  scope link  src 95.209.250.39 
   169.254.0.0/16 dev ppp0  scope link  metric 1000 
   default via 10.64.64.64 dev ppp0  proto static
  Package: network-manager 0.8~a~git.20090911t130220.4c77fa0-0ubuntu6
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-10.34-generic
  SourcePackage: network-manager
  Uname: Linux 2.6.31-10-generic x86_64
  WpaSupplicantLog:

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

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


[Touch-packages] [Bug 1430077] Re: [vivid] VPN connection breaks /etc/resolv.conf

2015-06-05 Thread Thomas Hood
 Now, it is being pushed instead to /etc/resolv.conf.
 
 nameserver 10.99.244.1
 nameserver 127.0.1.1

 [...]
 Connecting to the VPN also pushes search paths to /etc/resolv.conf - 
 overriding the search
 domains that I have already configured, and which should take precedence.


Is this being done in NM itself, i.e., does NM send these two addresses in this 
order to resolvconf? Or does something else send the 10.99.244.1 address to 
resolvconf? Or does something else write directly to /etc/resolv.conf?


 This is breaking the DNS handling for libvirt-bin, which has its own 
 forwarding dnsmasq
 instance which it expects to be able to talk to the first nameserver listed 
 here.


(As an aside, you may be interested in the discussion at #1163147. It is 
proposed there that the forwarding dnsmasq instance for libvirt compile its 
nameserver list using a resolvconf hook script, in the same manner as the plain 
dnsmasq does. Then if it is configured to listen on some loopback address it 
can be used on the host system to look up names of vm guests as well as other 
names.)
   

 The nameserver in question does not work (and is not meant to be used) for 
 any name
 lookups except company-internal domains.


Ah, so the VPN nameserver does not provide general DNS service; you rely on 
dnsmasq to route queries.

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

Title:
  [vivid] VPN connection breaks /etc/resolv.conf

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  After some recent update in vivid, connecting to my employer's VPN
  with network-manager-openvpn has resulted in broken name resolution.
  Previously, the VPN-provided nameserver setting would be pushed into
  the config of the dnsmasq run by NM.  Now, it is being pushed instead
  to /etc/resolv.conf.

   nameserver 10.99.244.1
   nameserver 127.0.1.1

  This is breaking the DNS handling for libvirt-bin, which has its own
  forwarding dnsmasq instance which it expects to be able to talk to the
  first nameserver listed here.  The nameserver in question does not
  work (and is not meant to be used) for any name lookups except
  company-internal domains.

  Connecting to the VPN also pushes search paths to /etc/resolv.conf -
  overriding the search domains that I have already configured, and
  which should take precedence.  (This part is not a regression.)  I
  understand that the purpose of these provided domains is to specify
  the domains for which DNS lookups should be forwarded to the VPN DNS
  server, and *not* to modify the system's DNS lookups for non-FQDN
  requests.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu9
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar  9 17:16:05 2015
  InstallationDate: Installed on 2010-09-24 (1627 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WWanEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to vivid on 2014-12-06 (93 days ago)
  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/ubuntu/+source/network-manager/+bug/1430077/+subscriptions

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


[Touch-packages] [Bug 1461999] Re: Crash changing SIM slot technologies

2015-06-05 Thread Tony Espy
** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Tony Espy (awe)

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

Title:
  Crash changing SIM slot technologies

Status in the base for Ubuntu mobile products:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  Test case.
  - Insert two SIM's.
  - Reboot, and unlock both of them.
  - Open System Settings  Celullar.
  - Change one of the SIM's technologies (e.g. 2G - 3G).

  Expected result.
  - Technology is changed.

  Actual result.
  - Crash.

  current build number: 24
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1461999/+subscriptions

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


[Touch-packages] [Bug 1319805] Re: DNS confused with multiple interfaces (eth/wlan)

2015-06-05 Thread Thomas Hood
A workaround may be to edit /etc/NetworkManager/NetworkManager.conf and
comment out the line dns=dnsmasq.

** Description changed:

- Using a laptop with a hardware switch for enable/disable WLAN.
- Connected to two different LANs using DHCP on ETH/WLAN.
+ I have a laptop with a hardware switch to enable or disable the WLAN
+ interface.
  
- When both interfaces are active (in different networks), the system uses the 
LAN interface as the default route as expected.
- But it does not use the the nameserver on that interface consistently.
- It often tries to use the WLAN nameserver which leads to trouble as the WLAN 
nameserver does not know about the hosts on the LAN.
+ I am connected to two different LANs using DHCP via eth and wlan,
+ respectively.
+ 
+ When both interfaces are active (in different networks), the system uses
+ the LAN interface as the default route as expected.
+ 
+ However, it does not use the the nameserver on that interface
+ consistently. It often tries to use the WLAN nameserver which leads to
+ trouble as the WLAN nameserver does not know about the hosts on the LAN.
  
  The nameserver should be taken from the same interface as the default
  route to avoid messups.
  
  Ubuntu 12.04 did not have that behavior.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7
  Uname: Linux 3.15.0-031500rc2-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu May 15 14:28:46 2014
  IfupdownConfig:
-  # interfaces(5) file used by ifup(8) and ifdown(8)
-  auto lo
-  iface lo inet loopback
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
  InstallationDate: Installed on 2014-04-24 (20 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  IpRoute:
-  default via 10.1.1.254 dev eth0  proto static 
-  8.0.0.0/24 dev vboxnet0  proto kernel  scope link  src 8.0.0.1 
-  10.1.1.0/24 dev eth0  proto kernel  scope link  src 10.1.1.42  metric 1
+  default via 10.1.1.254 dev eth0  proto static
+  8.0.0.0/24 dev vboxnet0  proto kernel  scope link  src 8.0.0.1
+  10.1.1.0/24 dev eth0  proto kernel  scope link  src 10.1.1.42  metric 1
  NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
-  WimaxEnabled=true
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: yes
-   Hard blocked: yes
+  0: phy0: Wireless LAN
+   Soft blocked: yes
+   Hard blocked: yes
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2014-04-30T15:18:11.879306
  nmcli-con:
-  NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
-  Wired connection 158608da7-d199-4c51-a8f4-a7913363637f   
802-3-ethernet1400156985   Do 15 Mai 2014 14:29:45 CEST   yes   
no /org/freedesktop/NetworkManager/Settings/2
-  afxhome   213a5a1b-daf7-4b28-b682-6c8934b20e4d   
802-11-wireless   1400132352   Do 15 Mai 2014 07:39:12 CEST   yes   
no /org/freedesktop/NetworkManager/Settings/1
-  AtSec guest   6d860806-d458-4de0-bfcb-8e40c2185437   
802-11-wireless   1400141574   Do 15 Mai 2014 10:12:54 CEST   yes   
no /org/freedesktop/NetworkManager/Settings/0
+  NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH
+  Wired connection 158608da7-d199-4c51-a8f4-a7913363637f   
802-3-ethernet1400156985   Do 15 Mai 2014 14:29:45 CEST   yes   
no /org/freedesktop/NetworkManager/Settings/2
+  afxhome   213a5a1b-daf7-4b28-b682-6c8934b20e4d   
802-11-wireless   1400132352   Do 15 Mai 2014 07:39:12 CEST   yes   
no /org/freedesktop/NetworkManager/Settings/1
+  AtSec guest   6d860806-d458-4de0-bfcb-8e40c2185437   
802-11-wireless   1400141574   Do 15 Mai 2014 10:12:54 CEST   yes   
no /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
-  DEVICE TYPE  STATE DBUS-PATH 
 
-  wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/1  
-  eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
+  DEVICE TYPE  STATE DBUS-PATH
+  wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/1
+  eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
-  RUNNING

[Touch-packages] [Bug 1457754] Re: E: Method http has died unexpectedly when run under lxc on wily apt 1.0.9.9ubuntu1

2015-06-05 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1457754

Title:
  E: Method http has died unexpectedly when run under lxc on wily apt
  1.0.9.9ubuntu1

Status in apt package in Ubuntu:
  New
Status in lxc package in Ubuntu:
  New

Bug description:
  lxc-create -t download -n wily-gui -- -d ubuntu -r wily -a amd64 +
  some config according to https://www.stgraber.org/2014/02/09/lxc-1-0
  -gui-in-containers/ + https://www.stgraber.org/2014/01/17/lxc-1-0
  -unprivileged-containers/ + enabling network.

  ---
  root@wily-gui:/home/ubuntu# apt update
  E: Method http has died unexpectedly!
  E: Sub-process http received a segmentation fault.
  ---

  Downgrading apt to
  https://launchpad.net/ubuntu/+source/apt/1.0.9.7ubuntu4 in the LXC
  rootfs seems to fix the issue.

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

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


[Touch-packages] [Bug 1437182] Re: maliit-framework fails to build against Qt 5.5

2015-06-05 Thread Launchpad Bug Tracker
This bug was fixed in the package maliit-framework -
0.99.0+git20130923+17fdf86-0ubuntu9

---
maliit-framework (0.99.0+git20130923+17fdf86-0ubuntu9) wily; urgency=medium

  [ Michael Sheldon ]
  * 0014-fix-building-with-qt5.5.patch: Fix FTBFS with Qt 5.5 (LP: #1437182)

 -- Timo Jyrinki timo-jyri...@ubuntu.com  Thu, 04 Jun 2015 12:12:49
+0100

** Changed in: maliit-framework (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to maliit-framework in
Ubuntu.
https://bugs.launchpad.net/bugs/1437182

Title:
  maliit-framework fails to build against Qt 5.5

Status in maliit-framework package in Ubuntu:
  Fix Released

Bug description:
  Build log:https://launchpadlibrarian.net/201366368/buildlog_ubuntu-
  vivid-amd64.maliit-
  
framework_0.99.0%2Bgit20130923%2B17fdf86-0ubuntu9~vivid1~test1~qt550alpha1_BUILDING.txt.gz

  ---
  main.cpp:67:12: error: enumeration value 'QtInfoMsg' not handled in switch 
[-Werror=switch]
   switch (type) {
  ^
  ---

  This build was against 5.5.0 alpha, but being feature complete it's
  likely the bug will persist.

  A fix would be very welcome in the way that compiling against both Qt
  5.4 and Qt 5.5 would work via for example #ifdef. That way a no-change
  rebuild would make landing process simpler.

  More information about Qt 5.5 at
  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1437182/+subscriptions

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


[Touch-packages] [Bug 1363897] Re: kdb5_ldap_util can not create krbContainer

2015-06-05 Thread Rob Knop
Should the following lines also be changed?  E.g.:

  sudo kdb5_ldap_util -D  cn=admin,dc=example,dc=com create -subtrees \
dc=example,dc=com -r EXAMPLE.COM -s -H ldap://ldap01.example.com

Does that dc=example,dc=com need to be replaced with
cn=krbContainer,dc=example,dc=com?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1363897

Title:
  kdb5_ldap_util  can not create krbContainer

Status in krb5 package in Ubuntu:
  Confirmed

Bug description:
  Following instructions on
  https://help.ubuntu.com/10.04/serverguide/kerberos-ldap.html
  creating the initial database with kdb5_ldap_util 
  (sudo kdb5_ldap_util -D cn=admin,dc=app,dc=tsn create -subtrees 
dc=app,dc=tsn -r APP.TSN -s -H ldap:///ldap01.app.tsn)
  fails with error message:
  kdb5_ldap_util: Kerberos Container create FAILED: Object class violation 
while creating realm 'APP.TSN'

  after reading these mails
  http://comments.gmane.org/gmane.comp.encryption.kerberos.general/18509
  setting up loglevel for slapd in syslog, following error message can be found:
  --
  Sep  1 09:52:19 ldap01 slapd[1165]: == hdb_add: dc=app,dc=tsn
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_required entry (dc=app,dc=tsn), 
objectClass krbContainer
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type objectClass
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type cn
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type 
structuralObjectClass
  Sep  1 09:52:19 ldap01 slapd[1165]: oc_check_allowed type dc
  Sep  1 09:52:19 ldap01 slapd[1165]: Entry (dc=app,dc=tsn), attribute 'dc' not 
allowed
  Sep  1 09:52:19 ldap01 slapd[1165]: hdb_add: entry failed schema check: 
attribute 'dc' not allowed (65)
  ---

  System: 
  Ubuntu 14.04 LTS
  slapd  2.4.31-1+nmu amd64
  krb5-config2.3
  krb5-kdc   1.12+dfsg-2u amd64
  krb5-kdc-ldap  1.12+dfsg-2u amd64
  krb5-locales   1.12+dfsg-2u 
  krb5-user  1.12+dfsg-2u amd64

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

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


[Touch-packages] [Bug 1444840] Re: MMS wrongly reported as sent or not received

2015-06-05 Thread Noemí
On vivid it shows a Failed message

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-download-manager in
Ubuntu.
https://bugs.launchpad.net/bugs/1444840

Title:
  MMS wrongly reported as sent or not received

Status in the base for Ubuntu mobile products:
  Confirmed
Status in nuntium package in Ubuntu:
  Confirmed
Status in ubuntu-download-manager package in Ubuntu:
  Confirmed

Bug description:
  I tried to send an MMS. It took a bit longer than usual (~1 minute).
  While doing it I was checking the list of open contexts with list-
  context ofono script. The MMS IP context was opened at a point, but
  then it was closed, and messaging app still reported it was sending
  the MMS for 30 or more seconds. In the end messaging app showed
  reported success sending.

  The message never arrived. However, I sent another MMS right after
  that and that one was sent in just a few seconds and was received on
  the other end.

  Taking a look at ~/.cache/upstart/dbus.log I see this error for the
  penultimate MMS sent:

  E0416 06:55:58.113751 11223 file_upload.cpp:345] Upload ID{
  e685ebedf31046ada4300c8b3113c07f }  http://www.pepephone.com
  ERROR::Network error ContentNotFoundError: the remote content was not
  found at the server (similar to HTTP error 404)

  This points to this error not being propagated to messaging app
  somewhat. Maybe nuntium is not the culprit here, but I did not know
  where to report this, so please add to the right project.

  Logs attached in tarball.

  krillin / RTM proposed image 270

  The same error (ContentNotFoundError) can be also seen when
  *receiving* an MMS, when *uploading* the confirmation of MMS received
  to the server. The MMS is never shown as received.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1444840/+subscriptions

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


[Touch-packages] [Bug 1460152] Re: apparmor cache not updated when apparmor.d rules change (breaks 15.04/stable - 15.04/edge updates)

2015-06-05 Thread Jamie Strandboge
FYI, the hash approach is slow for the normal case since we always have
to perform an sum. Furthermore it doesn't take into account #include'd
files that might also change (eg, apparmor is updated and has a
different base abstraction). For the workaround, I guess it is ok since
the slowdown will only be for a couple of profiles but I would have
rather seen us unconditionally invalidating the cache when switching
from a to b or vice versa.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1460152

Title:
  apparmor cache not updated when apparmor.d rules change (breaks
  15.04/stable - 15.04/edge updates)

Status in Snappy Ubuntu:
  In Progress
Status in Snappy 15.04 series:
  In Progress
Status in apparmor package in Ubuntu:
  New

Bug description:
  The apparmor cache gets confused easily on upgrade.

  Here is what happens:
  - boot stable, /etc/apparmor.d/cache/usr.bin.ubuntu-core-launcher is mtime of 
now because we generate the cache on boot
  - upgrade to edge, /etc/apparmor.d/usr.bin.ubuntu-core-launcher is updated 
and has the mtime of T (yesterday) when the file was put into the package
  - on the next reboot the apparmor_parser compares the mtime of the 
cache/usr.bin.ubuntu-core-launcher (very very recent) with the mtime of the 
souce usr.bin.ubuntu-core-launcher (much older)
  - cache does is *not* re-generate

  Possible solution:
  - clear cache on upgrade
  - make apparmor_parser store mtime of the source file in the header
  - make apparmor_parser use set the cache file to the mtime of the source file 
used to generate the cache and re-generate if those get out-of-sync

  Original description:
  --

  Rick Spencer ran into the situation that he ended up with a snappy image that 
gave the following error:
  
  apparmor=DENIED operation=mkdir profile=/usr/bin/ubuntu-core-launcher 
name=/tmp/snap.0_pastebinit.mvo_em33Zz/ pid=1092 comm=ubuntu-core-lau 
requested_mask=c denied_mask=c fsuid=0 ouid=0
  

  Running:
  $ sudo apparmor_parser --skip-cache -r 
/etc/apparmor.d/usr.bin.ubuntu-core-launcher
  fixes it.

  This strongly indicates that the cache has the old content and did not
  get re-generated on upgrade or image build.

  I also managed to reproduce this via:
  15.04/stable-15.04/edge

  The image is here:
  https://drive.google.com/open?id=0B1sb5ymdUGiLa0tUR0pGV3lzR1kauthuser=0

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

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


[Touch-packages] [Bug 1460149] Re: Visible corruption in SDL apps (Neverball, Neverputt) on some devices

2015-06-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1460149

Title:
  Visible corruption in SDL apps (Neverball, Neverputt) on some devices

Status in Mir:
  New
Status in libsdl2 package in Ubuntu:
  Confirmed
Status in mir package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  https://github.com/pseuudonym404/neverball-touch/issues/2

  Install neverball or neverputt from the click store:-

  https://uappexplorer.com/app/neverputt.lb
  https://uappexplorer.com/app/neverball.lb

  Note they work fine on krillin and arale, however there's corruption
  making the games unusable on Nexus 4 and Nexus 7.

  Simpler test cases are provided at the above linked github issue.
  Attaching them to this bug for persistence.

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

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


[Touch-packages] [Bug 1462492] Re: Untrusted Helpers using Trusted Prompt Sessions should be socket activated

2015-06-05 Thread Jamie Strandboge
When this bug is fixed we should adjust the apparmor rules that were
added in bug #1462494 accordingly.

** Tags added: application-confinement

** Also affects: apparmor-easyprof-ubuntu (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1462492

Title:
  Untrusted Helpers using Trusted Prompt Sessions should be socket
  activated

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-app-launch package in Ubuntu:
  Confirmed

Bug description:
  Passing the Mir FD over DBus isn't ideal because it's a generic bus
  that is readable by more than the app itself. Instead there should be
  a direct socket connection made to pass the Mir Trusted Prompt Session
  FD that is unique to the untrusted helper that is being started.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1462492/+subscriptions

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


[Touch-packages] [Bug 1403293] Re: Unity Dash can't understand logout, reboot, or shutdown

2015-06-05 Thread Lonnie Lee Best
** Tags added: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1403293

Title:
  Unity Dash can't understand logout, reboot, or shutdown

Status in Unity:
  Triaged
Status in Unity Applications Lens:
  Triaged
Status in unity package in Ubuntu:
  Confirmed

Bug description:
  This bug proposes the additional surfacing of power-management and
  session actions directly within the Dash:

    - Reboot (restart is another good alias for this)
    - Shutdown (other intuitive aliases: shut down, turn off)
    - logout (aliases: log out, log off and logoff)
    - Suspend/hibernate
    - Lock
    - Switch User

  Currently these user-initiated actions are presented via the Devices
  (cog/gear-icon-menu), and can be accessed via the keyboard using
  either:

    1. [Alt]+[F10] [Left] [Up/Down] [Enter]
    2. [Alt] Shutdown/Log out [Up/Down] [Enter]
    3. [Ctrl]+[Alt]+[Del] [Enter]  (Log off only)
    4. [Ctrl]+[Alt]+[t] sudo reboot [Enter]

  (Note that Restart/Reboot can not be accessed directly via 1-3).

  These methods are less likely to be found by the user than surfacing these 
actions additionally within the Dash.  This would help in cases where a 
mouse/pointer is no longer available, such as mouse-cursor did not appear 
after logging in to the Unity Desktop
    https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1403287

  This would also assist with ctrl-alt-delete doesn't provide a reboot option
    https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1403289

  It is proposed by surfacing these options in the Unity Dash, that
  finding the actions would be more intuitive, and would make the Dash
  feel more complete as the defacto first-point-of-call for user
  initiated actions.

  Implementation possibilities:

    1. Hard-code special-case actions into the Dash (requires Design review, 
code and ship acceptance)
    2. Implement as Dash plugin (requires code and ship acceptance)
    3. Install additional .desktop listing the Name, Icon and Aliases in 
/usr/share/applications/*.desktop (can be provided by a separate optional 
package, only requires ship acceptance)

  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.3+14.04.20140826-0ubuntu1

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

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


[Touch-packages] [Bug 1460144] Re: New swipe actions tutorial not translatable

2015-06-05 Thread Pat McGowan
Can we get trnaslators working on these priorities:
Critical: UK English German Spanish
High: French Catalan Dutch Italian Norwegian Danish Portuguese

** Changed in: messaging-app (Ubuntu)
 Assignee: Sebastien Bacher (seb128) = David Planella (dpm)

** Summary changed:

- New swipe actions tutorial not translatable
+ New swipe actions tutorial needs translations

** Also affects: dialer-app (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: dialer-app (Ubuntu)
   Status: New = Confirmed

** Changed in: dialer-app (Ubuntu)
   Importance: Undecided = High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) = Bill Filler (bfiller)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1460144

Title:
  New swipe actions tutorial needs translations

Status in the base for Ubuntu mobile products:
  In Progress
Status in dialer-app package in Ubuntu:
  Confirmed
Status in messaging-app package in Ubuntu:
  Fix Committed

Bug description:
  Using the current vivid overlay proposed ota4 update version, the
  messaging application has a new tutorial explaining swipe gesture,
  that's not translatable...

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1460144/+subscriptions

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


[Touch-packages] [Bug 1462491] Re: StacktraceSource contains errors instead of source code

2015-06-05 Thread Brian Murray
I fixed the filename being searched for via the following.

@@ -178,7 +185,8 @@
 for frame in report['Stacktrace'].splitlines():
 m = src_frame.match(frame)
 if m:
-result += frame + '\n' + get_code(srcdir, m.group(1), 
int(m.group(2)))
+filename = m.group(1).split(/)[-1]
+result += frame + '\n' + get_code(srcdir, cache, filename, 
int(m.group(2)))

Then a StacktraceSource looked like this:

 #3  0x7776889d in XtAppMainLoop (app=0x6090e0) at 
../../src/Event.c:1554
   [Error: Event.c was not found in source tree]
 #4  0x0040198f in main (argc=1, argv=optimized out) at 
../xeyes/xeyes.c:137
   132:
   133: (void) XtCreateManagedWidget (eyes, eyesWidgetClass, toplevel, 
NULL, 0);
   134: XtRealizeWidget (toplevel);
   135: (void) XSetWMProtocols (XtDisplay(toplevel), XtWindow(toplevel),
   136: wm_delete_window, 1);
   137: XtAppMainLoop(app_context);
   138:
   139: return 0;
   140: }

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1462491

Title:
  StacktraceSource contains errors instead of source code

Status in Apport crash detection/reporting:
  New
Status in apport package in Ubuntu:
  New

Bug description:
  The StacktraceSource information being added by apport-retrace contains Error 
messages see the attachment in bug 1459716.
  Here's part of it:

  #0  0xb7751be0 in __kernel_vsyscall ()
  #1  0xb6813057 in __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:55
[Error: ../sysdeps/unix/sysv/linux/raise.c was not found in source tree]
  #2  0xb6814699 in __GI_abort () at abort.c:89
[Error: abort.c was not found in source tree]
  #3  0xb685119e in __libc_message (do_abort=1, fmt=0xb694b444 *** Error in 
`%s': %s: 0x%s ***\n) at ../sysdeps/posix/libc_fatal.c:175
[Error: ../sysdeps/posix/libc_fatal.c was not found in source tree]

  I think part of the issue is that apport-retrace only ever searches
  the srcdir returned by get_source_tree (which is a temporary
  directory) and doesn't search the sandbox for the filename.  Another
  problem is that find_file_dir is being passed a filename like
  ../sysdeps/unix/sysv/linux/raise.c which won't be found even if that
  were in the srcdir.

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

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


[Touch-packages] [Bug 1462494] [NEW] Please support UAL Untrusted Helper with Trusted Prompt Sessions

2015-06-05 Thread Ted Gould
Public bug reported:

They're cool and fun and hip!

They need an additional DBus message added to to the Apparmor rules to
allow the Mir Trusted Session Prompt FD to be passed over DBus to the
helper that is in the trusted prompt session.

** Affects: apparmor-easyprof-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu
in Ubuntu.
https://bugs.launchpad.net/bugs/1462494

Title:
  Please support UAL Untrusted Helper with Trusted Prompt Sessions

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  New

Bug description:
  They're cool and fun and hip!

  They need an additional DBus message added to to the Apparmor rules to
  allow the Mir Trusted Session Prompt FD to be passed over DBus to the
  helper that is in the trusted prompt session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1462494/+subscriptions

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


  1   2   >