[Bug 1661329] Re: Wifi password not taken into account if not entered rapidly

2017-09-27 Thread rogue-spectre
Maybe ;)… it seems that they also report in bug #1650835 a problem of
timing but did not make mistakes typing the password the first time.
Maybe not a duplicate… but obviously it seems that the problems might be
linked

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

Title:
  Wifi password not taken into account if not entered rapidly

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

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

[Bug 1661329] [NEW] Wifi password not taken into account if not entered rapidly

2017-02-02 Thread rogue-spectre
Public bug reported:

Hi,

We install ubuntu/mint to numerous people and we got multiple
reports that the wifi password was not taken into account. We managed to
reproduce it by

1 - Select your wifi network
2 - Enter a fake password (Just to simulate a user error not entering well his 
wifi password)
3 - Obviously here we cannot connect, so we wait
4 - Password is asked a second time, and we enter it without error but we take 
our time to do so ( or wait some time after ). By taking our time we simulate 
people who are not fluent with their keyboard.
5 - Wait to connect
6 - Password is asked a third time.
7 - Here if we go into the properties of the wifi (Applet > Modify > Modify) 
and check the password… the first fake password is still there

Nice day

It might be a double of this bug
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1219171

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


** Tags: wifi

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

Title:
  Wifi password not taken into account if not entered rapidly

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

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

[Bug 1607193] [NEW] missing translation already on sourceforge

2016-07-28 Thread rogue-spectre
Public bug reported:

Hi,

   i noticed that pdfshuffler lacks some translations… these
translations are already present on sourceforge.

Nice day

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


** Tags: translations

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

Title:
  missing translation already on sourceforge

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

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

[Bug 1299138] Re: [users-admin] User settings might hang when password is too simple

2016-04-01 Thread rogue-spectre
*** This bug is a duplicate of bug 661272 ***
https://bugs.launchpad.net/bugs/661272

** This bug has been marked a duplicate of bug 661272
   changing user password causes hang in users-admin

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

Title:
  [users-admin] User settings might hang when password is too simple

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

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


[Bug 661272] Re: changing user password causes hang in users-admin

2016-04-01 Thread rogue-spectre
Hi,

here a patch of src/users/run-passwd.c that allows me to do
multiples mistakes when trying to change my password.

** Patch added: "patch for src/users/run-passwd.c"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+attachment/4619463/+files/run-passwd.c.patch

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

Title:
  changing user password causes hang in users-admin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+subscriptions

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


[Bug 661272] Re: changing user password causes hang in users-admin

2016-02-25 Thread rogue-spectre
so it seems for my case that we are stuck in "case PASSWD_STATE_NEW" of
io_watch_stdout, because of an error of "Authentication token
manipulation error".

If i force the state to go to PASSWD_STATE_RETYPE by adding

   else if(is_string_complete (str->str, "token", NULL)) {
/* Advance to next state */
passwd_handler->backend_state = 
PASSWD_STATE_RETYPE;
reinit = TRUE;
}

in the if of case PASSWD_STATE_NEW of io_watch_stdout, the interface
doesn't freeze, but prompt me the same error message that i had the
first time, i must so retype a second time the right new password.

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

Title:
  changing user password causes hang in users-admin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+subscriptions

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


[Bug 661272] Re: changing user password causes hang in users-admin

2016-02-23 Thread rogue-spectre
On Ubuntu 16.06 (daily build 23/02/2016), the interface is not the same as in 
gnome-system-tools, but one can see that
the filesrc/users/run-passwd.c   present in 
gnome-system-tools
was reused inpanels/user-accounts/run-passwd.c in ubuntu-control-center
with some modifications. maybe it can help

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

Title:
  changing user password causes hang in users-admin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+subscriptions

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


[Bug 661272] Re: changing user password causes hang in users-admin

2016-02-19 Thread rogue-spectre
update to previous test


fill current password
fill new password with current password
fill confirmation with current password
click ok
get the error message that new password is the same
focus on current password
fill new password with a new password
fill confirmation with a new password ( without error ! )
click ok 
change is done

so after one error if focus is set on current password before or after
typing and confirming the new password, there is no freeze.

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

Title:
  changing user password causes hang in users-admin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+subscriptions

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


[Bug 661272] Re: changing user password causes hang in users-admin

2016-02-19 Thread rogue-spectre
some infos :

Test :
fill current password 
fill new password with current password 
fill confirmation with current password
click ok
get the error message that new password is the same
fill new password with a new password
fill confirmation with a  new password ( without error ! )

Here two case
  1 - if click ok > freeze 
  2 - if focus on current password, then click ok > password changed 
successfully

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

Title:
  changing user password causes hang in users-admin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+subscriptions

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


[Bug 661272] Re: changing user password causes hang in users-admin

2016-02-18 Thread rogue-spectre
Hi,

 bug append also in Xubuntu 14.04.03.

It is a very annoying bug  for people who install distros with a generic
password. Once the pc is delivered, the first thing to do is to change
the password and a lot of time the user make a "fatal" mistake…

Some informations i gathered for now  :

One can make errors like password too short ( len < 6 ) or not identical
( errors handled in src/users/user-password.c ). If a good one is given
after the change is done.

But if it is an other type of error ( tried password similar to the
current one, simple - errors that seemed to be handle in src/users/run-
password.c ), giving a good password after that just freeze users-admin.

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

Title:
  changing user password causes hang in users-admin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/661272/+subscriptions

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

[Bug 1168742] Re: Disks are not unmounted when physical eject button is used

2014-10-08 Thread rogue-spectre
Update to Phil Wright solution, for a more general context

1 - Create a udev rules file '/etc/udev/rules.d/61-sr-change.rules' and
add the line :

KERNEL==sr*, ACTION==change, RUN+=/usr/local/bin/sr_change.sh %n

2 - And create the script '/usr/local/bin/sr_change.sh' :

#!/bin/sh
 
if [ $# -eq 1 ]
then
source=/dev/sr$1
else
source=/dev/sr0
fi

dvd+rw-mediainfo $source  /dev/null
n=$?

 if [ $n -eq '251' ]  then 
umount $source
 fi
exit 0

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

Title:
  Disks are not unmounted when physical eject button is used

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2014-03-12 Thread spectre
Google Translate FrEn:

Received this morning from Dell:



Hello Mr. **


Thank you for your email

I see that you already had put together the case that has been the
object of a technical climbing level phone support.

the response being that the machine is not compatible with a finger
print configuration under Ubunto.


Do you need other items?


cdt

*** ***
Client Tech Supt Sr. Associate, EMEA Customer Service
Social Media and Community Professional
DELL Technical Support
United Kingdom : 0844 444 3844
Ireland : 01800552552
South Africa : 0800994050
France : 0825 004 686
Switzerland : 0848 33 00 92
Belgium : 0248 28 690

---
---
---

Original text Fr:

Reçu ce matin de la part de Dell:



Bonjour Monsieur *** ***


Merci pour votre mail

Je vois que vous avez dejà remonté le cas qui a fait l object d une
escalade technique au niveau du support telephone .

le reponse etant que la machine n est pas compatible avec une
configuration finger print sous Ubunto .


Avez vous besoin d autres elements ?


cdt


 
*** ***
Client Tech Supt Sr. Associate, EMEA Customer Service
Social Media and Community Professional
DELL Technical Support
United Kingdom : 0844 444 3844
Ireland : 01800552552
South Africa : 0800994050
France : 0825 004 686
Switzerland : 0848 33 00 92
Belgium : 0248 28 690



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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2014-03-03 Thread spectre
Email Broadcom response:

Maryann Jackson
mjack...@trilogyinc.com

Sorry you would need to go thru Dell support for help on this.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2014-03-01 Thread spectre
** Also affects: linux-lts-trusty (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/602071

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2014-03-01 Thread spectre
Google Translation FrEn:

I contacted all the email addresses of Broadcom provides the official
website and I see that many do not even read the email. Broadcom is
really disappointing on their customer care! I would say that this is
the big fail secure and customer support for broadcom!

Same for Dell I sent an email. Waiting for reply.

I regularly Broadcom continues to ask them on social networks (Google+,
Facebook and Twitter).

We really need Broadcom provides Linux drivers left to do as Nvidia and
their owner (at worst) drivers but at least have functional systems.

---
---
---

Original text Fr:

Bonjour à tous,

j'ai recontacté toutes les adresses emails de Broadcom fournit sur le
site officiel et je vois que beaucoup ne lisent même pas le mail.
Broadcom est vraiment décevant sur leur suivi clients! Je dirai que
c'est the big fail secure and client support for broadcom !

Pareil pour Dell j'ai renvoyé un email. En attente de réponse.

Pour Broadcom je continue régulièrement à leur poser la question sur les
réseaux sociaux (Google+, Facebook et Twitter).

Il faut vraiment que Broadcom fournisse des pilotes pour Linux quitte à
faire comme Nvidia et leurs pilotes propriétaire (Au pire) mais au moins
avoir des systèmes fonctionnels.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 1278085] Re: Dropbox ne se lance plus. 13.10.

2014-02-13 Thread spectre
Re-test command at 12H00 and OK.

Command:
sudo rm -rf /var/lib/dropbox/.dropbox-dist
dropbox start -i

Thanks.

** Changed in: nautilus-dropbox (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Dropbox ne se lance plus. 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1278085/+subscriptions

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


[Bug 1270116] Re: nautilus-dropbox: dropbox fails to start with a pylinux import error [solved: dropbox issue; fix found by deleting old install files]

2014-02-13 Thread spectre
sudo rm -rf /var/lib/dropbox/.dropbox-dist
dropbox start -i

OK for me. Thanks.

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

Title:
  nautilus-dropbox: dropbox fails to start with a pylinux import error
  [solved:  dropbox issue; fix found by deleting old install files]

To manage notifications about this bug go to:
https://bugs.launchpad.net/dropbox-share/+bug/1270116/+subscriptions

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


[Bug 1278085] Re: Dropbox ne se lance plus. 13.10.

2014-02-11 Thread spectre
Original text Fr:

Bonjour Loong Jin, merci de ton aide. J'ai testé mais rien n'y fait. Je
suis allé voir l'autre bug mentionné et cela semble effectivement
correspondre. J'espere que les developpeurs vont vite arriver à
debugguer le probleme.

---
---
---

Google Traduction Fr-EN:

Hello Loong Jin, thank you for your help. I tried but still nothing
works. I went to see another bug mentioned and it seems to actually
match. I hope that the developers will soon reach to debug the problem.

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

Title:
  Dropbox ne se lance plus. 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1278085/+subscriptions

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

[Bug 1278085] ProcEnviron.txt

2014-02-09 Thread spectre
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1278085/+attachment/3974774/+files/ProcEnviron.txt

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

Title:
  Dropbox ne se lance plus. 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1278085/+subscriptions

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


[Bug 1278085] [NEW] Dropbox ne se lance plus. 13.10.

2014-02-09 Thread spectre
Public bug reported:

Bonjour,

depuis cette semaine Dropbox ne veut plus se lancer. Même après réinstallation 
rien n'y fait.
--- 
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-oneiric-amd64-2016-1
DistroRelease: Ubuntu 13.10
InstallationDate: Installed on 2013-10-14 (117 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric - Build amd64 LIVE Binary 
2016-18:24
MarkForUpload: True
NonfreeKernelModules: nvidia
Package: nautilus-dropbox 1.4.0-3ubuntu0.13.10.1
PackageArchitecture: amd64
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Tags:  saucy
Uname: Linux 3.11.0-15-generic x86_64
UpgradeStatus: Upgraded to saucy on 2013-10-18 (113 days ago)
UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

** Affects: nautilus-dropbox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected saucy

** Tags added: apport-collected saucy

** Description changed:

  Bonjour,
  
- depuis cette semaine Dropbox ne veut plus se lancer. Même après
- réinstallation rien n'y fait.
+ depuis cette semaine Dropbox ne veut plus se lancer. Même après 
réinstallation rien n'y fait.
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.2
+ Architecture: amd64
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-oneiric-amd64-2016-1
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2013-10-14 (117 days ago)
+ InstallationMedia: Ubuntu 11.10 Oneiric - Build amd64 LIVE Binary 
2016-18:24
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: nautilus-dropbox 1.4.0-3ubuntu0.13.10.1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
+ Tags:  saucy
+ Uname: Linux 3.11.0-15-generic x86_64
+ UpgradeStatus: Upgraded to saucy on 2013-10-18 (113 days ago)
+ UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

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

Title:
  Dropbox ne se lance plus. 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1278085/+subscriptions

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

[Bug 1278085] Dependencies.txt

2014-02-09 Thread spectre
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1278085/+attachment/3974773/+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/1278085

Title:
  Dropbox ne se lance plus. 13.10.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1278085/+subscriptions

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2013-11-09 Thread spectre
Why Won't Fix ?

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 1189175] [NEW] package udev 204-0ubuntu3 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2013-06-09 Thread spectre
Public bug reported:

package udev 204-0ubuntu3 failed to install/upgrade: le sous-processus
script post-installation installé a retourné une erreur de sortie d'état
1

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: udev 204-0ubuntu3
ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
Uname: Linux 3.9.0-2-generic x86_64
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
CurrentDmesg:
 [  439.852082] show_signal_msg: 51 callbacks suppressed
 [  439.852082] compiz[1746]: segfault at 0 ip 7fd715da98a5 sp 
7fff73afadc0 error 4 in libunityshell.so[7fd715bff000+43c000]
 [  444.684123] compiz[1832]: segfault at 0 ip 7f5902bdf8a5 sp 
7fff1c1bb960 error 4 in libunityshell.so[7f5902a35000+43c000]
Date: Sat Jun  8 23:26:20 2013
DuplicateSignature: package:udev:204-0ubuntu3:le sous-processus script 
post-installation installé a retourné une erreur de sortie d'état 1
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 1
InstallationDate: Installed on 2013-05-17 (23 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130517)
Lsusb:
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: innotek GmbH VirtualBox
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-2-generic 
root=UUID=1784061f-b233-46db-87b9-c9073d26bd8a ro quiet splash vt.handoff=7
SourcePackage: systemd
Title: package udev 204-0ubuntu3 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 1
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

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


** Tags: amd64 apport-package saucy

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

Title:
  package udev 204-0ubuntu3 failed to install/upgrade: le sous-processus
  script post-installation installé a retourné une erreur de sortie
  d'état 1

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

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

[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2013-01-29 Thread spectre
[En] [Google Translate FrEn]

Hello all.

I called a technical service manager at Dell who told me that concerns
were ongoing between several manufacturers including Dell Broadcom
themselves is both Linux and Windows.

Why? Well as Broadcom chips created with software support (including
drivers) leaves something to be desired and that is the problem. It
seems that the topic back meetings often overlooked Dell Broadcom and
Dell has even think to look elsewhere ... This is understandable given
the concerns posed to manufacturers and end users.

And therefore our concerns that manages the TPM Fingerprint seems that
nothing is thus provided on the side of Broadcom.

Broadcom Policy: You sell dreams and once bought anything! We can not
even contact them directly and if you get there it is a response that
does nothing.

A shame for a member company of the Linux Foundation! This is just to
draw us into their trap.

So I see only one solution ... harass them by email to obtain a Linux
driver.

I invite you to make ay and every one of you to send an email for
example regularly every month so that they eventually meet the demand.

If you are interested email list let me know so I can share.

---
---[Fr] [Origine]

Bonjour a tous.

J'ai appelé un responsable du service technique de chez Dell qui m'a
informé que des soucis étaient en cours entre plusieurs constructeurs
dont Dell eux-mêmes est Broadcom aussi bien sur Linux que Windows.

Pourquoi? Et bien car Broadcom créé des puces avec un support logiciel
(dont les drivers) qui laisse a désirer et qui pose problème. Il semble
que le sujet revienne souvent lors des réunions chez Dell vis a vis de
Broadcom et que Dell pense même a aller voir ailleurs... C'est
compréhensif vu le soucis posé aux constructeurs et utilisateurs finaux.

Et donc pour notre soucis de puce TPM qui gère le Fingerprint il semble
que rien ne soit donc prévu du coté de Broadcom.

Politique de Broadcom: On vous vend du rêve et une fois acheté rien! On
ne peut même pas les contacter directement et si on y arrive c'est pour
une réponse qui ne répond a rien.

Un comble pour une société membre de la fondation Linux! C'est juste
pour nous attirer dans leur piège.

Du coup je ne vois qu'une seule solution... les harceler par emails pour
l'obtention d'un pilote Linux.

Je vous invite donc a y procéder et chacun d'entre vous a envoyer
régulièrement un email par exemple tout les mois afin qu'ils finissent
par répondre a la demande.

Si la liste email vous intéresse faites le moi savoir pour que je
partage.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2013-01-27 Thread spectre
[En] [Google Translate FrEn]

Here is the last response received from Dell on the subject:

Hello;

After several discussions and interviews with our partner, the
publication of a driver to read the Broadcom BCM5880 chip is not planned
at this time. We are sorry, but we have no possibility to provide you
with an application to use the Broadcom chip as you want.

Regards 

---
---

[Fr] [Origine]

Voici la dernière réponse reçue de la part de Dell sur le sujet:

Bonjour ;

Après plusieurs échanges et entretiens avec notre partenaire, la
publication d’un pilote permettant la lecture de la puce Broadcom
BCM5880 n’est pas prévue pour le moment. Nous le regrettons, mais nous
n’avons aucune possibilité de vous fournir une application permettant
d’utiliser la puce Broadcom comme vous le souhaitez.

Cordialement

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2013-01-14 Thread spectre
@nesthib: Oui en effet comme quoi une erreur d'inatention peut tout
changer. Merci a toi pour la correction.

@ALL:

[En] [Google Translation FrEn]

I just received the following message from Dell:
Hello spectre3brad,

We followed the request to the publisher of the product.

We are currently still waiting for his answer.

I just restart date. I do follow their feedback as soon as it is
available.

Regards 


[Fr]
Je viens de recevoir le message suivant de la part de Dell:
Bonjour spectre3brad ,

Nous avons fait suivre la demande à l'éditeur du produit.

Nous sommes toujours actuellement attente de sa réponse.

Je viens de relancer  ce jour. Je vous fais suivre leur feedback dès
qu’elle est disponible.

Cordialement

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2013-01-11 Thread spectre
[En]

Hi all,

Up my small hand Dell for news. Here is my message:

Hello and Happy New Year to you,

I come to you to know or is currently worries. Information on the
subject? Dell working with Broadcom on the subject? A Linux driver being
created?

Thank you. 

I expected the answer

---

[Fr]

Bonjour a tous,

petit Up de ma part chez Dell pour avoir des nouvelles. Voici mon
message:

Bonjour et bonne année a vous,

je reviens vers vous pour savoir ou en est actuellement le soucis. Des
informations sur le sujet? Dell travail avec Broadcom sur le sujet? Un
pilote Linux en cours de création?

Merci.

J'attend la reponse

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2012-11-30 Thread spectre
[En]

Hello,

I just made a request on the current procedure of study on the part of
the expert team from Dell that work on the subject. (D'after that told
me the community contact Dell).

I therefore expect the response you want and informed.

---

[Fr]

Bonjour,

je viens d'effectuer une demande sur la procedure d'etude actuelle de la
part de l'equipe d'expert de chez Dell qui travail sur le sujet.
(D'apres ce que m'a dit le contact de la communauté Dell).

J'attend donc la reponse et vous tiens informés.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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

[Bug 1071891] Re: Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

2012-11-30 Thread spectre
Set with the updated official VMware Workstation 9.

The update from them arrived very late, almost a month after a simple
patch a member of the Linux community. But VMware has teams of experts
with CASH very important ... I hope that next time will be more reactive
and VMware not wait to do a particular work in their place.

In short, I propose closing the bug.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2012-11-10 Thread spectre
An application is currently underway and our engineers need for
additional data file.

Here is the message received from someone at Dell. Request with my
serial number and my address.

I await the response of the team.

I will keep you informed.

---

I have not yet managed to do it properly USBmon my log for the team so
I'll retry libFingerprint plustard at least one person who has the same
concerns can test?

Good day.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 602071]

2012-11-08 Thread spectre
Hello,

for the procedure it seems that we must activate and deactivate and then
reactivate the USB concerned?

Only the integrated fingerprint and direcement the laptop so no physical
access to turn on and turn off the USB bus concerned.

How to proceed?

Thank you.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2012-11-06 Thread spectre
I received an answer that day an employee responds Broadcom me this:

Hi,
Thanks for your mail.
I Understand That this Dell machines only ships with Windows OS. If you want to 
mount other OSes, you'll Have to Directly Contact Dell for support.

Regards,
Jason
Broadcom Corporation 

So I answered this:

Hi, The Machine est aussi sold via Dell Ubuntu Linux. Aussi I Asked
Them for help on this topic It Seems That goal They Have not Heard even
from this side and That is why I come directly to Broadcom to make a
request for publication of a pilot for the Linux product. This is a
strong demand in the community.

I Asked a Dell, Linux, Ubuntu and Canonical libfingerprint who Seem em
even Have No solution so far. It Seems That only the creator Broadcom
chip can help us on this issue.

Hoping to Have a positive response from Broadcom icts for customers.

Good day and thank you for your help. 

I invite other applicants pilot to request a Broadcom and PC vendor
(Dell, Asus ...) to try to get things done. The higher the demand will
be stronger and we will get the chance to pilot and highlight the
growing community of Linux.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 1029554] Re: Dell Fingerprint

2012-11-06 Thread spectre
This wire and connected to the same concerns that this which I also
brought my help. Is it possible to link together or not worth it? Thank
you.

https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/602071

For the test I think I can realize towards the end of the week. Thank
you.

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

Title:
  Dell Fingerprint

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

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


[Bug 1029551] Re: Dell Fingerprint

2012-11-06 Thread spectre
This wire and connected to the same concerns that this which I also
brought my help. Is it possible to link together or not worth it? Thank
you.

https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/602071

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

Title:
  Dell Fingerprint

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

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


[Bug 620289] Re: [0a5c:5801] Broadcom Corp. BCM5880 fingerprint reader not recognized in Ubuntu 10.10, fprint reports no such device on Dell XT2

2012-11-04 Thread spectre
*** This bug is a duplicate of bug 602071 ***
https://bugs.launchpad.net/bugs/602071

Confirming issue on Dell Latitude E6530 with Ubuntu 12.10.

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

Title:
  [0a5c:5801] Broadcom Corp. BCM5880 fingerprint reader not recognized
  in Ubuntu 10.10, fprint reports no such device on Dell XT2

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2012-11-04 Thread spectre
I sent requests on accounts Broadcom, Dell, Linux, Ubuntu via email and
social networks.

And a forum post Dell [Fr]:
http://fr.community.dell.com/forums_daide/logiciels_et_systme_dexploitation/f/76/p/161/288.aspx
# 288

I invite you to do the same to get things done, because if we had to
request several groups Dell, Linux, Ubuntu will demand has supported
Broadcom and we may be I hope finally an answer favorably to our request
for a Linux driver.

I provides more every time this thread to bug their offer to come who
can give their opinion on the subject and thus transcribe all in the
same place more than what is easy.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2012-11-04 Thread spectre
I went created a bug report upstream as I am in the same case. Waiting
for response.

https://bugs.freedesktop.org/show_bug.cgi?id=56752

** Bug watch added: freedesktop.org Bugzilla #56752
   https://bugs.freedesktop.org/show_bug.cgi?id=56752

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 1071891] Re: Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

2012-11-04 Thread spectre
It works great with this method, I tried with another patch but nothing.
By working against it. thank you;)

I'll share the solution on the French Ubuntu community for others who
have the same worries, hoping that it works for them too.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

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

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


[Bug 1029554] Re: Dell Fingerprint

2012-11-03 Thread spectre
Canonical can not work directly with Broadcom to offer a Linux driver
has to leave even one as Nvidia proprietary driver?

When testing or no response Broadcom contact via email or through social
networks.

Canonical may have more weight to the application.

Otherwise will have to harass them on social networks and email Lol.

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

Title:
  Dell Fingerprint

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

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


[Bug 602071] Re: [0a5c:5801] Broadcom fingerprint reader not working

2012-11-03 Thread spectre
Canonical can not work directly with Broadcom to offer a Linux driver
has to leave even one as Nvidia proprietary driver?

When testing or no response Broadcom contact via email or through social
networks.

Canonical may have more weight to the application.

Otherwise will have to harass them on social networks and email Lol.

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

Title:
  [0a5c:5801] Broadcom fingerprint reader not working

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

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


[Bug 1029554] Re: Dell Fingerprint

2012-11-02 Thread spectre
apport information

** Tags added: apport-collected quantal running-unity

** Description changed:

  Hello,
  
  The included fingerprint scanner for my part in the Dell Latitude E6530
  with Ubuntu 4.12 does not work. It would be very interesting as Ubuntu
  and Dell working on it to activate the system.
  
  Here is the corresponding line via lsusb:
  
  Bus 002 Device 003: ID 0a5c: 5801 Broadcom Corp.. BCM5880 Secure
  Application Processor with fingerprint swipe sensor
  
  Thank you.
  
  French/Francais:
  Bonjour,
  
  Le scanner d'empreinte digital inclus pour ma part dans le Dell Latitude
  E6530 sous Ubuntu 12.04 ne fonctionne pas. Il serait fort interessant
  que Ubuntu et Dell travaillent sur le sujet pour l'activation du
  systeme.
  
  Voici la ligne correspondante via lsusb:
  
  Bus 002 Device 003: ID 0a5c:5801 Broadcom Corp. BCM5880 Secure
  Applications Processor with fingerprint swipe sensor
  
  Merci.
  
+ --- 
+ ApportVersion: 2.6.1-0ubuntu6
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  spectre3012 F pulseaudio
+  /dev/snd/controlC0:  spectre3012 F pulseaudio
+ CRDA:
+  country FR:
+   (2402 - 2482 @ 40), (N/A, 20)
+   (5170 - 5250 @ 40), (N/A, 20)
+   (5250 - 5330 @ 40), (N/A, 20), DFS
+   (5490 - 5710 @ 40), (N/A, 27), DFS
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-oneiric-amd64-2016-1
+ DistroRelease: Ubuntu 12.10
+ EcryptfsInUse: Yes
+ InstallationDate: Installed on 2012-07-24 (101 days ago)
+ InstallationMedia: Ubuntu 11.10 Oneiric - Build amd64 LIVE Binary 
2016-18:24
+ MachineType: Dell Inc. Latitude E6530
+ MarkForUpload: True
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB: 0 VESA VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=0a4ed6b9-ac38-477f-95cc-ea6607a63523 ro vga=0x318 quiet splash
+ ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-17-generic N/A
+  linux-backports-modules-3.5.0-17-generic  N/A
+  linux-firmware2.0-bt7
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-17-generic x86_64
+ UpgradeStatus: Upgraded to quantal on 2012-10-19 (13 days ago)
+ UserGroups: adm admin cdrom dialout kvm libvirtd lpadmin plugdev sambashare
+ dmi.bios.date: 04/24/2012
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A02
+ dmi.board.name: 07Y85M
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 9
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd04/24/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA00:cvnDellInc.:ct9:cvr:
+ dmi.product.name: Latitude E6530
+ dmi.product.version: 01
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421894/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] BootDmesg.txt

2012-11-02 Thread spectre
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421895/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] CurrentDmesg.txt

2012-11-02 Thread spectre
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421896/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] IwConfig.txt

2012-11-02 Thread spectre
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421897/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] Lspci.txt

2012-11-02 Thread spectre
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1029554/+attachment/3421898/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] PulseList.txt

2012-11-02 Thread spectre
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421904/+files/PulseList.txt

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

Title:
  Dell Fingerprint

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

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


[Bug 1029554] ProcEnviron.txt

2012-11-02 Thread spectre
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421901/+files/ProcEnviron.txt

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

Title:
  Dell Fingerprint

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

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


[Bug 1029554] WifiSyslog.txt

2012-11-02 Thread spectre
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421907/+files/WifiSyslog.txt

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

Title:
  Dell Fingerprint

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

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


[Bug 1029554] ProcInterrupts.txt

2012-11-02 Thread spectre
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421902/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] UdevDb.txt

2012-11-02 Thread spectre
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1029554/+attachment/3421905/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] ProcCpuinfo.txt

2012-11-02 Thread spectre
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421900/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] ProcModules.txt

2012-11-02 Thread spectre
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421903/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] Lsusb.txt

2012-11-02 Thread spectre
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1029554/+attachment/3421899/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1029554] UdevLog.txt

2012-11-02 Thread spectre
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1029554/+attachment/3421906/+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/1029554

Title:
  Dell Fingerprint

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

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


[Bug 1071891] Re: Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

2012-10-29 Thread spectre
Test 3 PC giving the same thing every time. Contact VMware: No response!
Found no solution yet.

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

Title:
  Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

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

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


[Bug 1071891] Re: Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

2012-10-27 Thread spectre
** Description changed:

  Hi all,
  
- and cast my cares on Ubuntu 4.12 with on a Vmware Workstation 9 and
+ and cast my cares on Ubuntu 12.04 LTS with on a Vmware Workstation 9 and
  since the update of Ubuntu this weekend 12.10 more way to start my VM
  because it appears this error:
  
  Unable to change virtual machine power state: Failed to power on '/ home / 
spectrum / vmware / Ubuntu 64-64-bit/Ubuntu bit.vmx'.
  Transport (VMDB) error -14: Pipe connection has-been broken.
  When I try to uninstall the error given here:
  
  The VMware Installer Could not shut down all running virtual machines. If You 
Have ACE VMs open, please shut them down or suspend em now and press 'Retry' to 
continue.
  No way to uninstall or overwrite it with a clean reinstall ...
  
  How to proceed?
  
  Thank you.
  
  ---
  
  Bonjour a tous,
  
- mon soucis et que jetait sous Ubuntu 12.04 avec dessus un Workstation 9
- de Vmware et que depuis la mise a jour de Ubuntu ce week-end en 12.10
- plus moyen de lancer mes VM car il s'affiche cette erreur:
+ mon soucis et que jetait sous Ubuntu 12.04 LTS avec dessus un
+ Workstation 9 de Vmware et que depuis la mise a jour de Ubuntu ce week-
+ end en 12.10 plus moyen de lancer mes VM car il s'affiche cette erreur:
  
  Unable to change virtual machine power state: Failed to power on 
'/home/spectre/vmware/Ubuntu 64-bit/Ubuntu 64-bit.vmx'.
  Transport (VMDB) error -14: Pipe connection has been broken.
  Lorsque j'essai de desinstaller voici l'erreur donnée:
  
  The VMware Installer could not shut down all running virtual machines. If you 
have ACE VMs open, please shut them down or suspend them now and press 'Retry' 
to continue.
  Pas moyen de désinstaller correctement, ni écraser avec une réinstallation 
propre...
  
  Comment procéder?
  
  Merci.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: linux-image-3.5.0-17-generic 3.5.0-17.28
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  spectre4482 F pulseaudio
-  /dev/snd/controlC0:  spectre4482 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  spectre4482 F pulseaudio
+  /dev/snd/controlC0:  spectre4482 F pulseaudio
  Date: Fri Oct 26 22:25:17 2012
  DistributionChannelDescriptor:
-  # This is a distribution channel descriptor
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  canonical-oem-somerville-oneiric-amd64-2016-1
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-oneiric-amd64-2016-1
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-07-24 (94 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric - Build amd64 LIVE Binary 
2016-18:24
  MachineType: Dell Inc. Latitude E6530
  MarkForUpload: True
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=0a4ed6b9-ac38-477f-95cc-ea6607a63523 ro vga=0x318 quiet splash
  RelatedPackageVersions:
-  linux-restricted-modules-3.5.0-17-generic N/A
-  linux-backports-modules-3.5.0-17-generic  N/A
-  linux-firmware2.0-bt7
+  linux-restricted-modules-3.5.0-17-generic N/A
+  linux-backports-modules-3.5.0-17-generic  N/A
+  linux-firmware2.0-bt7
  RfKill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: Upgraded to quantal on 2012-10-19 (7 days ago)
  dmi.bios.date: 04/24/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.name: 07Y85M
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd04/24/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6530
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

Title:
  Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

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

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

[Bug 1071891] [NEW] Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

2012-10-26 Thread spectre
Public bug reported:

Hi all,

and cast my cares on Ubuntu 4.12 with on a Vmware Workstation 9 and
since the update of Ubuntu this weekend 12.10 more way to start my VM
because it appears this error:

Unable to change virtual machine power state: Failed to power on '/ home / 
spectrum / vmware / Ubuntu 64-64-bit/Ubuntu bit.vmx'.
Transport (VMDB) error -14: Pipe connection has-been broken.
When I try to uninstall the error given here:

The VMware Installer Could not shut down all running virtual machines. If You 
Have ACE VMs open, please shut them down or suspend em now and press 'Retry' to 
continue.
No way to uninstall or overwrite it with a clean reinstall ...

How to proceed?

Thank you.

---

Bonjour a tous,

mon soucis et que jetait sous Ubuntu 12.04 avec dessus un Workstation 9
de Vmware et que depuis la mise a jour de Ubuntu ce week-end en 12.10
plus moyen de lancer mes VM car il s'affiche cette erreur:

Unable to change virtual machine power state: Failed to power on 
'/home/spectre/vmware/Ubuntu 64-bit/Ubuntu 64-bit.vmx'.
Transport (VMDB) error -14: Pipe connection has been broken.
Lorsque j'essai de desinstaller voici l'erreur donnée:

The VMware Installer could not shut down all running virtual machines. If you 
have ACE VMs open, please shut them down or suspend them now and press 'Retry' 
to continue.
Pas moyen de désinstaller correctement, ni écraser avec une réinstallation 
propre...

Comment procéder?

Merci.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.28
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  spectre4482 F pulseaudio
 /dev/snd/controlC0:  spectre4482 F pulseaudio
Date: Fri Oct 26 22:25:17 2012
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-oneiric-amd64-2016-1
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-24 (94 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric - Build amd64 LIVE Binary 
2016-18:24
MachineType: Dell Inc. Latitude E6530
MarkForUpload: True
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=0a4ed6b9-ac38-477f-95cc-ea6607a63523 ro vga=0x318 quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware2.0-bt7
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-10-19 (7 days ago)
dmi.bios.date: 04/24/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A02
dmi.board.name: 07Y85M
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd04/24/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6530
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug quantal running-unity

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

Title:
  Crash VMware Workstation 9 on Ubuntu 12.10 (Linux 3.5 Kernel)

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

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

[Bug 908508]

2012-05-03 Thread Spectre
I'm fine with comment 119, that shouldn't break me.

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-05-02 Thread Spectre
Can you change the ifsef WTF_CPU_PPC to defined(WTF_CPU_PPC) 
!defined(JS_CPU_PPC_OSX) around cacheFlush?

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-04-23 Thread Spectre
Landry, how close are you to a patch for this? I'd like to get bug
731110 revised and landed with the next train so that downstreamers can
get it and I can stop schlepping it around in our own changesets. It may
actually simplify your work. If you have a new patch imminent, I'll
wait, but if not I'd like to get the PPC mjit in first.

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-04-19 Thread Spectre
The cacheFlush implementation I have for OS X/ppc is OS X specific and
calls sys_icache_invalidate() which is provided by the kernel. You could
fake it up with isync/icbi on other architectures (a blank one wouldn't
be correct, PPCs are very cache dependent).

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-04-19 Thread Spectre
s/architectures/operating systems/

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-03-14 Thread Spectre
He'll still need it for sparc64, though (and the PPC assembler is only
for OS X ABI, and *BSD/ppc is SysV ABI).

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-03-14 Thread Spectre
-m = Methodjit
-n = type infereNce
-a = Always run in jit

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-03-14 Thread Spectre
I'm no expert in JS, but I think the problem you're having is that one
of these ifdefs is causing an object to be marked wrong for garbage
collection and it's violating an invariant. The GC depends on the
property that there can be no black to grey edges (i.e., reachable to
unknown), or the cycle collector may mistakenly free things that are
still reachable. I suspect the problem is not that you did something
wrong in your patch per se, but that not all the bases are covered. But
I don't use Linux, so I'm not able to help you here much more other than
to consider breaking up the assert and seeing which part it is actually
failing (that assert is a macro with two conditions; see also jsgc.h).

Do you mind if I get bug 731110 landed in the meantime?

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-03-14 Thread Spectre
(er, unless someone(tm) adds the necessary ABI sauce to it, which is
just a matter of doing it(tm))

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-03-12 Thread Spectre
Let's land this first, since it fixes arches that are actually broken.
I'll rebase bug 731110 on top.

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-01-19 Thread Spectre
We're now using a PPC macroassembler in TenFourFox (in our Google Code,
this is issue 96). The reason I haven't pushed this upstream yet is
because one of our contributors has an idea about reworking branching
for better performance, and we are also implementing a software square
root for PPCs that only have reciprocal square root estimates. Once this
work is done, I'll put it up for review.

That isn't going to be all you would need to do for OpenBSD/powerpc,
however. We also have some integration pieces to connect it to YarrJIT
which are specific to the OS X ABI (I'm not going to bother with those
since Mozilla doesn't support OS X PPC anymore) and in fact our
prologue, epilogue and certain modifications to the methodjit assume OS
X ABI and OpenBSD (IIRC) is SysV. Some Linux users who were looking at
importing our nanojit are running into the same problem. Feel free to
contact me privately if you want more information on this.

The long and short of it is, you should wait for the macroassembler bug
to be posted by me (ETA a month or two), and then make whatever changes
need to be made to YarrJIT. For now you're stuck with the YARR
interpreter, sucky as it is.

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-01-19 Thread Spectre
(If you really want this now, it's in our changesets, btw. See
http://code.google.com/p/tenfourfox/wiki/HowToBuildNow and on the ABI
issue, http://code.google.com/p/tenfourfox/wiki/WhichABI .

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


[Bug 908508]

2012-01-19 Thread Spectre
And a drive-by nit: you should also pull the comment out of the Makefile
at the same time, since this effectively undoes bug 684559. For that
matter, we should probably remove PCRE altogether again since there will
be no more consumers after this.

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

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

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


Re: [Bug 146455] Re: video playback doesn't work on Gutsy Beta and nvidia drivers

2008-01-09 Thread Spectre
I have the same problem with an ati radeon xpress 1100 on a laptop
computer.

Best regards



Quoting Stephan Klein [EMAIL PROTECTED]:

 linux-restricted-modules-2.6.24 (2.6.24.3-2.9) hardy; urgency=low

   * nvidia-glx-new: Update to 169.07 (LP: #177826).
   * Move fwlanusb to the tarball, was previously in the diff.
   * fix nvidia-glx-new-dev description (LP: #158530).
   * debian/rules: Clean up ati:Revision and ati:XFree86Version tags,
 which were not used.
   * fglrx: Added signature and control files to remove watermark
 (LP: #176638).
   * lrm-manager: Add --list parameter to show disabled modules
 (LP: #121590).

  -- Timo Aaltonen  [EMAIL PROTECTED]   Thu, 03 Jan 2008 14:09:29
 +0200

 --
 video playback doesn't work on Gutsy Beta and nvidia drivers
 https://bugs.launchpad.net/bugs/146455
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.



-
This message sent through Virus Free Email
http://www.vfemail.net

-- 
video playback doesn't work on Gutsy Beta and nvidia drivers
https://bugs.launchpad.net/bugs/146455
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159747] Re: video playback failure with ubuntu 7.10

2007-11-05 Thread Spectre
I have found that the bug I have found is similar to the Bug #146455.
The only difference is that I see vertical colored lines instead orizontal 
colored lines

-- 
video playback failure with ubuntu 7.10
https://bugs.launchpad.net/bugs/159747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159747] video playback failure with ubuntu 7.10

2007-11-03 Thread Spectre
Public bug reported:

my laptop is an asus x51r with an ati xpress 1100,I use the atheros video 
driver.
With ubuntu 7.04 I can see videos with totem and firefox correctly.
With ubuntu 7.10 I can't see videos correctly animore. I see only wrong moving 
colors.

Thanks to all

Spectre

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
video playback failure with ubuntu 7.10
https://bugs.launchpad.net/bugs/159747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159747] Re: video playback failure with ubuntu 7.10

2007-11-03 Thread Spectre
Ok Basilio,now I'll tell you all the steps to get the error.

1) Start ubuntu 7.10
2) Open firefox
3) go to for examples http://www.pockettv.com/mpg/sp/405themovie-sps.mpg
4) Now I can see only wrong colors and wrongs images.I can't grab a screen shot 
or video of it because it doesn't work.

p.s. I tried the same with totem movie player and I have the same problem.
   I tried to record the desktop with a webcam but I have the same problem.
   I tried youtube and it works so I think that it isn't a video driver 
problem


Good bye

Spectre

-- 
video playback failure with ubuntu 7.10
https://bugs.launchpad.net/bugs/159747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159747] Re: video playback failure with ubuntu 7.10

2007-11-03 Thread Spectre
As you asked me, :)


Totem :2.20.0 using gstreamer 0.10.14

p.s. I don't know what how to check the corresponding packages.

bye

Spectre

-- 
video playback failure with ubuntu 7.10
https://bugs.launchpad.net/bugs/159747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159747] Re: video playback failure with ubuntu 7.10

2007-11-03 Thread Spectre
gstreamer0.10-alsa 0.10.14-1ubuntu3
gstreamer0.10-esd 0.10.6-0ubuntu4
gstreamer0.10-ffmpeg 0.10.2-2ubuntu1
gstreamer0.10-gnomevfs 0.10.14-1ubuntu3
gstreamer0.10-plugins-base 0.10.14-1ubuntu3
gstreamer0.10-plugins-base-apps 0.10.14-1ubuntu3
gstreamer0.10-plugins-good 0.10.6-0ubuntu4
gstreamer0.10-plugins-ugly 0.10.6-0ubuntu2
gstreamer0.10-tools 0.10.14-1ubuntu3
gstreamer0.10-x 0.10.14-1ubuntu3
libgstreamer-plugins-base0.10-0 0.10.14-1ubuntu3
libgstreamer0.10-0 0.10.14-1ubuntu3
libtotem-plparser7 2.20.0-0ubuntu3
totem 2.20.0-0ubuntu3
totem-gstreamer 2.20.0-0ubuntu3
totem-mozilla 2.20.0-0ubuntu3

-- 
video playback failure with ubuntu 7.10
https://bugs.launchpad.net/bugs/159747
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 159545] I can't see the ubuntu orange progress bar

2007-11-02 Thread Spectre
Public bug reported:

I ran ubuntu on an asus x51r
(http://www.asus.it/search.aspx?searchitem=1searchkey=x51r) with no
other os.

It works perfecly with 7.04 release.With 7.10 I have the following
problem:

1) power on pc.
2) I can see the grub countdown 3 2 1 0
3) Now I see only the hard drive led blinking for about 50 seconds,and I never 
can see the orange ubuntu progress bar.
4) After 50 seconds,the monitor is still black,then I try to do the following 
with success: ALT F2 then ALTF1 and I can see that
all boot services starts to loads.
5) after all [OK] services I can logon on the standard ubuntu windows.and gnome 
works good.

p.s. A friend of mine has the same problem,he is on a toshiba laptop
(m40-282).

Thanks to all

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
I can't see the ubuntu orange progress bar
https://bugs.launchpad.net/bugs/159545
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 136733] Re: flash image hides javascript menu at www.st.com

2007-10-20 Thread ]Spectre[
thanks Stèphane

Henry

On sab, 2007-10-13 at 13:05 +, Stéphane Loeuillet wrote:
 The screenshot link is dead :
 http://www.4shared.com/file/23381584/e5104d65/Screenshot.html?cau2=403tNull
 
 Have you got the path/link to the problematic flash file ?
 
 Anyway, it is not a firefox problem but a flash problem


-- 
flash image hides javascript menu at www.st.com
https://bugs.launchpad.net/bugs/136733
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Re: [Bug 136733] Re: curtain menu visualizzation erron on www.st.com

2007-09-03 Thread \]Spectre\[
It's a pleasure to help you

bye bye

Spectre

On lun, 2007-09-03 at 17:35 +, Hilario J. Montoliu (hjmf) wrote:
 Thank you Spectre for your report,
 
 I can confirm it in gutsy too, either using the gnash plugin and the
 flashplugin-nonfree plugin.
 
 Incidentally I've got the chance to test that page in a remote
 m$-windows machine running firefox and there the menus are shown as
 expected.
 
 ** Changed in: firefox (Ubuntu)
Importance: Undecided = Low
  Assignee: (unassigned) = Mozilla Bugs
Status: New = Confirmed
 
 ** Summary changed:
 
 - curtain menu visualizzation erron on www.st.com
 + flash image hides javascript menu at www.st.com
 
 ** Description changed:
 
   Binary package hint: firefox
 + 
 + ...curtain menu visualizzation erron on www.st.com
   
   then I go to www.st.com and I try to use the curtain menu it goes under the 
 main picture.
   Following the screenshoot example:
   
   http://www.4shared.com/file/23381584/e5104d65/Screenshot.html?cau2=403tNull
   
   My pc configuration is ubuntu 7.04 with firefox 2.0.0.6
   
   ProblemType: Bug
   Architecture: i386
   Date: Sun Sep  2 11:39:34 2007
   DistroRelease: Ubuntu 7.04
   Package: firefox 2.0.0.6+1-0ubuntu1
   PackageArchitecture: i386
   SourcePackage: firefox
   Uname: Linux spectre-laptop 2.6.20-16-generic #2 SMP Fri Aug 31 00:55:27 
 UTC 2007 i686 GNU/Linux
 
 ** Tags added: mt-eval mt-upstream


-- 
flash image hides javascript menu at www.st.com
https://bugs.launchpad.net/bugs/136733
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136733] curtain menu visualizzation erron on www.st.com

2007-09-02 Thread \]Spectre\[
Public bug reported:

Binary package hint: firefox

then I go to www.st.com and I try to use the curtain menu it goes under the 
main picture.
Following the screenshoot example:

http://www.4shared.com/file/23381584/e5104d65/Screenshot.html?cau2=403tNull

My pc configuration is ubuntu 7.04 with firefox 2.0.0.6

ProblemType: Bug
Architecture: i386
Date: Sun Sep  2 11:39:34 2007
DistroRelease: Ubuntu 7.04
Package: firefox 2.0.0.6+1-0ubuntu1
PackageArchitecture: i386
SourcePackage: firefox
Uname: Linux spectre-laptop 2.6.20-16-generic #2 SMP Fri Aug 31 00:55:27 UTC 
2007 i686 GNU/Linux

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

-- 
curtain menu visualizzation erron on www.st.com
https://bugs.launchpad.net/bugs/136733
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 136733] Re: curtain menu visualizzation erron on www.st.com

2007-09-02 Thread \]Spectre\[

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/9092051/Dependencies.txt

-- 
curtain menu visualizzation erron on www.st.com
https://bugs.launchpad.net/bugs/136733
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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