[Bug 1173727] Re: xdg-open calls exo-open not gnome-open

2014-02-02 Thread Ray Walz
I'm having the same problem opening a magnet link in the Google Chrome
32.0.1700.102 on Xubuntu 13.10. It's an inconvenience, but I'll just use
the workaround.

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

Title:
  xdg-open calls exo-open not gnome-open

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

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


[Bug 1232454] Re: Computer will suspend very soon because of inactivity. dialog when resuming from suspend

2014-01-26 Thread Ray Velez
One way to alleviate the problem of the power 'notify' dialog box is to
access under 'system settings' the 'Brightness  Lock' function. There
disable the 'Lock screen after' function and the next time your system
is awakened from suspend mode the 'notify' dialog is no longer.

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

Title:
  Computer will suspend very soon because of inactivity. dialog when
  resuming from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1232454/+subscriptions

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


[Bug 1270537] [NEW] Pickle module fail to load `IntConstant` with protocol 2

2014-01-19 Thread ray
Public bug reported:

In Python 2:

Python 2.7.6 (default, Nov 26 2013, 12:47:31) 
[GCC 4.8.2] on linux2
Type help, copyright, credits or license for more information.
 from OpenGL.GL import *
 import cPickle
 cPickle.loads(cPickle.dumps(GL_STATIC_DRAW))
GL_STATIC_DRAW
 cPickle.loads(cPickle.dumps(GL_STATIC_DRAW, -1))
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: __new__() takes exactly 3 arguments (2 given)


In Python 3:

Python 3.3.3 (default, Nov 26 2013, 13:47:45) 
[GCC 4.8.2] on linux
Type help, copyright, credits or license for more information.
 import pickle
 from OpenGL.GL import *
 pickle.loads(pickle.dumps(GL_STATIC_DRAW))
Traceback (most recent call last):
  File stdin, line 1, in module
TypeError: __new__() missing 1 required positional argument: 'value'
 pickle.loads(pickle.dumps(GL_STATIC_DRAW, 0))
GL_STATIC_DRAW

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

** Summary changed:

- Pickle module fail to load `IntConstant` with protocal 2
+ Pickle module fail to load `IntConstant` with protocol 2

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

Title:
  Pickle module fail to load `IntConstant` with protocol 2

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

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


[Bug 1269560] [NEW] Plasma-NM access point (wireless) connection not accesible via gui

2014-01-15 Thread Ray-Ven
Public bug reported:

I've created a access point (shared wifi connection) via plasma-nm but
cannot click it via gui

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: plasma-nm 0.9.3.1-0ubuntu1~saucy1
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Wed Jan 15 20:27:49 2014
InstallationDate: Installed on 2013-10-18 (88 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: plasma-nm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-nm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  Plasma-NM access point (wireless) connection not accesible via gui

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1269560/+subscriptions

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


Re: [Bug 1210906] Re: Graphic fail on first update

2014-01-05 Thread Ray Fox
Thanks for the reply.  I have given up on Ubuntu for now and will continue
with Windows 7 until you next release 14 03.


On Sun, Jan 5, 2014 at 12:00 AM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Ray Fox, this bug was reported a while ago and there hasn't been any
 activity in it recently. We were wondering if this is still an issue? If
 so, could you please test for this with the latest development release
 of Ubuntu? ISO images are available from http://cdimage.ubuntu.com
 /daily-live/current/ .

 If it remains an issue, could you please run the following command in
 the development release from a Terminal
 (Applications-Accessories-Terminal), as it will automatically gather
 and attach updated debug information to this report:

 apport-collect -p xorg REPLACE-WITH-BUG-NUMBER

 Thank you for your understanding.

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

 ** Tags added: latest-bios-5.09

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

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1210906

 Title:
   Graphic fail on first update

 Status in “xorg” package in Ubuntu:
   Incomplete

 Bug description:
   Loaded fresh Ubuntu 13.04 and  after first update the graphics did not
   work.  Had to reboot fail-safe graphics.  Not sure which video driver
   Ubuntu attempted to install.

   ProblemType: Bug
   DistroRelease: Ubuntu 13.04
   Package: xorg 1:7.7+1ubuntu4
   ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
   Uname: Linux 3.8.0-27-generic i686
   .tmp.unity.support.test.1:

   ApportVersion: 2.9.2-0ubuntu8.3
   Architecture: i386
   CompizPlugins: No value set for
 `/apps/compiz-1/general/screen0/options/active_plugins'
   CompositorRunning: compiz
   CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
   CompositorUnredirectFSW: true
   Date: Sat Aug 10 21:20:54 2013
   DistUpgraded: Fresh install
   DistroCodename: raring
   DistroVariant: ubuntu
   ExtraDebuggingInterest: I just need to know a workaround
   GraphicsCard:
NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1) (prog-if
 00 [VGA controller])
  Subsystem: ZOTAC International (MCO) Ltd. Device [19da:6199]
   InstallationDate: Installed on 2013-08-10 (0 days ago)
   InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386
 (20130424)
   MachineType: HP-Pavilion GC674AA-ABA m8120n
   MarkForUpload: True
   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.8.0-27-generic
 root=UUID=761ec824-cb49-4cbc-b4d9-68f2e57322c0 ro recovery nomodeset
   SourcePackage: xorg
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/08/2007
   dmi.bios.vendor: Phoenix Technologies, LTD
   dmi.bios.version: 5.09
   dmi.board.name: Basswood3G
   dmi.board.vendor: ASUSTek Computer INC.
   dmi.board.version: 1.05
   dmi.chassis.type: 3
   dmi.chassis.vendor: Hewlett-Packard
   dmi.chassis.version: 
   dmi.modalias:
 dmi:bvnPhoenixTechnologies,LTD:bvr5.09:bd06/08/2007:svnHP-Pavilion:pnGC674AA-ABAm8120n:pvr:rvnASUSTekComputerINC.:rnBasswood3G:rvr1.05:cvnHewlett-Packard:ct3:cvr:
   dmi.product.name: GC674AA-ABA m8120n
   dmi.sys.vendor: HP-Pavilion
   version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
   version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
   version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu0.3
   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
   version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu0.3
   version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
 1:2.7.3-0ubuntu2b2
   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
   version.xserver-xorg-video-intel: xserver-xorg-video-intel
 2:2.21.6-0ubuntu4.1
   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
 1:1.0.7-0ubuntu1
   xserver.bootTime: Sat Aug 10 20:57:38 2013
   xserver.configfile: default
   xserver.devices:
inputPower Button KEYBOARD, id 6
inputPower Button KEYBOARD, id 7
inputLogitech Unifying Device. Wireless PID:101b MOUSE, id 8
inputLogitech Unifying Device. Wireless PID:2008 KEYBOARD, id 9
inputVF0700 Live! Cam Chat HD KEYBOARD, id 10
   xserver.logfile: /var/log/Xorg.0.log
   xserver.version: 2:1.13.3-0ubuntu6

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


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

Title:
  Graphic fail on first update

To manage notifications about this bug

[Bug 345281] Re: package obm-storage 2.1.10-0ubuntu2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2013-12-30 Thread Ray
I believe it revolves around the 10.4 distro personally, as I am having
a lot of trouble, and can't even upgrade.  I have for over a year now
(not joking, nor exaggerating) tried to fix four computers in total with
this error.  I have one left., two are in pieces and one I bashed to
death in frustration.  10.4 has been a sad letdown since problems
started, especially since I don't know how to fix them, and neither does
anyone else.  Oh, just upgrade to the new one...just...right.  If I
could I would...years ago.

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

Title:
  package obm-storage 2.1.10-0ubuntu2 failed to install/upgrade:
  subprocess post-installation script returned error exit status 1

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

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


[Bug 1263326] Re: #VALUE doesn't propagate correctly subtracting text from numbers

2013-12-22 Thread Ray DeCampo
Further research reveals the issue is with formatting, in particular
borders, affecting the value of cells.  I will attach a new spreadsheet
demonstrating the issue.  I have also filed a bug at LibreOffice:

https://www.libreoffice.org/bugzilla/show_bug.cgi?id=72969

Steps to reproduce:

See attached spreadsheet (bug-format-affects-value.ods).  The first line
has no formatting and behaves as expected.  The second line has a border
on cell B2 and the value of that cell is affected.

Current behavior:

Cell C2 displays the value Failed.
If the value of cell B2 is copied and pasted as text the value pasted is 
foobar .

Expected behavior:

Cell C2 displays the value Passed like the cell C1.  
If the value of cell B2 is copied and pasted as text the value pasted is 
foobar.


** Bug watch added: LibreOffice Bugzilla #72969
   https://www.libreoffice.org/bugzilla/show_bug.cgi?id=72969

** Attachment added: Simplified example spreadsheet demonstrating the issue
   
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1263326/+attachment/3934242/+files/bug-format-affects-value.ods

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

Title:
  #VALUE doesn't propagate correctly subtracting text from numbers

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

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


[Bug 1263326] [NEW] Formula values not updated automatically

2013-12-21 Thread Ray DeCampo
Public bug reported:

I am planning on attaching an example spreadsheet which demonstrates the
issue.  The example spreadsheet is a checkbook where the account is
split into three categories.  Then there is a 'Total' category which is
the sum of the transactions in the other categories.  The idea is to
have virtual subaccounts in the checkbook.  When you open the example
you will see that cells H6 and I6 are not being calculated and display
#VALUE instead.  However, if you do something which causes Calc to re-
calculate the cells, the value will display fine.  For example if you
sort the rows based on the date column.  Another trigger is to re-copy
the formulas for D6 and E6 by selecting D5 and E5 and pulling the
formula down.  The issue can be reproduced by entering another line in
the checkbook (all the formulas are already entered through row 1000).
Entering the date in A6 causes the formulas to become live.

There is a further issue with this spreadsheet in column F.  Column F is
an indicator that the bank has reflected the transaction to facilitate
balancing the checkbook.  You will notice that F4 and F5 contain the
string 'x  ', that is 'x' followed by two spaces.  Unfortunately I have
only entered 'x' into these cells.  Every time the spreadsheet is saved,
closed and re-opened another space is appended to these cells.  I
haven't been successful re-producing this phenomena in another
spreadsheet and I am not sure if it is related to the issue above.

These issues appeared with the upgrade from 13.04 to 13.10.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: libreoffice-calc 1:4.1.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sat Dec 21 07:59:29 2013
InstallationDate: Installed on 2012-11-18 (397 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: libreoffice
UpgradeStatus: Upgraded to saucy on 2013-11-10 (40 days ago)

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


** Tags: amd64 apport-bug saucy

** Attachment added: Example exhibiting the bug (see bug description)
   https://bugs.launchpad.net/bugs/1263326/+attachment/3933694/+files/bug.ods

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

Title:
  Formula values not updated automatically

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

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


[Bug 1263326] Re: #VALUE doesn't propagate correctly subtracting text from numbers

2013-12-21 Thread Ray DeCampo
Christopher, the calculation in H6 of H5-D6 is protected by the IF()
function, ensuring that we do not use H5-D6 when D6 is .  In fact, the
cell has the proper value when other things are changed that should not
affect this bug.  As I stated in my original description, this includes
ordering the rows by date or re-copying the formulas in D6 and E6 to
themselves.  This proves that the formula in H6 is fine.  Furthermore
the formula for H4 and H5 are the same as H6 except for the row numbers
and as you can see there is no #VALUE issue with those cells.  This
behavior is new, I have been using this spreadsheet since 2001 in
OpenOffice/LibreOffice and never had this issue.

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

Title:
  #VALUE doesn't propagate correctly subtracting text from numbers

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

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


[Bug 1263326] Re: #VALUE doesn't propagate correctly subtracting text from numbers

2013-12-21 Thread Ray DeCampo
Further investigation reveals that the issue is that the cell D6 is
incorrectly evaluated to the value   instead of the value .  This
can be verified by copying the cell D6 and pasting just the text into
another cell.  So perhaps it is related to the same issue that is
causing the cells in the F column to change from x to x  and then x
.

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

Title:
  #VALUE doesn't propagate correctly subtracting text from numbers

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

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


[Bug 1256646] Re: [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-05 Thread Ray DeCampo
Raymond, I tried using hdajackreset as you suggested and I did get the
VT170BB 8-Ch Digital mapped to device 1 and the HDMI mapped to device 3.
However, I still was not able to get sound in that configuration.  I ran
alsa-info.sh in that config and will attach the output.

** Attachment added: Ouput of alsa-info.sh when using hdajackreset to restore 
device numbering
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1256646/+attachment/3924068/+files/alsa-info.hdajackreset.txt

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

Title:
  [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at
  all

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

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


[Bug 1256646] Re: [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-04 Thread Ray DeCampo
I have filed a bug at kernel.org:

https://bugzilla.kernel.org/show_bug.cgi?id=66521.

I haven't had the chance to try out the hda-jack-reset solution.

** Bug watch added: Linux Kernel Bug Tracker #66521
   http://bugzilla.kernel.org/show_bug.cgi?id=66521

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

Title:
  [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at
  all

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

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


[Bug 1257872] [NEW] CVE-2013-4545 - MitM attack/spoof

2013-12-04 Thread Ray Link
*** This bug is a security vulnerability ***

Public security bug reported:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4545

From CVE report:
--
cURL and libcurl 7.18.0 through 7.32.0, when built with OpenSSL, disables the 
certificate CN and SAN name field verification (CURLOPT_SSL_VERIFYHOST) when 
the digital signature verification (CURLOPT_SSL_VERIFYPEER) is disabled, which 
allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid 
certificate.
--

From developer:  http://curl.haxx.se/docs/adv_20131115.html

Debian security advisory:  http://www.debian.org/security/2013/dsa-2798

Patch (same fix as upstream and Debian) against 7.22.0-3ubuntu4.3
(current Precise) attached.

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

** Patch added: CVE-2013-4545.patch
   
https://bugs.launchpad.net/bugs/1257872/+attachment/3923282/+files/CVE-2013-4545.patch

** Information type changed from Private Security to Public Security

** Description changed:

  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4545
  
  From CVE report:
  --
- cURL and libcurl 7.18.0 through 7.32.0, when built with OpenSSL, disables the 
certificate CN and SAN name field verification (CURLOPT_SSL_VERIFYHOST) when 
the digital signature verification (CURLOPT_SSL_VERIFYPEER) is disabled, which 
allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid 
certificate. 
+ cURL and libcurl 7.18.0 through 7.32.0, when built with OpenSSL, disables the 
certificate CN and SAN name field verification (CURLOPT_SSL_VERIFYHOST) when 
the digital signature verification (CURLOPT_SSL_VERIFYPEER) is disabled, which 
allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid 
certificate.
  --
  
  From developer:  http://curl.haxx.se/docs/adv_20131115.html
  
  Debian security advisory:  http://www.debian.org/security/2013/dsa-2798
  
- Patch (same fix as upstream and Debian) attached.
+ Patch (same fix as upstream and Debian) against 7.22.0-3ubuntu4.3
+ (current Precise) attached.

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

Title:
  CVE-2013-4545 - MitM attack/spoof

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

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


[Bug 1256646] Re: [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-04 Thread Ray DeCampo
Output of grep -i libasound2 /var/log/dist-upgrade/apt-term.log:

Preparing to replace libasound2:amd64 1.0.25-4ubuntu3.1 (using 
.../libasound2_1.0.27.2-1ubuntu6_amd64.deb) ...
Unpacking replacement libasound2:amd64 ...
Selecting previously unselected package libasound2-data.
Unpacking libasound2-data (from .../libasound2-data_1.0.27.2-1ubuntu6_all.deb) 
...
Preparing to replace libasound2-plugins:amd64 1.0.25-2ubuntu3 (using 
.../libasound2-plugins_1.0.27-2ubuntu1_amd64.deb) ...
Unpacking replacement libasound2-plugins:amd64 ...
Setting up libasound2-data (1.0.27.2-1ubuntu6) ...
Setting up libasound2:amd64 (1.0.27.2-1ubuntu6) ...
Setting up libasound2-plugins:amd64 (1.0.27-2ubuntu1) ...

Only the packages alsa-base and linux-sound-base appear to be version
1.0.25, the remaining alsa related packages I can find are version
1.0.27 (alsa-utils, libasound2-data, libasound2, libasound2-plugins) or
a completely different version (e.g. libao4, 1.1.0).

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

Title:
  [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at
  all

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

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


[Bug 1256646] Re: [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-02 Thread Ray DeCampo
I will get the information Raymond requested later today (don't have
time right now).  Daniel, I am not sure why alsa would not be at the
latest version.  Synaptic reports alsa-base version is 1.0.25+dfsg-
0ubuntu4 and that the latest version is the same.  The alsa-utils
package is 1.0.27.1-1ubuntu1 however.  I ran sudo apt-get update and
there was no change.  I am attaching my /etc/apt/sources.list.  I also
have /etc/apt/sources.list.d/google-chrome.list containing the line deb
http://dl.google.com/linux/chrome/deb/ stable main.

** Attachment added: /etc/apt/sources.list
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1256646/+attachment/3921425/+files/sources.list

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

Title:
  [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at
  all

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

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


[Bug 1256646] Re: [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-02 Thread Ray DeCampo
Raymond, please see attached output from the alsa-info.sh script when
running using the 13.04 live disk.  Note that the sound did NOT work
while running from the live disk (presumably because the previous
customizations to the /etc/asound.conf file were not present).

** Attachment added: Output of alsa-info.sh while running 13.04 live disk
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1256646/+attachment/3921773/+files/alsa-info.txt.qWn9aYCeqs

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

Title:
  [ASUS M3N78-VM, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at
  all

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

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


[Bug 1256646] [NEW] [System Product Name, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-01 Thread Ray DeCampo
Public bug reported:

Sound stopped working on upgrade from 13.4 to 13.10.  Up until then,
sound via HDMI worked fine.  Now, I get no sound through HDMI.  Checked
the Sound Settings and alsa mixer and everything looks fine.  If I hook
up speakers to the microphone port I get sound.

I used ubuntu-bug -s audio to report this bug (very nice BTW).  If
there is any additional information you need or anything you would like
me to try, I am game for it.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ray2389 F pulseaudio
 /dev/snd/controlC1:  ray2389 F pulseaudio
Date: Sun Dec  1 09:35:49 2013
InstallationDate: Installed on 2011-10-02 (791 days ago)
InstallationMedia: Edubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
Symptom_Card: Built-in Audio - HDA NVidia
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ray2389 F pulseaudio
 /dev/snd/controlC1:  ray2389 F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [System Product Name, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound 
at all
UpgradeStatus: Upgraded to saucy on 2013-11-03 (27 days ago)
dmi.bios.date: 04/09/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1009
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M3N78-VM
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.:bvr1009:bd04/09/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3N78-VM:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug saucy

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

Title:
  [System Product Name, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No
  sound at all

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

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


[Bug 1256646] Re: [System Product Name, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No sound at all

2013-12-01 Thread Ray DeCampo
Thanks for the feedback Raymond, although I am not sure I quite
understand what you are getting at.  I removed the /etc/asound.conf file
but still no sound.  I also tried the same /etc/asound.conf file using
hw:0,7 in place of hw:0,3 also without success.  I rebooted after
each configuration change to ensure they were recognized.

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

Title:
  [System Product Name, Nvidia MCP77/78 HDMI, Digital Out, HDMI] No
  sound at all

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

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


[Bug 1130608] Re: [RFE] - Horizon - Make available openstack_s3 environments for juju

2013-11-18 Thread Ray Wang
I personally don't think he will work on this bug any more.

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

Title:
  [RFE] - Horizon - Make available openstack_s3 environments for juju

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

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


[Bug 1130608] Re: [RFE] - Horizon - Make available openstack_s3 environments for juju

2013-11-18 Thread Ray Wang
I personally don't think he will work on this bug any more.

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

Title:
  [RFE] - Horizon - Make available openstack_s3 environments for juju

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

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


[Bug 1251779] [NEW] fglrx 2:8.960-0ubuntu1.1: fglrx kernel module failed to build

2013-11-15 Thread Ray Soucie
Public bug reported:

Problem with HP laptop with AMD chip(ATI Graphics). AMD's seem to have
this issue

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx 2:8.960-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic i686
.tmp.unity.support.test.0:
 
.tmp.unity.support.test.1:
 
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
DKMSBuildLog:
 DKMS make.log for fglrx-8.960 for kernel 3.8.0-33-generic (i686)
 Fri Nov 15 15:31:29 MST 2013
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.8.0-33-generic/build/include not found or 
incomplete
 file: /lib/modules/3.8.0-33-generic/build/include/linux/version.h
DKMSKernelVersion: 3.8.0-33-generic
Date: Fri Nov 15 15:31:38 2013
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.960: added
DuplicateSignature:
 DKMS make.log for fglrx-8.960 for kernel 3.8.0-33-generic (i686)
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.8.0-33-generic/build/include not found or 
incomplete
 file: /lib/modules/3.8.0-33-generic/build/include/linux/version.h
GraphicsCard:
 Advanced Micro Devices [AMD] nee ATI RS780M/RS780MN [Mobility Radeon HD 3200 
Graphics] [1002:9612] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:30fc]
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.2)
MachineType: Hewlett-Packard HP Pavilion dv7 Notebook PC
MarkForUpload: True
PackageVersion: 2:8.960-0ubuntu1.1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-33-generic 
root=UUID=384eaf56-806c-479d-8836-936f7299877f ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: fglrx 2:8.960-0ubuntu1.1: fglrx kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/17/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.48
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 30FC
dmi.board.vendor: Compal
dmi.board.version: 01.99
dmi.chassis.type: 10
dmi.chassis.vendor: Compal
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.48:bd06/17/2009:svnHewlett-Packard:pnHPPaviliondv7NotebookPC:pvr1:rvnCompal:rn30FC:rvr01.99:cvnCompal:ct10:cvrN/A:
dmi.product.name: HP Pavilion dv7 Notebook PC
dmi.product.version: 1
dmi.sys.vendor: Hewlett-Packard
make.log:
 DKMS make.log for fglrx-8.960 for kernel 3.8.0-33-generic (i686)
 Fri Nov 15 15:31:29 MST 2013
 AMD kernel module generator version 2.1
 kernel includes at /lib/modules/3.8.0-33-generic/build/include not found or 
incomplete
 file: /lib/modules/3.8.0-33-generic/build/include/linux/version.h
version.compiz: compiz 1:0.9.7.12-0ubuntu2
version.libdrm2: libdrm2 2.4.43-0ubuntu0.0.3
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 8.0.4-0ubuntu0.6
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

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package compiz-0.9 i386 precise ubuntu

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

Title:
  fglrx 2:8.960-0ubuntu1.1: fglrx kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1251779/+subscriptions

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


[Bug 1070302] Re: [regression] Dash loses interaction with keyboard

2013-11-13 Thread Ray DeCampo
I have not been able to reproduce this bug since the upgrade to 13.10 (I
was able to reproduce it up till then).  I think you could consider this
issue resolved as of that release.

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

Title:
  [regression] Dash loses interaction with keyboard

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

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


[Bug 1199933] Re: apparmor parser in precise does not support block_suspend capability (needed for backported kernels)

2013-11-10 Thread Ray-Ven
Maybe this is a stupid question, but, if this is apparmor related, and
apparmor 2.8 has this patch included, why is apparmor 2.8.2 (from ppa
:apparmor-upload/apparmor-2.8) still complaining about block_suspend!?

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

Title:
  apparmor parser in precise does not support block_suspend capability
  (needed for backported kernels)

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

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


[Bug 1199933] Re: apparmor parser in precise does not support block_suspend capability (needed for backported kernels)

2013-11-08 Thread Ray-Ven
afaik isn't this a apparmor bug but a upstart bug - shouldn't we change that, 
or do I get this wrong?!
And is there an ppa with a newer upstart? Or is it save to take the quantal 
packages or so?

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

Title:
  apparmor parser in precise does not support block_suspend capability
  (needed for backported kernels)

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

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


[Bug 1248291] [NEW] if bluetooth is not-powered, it cannot be powered regularly

2013-11-05 Thread Ray-Ven
Public bug reported:

My bluetoothdevice can be deactivated but not acitvated again.
rfkill and unblocking key won't have any effect nor restarting bluetooth daemon 
nor unloading the btusb module. Even shutting down and plugging out the battery 
doesn't help.
The only thing that helps is sudo hciconfig hci0 reset

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: bluez 4.101-0ubuntu8b1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Tue Nov  5 20:14:52 2013
InstallationDate: Installed on 2013-10-18 (17 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
InterestingModules: btusb rfcomm bnep bluetooth
MachineType: LENOVO 34382BG
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-13-generic 
root=/dev/mapper/ray-root ro kopt=root=/dev/mapper/ray-root quiet splash 
vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/05/2013
dmi.bios.vendor: LENOVO
dmi.bios.version: GCET95WW (2.55 )
dmi.board.asset.tag: Not Available
dmi.board.name: 34382BG
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvrGCET95WW(2.55):bd08/05/2013:svnLENOVO:pn34382BG:pvrThinkPadX230Tablet:rvnLENOVO:rn34382BG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 34382BG
dmi.product.version: ThinkPad X230 Tablet
dmi.sys.vendor: LENOVO
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 9C:B7:0D:D0:EC:D6  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN 
RX bytes:1968 acl:0 sco:0 events:200 errors:0
TX bytes:30418 acl:0 sco:0 commands:199 errors:0
modified.conffile..etc.bluetooth.main.conf: [modified]
mtime.conffile..etc.bluetooth.main.conf: 2013-11-05T19:29:55.352602

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


** Tags: amd64 apport-bug saucy

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

Title:
  if bluetooth is not-powered, it cannot be powered regularly

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

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


[Bug 1248291] Re: if bluetooth is not-powered, it cannot be powered regularly

2013-11-05 Thread Ray-Ven
HCI sniffer - Bluetooth packet analyzer ver 2.5
device: hci0 snap_len: 1500 filter: 0x
device: disconnected

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

Title:
  if bluetooth is not-powered, it cannot be powered regularly

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

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


[Bug 1247747] Re: plasma-nm - no AP-mode possible (can't connect to an AP connection)

2013-11-04 Thread Ray-Ven
** Attachment added: iwlist
   
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1247747/+attachment/3899613/+files/iwlist

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

Title:
  plasma-nm - no AP-mode possible (can't connect to an AP connection)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1247747/+subscriptions

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


[Bug 1247747] [NEW] plasma-nm - no AP-mode possible (can't connect to an AP connection)

2013-11-04 Thread Ray-Ven
Public bug reported:

iw list offers AP mode, and I've set up AP with hostap with the same
device a while ago. I've set up a wireless (shared)  connection in the
plasma-nm settings but cannot find a way to fire up the AP-Mode wifi via
the applet. There's just no button for this connection.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: plasma-nm 0.9.3.0-0ubuntu5.1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Nov  4 08:43:36 2013
InstallationDate: Installed on 2013-10-18 (16 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: plasma-nm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-nm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  plasma-nm - no AP-mode possible (can't connect to an AP connection)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1247747/+subscriptions

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


[Bug 1222873] Re: No sound at all in Saucy

2013-11-04 Thread Ray DeCampo
Upgraded from 13.04 to 13.10 and lost my audio.  I am using nvidia HDMI.
I tried the workaround referenced above with no luck.  I tried a bunch
of different nvidia drivers with no luck.  Everything in the GUIs looks
fine but no sound emits.  This set up was working fine in 13.04.  Not
sure if this falls under this bug or if I should open a separate one,
please advise.

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

Title:
  No sound at all in Saucy

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

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


[Bug 858973] Re: RecordItNow doesn't stop record since Oneiric (patch available)

2013-10-28 Thread Ray-Ven
persists in saucy

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

Title:
  RecordItNow doesn't stop record since Oneiric (patch available)

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-10-27 Thread Ray-Ven
same same with 3.11.0-13-generic (proposed)
this is really annoying :-(

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-10-27 Thread Ray-Ven
ok this is stupid. It's working. The device was just switched off.
rfkill said it's neither soft nor hardblocked, so I thought everything
was fine! The hardware-switch was switched on so I thought it should
work. Still, there is a fn+f5 combination which was needed to power the
device, despite the fact that in bluetooth/main.conf remember last
state was on false and power on on boot was true.

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2013-10-23 Thread Ray-Ven
Seems not to be working with 3.11.0-12 in saucy. Even hex2hcded the
latest firmware, and It's loaded, but cannot pair a device :-( worked
the other day in saucy.

0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 [ThinkPad]

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1242022] Re: wrong applet icon displayed while on vpn

2013-10-21 Thread Ray-Ven
it happens at least when autoconnection is enabled in a wireless
connection here (connect with this vpn when connected)

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

Title:
  wrong applet icon displayed while on vpn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1242022/+subscriptions

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


[Bug 1242580] [NEW] WISH: Please put connect-icon next to connection-name

2013-10-21 Thread Ray-Ven
Public bug reported:

In saucy, a new nm-applet arrived in KDE. At the moment you need to click the 
connection name once, and after that click connect to connect to a network. 
I'd really appreciate if the connect/disconnect button would be right next 
to  the connection-name.
Maybe a scrollbar would be a good thing as well.
btw I really like the autoconnetion to VPN!

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: plasma-nm 0.9.3.0-0ubuntu5
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Mon Oct 21 10:43:12 2013
InstallationDate: Installed on 2013-10-18 (2 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: plasma-nm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-nm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy third-party-packages

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

Title:
  WISH: Please put connect-icon next to connection-name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-nm/+bug/1242580/+subscriptions

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


[Bug 1171951] Re: plasma-widget-networkmanagement doesn't show 3g/umts signal strength in tray

2013-10-20 Thread Ray-Ven
works in saucy

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in Ubuntu.
https://bugs.launchpad.net/bugs/1171951

Title:
  plasma-widget-networkmanagement doesn't show 3g/umts signal strength
  in tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/1171951/+subscriptions

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


[Bug 1241960] [NEW] Ubuntu Version Ugrade do-release-upgrade

2013-10-19 Thread Ray Ward
Public bug reported:

do-release-upgrade Fails.

I dont even know why or what for?
 
root@rayward-SATELLITE-C850D-11Q:/media/rayward# do-release-upgrade
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [198 B]   
Get:2 Upgrade tool [1,140 kB]  
Fetched 1,140 kB in 0s (0 B/s) 
authenticate 'saucy.tar.gz' against 'saucy.tar.gz.gpg' 
extracting 'saucy.tar.gz'

Reading cache

Checking package manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done
Building data structures... Done 
Reading package lists... Done
Building dependency tree  
Reading state information... Done

Preparing the upgrade failed

Preparing the system for the upgrade failed, so a bug reporting 
process is being started. 

Regards
Ray.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: ubuntu-release-upgrader-core 1:0.192.13
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
CrashDB: ubuntu
Date: Sat Oct 19 08:48:35 2013
InstallationDate: Installed on 2013-05-05 (166 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to raring on 2013-10-19 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade raring

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

Title:
  Ubuntu Version Ugrade do-release-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241960/+subscriptions

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


[Bug 1241960] Re: Ubuntu Version Ugrade do-release-upgrade

2013-10-19 Thread Ray Ward
N0 wait!  I left the synaptic app open. False alam. The updater cannot
tell whats open...

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

Title:
  Ubuntu Version Ugrade do-release-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1241960/+subscriptions

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


[Bug 883017] Re: memtest86+ fails on efi systems

2013-10-02 Thread ray green
Affects me and 22 others ???  Must be 22 Million.

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

Title:
  memtest86+ fails on efi systems

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

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


[Bug 467934] Re: Karmic: Master audio channel muted upon switching to pulseaudio digital output

2013-10-02 Thread Ray-Ven
Want to mark this as a regression - but don't know how

** Changed in: ubuntu
   Status: Invalid = Incomplete

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

Title:
  Karmic: Master audio channel muted upon switching to pulseaudio
  digital output

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

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


[Bug 467934] Re: Karmic: Master audio channel muted upon switching to pulseaudio digital output

2013-10-02 Thread Ray-Ven
Happens now again in raring:
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family 
High Definition Audio Controller (rev 04)
3.8.0-31-generic

Speaker has to get unmuted with alsamixer after profile change from digital 
surround (HDMI) to Analog Stereo Duplex
Can't exactly tell when this happened, but it wasn't in quantal

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

Title:
  Karmic: Master audio channel muted upon switching to pulseaudio
  digital output

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

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


Re: Confusing about building OpenStack Packages?

2013-09-08 Thread Ray Sun
Colin,
Thanks for your response.

I think finally I found this here:
https://launchpad.net/~gandelman-a/+archive/python-schroot

Best Regards
-- Ray


On Fri, Sep 6, 2013 at 6:33 PM, Colin Watson cjwat...@ubuntu.com wrote:

 On Wed, Sep 04, 2013 at 11:23:13PM +0800, Ray Sun wrote:
 1. In step 5, we already can generate the deb packages without '-S',
 but
 why we finally use 'sbuild' to generate it? Is this only for
 signature?
 2. What's the difference between 'bzr builddeb' and 'sbuild'?

 The answer to both of these is the same: sbuild builds the package in a
 clean environment with only the necessary build-dependencies installed,
 which is much safer.  It also makes it feasible to build packages for an
 Ubuntu release that doesn't match the one you're running on your
 development environment.

 I found the build scripts which jenkins used is located here:
 ~openstack-ubuntu-testing/openstack-ubuntu-testing, but when I try to
 run
 any commands under bin, I always get:
 
 root@demo:~/openstack-ubuntu-testing/bin# ./build-package
 Traceback (most recent call last):
   File ./build-package, line 14, in module
 from openstack_ubuntu_testing.build.component_build import
 ComponentBuild
   File
 /home/sysadmin/openstack-ubuntu-testing/bin/openstack_ubuntu_testing/build/component_build.py,
  line 11, in module
 from schroot.executor import SchrootExecutor
 ImportError: No module named schroot.executor

 Good question.  I've been entirely unable to find this.  Adam, can you
 clarify where this module comes from?

 --
 Colin Watson   [cjwat...@ubuntu.com]

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

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


Confusing about building OpenStack Packages?

2013-09-04 Thread Ray Sun
Hello,
Actually I already publish this questions on AskUbuntu, but I think I
should also send to this mail list. Please help.

http://askubuntu.com/questions/341155/confusing-about-building-openstack-packages



I found OpenStack build task on Ubuntu QA site, but I am a little confusing
about the build steps.

Here's the link for build steps:
https://jenkins.qa.ubuntu.com/view/Openstack_Testing/view/Grizzly/job/precise_grizzly_keystone_stable/275/consoleText

From the jenkins build log, I know the steps how ubuntu build a Openstack
packages:

   1. get openstack code from github, use git clone
   2. build openstack tar.gz file using python setup.py sdist
   3. use bzr to get the debian control files which is maintenance by
   cananical
   4. use dch command to generate a new build release and commit it to local
   5. use 'bzr builddeb -S -- -sa -us -uc' to generate source package and
   related control file, such like 'dsc'
   6. sign the package
   7. use 'mk-build-deps' to install dependency
   8. use 'sbuild' to generate the real deb packages
   9. upload to testing repos

My questions is:

   1. In step 5, we already can generate the deb packages without '-S', but
   why we finally use 'sbuild' to generate it? Is this only for signature?
   2. What's the difference between 'bzr builddeb' and 'sbuild'?
   3.

   I found the build scripts which jenkins used is located here:
   ~openstack-ubuntu-testing/openstack-ubuntu-testing, but when I try to run
   any commands under bin, I always get:

   root@demo:~/openstack-ubuntu-testing/bin# ./build-package
   Traceback (most recent call last):
 File ./build-package, line 14, in module
   from openstack_ubuntu_testing.build.component_build import ComponentBuild
 File 
/home/sysadmin/openstack-ubuntu-testing/bin/openstack_ubuntu_testing/build/component_build.py,
line 11, in module
   from schroot.executor import SchrootExecutor
   ImportError: No module named schroot.executor


I tried to use pip to install schroot, but it seems they don't have a
executor in it.

Please help.

Best Regards
-- Ray
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


[Bug 1210906] [NEW] Graphic fail on first update

2013-08-10 Thread Ray Fox
Public bug reported:

Loaded fresh Ubuntu 13.04 and  after first update the graphics did not
work.  Had to reboot fail-safe graphics.  Not sure which video driver
Ubuntu attempted to install.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
Uname: Linux 3.8.0-27-generic i686
.tmp.unity.support.test.1:
 
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sat Aug 10 21:20:54 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ZOTAC International (MCO) Ltd. Device [19da:6199]
InstallationDate: Installed on 2013-08-10 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MachineType: HP-Pavilion GC674AA-ABA m8120n
MarkForUpload: True
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.8.0-27-generic 
root=UUID=761ec824-cb49-4cbc-b4d9-68f2e57322c0 ro recovery nomodeset
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/08/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 5.09
dmi.board.name: Basswood3G
dmi.board.vendor: ASUSTek Computer INC.
dmi.board.version: 1.05
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: 
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr5.09:bd06/08/2007:svnHP-Pavilion:pnGC674AA-ABAm8120n:pvr:rvnASUSTekComputerINC.:rnBasswood3G:rvr1.05:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: GC674AA-ABA m8120n
dmi.sys.vendor: HP-Pavilion
version.compiz: compiz 1:0.9.9~daily13.06.19~13.04-0ubuntu1
version.libdrm2: libdrm2 2.4.43-0ubuntu1.1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.3-0ubuntu0.3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.3-0ubuntu0.3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Sat Aug 10 20:57:38 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Unifying Device. Wireless PID:101b MOUSE, id 8
 inputLogitech Unifying Device. Wireless PID:2008 KEYBOARD, id 9
 inputVF0700 Live! Cam Chat HD KEYBOARD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6

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


** Tags: apport-bug compiz-0.9 i386 raring ubuntu

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

Title:
  Graphic fail on first update

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

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


[Bug 1160490] Re: race condition updating statefile

2013-08-08 Thread Ray Link
It can happen much more frequently than that.

I have three machines in particular that do weekly reboots.  They all
have two network interfaces, but only one of them is used.  Every week,
one or more of them will lose on an interface that matters (loopback or
the used network interface), and sometimes it will continue to fail
through several subsequent manual reboots before it comes back up again.

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

Title:
  race condition updating statefile

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

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


[Bug 1176509] Re: After update to 13.04 Brasero CD write hangs at normalizing tracks

2013-08-04 Thread Ray DeCampo
*** This bug is a duplicate of bug 374101 ***
https://bugs.launchpad.net/bugs/374101

This shouldn't be a duplicate.  I remember hitting the old issue and it
being fixed.  This is a new issue with the same symptoms.

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

Title:
  After update to 13.04 Brasero CD write hangs at normalizing tracks

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

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


[Bug 1132479] Re: No text visible after recent updates in Raring

2013-07-05 Thread ray klassen
For your reference.

http://bugs.bibletime.info/show_bug.cgi?id=25

This bug has been fixed upstream. Maintainers here just have to package
bibletime 2.9.2 if at all possible.

Have downloaded and built that version and it doesn't have the problem.


** Bug watch added: bugs.bibletime.info/ #25
   http://bugs.bibletime.info/show_bug.cgi?id=25

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

Title:
  No text visible after recent updates in Raring

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

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


[Bug 1197799] [NEW] Won't display text

2013-07-04 Thread ray klassen
*** This bug is a duplicate of bug 1132479 ***
https://bugs.launchpad.net/bugs/1132479

Public bug reported:

Bible text window is blank, except when you choose a different version
of the bible to read. Then the new version flashes on the screen and
disappears. leaving the window blank again.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: bibletime 2.9.1-2ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.2
Architecture: amd64
Date: Thu Jul  4 05:40:48 2013
InstallationDate: Installed on 2011-04-26 (799 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: bibletime
UpgradeStatus: Upgraded to raring on 2013-05-24 (40 days ago)

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


** Tags: amd64 apport-bug raring

** This bug has been marked a duplicate of bug 1132479
   No text visible after recent updates in Raring

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

Title:
  Won't display text

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

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


[Bug 913933] Re: Ubuntu Software Center displays light text on light background when using dark theme

2013-06-30 Thread Douglas Ray
Also in Xubuntu 13.04, /usr/bin/software-center 5.6.0 (Ubuntu Software 
Centre);
very obvious in the history tab.

settings manager - appearance - style: Blackbird will show this
problem.

(fresh install; i386)

** Tags added: i386

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

Title:
  Ubuntu Software Center displays light text on light background when
  using dark theme

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

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


[Bug 996989] Re: Ubuntu 12.04 Freezes Frequently

2013-06-12 Thread Ray Perigo
Also occurring on my laptop - Acer Aspire 5560-sb613, AMD A8-3500M with
Radeon 6620G. Has occurred on 12.04 through 13.04, both 32 and 64 bit
systems. Occurs regardless of whether I'm using FGLRX or the xorg-radeon
driver. Can't recall whether it was alleviated by running a 2D desktop.
I'll get XFCE installed later and see how that works.

Note: I've run at least 6 passes of memtest on this machine, as well as
replaced the RAM. No change. Oddly, my desktop is totally bulletproof
(AMD FX-63xx, 990FX chipset, NV 650ti).

Some guy above mentioned problems connecting to wireless right before
the freeze. Could be related? My laptop's always been odd with wifi.

For what It's worth, my laptop has a Broadcom BCM-43227 LP-PHY card,
using the bcmwl driver (b43 has no support for the chip). Desktop has a
cheap TP-Link USB dongle with an Atheros chip.

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

Title:
  Ubuntu 12.04 Freezes Frequently

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

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


[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-06-02 Thread Ray-Ven
here you go - network-manager output

tried without or different encryption too

** Attachment added: network-manager no daemon
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1186688/+attachment/3692630/+files/network-manager%20no%20daemon

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

Title:
  AP-Mode doesn't work with network-manager

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

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


[Bug 1186688] [NEW] AP-Mode doesn't work with network-manager

2013-06-02 Thread Ray-Ven
Public bug reported:

Of course I have verified with 'iw list' that my card supports AP mode (see 
attatchment).
But still, AP-Mode won't :-(
Will add network-manager output in a few minutes.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: network-manager 0.9.8.0-0ubuntu6
ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
Uname: Linux 3.8.0-23-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CRDA:
 country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
Date: Sun Jun  2 10:45:22 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-04-10 (52 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
IpRoute:
 default via 192.168.1.100 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:

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


** Tags: amd64 apport-bug raring

** Attachment added: iwlist
   https://bugs.launchpad.net/bugs/1186688/+attachment/3692614/+files/iwlist

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

Title:
  AP-Mode doesn't work with network-manager

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

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


[Bug 1186688] Re: AP-Mode doesn't work with network-manager

2013-06-02 Thread Ray-Ven
** Description changed:

  Of course I have verified with 'iw list' that my card supports AP mode (see 
attatchment).
- But still, AP-Mode won't :-(
+ But still, AP-Mode won't work :-(
  Will add network-manager output in a few minutes.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: network-manager 0.9.8.0-0ubuntu6
  ProcVersionSignature: Ubuntu 3.8.0-23.34-generic 3.8.11
  Uname: Linux 3.8.0-23-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  CRDA:
-  country DE:
-   (2400 - 2483 @ 40), (N/A, 20)
-   (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
-   (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
-   (5470 - 5725 @ 40), (N/A, 26), DFS
+  country DE:
+   (2400 - 2483 @ 40), (N/A, 20)
+   (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
+   (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
+   (5470 - 5725 @ 40), (N/A, 26), DFS
  Date: Sun Jun  2 10:45:22 2013
  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 2013-04-10 (52 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  IpRoute:
-  default via 192.168.1.100 dev wlan0  proto static 
-  169.254.0.0/16 dev wlan0  scope link  metric 1000 
-  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  
metric 9
+  default via 192.168.1.100 dev wlan0  proto static
+  169.254.0.0/16 dev wlan0  scope link  metric 1000
+  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.101  
metric 9
  MarkForUpload: True
  NetworkManager.state:
-  [main]
-  NetworkingEnabled=true
-  WirelessEnabled=true
-  WWANEnabled=true
-  WimaxEnabled=true
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:

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

Title:
  AP-Mode doesn't work with network-manager

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

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

[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-05-29 Thread Ray
switched to 3.9.0-030900-generic . Bug seems to be resolved.

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1019419] Re: Preview word don't work

2013-05-26 Thread Ray-Ven
still the same in raring

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

Title:
  Preview word don't work

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

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


[Bug 1184313] [NEW] With firefox global menu bar integration activated in kubuntu dropdown menus don't work

2013-05-26 Thread Ray-Ven
Public bug reported:

If firefox-globalmenu is activated in add-ons after a uncertain time, dropdown 
menues don't stay open anymore.
for Example: In Addon-Tab look for updates cannot be chosen anymore because 
the menu closes immediately.
It seems, that it doesn't happen without firefox-globalmenu activated.
Maybe it's related to KDE somehow? Maybe it doesn't affect non-KDE-users.
This happens with new created firefox-profiles too. (don't know how the menubar 
integration came in there anyway, KDEusers don't need it)

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

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

Title:
  With firefox global menu bar integration activated in kubuntu dropdown
  menus don't work

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-05-25 Thread Ray
Same here on  3.8.0-22-generic

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1178423] [NEW] broadcom-sta-dkms fails on Asus G75 in 13.04

2013-05-09 Thread Travis Ray
Public bug reported:

Constantly failing, had used driver from Windows XP in ndiswrapper for
the 43b1 Broadcom AC card in my G75. Was working perfectly in 12.10;
upgrade to 13.04 borked it.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: broadcom-sta-dkms 5.100.82.112-9
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: wl nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.8.0-19-generic
Date: Tue May  7 15:36:50 2013
InstallationDate: Installed on 2013-03-01 (69 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 5.100.82.112-9
SourcePackage: broadcom-sta
Title: broadcom-sta-dkms 5.100.82.112-9: broadcom-sta kernel module failed to 
build
UpgradeStatus: Upgraded to raring on 2013-04-29 (9 days ago)

** Affects: broadcom-sta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package raring

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

Title:
  broadcom-sta-dkms fails on Asus G75 in 13.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1178423/+subscriptions

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


[Bug 1175912] [NEW] plasma-widget-networkmanagement should let you choose between ap-mode and ad-hoc

2013-05-03 Thread Ray-Ven
Public bug reported:

plasma-widget-networkmanagement should let you choose between ap-mode
and ad-hoc mode when adding shared connection. ap-mode isn't supported
by all devices, which should be mentioned too.

(reffering to network-manager 0.9.8)

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: plasma-widget-networkmanagement 0.9.0.8-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Fri May  3 09:03:02 2013
InstallationDate: Installed on 2013-04-10 (22 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
MarkForUpload: True
SourcePackage: networkmanagement
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-widget-networkmanagement (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

** Package changed: networkmanagement (Ubuntu) = plasma-widget-
networkmanagement (Ubuntu)

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

Title:
  plasma-widget-networkmanagement should let you choose between ap-mode
  and ad-hoc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/1175912/+subscriptions

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


Re: [Ubuntu-zh] 回复: Fwd: Ubuntu 13.04(Raring Ringtial)和 UbuntuKylin 13.04 的 Release party

2013-05-03 Thread Ray Wang
活动不要付费啊。这些文字是哪里的?。。。


2013/5/3 Leo Ding leo.din...@gmail.com

 3. 已付款的电子票如果要退款,将酌收手续费(部分活动及优惠票不接受退款申请);最晚于活动结束前7日办理,逾期恕不受理。详情请参考 *退票说明*
 *
 *
 *这个活动需要付费参加么?*


 2013/5/3 谭家驹 496507...@qq.com

  Hi Ray,
 
 
  Thank you for your email and I have signed up for the wondelful party on
  April 28th.
 
 
  Thank you all the same.
 
 
  Judge
 
 
 
 
  -- 原始邮件 --
  发件人: Ray Wangwanglei1...@gmail.com;
  发送时间: 2013年5月3日(星期五) 中午11:42
  收件人: ubuntu-zh mailing listsubuntu-zh@lists.ubuntu.com;
 
  主题: [Ubuntu-zh] Fwd: Ubuntu 13.04(Raring Ringtial)和 UbuntuKylin 13.04 的
  Release party
 
 
 
  http://www.ubuntukylin.com/community.html
 
  5月11日在中科院研究生院
 
  --
  Ray Wang
- Follow your dreams
 
 
 
  --
  Ray Wang
- Follow your dreams
  -- next part --
  An HTML attachment was scrubbed...
  URL: 
 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130503/77eb916b/attachment.html
  
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
  -- 下一部分 --
  一个HTML附件被移除...
  URL: 
 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130503/e457ee86/attachment.html
  
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
 
 -- 下一部分 --
 一个HTML附件被移除...
 URL: 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130503/a48589ea/attachment.html
 
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh




-- 
Ray Wang
  - Follow your dreams
-- next part --
An HTML attachment was scrubbed...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130503/96fcd81c/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] Fwd: Ubuntu 13.04(Raring Ringtial)和 UbuntuKylin 13.04 的 Release party

2013-05-02 Thread Ray Wang
http://www.ubuntukylin.com/community.html

5月11日在中科院研究生院

-- 
Ray Wang
  - Follow your dreams



-- 
Ray Wang
  - Follow your dreams
-- next part --
An HTML attachment was scrubbed...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20130503/77eb916b/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Bug 1175221] [NEW] printing to secure windows print server requires repeated password entry

2013-05-01 Thread Ray Arachelian
Public bug reported:

Our users authenticate via Active Directory to login to Ubuntu 12.04
VMs/desktops.  We even use libpam-mount to automatically mount their
windows home directories.

However, when we set up printers via CUPS that connect to secured
printers over samba on a windows server, whenever a user prints any job,
they have to authenticate, even if they already have done so before.
This happens on *every* document they print.  Checking the Remember
credentials checkbox has no effect.

Ideally, we would like CUPS to work the same way as libpam-mount - that
is to automatically pass AD credentials from winbind/krb to the print
server rather than ask.

Description:Ubuntu 12.04.2 LTS
Release:12.04

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: cups 1.5.3-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
Uname: Linux 3.2.0-40-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: amd64
Date: Wed May  1 11:51:59 2013
Lpstat:
 device for DataRoom-Color: smb://novusnycdc01/DataRoom-Color
 device for DataRoom-Color2: smb://novusnycdc01/DataRoom-Color
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
MachineType: innotek GmbH VirtualBox
MarkForUpload: True
Papersize: letter
PpdFiles:
 DataRoom-Color2: Generic PostScript Printer Foomatic/Postscript (recommended)
 DataRoom-Color: Generic PostScript Printer Foomatic/Postscript (recommended)
ProcEnviron:
 LANGUAGE=en_US:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-40-generic 
root=/dev/mapper/hostname-root ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
mtime.conffile..etc.cups.cupsd.conf: 2013-04-29T15:48:57.301852
mtime.conffile..etc.pam.d.cups: 2013-04-30T10:10:30.283918

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


** Tags: amd64 apport-bug precise

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

Title:
  printing to secure windows print server requires repeated password
  entry

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

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


[Bug 1175307] Dependencies.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661779/+files/Dependencies.txt

** Package changed: xorg (Ubuntu) = linux-meta (Ubuntu)

** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] [NEW] touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with hid-multitouch.ko

2013-05-01 Thread Ray-Ven
Public bug reported:

I'm working on a Gigabyte T1132, the touchscreen is recognized and works with 
singletouch, not with multitouch though.
(was same in precise and quantal)

Thanks for helping

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Wed May  1 21:54:02 2013
InstallationDate: Installed on 2013-04-21 (10 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
--- 
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
DistroRelease: Ubuntu 13.04
InstallationDate: Installed on 2013-04-21 (10 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
MarkForUpload: True
Package: xorg 1:7.7+1ubuntu4
PackageArchitecture: amd64
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Tags:  raring
Uname: Linux 3.8.0-19-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-bug apport-collected raring

** Tags added: apport-collected

** Description changed:

  I'm working on a Gigabyte T1132, the touchscreen is recognized and works with 
singletouch, not with multitouch though.
  (was same in precise and quantal)
  
  Thanks for helping
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Wed May  1 21:54:02 2013
  InstallationDate: Installed on 2013-04-21 (10 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8
+ Architecture: amd64
+ DistroRelease: Ubuntu 13.04
+ InstallationDate: Installed on 2013-04-21 (10 days ago)
+ InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
+ MarkForUpload: True
+ Package: xorg 1:7.7+1ubuntu4
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
+ Tags:  raring
+ Uname: Linux 3.8.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Re: touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with hid-multitouch.ko

2013-05-01 Thread Ray-Ven
Bus 002 Device 005: ID 2087:0b03 Cando Multi Touch Panel
Couldn't open device, some information will be missing
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize032
  idVendor   0x2087 Cando
  idProduct  0x0b03 Multi Touch Panel
  bcdDevice2.04
  iManufacturer   1 
  iProduct2 
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   34
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0xa0
  (Bus Powered)
  Remote Wakeup
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass 3 Human Interface Device
  bInterfaceSubClass  0 No Subclass
  bInterfaceProtocol  0 None
  iInterface  0 
HID Device Descriptor:
  bLength 9
  bDescriptorType33
  bcdHID   1.11
  bCountryCode0 Not supported
  bNumDescriptors 1
  bDescriptorType34 Report
  wDescriptorLength 177
 Report Descriptors: 
   ** UNAVAILABLE **
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0020  1x 32 bytes
bInterval   5

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Re: touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with hid-multitouch.ko

2013-05-01 Thread Ray-Ven
dmesg |grep hid-mul
[ 2496.100382] hid-multitouch 0003:2087:0B03.0001: input,hidraw0: USB HID v1.11 
Device [Cando   11.6 ] on usb-:00:1d.0-1.6/input0

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Re: touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with hid-multitouch.ko

2013-05-01 Thread Ray-Ven
apport information

** Description changed:

  I'm working on a Gigabyte T1132, the touchscreen is recognized and works with 
singletouch, not with multitouch though.
  (was same in precise and quantal)
  
  Thanks for helping
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Wed May  1 21:54:02 2013
  InstallationDate: Installed on 2013-04-21 (10 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2013-04-21 (10 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  MarkForUpload: True
  Package: xorg 1:7.7+1ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  annalisa   2262 F pulseaudio
+  /dev/snd/controlC0:  annalisa   2262 F pulseaudio
+  /dev/snd/seq:timidity   1423 F timidity
+ CRDA:
+  country DE:
+   (2400 - 2483 @ 40), (N/A, 20)
+   (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
+   (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
+   (5470 - 5725 @ 40), (N/A, 26), DFS
+ DistroRelease: Ubuntu 13.04
+ HibernationDevice: RESUME=UUID=572c3cea-bb40-45a7-bb5a-96a6133e8702
+ InstallationDate: Installed on 2013-04-21 (10 days ago)
+ InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
+ MachineType: GIGABYTE T1132
+ MarkForUpload: True
+ Package: linux 3.8.0.19.35
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=0879c8cb-972f-4397-9833-c03242285943 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
+ PulseList:
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.8.0-19-generic N/A
+  linux-backports-modules-3.8.0-19-generic  N/A
+  linux-firmware1.106
+ Tags:  raring
+ Uname: Linux 3.8.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ dmi.bios.date: 05/22/2012
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: T1132.F05
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: T1132
+ dmi.board.vendor: GIGABYTE
+ dmi.board.version: F05
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrT1132.F05:bd05/22/2012:svnGIGABYTE:pnT1132:pvrF05:rvnGIGABYTE:rnT1132:rvrF05:cvnToBeFilledByO.E.M.:ct10:cvrToBeFilledByO.E.M.:
+ dmi.product.name: T1132
+ dmi.product.version: F05
+ dmi.sys.vendor: GIGABYTE

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661803/+files/AlsaInfo.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] BootDmesg.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661804/+files/BootDmesg.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] CurrentDmesg.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661805/+files/CurrentDmesg.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Dependencies.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661807/+files/Dependencies.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] IwConfig.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661808/+files/IwConfig.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Lspci.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661809/+files/Lspci.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Lsusb.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661810/+files/Lsusb.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] ProcCpuinfo.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661811/+files/ProcCpuinfo.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] ProcInterrupts.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661812/+files/ProcInterrupts.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] ProcModules.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661813/+files/ProcModules.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] RfKill.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661814/+files/RfKill.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] UdevDb.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661815/+files/UdevDb.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] UdevLog.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661816/+files/UdevLog.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] WifiSyslog.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661817/+files/WifiSyslog.txt

** Description changed:

  I'm working on a Gigabyte T1132, the touchscreen is recognized and works with 
singletouch, not with multitouch though.
  (was same in precise and quantal)
  
  Thanks for helping
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Wed May  1 21:54:02 2013
  InstallationDate: Installed on 2013-04-21 (10 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  DistroRelease: Ubuntu 13.04
  InstallationDate: Installed on 2013-04-21 (10 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  MarkForUpload: True
  Package: xorg 1:7.7+1ubuntu4
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  --- 
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  annalisa   2262 F pulseaudio
   /dev/snd/controlC0:  annalisa   2262 F pulseaudio
   /dev/snd/seq:timidity   1423 F timidity
  CRDA:
   country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
  DistroRelease: Ubuntu 13.04
  HibernationDevice: RESUME=UUID=572c3cea-bb40-45a7-bb5a-96a6133e8702
  InstallationDate: Installed on 2013-04-21 (10 days ago)
  InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
  MachineType: GIGABYTE T1132
  MarkForUpload: True
  Package: linux 3.8.0.19.35
  PackageArchitecture: amd64
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=0879c8cb-972f-4397-9833-c03242285943 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.8.0-19-generic N/A
   linux-backports-modules-3.8.0-19-generic  N/A
   linux-firmware1.106
  Tags:  raring
  Uname: Linux 3.8.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 05/22/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: T1132.F05
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: T1132
  dmi.board.vendor: GIGABYTE
  dmi.board.version: F05
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrT1132.F05:bd05/22/2012:svnGIGABYTE:pnT1132:pvrF05:rvnGIGABYTE:rnT1132:rvrF05:cvnToBeFilledByO.E.M.:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: T1132
  dmi.product.version: F05
  dmi.sys.vendor: GIGABYTE
+ --- 
+ ApportVersion: 2.9.2-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  annalisa   2262 F pulseaudio
+  /dev/snd/controlC0:  annalisa   2262 F pulseaudio
+  /dev/snd/seq:timidity   1423 F timidity
+ CRDA:
+  country DE:
+   (2400 - 2483 @ 40), (N/A, 20)
+   (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
+   (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
+   (5470 - 5725 @ 40), (N/A, 26), DFS
+ DistroRelease: Ubuntu 13.04
+ HibernationDevice: RESUME=UUID=572c3cea-bb40-45a7-bb5a-96a6133e8702
+ InstallationDate: Installed on 2013-04-21 (10 days ago)
+ InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
+ MachineType: GIGABYTE T1132
+ MarkForUpload: True
+ Package: linux 3.8.0.19.35
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-19-generic 
root=UUID=0879c8cb-972f-4397-9833-c03242285943 ro quiet splash 

[Bug 1175307] AlsaInfo.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661818/+files/AlsaInfo.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] CurrentDmesg.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661820/+files/CurrentDmesg.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] BootDmesg.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661819/+files/BootDmesg.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] IwConfig.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661822/+files/IwConfig.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Dependencies.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661821/+files/Dependencies.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Lspci.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661823/+files/Lspci.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] WifiSyslog.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661831/+files/WifiSyslog.txt

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

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] UdevLog.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661830/+files/UdevLog.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] UdevDb.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661829/+files/UdevDb.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Lsusb.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661824/+files/Lsusb.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] ProcCpuinfo.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661825/+files/ProcCpuinfo.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] RfKill.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1175307/+attachment/3661828/+files/RfKill.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] ProcModules.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661827/+files/ProcModules.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] ProcInterrupts.txt

2013-05-01 Thread Ray-Ven
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1175307/+attachment/3661826/+files/ProcInterrupts.txt

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko

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

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


[Bug 1175307] Re: touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with hid-multitouch.ko

2013-05-01 Thread Ray-Ven
testet mainline 3.9  ... kernel-bug-exists-upstream

don't know how to set kernel-bug-exists-upstream

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko (kernel-bug-exists-upstream)

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

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


[Bug 1175307] Re: touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with hid-multitouch.ko

2013-05-01 Thread Ray-Ven
kernel-bug-exists-upstream

** Summary changed:

- touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with 
hid-multitouch.ko
+ touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with 
hid-multitouch.ko (kernel-bug-exists-upstream)

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

Title:
  touchscreen 2087:0b03 Cando Multi Touch Panel only singletouch with
  hid-multitouch.ko (kernel-bug-exists-upstream)

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

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


[Bug 1173847] [NEW] package libreoffice-style-human 1:3.6.2~rc2-0ubuntu4 failed to install/upgrade: cannot copy extracted data for './usr/share/libreoffice/share/config/images_human.zip' to '/usr/shar

2013-04-28 Thread Ray
Public bug reported:

this error happen during upgrading process to ver 13.04

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: libreoffice-style-human 1:3.6.2~rc2-0ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Sun Apr 28 14:47:51 2013
DuplicateSignature:
 Unpacking replacement libreoffice-style-tango ...
 dpkg-deb (subprocess): decompressing archive member: lzma error: compressed 
data is corrupt
 dpkg-deb: error: subprocess decompress returned error exit status 2
 dpkg: error processing 
/var/cache/apt/archives/libreoffice-style-tango_1%3a4.0.2-0ubuntu1_all.deb 
(--unpack):
  cannot copy extracted data for 
'./usr/share/libreoffice/share/config/images_tango.zip' to 
'/usr/share/libreoffice/share/config/images_tango.zip.dpkg-new': unexpected end 
of file or stream
ErrorMessage: cannot copy extracted data for 
'./usr/share/libreoffice/share/config/images_human.zip' to 
'/usr/share/libreoffice/share/config/images_human.zip.dpkg-new': unexpected end 
of file or stream
InstallationDate: Installed on 2013-03-22 (36 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: libreoffice
Title: package libreoffice-style-human 1:3.6.2~rc2-0ubuntu4 failed to 
install/upgrade: cannot copy extracted data for 
'./usr/share/libreoffice/share/config/images_human.zip' to 
'/usr/share/libreoffice/share/config/images_human.zip.dpkg-new': unexpected end 
of file or stream
UpgradeStatus: Upgraded to raring on 2013-04-28 (0 days ago)

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


** Tags: apport-package i386 need-duplicate-check raring

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

Title:
  package libreoffice-style-human 1:3.6.2~rc2-0ubuntu4 failed to
  install/upgrade: cannot copy extracted data for
  './usr/share/libreoffice/share/config/images_human.zip' to
  '/usr/share/libreoffice/share/config/images_human.zip.dpkg-new':
  unexpected end of file or stream

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

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


[Bug 1171951] Re: plasma-widget-networkmanagement doesn't show 3g/umts signal strength in tray

2013-04-25 Thread Ray-Ven
it's not related to networkmanager itself - it's just the plasma widget

** Package changed: networkmanagement (Ubuntu) = plasma-widget-
networkmanagement (Ubuntu)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in Ubuntu.
https://bugs.launchpad.net/bugs/1171951

Title:
  plasma-widget-networkmanagement doesn't show 3g/umts signal strength
  in tray

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/1171951/+subscriptions

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


[Bug 1171951] [NEW] plasma-widget-networkmanagement doesn't show 3g/umts signal strength in tray

2013-04-23 Thread Ray-Ven
Public bug reported:

the systray icon doesn't show anything (it's just empty) sometimes, or just 
shows a mobile phone icon when connected to 3g.
it should show signalstrength though.
killing plasma-desktop and restarting it after establishing the connection 
makes the tray widget show the signalstrength though, which makes me believe it 
should show it from beginning
is this a packaging issue? This persists since lucid or so

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: plasma-widget-networkmanagement 0.9.0.8-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Tue Apr 23 19:38:08 2013
InstallationDate: Installed on 2013-04-10 (12 days ago)
InstallationMedia: Kubuntu 13.04 Raring Ringtail - Alpha amd64 (20130410)
MarkForUpload: True
SourcePackage: networkmanagement
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

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

Title:
  plasma-widget-networkmanagement doesn't show 3g/umts signal strength
  in tray

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

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


[Bug 1170875] [NEW] Ubiquity proceeds with installation even if EFI partition is absent

2013-04-19 Thread Biswarup Ray
Public bug reported:

I recently installed 13.04 final beta(Gnome,amd64 version) on my EFI
enabled desktop. This being my first installation of an OS supporting
EFI, I was not aware of the requirement of a separate EFI partition. I
booted the pen drive in EFI mode and selected the manual partitioning
option to reuse my existing partitions. The installer proceeded with the
installation without indicating that there was any problem and the
installation was otherwise correctly done except for the EFI part. I
discovered this problem only after when the system refused to boot. I
then re-installed the whole system again after converting the existing
non-GPT partition table to a GPT partition table and creating the EFI
partition.

I am proposing that a warning system be included in Ubiquity, which will
warn users when the EFI partition is absent.

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


** Tags: efi

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

Title:
  Ubiquity proceeds with installation even if EFI partition is absent

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

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


<    1   2   3   4   5   6   7   8   9   10   >