[Bug 1931456] [NEW] package shim-signed 1.47+15.4-0ubuntu2 failed to install/upgrade: o subprocesso instalado, do pacote shim-signed, o script post-installation retornou erro do status de saída 1

2021-06-09 Thread ramiro
Public bug reported:

O sistema para e eu não consigo usar o computador, tenho que reiniciar e
às vezes reinstalar o ubuntu

ProblemType: Package
DistroRelease: Ubuntu 21.04
Package: shim-signed 1.47+15.4-0ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-18.19-generic 5.11.17
Uname: Linux 5.11.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] Arquivo ou diretório 
inexistente: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
BootEFIContents:
 BOOTX64.CSV
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
CasperMD5CheckResult: pass
Date: Mon Jun  7 23:18:03 2021
EFITables:
 jun 09 11:23:18 ramiro-K46CB kernel: efi: EFI v2.31 by American Megatrends
 jun 09 11:23:18 ramiro-K46CB kernel: efi: ACPI=0xca857000 ACPI 2.0=0xca857000 
SMBIOS=0xf04c0 MOKvar=0xbe75 
 jun 09 11:23:18 ramiro-K46CB kernel: secureboot: Secure boot disabled
 jun 09 11:23:18 ramiro-K46CB kernel: secureboot: Secure boot disabled
ErrorMessage: o subprocesso instalado, do pacote shim-signed, o script 
post-installation retornou erro do status de saída 1
InstallationDate: Installed on 2021-06-08 (1 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
Python3Details: /usr/bin/python3.9, Python 3.9.5, python3-minimal, 3.9.4-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.9ubuntu1
 apt  2.2.3
SecureBoot: 22   0   0   0   0
SourcePackage: shim-signed
Title: package shim-signed 1.47+15.4-0ubuntu2 failed to install/upgrade: o 
subprocesso instalado, do pacote shim-signed, o script post-installation 
retornou erro do status de saída 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package hirsute

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

Title:
  package shim-signed 1.47+15.4-0ubuntu2 failed to install/upgrade: o
  subprocesso instalado, do pacote shim-signed, o script post-
  installation retornou erro do status de saída 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1931456/+subscriptions

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

[Bug 843431] Re: Logitech camera microphone does not work / makes "chipmunk" sound

2020-07-23 Thread Ramiro de la Pe�
I have had this issue with my C270 on Windows and now on Ubuntu 20.04. So it's 
mainly a Logitech issue, but on Windows I fixed it by fixing the mic on 16000 
hz. On Ubuntu I tried chaging etc/pulse/daemon.conf to ; default-sample-rate = 
16000
; alternate-sample-rate = 16000
and it did not work. Only for a little while.

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

Title:
  Logitech camera microphone does not work / makes "chipmunk" sound

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

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

[Bug 1729066] Re: [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

2019-10-25 Thread Ramiro Algozino
Hello, the version in the Ubuntu repos is quite old. Please try using
one of the project's officials PPA, either the Daily or the Stabel One.

https://launchpad.net/~qr-tools-developers/+archive/ubuntu/qr-tools-
stable

https://code.launchpad.net/~qr-tools-developers/+archive/ubuntu/daily

Regards,
Ramiro.

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

Title:
  [Kubuntu 17.10 / PPA daily] QtQr crashes while saving to PNG

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

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

Re: [Bug 1822217] Re: Clamav, netdev and others changing owner, group

2019-04-01 Thread Ramiro Arias
Hi Christian
After
$ sudo chown -R postgres:postgres /dbERP
You need to create

/dbData/var/lib/postgresql//data

for both version = 9.6 and version=11
Then you need to run pg_createcluster to create a PostgreSQL cluster with:

|$/usr/bin/pg_createcluster -u postgres -d
/dbData/var/lib/postgresql/9.6/data -s /dbData/var/run/postgresql -l
/dbData/var/log/postgresql/postgresql-9.6-data.log 9.6 data|


and then

|$/usr/bin/pg_createcluster -u postgres -d
/dbData/var/lib/postgresql/11/data -s /dbData/var/run/postgresql -l
/dbData/var/log/postgresql/postgresql-11-data.log 11 data|


In short I will follow your suggestion to make a list of commands trying
to recreate the problem in a virtual machine.

By the way Christian, your mkdir statements are very clever. I did not
know one can create several directories at once.

Regards
Ramiro

On 4/1/19 5:41 AM, Christian Ehrhardt  wrote:
> Hi Ramiro, that would be a very severe bug.
> But let us find what actually happened in your case as I can not reproduce.
>
> $ apt install postgresql
> $ mkdir -p /dbERP/var/{lib,log,run}
> $ mkdir -p /dbERP/var/lib/postgresql/{11,9.6}
> $ sudo chown -R postgres:postgres /dbERP
>
> This shows all as expected:
> $ ls -laF /dbERP/{,*,var/lib/postgresql,var/lib/postgresql/*}
>
> After install of clamav nothing changed:
> $ apt install clamav
> $ ls -laF /dbERP/{,*,var/lib/postgresql,var/lib/postgresql/*}
>
> So I can't see what/why happened to you.
>
> Are by any chance the directories bind mounted to other places?
> What is the output of "mount"?
>
> Since you say it reproduces for you - could you create a list of
> steps/commands to run in a fresh VM or LXD container that will recreate
> the issue?
>

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

Title:
  Clamav, netdev and others changing owner, group

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

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

Re: [Bug 1822217] Re: Clamav, netdev and others changing owner, group

2019-04-01 Thread Ramiro Arias
Thank you Christian for answering my message
1. I said that clamav was the suspicious package but I cannot assure
this. The fact that clamav appears as the owner could be caused by
another package.

2. I have observed the same issue with Ubuntu 14.04.x, 16.04x, 18.04x in
different machines. I would think it is not a local problem because the
issue arised in different machines with different LTS versions of
Ubuntu. I only  install LTS releases of Ubuntu.

3. I will follow your suggestion of create a list of commands in a fresh
virtual machine. I let you know my findings.

Regards
Ramiro

On 4/1/19 5:41 AM, Christian Ehrhardt  wrote:
> Hi Ramiro, that would be a very severe bug.
> But let us find what actually happened in your case as I can not reproduce.
>
> $ apt install postgresql
> $ mkdir -p /dbERP/var/{lib,log,run}
> $ mkdir -p /dbERP/var/lib/postgresql/{11,9.6}
> $ sudo chown -R postgres:postgres /dbERP
>
> This shows all as expected:
> $ ls -laF /dbERP/{,*,var/lib/postgresql,var/lib/postgresql/*}
>
> After install of clamav nothing changed:
> $ apt install clamav
> $ ls -laF /dbERP/{,*,var/lib/postgresql,var/lib/postgresql/*}
>
> So I can't see what/why happened to you.
>
> Are by any chance the directories bind mounted to other places?
> What is the output of "mount"?
>
> Since you say it reproduces for you - could you create a list of
> steps/commands to run in a fresh VM or LXD container that will recreate
> the issue?
>

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

Title:
  Clamav, netdev and others changing owner, group

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

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

[Bug 1822217] [NEW] Clamav, netdev and others changing owner, group

2019-03-28 Thread Ramiro Arias
Public bug reported:

I have defined a partition whose mount point is /dbERP. I have stored
there PostgreSQL clusters with a structure similar to the main cluster
created automatically by PostgreSQL at installation time. This means I
have:

/dbERP  root  root
/dbERP/var  root  root
/dbERP/var/lib  root  root
/dbERP/var/log  root  syslog   
/dbERP/var/run  root  root
/dbERP/var/lib/postgresql   postgres  postgres
/dbERP/var/lib/postgresql/9.6   postgres  postgres
/dbERP/var/lib/postgresql/11postgres  postgres
etc
I observed the problem that I am going to describe in Ubuntu 14.04.x, 16.04.x, 
18.04.x.
 I have observed that after installing some packages, I do not know if all of 
them, but pretty sure "clamav", the owner and group of all directories and 
files in the dbERP partition changed. For instance:
Before installing clamav:   /dbERP/var/lib/postgresqlpostgres  postgres
After installing  clamav:   /dbERP/var/lib/postgresqlclamav132

Before installing nettools: /dbERP/var/log   root  syslog
After installing  nettools: /dbERP/var/log   root  netdev

Prior install clamav: /dbERP/var/log/postgresql/postgresql-9.log   postgres  adm
After install clamav: /dbERP/var/log/postgresql/postgresql-9.log   clamavadm

This behaviour disrupted completely the PostgreSQL operation. I have
observed this problem in PostgreSQL versions 9.6x, 10.x, 11.x. It is not
of course a fault of PostgreSQL, it is a fault of "clamav" or the
operating system which allow touching a folder, /dbERP which does not
belong to the OS.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: clamav 0.100.2+dfsg-1ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 28 19:04:01 2019
InstallationDate: Installed on 2019-02-21 (35 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
SourcePackage: clamav
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Clamav, netdev and others changing owner, group

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

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

[Bug 1817216] Re: Xorg freeze

2019-02-25 Thread Ramiro Caamano
Hi Daniel,

Thank you for responding quickly and as per your email  i can advise the
following;

regarding step one  /var/crash for crash   there was no files in the folder 
clicked show hidden files again nothing listed in the folder.
 regarding step two visited the url and found the following response, No 
errors have been reported from this system, tried to open the file could not 
display whoopsie the file is an unknown type.
 Unable to do in user mode will try admin and send a follow up crash report 
if this occurs again.

Not sure if you required a direct email but i can post responses to log
if this is standard way to respond to assistance.

Appreciate your comments regarding the privacy so I have deleted the
crash report logs in launchpad but just left in my comments.

ps have sent an update since yesterdays second crash; in summary the
select NVIDIA driver option was clickable but not saving the choice and
so reverting back to Xorg.

Did a web google to find the terminal nvidia/ all drivers update command
and used the command to do a all drivers update approximately 34 updated
as new.

Switched to the NVIDIA driver and so far the comp is performing great so maybe 
the fix on this particular model of graphics card is update driver manually  
and use NVIDIA.
If you want to call this solved/resolved that's ok from my side.

Thanks again
Ramiro

Additional:

No further crash's/hangs since performing a full manual driver update
via Terminal.

During the crash's/hangs I ran the software update through additional
drivers and yet it did not pick up the new drivers.

I found there is a way to make the computer run a automatic driver
update also via Terminal but have held off to assess if the issue was a
driver issue.

I would like to add that when I installed Ubuntu I did the install
offline no connection to internet option, so the option that appears to
run a search for new drivers was not performed.

Thanks 
Ramiro

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

Title:
  Xorg freeze

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

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

[Bug 1817216] Re: Xorg freeze

2019-02-22 Thread Ramiro Caamano
** Description changed:

- Hi just wanted to report in addition I had two webpages open no other 
programs running. 
+ Hi just wanted to report in addition I had two webpages open no other 
programs running.
  The webpages were youtube and msn when the page froze - the cursor/mouse did 
not respond and the keyboard was locked.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
- Package: xorg 1:7.7+19ubuntu7.1
- ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
- Uname: Linux 4.18.0-15-generic x86_64
- ApportVersion: 2.20.9-0ubuntu7.5
- Architecture: amd64
- BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
- CompositorRunning: None
- CurrentDesktop: ubuntu:GNOME
- Date: Thu Feb 21 20:58:48 2019
- DistUpgraded: Fresh install
- DistroCodename: bionic
- DistroVariant: ubuntu
- GpuHangFrequency: This is the first time
- GraphicsCard:
-  NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA 
controller])
-Subsystem: Hewlett-Packard Company GT218 [NVS 300] [103c:0862]
- InstallationDate: Installed on 2019-02-20 (1 days ago)
- InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
- MachineType: Gigabyte Technology Co., Ltd. G31M-ES2L
- ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
- ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-15-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
- SourcePackage: xorg
- Symptom: display
- Title: Xorg freeze
- UpgradeStatus: No upgrade log present (probably fresh install)
- dmi.bios.date: 02/24/2010
- dmi.bios.vendor: Award Software International, Inc.
- dmi.bios.version: FG
- dmi.board.name: G31M-ES2L
- dmi.board.vendor: Gigabyte Technology Co., Ltd.
- dmi.board.version: x.x
- dmi.chassis.type: 3
- dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
- dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFG:bd02/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
- dmi.product.name: G31M-ES2L
- dmi.sys.vendor: Gigabyte Technology Co., Ltd.
- version.compiz: compiz N/A
- version.libdrm2: libdrm2 2.4.95-1~18.04.1
- version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
- version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
- 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

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

Title:
  Xorg freeze

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

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

[Bug 1817222] Re: [nouveau] Xorg freeze

2019-02-22 Thread Ramiro Caamano
** Description changed:

  Update 22/2/2019 Hi again , logged in to my computer today and noted the
  driver was not set to nvidia the selection option was on xorg driver and
  would not change this would revert after selection. Attempted changing
  driver as user and also as admin no effect.  Did a manual update via
  terminal of all drivers '34 approximately' and then software updater
  allowed the selection of nvidia display driver. I mention this as I
  posted yesterday that I had selected nvidia driver and found the same
  issue, based on today's finding this may have been factually incorrect
  and maybe the two crashes occurred while using xorg driver.
  
  21/2/2019
  I have selected the NVIDIA driver instead and can report the same problem - 
screen frozen one internet page open no other programs. Using Firefox as per 
original install, each time this freeze has occurred only when connected to 
wireless network and using the internet. So this is an update to the original 
logged error report.
  
  Have been using Ubuntu online/offline for occasional browsing or offline
  use since installation and no issues.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
- Package: xorg 1:7.7+19ubuntu7.1
- ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
- Uname: Linux 4.18.0-15-generic x86_64
- ApportVersion: 2.20.9-0ubuntu7.5
- Architecture: amd64
- BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
- CompositorRunning: None
- CurrentDesktop: ubuntu:GNOME
- Date: Thu Feb 21 21:49:33 2019
- DistUpgraded: Fresh install
- DistroCodename: bionic
- DistroVariant: ubuntu
- ExtraDebuggingInterest: No
- GpuHangFrequency: Very infrequently
- GraphicsCard:
-  NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA 
controller])
-    Subsystem: Hewlett-Packard Company GT218 [NVS 300] [103c:0862]
- InstallationDate: Installed on 2019-02-20 (1 days ago)
- InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
- MachineType: Gigabyte Technology Co., Ltd. G31M-ES2L
- ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
- ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-15-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
- SourcePackage: xorg
- Symptom: display
- Title: Xorg freeze
- UpgradeStatus: No upgrade log present (probably fresh install)
- dmi.bios.date: 02/24/2010
- dmi.bios.vendor: Award Software International, Inc.
- dmi.bios.version: FG
- dmi.board.name: G31M-ES2L
- dmi.board.vendor: Gigabyte Technology Co., Ltd.
- dmi.board.version: x.x
- dmi.chassis.type: 3
- dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
- dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFG:bd02/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
- dmi.product.name: G31M-ES2L
- dmi.sys.vendor: Gigabyte Technology Co., Ltd.
- version.compiz: compiz N/A
- version.libdrm2: libdrm2 2.4.95-1~18.04.1
- version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
- version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
- 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

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

Title:
  [nouveau] Xorg freeze

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

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

[Bug 1817222] Re: [nouveau] Xorg freeze

2019-02-22 Thread Ramiro Caamano
** Description changed:

- I have selected the NVIDIA driver instead and can report the same
- problem - screen frozen one internet page open no other programs. Using
- Firefox as per original install, each time this freeze has occurred only
- when connected to wireless network and using the internet. So this is an
- update to the original logged error report.
+ Update 22/2/2019 Hi again , logged in to my computer today and noted the
+ driver was not set to nvidia the selection option was on xorg driver and
+ would not change this would revert after selection. Attempted changing
+ driver as user and also as admin no effect.  Did a manual update via
+ terminal of all drivers '34 approximately' and then software updater
+ allowed the selection of nvidia display driver. I mention this as I
+ posted yesterday that I had selected nvidia driver and found the same
+ issue, based on today's finding this may have been factually incorrect
+ and maybe the two crashes occurred while using xorg driver.
+ 
+ 21/2/2019
+ I have selected the NVIDIA driver instead and can report the same problem - 
screen frozen one internet page open no other programs. Using Firefox as per 
original install, each time this freeze has occurred only when connected to 
wireless network and using the internet. So this is an update to the original 
logged error report.
  
  Have been using Ubuntu online/offline for occasional browsing or offline
  use since installation and no issues.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Feb 21 21:49:33 2019
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GpuHangFrequency: Very infrequently
  GraphicsCard:
-  NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA 
controller])
-Subsystem: Hewlett-Packard Company GT218 [NVS 300] [103c:0862]
+  NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA 
controller])
+    Subsystem: Hewlett-Packard Company GT218 [NVS 300] [103c:0862]
  InstallationDate: Installed on 2019-02-20 (1 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: Gigabyte Technology Co., Ltd. G31M-ES2L
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-15-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/24/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: FG
  dmi.board.name: G31M-ES2L
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFG:bd02/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G31M-ES2L
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.95-1~18.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
  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

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

Title:
  [nouveau] Xorg freeze

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

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

[Bug 1817222] [NEW] Xorg freeze

2019-02-21 Thread Ramiro Caamano
Public bug reported:

I have selected the NVIDIA driver instead and can report the same
problem - screen frozen one internet page open no other programs. Using
Firefox as per original install, each time this freeze has occurred only
when connected to wireless network and using the internet. So this is an
update to the original logged error report.

Have been using Ubuntu online/offline for occasional browsing or offline
use since installation and no issues.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Feb 21 21:49:33 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GpuHangFrequency: Very infrequently
GraphicsCard:
 NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company GT218 [NVS 300] [103c:0862]
InstallationDate: Installed on 2019-02-20 (1 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
MachineType: Gigabyte Technology Co., Ltd. G31M-ES2L
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-15-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FG
dmi.board.name: G31M-ES2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFG:bd02/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G31M-ES2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.95-1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
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: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic freeze ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1817216] Re: Xorg freeze

2019-02-21 Thread Ramiro Caamano
** Information type changed from Public to Public Security

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

Title:
  Xorg freeze

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

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

[Bug 1817216] [NEW] Xorg freeze

2019-02-21 Thread Ramiro Caamano
*** This bug is a security vulnerability ***

Public security bug reported:

Hi just wanted to report in addition I had two webpages open no other programs 
running. 
The webpages were youtube and msn when the page froze - the cursor/mouse did 
not respond and the keyboard was locked.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Feb 21 20:58:48 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
GpuHangFrequency: This is the first time
GraphicsCard:
 NVIDIA Corporation GT218 [NVS 300] [10de:10d8] (rev a2) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company GT218 [NVS 300] [103c:0862]
InstallationDate: Installed on 2019-02-20 (1 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
MachineType: Gigabyte Technology Co., Ltd. G31M-ES2L
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.18.0-15-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2010
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: FG
dmi.board.name: G31M-ES2L
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFG:bd02/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnG31M-ES2L:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG31M-ES2L:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G31M-ES2L
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.95-1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.2.2-0ubuntu1~18.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 18.2.2-0ubuntu1~18.04.2
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: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic freeze ubuntu

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

Title:
  Xorg freeze

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

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

[Bug 1811547] [NEW] package grub-efi-amd64-signed 1.93.10+2.02-2ubuntu8.9 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2019-01-12 Thread Ramiro Alberto Giandinoto
Public bug reported:

hay paquetes que no se configuran con la actualización oficial del
sistema.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: grub-efi-amd64-signed 1.93.10+2.02-2ubuntu8.9
ProcVersionSignature: Ubuntu 4.15.0-42.45-generic 4.15.18
Uname: Linux 4.15.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
AptOrdering:
 linux-modules-extra-4.15.0-23-generic:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Jan  3 15:36:41 2019
ErrorMessage: problemas de dependencias - se deja sin configurar
InstallationDate: Installed on 2018-06-04 (222 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.93.10+2.02-2ubuntu8.9 failed to 
install/upgrade: problemas de dependencias - se deja sin configurar
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package grub-efi-amd64-signed 1.93.10+2.02-2ubuntu8.9 failed to
  install/upgrade: problemas de dependencias - se deja sin configurar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1811547/+subscriptions

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

[Bug 1706469] [NEW] package ardour3 3.5.403~dfsg-3~ubuntu14.04.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2017-07-25 Thread Ramiro Capdevila
Public bug reported:

ryrt5rt

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: ardour3 3.5.403~dfsg-3~ubuntu14.04.1
ProcVersionSignature: Ubuntu 3.16.0-77.99~14.04.1-generic 3.16.7-ckt27
Uname: Linux 3.16.0-77-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.25
Architecture: amd64
Date: Sat Jul 22 07:16:57 2017
DuplicateSignature: package:ardour3:3.5.403~dfsg-3~ubuntu14.04.1:package is in 
a very bad inconsistent state; you should  reinstall it before attempting 
configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2015-06-08 (778 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.17
SourcePackage: ardour3
Title: package ardour3 3.5.403~dfsg-3~ubuntu14.04.1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: Upgraded to trusty on 2017-06-03 (52 days ago)
modified.conffile..etc.ardour3.ardour.menus: [deleted]
modified.conffile..etc.ardour3.ardour.system.rc: [deleted]
modified.conffile..etc.ardour3.ardour3.ui.dark.rc: [deleted]
modified.conffile..etc.ardour3.ardour3.ui.default.conf: [deleted]
modified.conffile..etc.ardour3.ardour3.ui.light.rc: [deleted]
modified.conffile..etc.ardour3.export.CD.format: [deleted]
modified.conffile..etc.ardour3.mixer.bindings: [deleted]
modified.conffile..etc.ardour3.mnemonic.us.bindings: [deleted]
modified.conffile..etc.ardour3.step.editing.bindings: [deleted]

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


** Tags: amd64 apport-package trusty

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

Title:
  package ardour3 3.5.403~dfsg-3~ubuntu14.04.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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


[Bug 1574162] Re: qrtools.py calls tostring() instead of tobytes()

2017-07-01 Thread Ramiro Algozino
*** This bug is a duplicate of bug 1503759 ***
https://bugs.launchpad.net/bugs/1503759

** This bug has been marked a duplicate of bug 1503759
   method doesn't work

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

Title:
  qrtools.py calls tostring() instead of tobytes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/qr-tools/+bug/1574162/+subscriptions

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


Re: [Bug 1574162] Re: qrtools.py calls tostring() instead of tobytes()

2017-06-30 Thread Ramiro Algozino
This has been fixed a while ago in the daily PPA package. Sadly there's no
maintainer for the Debian / Ubuntu's official repositories

El 30 jun. 2017 21:15, "cub" <1574...@bugs.launchpad.net> escribió:

> Apparently nobody uses qtqr (not even the developers); otherwise this
> bug wouldn't have been ignored for over a year.
>
> How do I petition to get this broken package removed from the
> distribution?
>
> --
> You received this bug notification because you are a member of QR Tools
> Team, which is subscribed to QR Tools.
> https://bugs.launchpad.net/bugs/1574162
>
> Title:
>   qrtools.py calls tostring() instead of tobytes()
>
> Status in QR Tools:
>   New
> Status in python-qrtools package in Ubuntu:
>   New
>
> Bug description:
>   The bug is exposed by the program qtqr, but the root cause is an
>   apparent mismatch between python-qrtools and python-pil that can be
>   fixed with a one-line patch to qrtools.py in python-qrtools.
>
>   Below I've given the output of enough commands to fully reproduce my
>   setup. You can use xxd -r to create the same PNG that I used, or you
>   can make your own with qtqr (it won't matter).
>
>
>   $ uname -prs
>   Linux 4.4.0-21-generic x86_64
>
>
>   $ lsb_release -rd
>   Description:  Ubuntu 16.04 LTS
>   Release:  16.04
>
>
>   # This is a test QR code that I created with qtqr; as seen below, the
> content is just "test".
>   $ xxd test.png
>   : 8950 4e47 0d0a 1a0a  000d 4948 4452  .PNGIHDR
>   0010:  0057  0057 0103  004b 064b  ...W...W.K.K
>   0020: 2f00  0650 4c54 4500   ffa5  /PLTE...
>   0030: d99f dd00  0274 524e 53ff ffc8 b5df  ...tRNS.
>   0040: c700  0970 4859 7300 000b 1200 000b  .pHYs...
>   0050: 1201 d2dd 7efc  00ba 4944 4154 388d  ~.IDAT8.
>   0060: cdd3 3b0e c320 0c00 5057 1db2 e504 96b8  ..;.. ..PW..
>   0070: 86b7 5c89 5c20 a827 e895 d87c 8d48 bd00  ..\.\ .'...|.H..
>   0080: 6c0c 48ae 53a5 c942 ccd8 7a7a 832d 7f10  l.H.S..B..zz.-..
>   0090: 2067 c05f 3801 2c84 00ce 7096 ba40 0d62   g._8.,...p..@.b
>   00a0: 3aa2 27f4 43c7 0bd5 ae03 63c7 a24d f198  :.'.C.c..M..
>   00b0: a169 9d7f e673 97a6 3512 b9e3 264d a701  .i...s..5...&M..
>   00c0: 00d6 c096 85ef 4fae e367 b62b e758 03bb  ..O..g.+.X..
>   00d0: 3489 e5b2 adb0 e75f 3811 8e03 0289 618d  4.._8.a.
>   00e0: 5c5e 393a c37a 074f eb5e 7b61 6d3a c77b  \^9:.z.O.^{am:.{
>   00f0: fede b66d 7d5f 583d 751c b4a4 88ed 99dd  ...m}_X=u...
>   0100: 839d 654d e61a 8a18 dee6 9ff0 569c e15f  ..eMV.._
>   0110: fdb5 b6df 4296 b3b4 dc52 71ee    BRq.
>   0120: 4945 4e44 ae42 6082  IEND.B`.
>
>
>   $ apt-cache policy zbar-tools
>   zbar-tools:
> Installed: 0.10+doc-10ubuntu1
> Candidate: 0.10+doc-10ubuntu1
> Version table:
>*** 0.10+doc-10ubuntu1 500
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64
> Packages
>   100 /var/lib/dpkg/status
>
>   $ zbarimg test.png
>   QR-Code:test
>   scanned 1 barcode symbols from 1 images in 0.01 seconds
>
>
>   $ apt-cache policy qtqr
>   qtqr:
> Installed: 1.4~bzr21-1
> Candidate: 1.4~bzr21-1
> Version table:
>*** 1.4~bzr21-1 500
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64
> Packages
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386
> Packages
>   100 /var/lib/dpkg/status
>
>   $ qtqr
>
>
>   ### Manually select "Decode" and then "Decode from File" and choose
> test.png (or any PNG containing a QR code); the operation fails, and the
> following is printed on the console by qtqr:
>
>
>   /usr/lib/python2.7/dist-packages/PIL/Image.py:870: UserWarning: Palette
> images with Transparency   expressed in bytes should be converted to RGBA
> images
> 'to RGBA images')
>   Traceback (most recent call last):
> File "/usr/bin/qtqr", line 540, in decodeFile
>   if qr.decode():
> File "/usr/lib/python2.7/dist-packages/qrtools.py", line 181, in
> decode
>   raw = pil.tostring()
> File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 695, in
> tostring
>   "Please call tobytes() instead.")
>   Exception: tostring() has been removed. Please call tobytes() instead.
>
>
>   $ dpkg --search /usr/lib/python2.7/dist-packages/qrtools.py
>   python-qrtools: /usr/lib/python2.7/dist-packages/qrtools.py
>
>   $ apt-cache policy python-qrtools
>   python-qrtools:
> Installed: 1.4~bzr21-1
> Candidate: 1.4~bzr21-1
> Version table:
>*** 1.4~bzr21-1 500
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64
> Packages
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386
> Packages
>   100 /var/lib/dpkg/status
>
>
>   $ dpkg --search  /usr/lib/python2.7/dist-packages/PIL/Image.py
>   python-pil:amd64: /usr/lib/python2.7/dist-packages/PIL/Image.py
>
>   $

Re: [Bug 1379524] Re: 14e4:4365 Weak wifi signal

2017-05-11 Thread ramiro
Christopher,
I already add some bug and subscribe you to it
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1690138

Let me know if something is missing.

Thanks much.


Lic. Ramiro Musso

2017-05-07 5:43 GMT-03:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> ramiro, it will help immensely if you filed a new report with Ubuntu,
> using the default repository kernel (not mainline/upstream/3rd party) via a
> terminal:
> ubuntu-bug linux
>
> Please feel free to subscribe me to it.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1379524
>
> Title:
>   14e4:4365 Weak wifi signal
>
> Status in bcmwl package in Ubuntu:
>   Expired
>
> Bug description:
>   On a fresh install of Ubuntu 14.04 on my new HP Pavilion 15-020ng with
>   Broadcom BCM43142 hybrid wifi/bluetooth chipset the official driver
>   from Broadcom does not work correctly. On 2.4 GHz the wifi signal is
>   so low that the connection is interrupted on a regular basis (network
>   manager shows 26 Mb/s), other devices (notebook, tablet) do have a
>   normal signal at the same position and even this laptop has a good
>   signal with Windows 7 (Dual-Boot).
>
>   The exact device name:
>   08:00.0 Network controller [0280]: Broadcom Corporation BCM43142
> 802.11b/g/n [14e4:4365] (rev 01)
>
>   I am using the official wl driver that was installed by default, also
>   tried reinstalling via "sudo apt-get install bcmwl-kernel-source
>   --reinstall" without improvement and "sudo iwconfig wlan0 power off".
>   Also blacklisted b43, brcmsmac and bcma as suggested by "Linux
>   Wireless".
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2
>   ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
>   Uname: Linux 3.13.0-37-generic x86_64
>   NonfreeKernelModules: wl
>   ApportVersion: 2.14.1-0ubuntu3.5
>   Architecture: amd64
>   CurrentDesktop: Unity
>   Date: Thu Oct  9 23:04:07 2014
>   InstallationDate: Installed on 2014-09-27 (12 days ago)
>   InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64
> (20140722.2)
>   SourcePackage: bcmwl
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/
> 1379524/+subscriptions
>

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

Title:
  14e4:4365 Weak wifi signal

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

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


[Bug 1690138] [NEW] [14e4:4365] (rev 01) Slow and unstable WiFi signal.

2017-05-11 Thread ramiro
Public bug reported:

Hey guys, 
i'm having this issue with BCM43142 802.11b/g/n [14e4:4365] (rev 01) on Ubuntu 
16.04 LTS,
The WiFi connection have really slow signal, WiFi bars moves constantly,
It is also really unstable, i have to reconnect all the time.

The connection by cable works good, and also WiFi is working fine on other 
devises (computers and phones).
 
I have this issue for a couple of years now,
I'm new in this, i don't know to much about bug reporting, Sorry if something 
is wrong. 
Thanks

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-77-generic 4.4.0-77.98
ProcVersionSignature: Ubuntu 4.4.0-77.98-generic 4.4.59
Uname: Linux 4.4.0-77-generic x86_64
NonfreeKernelModules: nvidia_uvm wl nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ramiro 2258 F pulseaudio
 /dev/snd/controlC0:  ramiro 2258 F pulseaudio
CurrentDesktop: Unity
Date: Thu May 11 09:32:45 2017
HibernationDevice: RESUME=UUID=03160791-c9a1-46df-abdf-3d285a1c222b
InstallationDate: Installed on 2015-04-12 (760 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
MachineType: LENOVO 20292
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-77-generic 
root=UUID=5340c20f-48e6-409f-8f40-a18afa361162 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-77-generic N/A
 linux-backports-modules-4.4.0-77-generic  N/A
 linux-firmware1.157.8
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-05-08 (368 days ago)
dmi.bios.date: 04/04/2014
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DCN39WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: VIUU4
dmi.board.vendor: LENOVO
dmi.board.version: 31900059WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad Z410
dmi.modalias: 
dmi:bvnLENOVO:bvr8DCN39WW:bd04/04/2014:svnLENOVO:pn20292:pvrLenovoIdeaPadZ410:rvnLENOVO:rnVIUU4:rvr31900059WIN:cvnLENOVO:ct10:cvrLenovoIdeaPadZ410:
dmi.product.name: 20292
dmi.product.version: Lenovo IdeaPad Z410
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug xenial

** Package changed: linux (Ubuntu) => bcmwl (Ubuntu)

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

Title:
  [14e4:4365] (rev 01) Slow and unstable WiFi signal.

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

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


[Bug 1415880] Re: 14e4:4365 bcmwl-kernel source: fix for null pointer crash

2017-04-26 Thread ramiro
Hey guys, i have this issue for tree years now, 
i'm using 16.04 now, What should i do? the patch posted above seams not be 
working.

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

Title:
  14e4:4365 bcmwl-kernel source: fix for null pointer crash

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

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


[Bug 1379524] Re: 14e4:4365 Weak wifi signal

2017-04-25 Thread ramiro
Hey guys, i still having this issue, and i don't know how to solve it.
I have a Lenovo Ideapad Z410 with Ubuntu 16.04.
Mi wireless card is:

Devise:
name: 09:00.0 Network controller [0280]: Broadcom Corporation BCM43142 
802.11b/g/n [14e4:4365] (rev 01)
descripción: Interfaz inalámbrica
producto: BCM43142 802.11b/g/n
fabricante: Broadcom Corporation
driver: bcmwl-kernel-source 6.30.223.271 (r587334)

I see the same behavior, really low signal, and a lots of connections cuts, 
interruptions.
I tried the solution provided by Andre Bogus without success.
Please i need some help with it.

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

Title:
  14e4:4365 Weak wifi signal

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

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

[Bug 1671530] [NEW] Playback sound ONLY works after Resume from a Suspend

2017-03-09 Thread Ramiro Alba
Public bug reported:

I found by chance that output sound does not work UNLESS I Resume the
laptop from a previous Suspend. That seems nothing to do with graphical
system as I reproduced the same problem by stopping lightdm. That is,
booting the laptop into terminal black screen

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44
Uname: Linux 4.4.0-66-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  claraa 1854 F pulseaudio
CurrentDesktop: Unity
Date: Thu Mar  9 16:35:11 2017
InstallationDate: Installed on 2017-03-05 (3 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_Type: None of the above
Title: [SVS15112C5E, Realtek ALC275, Speaker, Internal] Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/13/2013
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: R1021C8
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR1021C8:bd03/13/2013:svnSonyCorporation:pnSVS15112C5E:pvrC60BNM15:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: SVS15112C5E
dmi.product.version: C60BNM15
dmi.sys.vendor: Sony Corporation

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


** Tags: amd64 apport-bug xenial

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

Title:
  Playback sound ONLY works after Resume from a Suspend

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

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


[Bug 1660064] Re: package libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1 failed to install/upgrade: package libpython3.5-minimal:amd64 is already installed and configured

2017-01-28 Thread Ramiro Arias
You are correct, it is a fresh install. I installed Ubuntu 16.04.1 15
minutes ago.

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

Title:
  package libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1 failed to
  install/upgrade: package libpython3.5-minimal:amd64 is already
  installed and configured

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

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


[Bug 1660064] [NEW] package libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1 failed to install/upgrade: package libpython3.5-minimal:amd64 is already installed and configured

2017-01-28 Thread Ramiro Arias
Public bug reported:

I went to All Settings > Language Support. I just installed a new
keyboard (my current one is English US International) and installed
Russian. The system asked me to update the Language Support. In the
middle of that process the problem occurred.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.4
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 600:0:116:263846:2017-01-28 13:43:20.800824642 -0500:2017-01-28 
13:43:21.800824642 -0500:/var/crash/libpython3.5-minimal:amd64.0.crash
 600:0:116:263821:2017-01-28 13:43:21.788845196 -0500:2017-01-28 
13:43:21.473389225 -0500:/var/crash/libssl1.0.0:amd64.0.crash
 600:0:116:263828:2017-01-28 13:43:21.808810763 -0500:2017-01-28 
13:43:21.800824536 -0500:/var/crash/python3.5-minimal.0.crash
Date: Sat Jan 28 13:43:21 2017
DuplicateSignature:
 package:libpython3.5-minimal:amd64:3.5.2-2ubuntu0~16.04.1
 Unpacking thunderbird-locale-en-gb (1:45.7.0+build1-0ubuntu0.16.04.1) ...
 dpkg: error processing package libssl1.0.0:amd64 (--configure):
  package libssl1.0.0:amd64 is already installed and configured
ErrorMessage: package libpython3.5-minimal:amd64 is already installed and 
configured
InstallationDate: Installed on 2017-01-28 (0 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.15ubuntu0.2
SourcePackage: dpkg
Title: package libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1 failed to 
install/upgrade: package libpython3.5-minimal:amd64 is already installed and 
configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package xenial

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

Title:
  package libpython3.5-minimal:amd64 3.5.2-2ubuntu0~16.04.1 failed to
  install/upgrade: package libpython3.5-minimal:amd64 is already
  installed and configured

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

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


[Bug 1589965] Re: Reading QR codes from file fails due to "Exception: tostring() has been removed. Please call tobytes() instead."

2016-09-22 Thread Ramiro Algozino
This has already been fixed in the revision 23, available in the daily
ppa:

http://bazaar.launchpad.net/~qr-tools-developers/qr-
tools/trunk/revision/23

** Changed in: qr-tools (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: qr-tools
   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/1589965

Title:
  Reading QR codes from file fails due to "Exception: tostring() has
  been removed. Please call tobytes() instead."

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

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


[Bug 1591786] [NEW] boot freeze

2016-06-12 Thread Ramiro Gallardo
Public bug reported:

When I try to lift the system at boot time, the screen freezes and the attached 
image appears.
The system is reset, when I click the 

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

** Attachment added: "IMG_20160612_192753.jpg"
   
https://bugs.launchpad.net/bugs/1591786/+attachment/4682460/+files/IMG_20160612_192753.jpg

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

Title:
  boot freeze

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

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


[Bug 1535060] [NEW] package websvn 2.3.3-1.1+deb7u1build0.14.04.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2016-01-17 Thread Ramiro Guillermo Reyes Brockmann
Public bug reported:

No more information.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: websvn 2.3.3-1.1+deb7u1build0.14.04.1
ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
Uname: Linux 3.13.0-74-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jan 17 05:09:22 2016
InstallationDate: Installed on 2015-09-29 (109 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
PackageArchitecture: all
SourcePackage: websvn
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  package websvn 2.3.3-1.1+deb7u1build0.14.04.1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

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

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

[Bug 1471387] Re: Webalizer shows only 2 months on summary page

2015-09-14 Thread Ramiro
shows only 2 months, we have updated the latest version

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty


** Attachment added: "webalizer.PNG"
   
https://bugs.launchpad.net/ubuntu/+source/webalizer/+bug/1471387/+attachment/4464129/+files/webalizer.PNG

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

Title:
  Webalizer shows only 2 months on summary page

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2015-06-06 Thread Ramiro Morales
D'oh.  I can't close this issue I opened, at least not using a sane
reason/status.

Feel free to do it yourself.

Thanks

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2015-06-06 Thread Ramiro Morales
I'm closing this one because:

The 2014 Thinkpad Edge E440 and E540 models both identify their trackpad
with the same pnp ID LEN2006 but they have different logical sizes.

The synaptics driver in kernel 3.x is unable to tell them apart and a
patch which makes the kernel to assume the system is a E540 has been
already applied and clashes with the pones proposed here.

The driver shortcoming is fixed in Linux 4.0 but the infrastructure in
the synaptics driver has been totally revamped in a way which IMHO has
no chances to be backported to 3.x

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2015-02-10 Thread Ramiro Varandas Jr
- Updating -

The problem came back today - the VM was running OK for more than 72
hours - and then the connectivity with the gateway was lost again.

Looking Martin's post #132, I was seeing some packets being dropped by
being incorrect. Applied the ethtool fix and also changed the driver to
e1000 and going to monitor it.

After applying the ethtool patch, I got no more dropped packets with
incorrect checksum.

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

Title:
  KVM images lose connectivity with bridged network

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2015-02-09 Thread Ramiro Varandas Jr
If this problem is related to this one -
https://bugs.launchpad.net/ubuntu/+source/qemu-
kvm/+bug/1325560?comments=all - then upgrading the kernel should fix it.

In my case I'm using Ubuntu 14.04 with kernel 3.13 and after upgrading
to kernel 3.16, no more connectivity problems.

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

Title:
  KVM images lose connectivity with bridged network

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

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


[Bug 1325560] Re: kvm virtio netdevs lose network connectivity under "enough" load

2015-02-09 Thread Ramiro Varandas Jr
*** This bug is a duplicate of bug 1346917 ***
https://bugs.launchpad.net/bugs/1346917

I'm using Ubuntu 14.04.1 and was using kernel 3.13 and after upgraded to
3.16, no more problems.

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

Title:
  kvm virtio netdevs lose network connectivity under "enough" load

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

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


[Bug 707237] Re: package virtualbox-ose-dkms .. failed to install/upgrade: virtualbox-ose kernel module failed to build [stack protector enabled but no compiler support; gcc: Command not found]

2014-12-07 Thread Ramiro Arias
I am using Ubuntu 12.04.5 64-bit kernel Linux 3.11.0-26. Virtual Box was
working nicely and all of sudden, I think it was after installing kernel
3.11.0-40 it is not woking anymore.

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

Title:
  package virtualbox-ose-dkms .. failed to install/upgrade: virtualbox-
  ose kernel module failed to build [stack protector enabled but no
  compiler support; gcc: Command not found]

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-24 Thread Ramiro Morales
** Description changed:

  This a request to get a quirk added upstream for the Synaptics ClickPad
  (buttonless trackpad) of the Lenovo Edge E440 to the synaptics kernel
  driver so the right coordinates for the surface corners are reported and
  the pointer functionality is correct.
  
  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
- 
- $ apt-cache policy xserver-xorg-input-synaptics
- xserver-xorg-input-synaptics:
-   Installed: 1.8.1-1ubuntu2~trusty1
-   Candidate: 1.8.1-1ubuntu2~trusty1
-   Version table:
-  *** 1.8.1-1ubuntu2~trusty1 0
- 500 http://ppa.launchpad.net/aglasgall/synaptics/ubuntu/ trusty/main 
amd64 Packages
- 100 /var/lib/dpkg/status
-  1.7.4-0ubuntu1 0
- 500 http://ar.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
- 
- Yes, I'm using a newer version from ppa:aglasgall/synaptics
- (https://launchpad.net/~aglasgall/+archive/ubuntu/synaptics) but this is
- irrelevant to the issue as it hasn't been solved upstream yet.
  
  $ cat /sys/class/dmi/id/product_version
  ThinkPad Edge E440
  
  $ cat /sys/devices/pnp0/*/id
  PNP0c01
  PNP0c02
  PNP0103
  PNP0200
  PNP0800
  PNP0c04
  PNP0b00
  LEN0071
  PNP0303
  LEN2006
  PNP0f13
  SMO1200
  PNP0c31
  
  $ dmesg | grep -i synaptics
  [3.757743] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 
0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2691, fw id: 1494646
  [3.757746] psmouse serio1: synaptics: serio: Synaptics pass-through port 
at isa0060/serio1/input0
  [3.804025] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input4
  
  $ sudo ./touchpad-edge-detector /dev/input/event3
  Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event3
  Move one finger around the touchpad to detect the actual edges
  Kernel says:  x [1472..5044], y [1408..3398]
  Touchpad sends:   x [1024..5045], y [2457..4832] /^C
  
  I will be attaching a patch tomorrow.
  
  Similar changes have been requested for other Thinkpad models also
  shipping these new ClikcPads, via other distributions' bug trackers,
- forwarded upstream, and succesfully incorporated in mainstream kernel
+ forwarded upstream, and successfully incorporated in mainstream kernel
  code. See e.g.
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1114768 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e76aed9da7189eeb41b9856552ce5721181e8e8d
  
  https://bugzilla.opensuse.org/show_bug.cgi?id=903748 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e4742b1e786ca386e88e6cfb2801e14e15e365cd
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1096436 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=0b5fe736fe923f1f5e05413878d5990e92ffbdf5
  
  Thanks.
- --- 
+ ---
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  ramiro 2285 F pulseaudio
-  /dev/snd/controlC0:  ramiro 2285 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ramiro 2285 F pulseaudio
+  /dev/snd/controlC0:  ramiro 2285 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=e05d02a5-1ae0-4306-a2c1-41785992e9a8
  InstallationDate: Installed on 2014-07-05 (140 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  MachineType: LENOVO 20C5A03CAC
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=2ee8855d-0441-4ebf-9fbc-c2ca1e16fe80 ro quiet splash 
acpi_backlight=vendor i915.disable_power_well=0 vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-39-generic N/A
-  linux-backports-modules-3.13.0-39-generic  N/A
-  linux-firmware 1.127.8
+  linux-restricted-modules-3.13.0-39-generic N/A
+  linux-backports-modules-3.13.0-39-generic  N/A
+  linux-firmware 1.127.8
  Tags:  trusty
  Uname: Linux 3.13.0-39-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/14/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: J9ET96WW (2.16 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20C5A03CAC
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvrJ9ET96WW(2.16):bd10/14/2014:svnLENOVO:pn20C5A03CAC:pvrThinkPadEdgeE440:rvnLENOVO:rn20C5A03CAC:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvai

[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-24 Thread Ramiro Morales
No, I haven't submitted this upstream.

I though the channel to get this upstreamed will be the bug tracker of
the Linux distribution I'm using.

What lead me to are the links I included in the report above: Users of
Fedora and Opensuse reported similar quirks table additions via these
distributions and got the fixes they proposed  in the Linux tree,

I can try to submit this to the kernel maintainers tree instead, if
that's the correct way.

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-22 Thread Ramiro Morales
** Patch added: "Patch for synaptics kernel driver code as present in Linux 
3.13.x 14.04 LTS Ubuntu tree"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1395243/+attachment/4265938/+files/trusty.diff

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-22 Thread Ramiro Morales
** Patch added: "Patch for kernel code as of now"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1395243/+attachment/4265937/+files/master.diff

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-22 Thread Ramiro Morales
** 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/1395243

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] PulseList.txt

2014-11-22 Thread Ramiro Morales
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1395243/+attachment/4265704/+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/1395243

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] ProcCpuinfo.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] RfKill.txt

2014-11-22 Thread Ramiro Morales
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1395243/+attachment/4265705/+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/1395243

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] WifiSyslog.txt

2014-11-22 Thread Ramiro Morales
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1395243/+attachment/4265708/+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/1395243

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] ProcModules.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Lsusb.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] ProcEnviron.txt

2014-11-22 Thread Ramiro Morales
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1395243/+attachment/4265701/+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/1395243

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] UdevDb.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] ProcInterrupts.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] UdevLog.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Lspci.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-22 Thread Ramiro Morales
apport information

** Tags added: apport-collected

** Description changed:

  This a request to get a quirk added upstream for the Synaptics ClickPad
  (buttonless trackpad) of the Lenovo Edge E440 to the synaptics kernel
  driver so the right coordinates for the surface corners are reported and
  the pointer functionality is correct.
  
  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  $ apt-cache policy xserver-xorg-input-synaptics
  xserver-xorg-input-synaptics:
    Installed: 1.8.1-1ubuntu2~trusty1
    Candidate: 1.8.1-1ubuntu2~trusty1
    Version table:
   *** 1.8.1-1ubuntu2~trusty1 0
  500 http://ppa.launchpad.net/aglasgall/synaptics/ubuntu/ trusty/main 
amd64 Packages
  100 /var/lib/dpkg/status
   1.7.4-0ubuntu1 0
  500 http://ar.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  Yes, I'm using a newer version from ppa:aglasgall/synaptics
  (https://launchpad.net/~aglasgall/+archive/ubuntu/synaptics) but this is
  irrelevant to the issue as it hasn't been solved upstream yet.
  
  $ cat /sys/class/dmi/id/product_version
  ThinkPad Edge E440
  
  $ cat /sys/devices/pnp0/*/id
  PNP0c01
  PNP0c02
  PNP0103
  PNP0200
  PNP0800
  PNP0c04
  PNP0b00
  LEN0071
  PNP0303
  LEN2006
  PNP0f13
  SMO1200
  PNP0c31
  
  $ dmesg | grep -i synaptics
  [3.757743] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 
0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2691, fw id: 1494646
  [3.757746] psmouse serio1: synaptics: serio: Synaptics pass-through port 
at isa0060/serio1/input0
  [3.804025] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input4
  
  $ sudo ./touchpad-edge-detector /dev/input/event3
  Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event3
  Move one finger around the touchpad to detect the actual edges
  Kernel says:  x [1472..5044], y [1408..3398]
  Touchpad sends:   x [1024..5045], y [2457..4832] /^C
  
  I will be attaching a patch tomorrow.
  
  Similar changes have been requested for other Thinkpad models also
  shipping these new ClikcPads, via other distributions' bug trackers,
  forwarded upstream, and succesfully incorporated in mainstream kernel
  code. See e.g.
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1114768 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e76aed9da7189eeb41b9856552ce5721181e8e8d
  
  https://bugzilla.opensuse.org/show_bug.cgi?id=903748 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e4742b1e786ca386e88e6cfb2801e14e15e365cd
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1096436 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=0b5fe736fe923f1f5e05413878d5990e92ffbdf5
  
  Thanks.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ramiro 2285 F pulseaudio
+  /dev/snd/controlC0:  ramiro 2285 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=e05d02a5-1ae0-4306-a2c1-41785992e9a8
+ InstallationDate: Installed on 2014-07-05 (140 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
+ MachineType: LENOVO 20C5A03CAC
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=2ee8855d-0441-4ebf-9fbc-c2ca1e16fe80 ro quiet splash 
acpi_backlight=vendor i915.disable_power_well=0 vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-39-generic N/A
+  linux-backports-modules-3.13.0-39-generic  N/A
+  linux-firmware 1.127.8
+ Tags:  trusty
+ Uname: Linux 3.13.0-39-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/14/2014
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: J9ET96WW (2.16 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20C5A03CAC
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Available
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Not Available
+ dmi.modalias: 
dmi:bvnLENOVO:bvrJ9ET96WW(2.16):bd10/14/2014:svnLENOVO:pn20C5A03CAC:pvrThinkPadEdgeE440:rvnLENOVO:rn20C5A03CAC:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
+ dmi.product.name: 20C5A03CAC
+ dmi.product.version: ThinkPad Edge E440
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1395243/+attachment/4265693/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, w

[Bug 1395243] IwConfig.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] CurrentDmesg.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] BootDmesg.txt

2014-11-22 Thread Ramiro Morales
apport information

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] CRDA.txt

2014-11-22 Thread Ramiro Morales
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1395243/+attachment/4265695/+files/CRDA.txt

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-21 Thread Ramiro Morales
Sorry for the noise, reassignign to 'linux' as this is related to the
kernel synaptics driver.

** Package changed: xserver-xorg-input-synaptics (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/1395243

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

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

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


[Bug 1395243] Re: Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-21 Thread Ramiro Morales
** Description changed:

- This a request to get a quirk added upstream for the Synaptics trackpad
- of the Lenovo Edge E440 to the synaptics kernel driver so the right
- coordinates for the surface corners are reported and so the pointer
- functionality is correct.
+ This a request to get a quirk added upstream for the Synaptics ClickPad
+ (buttonless trackpad) of the Lenovo Edge E440 to the synaptics kernel
+ driver so the right coordinates for the surface corners are reported and
+ the pointer functionality is correct.
  
  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  $ apt-cache policy xserver-xorg-input-synaptics
  xserver-xorg-input-synaptics:
    Installed: 1.8.1-1ubuntu2~trusty1
    Candidate: 1.8.1-1ubuntu2~trusty1
    Version table:
   *** 1.8.1-1ubuntu2~trusty1 0
  500 http://ppa.launchpad.net/aglasgall/synaptics/ubuntu/ trusty/main 
amd64 Packages
  100 /var/lib/dpkg/status
   1.7.4-0ubuntu1 0
  500 http://ar.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  Yes, I'm using a newer version from ppa:aglasgall/synaptics
  (https://launchpad.net/~aglasgall/+archive/ubuntu/synaptics) but this is
  irrelevant to the issue as it hasn't been solved upstream yet.
  
  $ cat /sys/class/dmi/id/product_version
  ThinkPad Edge E440
  
  $ cat /sys/devices/pnp0/*/id
  PNP0c01
  PNP0c02
  PNP0103
  PNP0200
  PNP0800
  PNP0c04
  PNP0b00
  LEN0071
  PNP0303
  LEN2006
  PNP0f13
  SMO1200
  PNP0c31
  
  $ dmesg | grep -i synaptics
  [3.757743] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 
0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2691, fw id: 1494646
  [3.757746] psmouse serio1: synaptics: serio: Synaptics pass-through port 
at isa0060/serio1/input0
  [3.804025] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input4
  
  $ sudo ./touchpad-edge-detector /dev/input/event3
  Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event3
  Move one finger around the touchpad to detect the actual edges
  Kernel says:  x [1472..5044], y [1408..3398]
  Touchpad sends:   x [1024..5045], y [2457..4832] /^C
  
  I will be attaching a patch tomorrow.
  
  Similar changes have been requested for other Thinkpad models also
- shipping these new Trackpads, via other  distributions' bug trackers,
+ shipping these new ClikcPads, via other distributions' bug trackers,
  forwarded upstream, and succesfully incorporated in mainstream kernel
  code. See e.g.
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1114768 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e76aed9da7189eeb41b9856552ce5721181e8e8d
  
  https://bugzilla.opensuse.org/show_bug.cgi?id=903748 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e4742b1e786ca386e88e6cfb2801e14e15e365cd
  
  https://bugzilla.redhat.com/show_bug.cgi?id=1096436 and
  
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=0b5fe736fe923f1f5e05413878d5990e92ffbdf5
  
  Thanks.

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

Title:
  Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge
  E440)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1395243/+subscriptions

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

[Bug 1395243] [NEW] Please add min/max quirk for pnp-id LEN2006 (Lenovo Thinkpad Edge E440)

2014-11-21 Thread Ramiro Morales
Public bug reported:

This a request to get a quirk added upstream for the Synaptics trackpad
of the Lenovo Edge E440 to the synaptics kernel driver so the right
coordinates for the surface corners are reported and so the pointer
functionality is correct.

$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

$ apt-cache policy xserver-xorg-input-synaptics
xserver-xorg-input-synaptics:
  Installed: 1.8.1-1ubuntu2~trusty1
  Candidate: 1.8.1-1ubuntu2~trusty1
  Version table:
 *** 1.8.1-1ubuntu2~trusty1 0
500 http://ppa.launchpad.net/aglasgall/synaptics/ubuntu/ trusty/main 
amd64 Packages
100 /var/lib/dpkg/status
 1.7.4-0ubuntu1 0
500 http://ar.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Yes, I'm using a newer version from ppa:aglasgall/synaptics
(https://launchpad.net/~aglasgall/+archive/ubuntu/synaptics) but this is
irrelevant to the issue as it hasn't been solved upstream yet.

$ cat /sys/class/dmi/id/product_version
ThinkPad Edge E440

$ cat /sys/devices/pnp0/*/id
PNP0c01
PNP0c02
PNP0103
PNP0200
PNP0800
PNP0c04
PNP0b00
LEN0071
PNP0303
LEN2006
PNP0f13
SMO1200
PNP0c31

$ dmesg | grep -i synaptics
[3.757743] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 
0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2691, fw id: 1494646
[3.757746] psmouse serio1: synaptics: serio: Synaptics pass-through port at 
isa0060/serio1/input0
[3.804025] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input4

$ sudo ./touchpad-edge-detector /dev/input/event3
Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event3
Move one finger around the touchpad to detect the actual edges
Kernel says:  x [1472..5044], y [1408..3398]
Touchpad sends:   x [1024..5045], y [2457..4832] /^C

I will be attaching a patch tomorrow.

Similar changes have been requested for other Thinkpad models also
shipping these new Trackpads, via other  distributions' bug trackers,
forwarded upstream, and succesfully incorporated in mainstream kernel
code. See e.g.

https://bugzilla.redhat.com/show_bug.cgi?id=1114768 and
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e76aed9da7189eeb41b9856552ce5721181e8e8d

https://bugzilla.opensuse.org/show_bug.cgi?id=903748 and
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=e4742b1e786ca386e88e6cfb2801e14e15e365cd

https://bugzilla.redhat.com/show_bug.cgi?id=1096436 and
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/input/mouse/synaptics.c?id=0b5fe736fe923f1f5e05413878d5990e92ffbdf5

Thanks.

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: e440 lenovo synaptics thinkpad trackpad

** Description changed:

  This a request to get a quirk added upstream for the Synaptics trackpad
  of the Lenovo Edge E440 to the synaptics kernel driver so the right
  coordinates for the surface corners are reported and so the pointer
  functionality is correct.
  
  $ lsb_release -rd
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  
  $ apt-cache policy xserver-xorg-input-synaptics
  xserver-xorg-input-synaptics:
-   Installed: 1.8.1-1ubuntu2~trusty1
-   Candidate: 1.8.1-1ubuntu2~trusty1
-   Version table:
-  *** 1.8.1-1ubuntu2~trusty1 0
- 500 http://ppa.launchpad.net/aglasgall/synaptics/ubuntu/ trusty/main 
amd64 Packages
- 100 /var/lib/dpkg/status
-  1.7.4-0ubuntu1 0
- 500 http://ar.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+   Installed: 1.8.1-1ubuntu2~trusty1
+   Candidate: 1.8.1-1ubuntu2~trusty1
+   Version table:
+  *** 1.8.1-1ubuntu2~trusty1 0
+ 500 http://ppa.launchpad.net/aglasgall/synaptics/ubuntu/ trusty/main 
amd64 Packages
+ 100 /var/lib/dpkg/status
+  1.7.4-0ubuntu1 0
+ 500 http://ar.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  
  Yes, I'm using a newer version from ppa:aglasgall/synaptics
  (https://launchpad.net/~aglasgall/+archive/ubuntu/synaptics) but this is
  irrelevant to the issue as it hasn't been solved upstream yet.
  
- $ cat /sys/class/dmi/id/product_version 
+ $ cat /sys/class/dmi/id/product_version
  ThinkPad Edge E440
  
  $ cat /sys/devices/pnp0/*/id
  PNP0c01
  PNP0c02
  PNP0103
  PNP0200
  PNP0800
  PNP0c04
  PNP0b00
  LEN0071
  PNP0303
  LEN2006
  PNP0f13
  SMO1200
  PNP0c31
  
  $ dmesg | grep -i synaptics
  [3.757743] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 
0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2691, fw id: 1494646
  [3.757746] psmouse serio1: synaptics: serio: Synaptics pass-through port 
at isa0060/serio1/input0
  [3.804025] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input4
  
  $ sudo ./touchpad-edge-detector /dev/input/event3
  Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event3
  Move one finger around the touchpad 

[Bug 168610] Re: Exporting patterns and gradients doesn't work for PDF / EMF

2014-10-23 Thread Ramiro
I have this issue with Inkscape 0.91pre2 r13516
some times pattern displays incorrectly in pdf, sometimes not at all.
tried with pdf reader and sumatra pdf on windows 7.

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

Title:
  Exporting patterns and gradients doesn't work for PDF / EMF

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

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


[Bug 1305542] Re: Brother DCP-135C driver not working on 64bit Ubuntu 13.10

2014-04-10 Thread ramiro
** Description changed:

- The following package are installed on my 64bit system.
+ The following packages are installed on my 64bit system.
  
  $ dpkg -l | grep brother
  
  ii  brother-cups-wrapper-common   1.0.0-10-0ubuntu6   
   amd64Common files for Brother cups wrapper packages
  ii  brother-cups-wrapper-extra1.2.1-0ubuntu4  
   amd64Cups Wrapper drivers for extra brother printers
  ii  brother-lpr-drivers-common1.0.0-4-0ubuntu3
   amd64Common files for brother-lpr-drivers packages
  ii  brother-lpr-drivers-extra 1.2.0-2-0ubuntu5
   amd64LPR drivers for extra brother printers
  
- According to the brother-cups-wrapper-extra info the DCP-135C is supported, 
but it doesn't print or scan. Before I was on version 13.04 and had the drivers 
provided by brother installed, both printing and scanning worked.
- Driver page: 
http://support.brother.com/g/s/id/linux/en/download_prn.html#DCP-135C
+ $ dpkg -l | grep scan
+ ii  brscan-skey   0.2.4-1 
   amd64Brother Linux scanner S-KEY tool
+ ii  brscan2   0.2.5-1 
   amd64Brother Scanner Driver
+ ii  libsane:amd64 1.0.23-0ubuntu3 
   amd64API library for scanners
+ ii  libsane-common1.0.23-0ubuntu3 
   amd64API library for scanners -- documentation and support 
files
+ ii  sane-utils1.0.23-0ubuntu3 
   amd64API library for scanners -- utilities
+ ii  simple-scan   3.10.2-0ubuntu1 
   amd64Simple Scanning Utility
  
- I tried to install the brother provided drivers but they conflict with
- brother-lpr-drivers-extra. Uninstalling the above packages and
- installing the brother drivers didn't help either.
- 
- The printer is detected, but when trying to print the print job is being
- processed "forever" without any indication that something is happening.
+ Printing with the DCP-135C works, but scanning doesn't, before the
+ upgrade to Ubuntu 13.10 the scanner was detected.

** Description changed:

  The following packages are installed on my 64bit system.
  
  $ dpkg -l | grep brother
  
  ii  brother-cups-wrapper-common   1.0.0-10-0ubuntu6   
   amd64Common files for Brother cups wrapper packages
  ii  brother-cups-wrapper-extra1.2.1-0ubuntu4  
   amd64Cups Wrapper drivers for extra brother printers
  ii  brother-lpr-drivers-common1.0.0-4-0ubuntu3
   amd64Common files for brother-lpr-drivers packages
  ii  brother-lpr-drivers-extra 1.2.0-2-0ubuntu5
   amd64LPR drivers for extra brother printers
  
  $ dpkg -l | grep scan
  ii  brscan-skey   0.2.4-1 
   amd64Brother Linux scanner S-KEY tool
  ii  brscan2   0.2.5-1 
   amd64Brother Scanner Driver
  ii  libsane:amd64 1.0.23-0ubuntu3 
   amd64API library for scanners
  ii  libsane-common1.0.23-0ubuntu3 
   amd64API library for scanners -- documentation and support 
files
  ii  sane-utils1.0.23-0ubuntu3 
   amd64API library for scanners -- utilities
  ii  simple-scan   3.10.2-0ubuntu1 
   amd64Simple Scanning Utility
  
- Printing with the DCP-135C works, but scanning doesn't, before the
- upgrade to Ubuntu 13.10 the scanner was detected.
+ Printing with the DCP-135C works, but scanning doesn't. Before the
+ upgrade to Ubuntu 13.10 the scanner was detected, now SimpleScan reports
+ "No scanners available. Please connect a scanner."

** Summary changed:

- Brother DCP-135C driver not working on 64bit Ubuntu 13.10
+ Brother DCP-135C scanner not working on 64bit Ubuntu 13.10

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

Title:
  Brother DCP-135C scanner not working on 64bit Ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brother-cups-wrapper-extra/+bug/1305542/+subscriptions

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


[Bug 1305542] [NEW] Brother DCP-135C driver not working on 64bit Ubuntu 13.10

2014-04-10 Thread ramiro
Public bug reported:

The following package are installed on my 64bit system.

$ dpkg -l | grep brother

ii  brother-cups-wrapper-common   1.0.0-10-0ubuntu6 
 amd64Common files for Brother cups wrapper packages
ii  brother-cups-wrapper-extra1.2.1-0ubuntu4
 amd64Cups Wrapper drivers for extra brother printers
ii  brother-lpr-drivers-common1.0.0-4-0ubuntu3  
 amd64Common files for brother-lpr-drivers packages
ii  brother-lpr-drivers-extra 1.2.0-2-0ubuntu5  
 amd64LPR drivers for extra brother printers

According to the brother-cups-wrapper-extra info the DCP-135C is supported, but 
it doesn't print or scan. Before I was on version 13.04 and had the drivers 
provided by brother installed, both printing and scanning worked.
Driver page: 
http://support.brother.com/g/s/id/linux/en/download_prn.html#DCP-135C

I tried to install the brother provided drivers but they conflict with
brother-lpr-drivers-extra. Uninstalling the above packages and
installing the brother drivers didn't help either.

The printer is detected, but when trying to print the print job is being
processed "forever" without any indication that something is happening.

** Affects: brother-cups-wrapper-extra (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: brother driver printer scanner

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

Title:
  Brother DCP-135C driver not working on 64bit Ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/brother-cups-wrapper-extra/+bug/1305542/+subscriptions

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


[Bug 1238177] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.3: virtualbox kernel module failed to build

2013-10-10 Thread Ramiro Iván Aguilar Franco
Public bug reported:

This is new to me, i dont know the details, sorry.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.3
ProcVersionSignature: Ubuntu 3.8.0-31.46~precise1-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic i686
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: i386
DKMSKernelVersion: 3.8.0-31-generic
Date: Thu Oct 10 12:30:14 2013
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 
(20130820.1)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.3
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.3: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


** Tags: apport-package i386 precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.3: virtualbox kernel module
  failed to build

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

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


[Bug 876299] Re: gschem attribute editor has textentry with small height

2013-08-10 Thread Ramiro Santiago Leguizamon
I have installed Ubuntu 12.04 and I have the same problem.

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

Title:
  gschem attribute editor has textentry with small height

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

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


[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2013-03-01 Thread Miguel Ramiro
I can confirm that the patch contained in the psmouse-alps-1.3-alt.tbz
attachment works on my Dell Vostro 3360. I get a behavior similar to
what I got with the version I was using before (alps-dst-0.4, by Dave):
still no edge-scrolling, and random choppyness, as if the touchpad skips
some input frames (though that last one might only be my imagination, I
must give it some time to confirm).

Also, I would like to note that the alps-1.3 version at
http://www.dahetral.com/public-download/psmouse-alps-1.3.tbz/view does
not work on my machine. Only the version in the attachment here does.

Regards.

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 1065316] [NEW] package linux-backports-modules-cw-3.4-3.2.0-31-generic (not installed) failed to install/upgrade: intentando sobreescribir `/lib/udev/rules.d/50-compat_firmware_31_generic.rules',

2012-10-10 Thread Ramiro Marquez
Public bug reported:

me da error.. no entiendo nada. Es un laptop

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: linux-backports-modules-cw-3.4-3.2.0-31-generic (not installed)
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Wed Oct 10 15:04:34 2012
ErrorMessage: intentando sobreescribir 
`/lib/udev/rules.d/50-compat_firmware_31_generic.rules', que está también en el 
paquete linux-backports-modules-cw-3.3-3.2.0-31-generic 3.2.0-31.16
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
SourcePackage: linux-backports-modules-3.2.0
Title: package linux-backports-modules-cw-3.4-3.2.0-31-generic (not installed) 
failed to install/upgrade: intentando sobreescribir 
`/lib/udev/rules.d/50-compat_firmware_31_generic.rules', que está también en el 
paquete linux-backports-modules-cw-3.3-3.2.0-31-generic 3.2.0-31.16
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-backports-modules-3.2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package linux-backports-modules-cw-3.4-3.2.0-31-generic (not
  installed) failed to install/upgrade: intentando sobreescribir
  `/lib/udev/rules.d/50-compat_firmware_31_generic.rules', que está
  también en el paquete linux-backports-modules-cw-3.3-3.2.0-31-generic
  3.2.0-31.16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-3.2.0/+bug/1065316/+subscriptions

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

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-10-08 Thread Miguel Ramiro
I just installed the latest driver from dturvene on my system (Dell
Vostro 3360) and it works alright, but there are still some issues:

- Only two finger scroll works, edge scroll does not.
- Pointer movement is, as described by FCG, kind of choppy. Sometimes it stops 
moving and doesn't respond to input for a second or so. A little bit 
frustrating, I might say.
- Also, movement is noticeable slower and doesn't respond to sensibility 
adjustment in system configuration.

Also, here's my device:

I: Bus=0011 Vendor=0002 Product=0008 Version=
N: Name="PS/2 Mouse"
P: Phys=isa0060/serio1/input1
S: Sysfs=/devices/platform/i8042/serio1/input/input11
U: Uniq=
H: Handlers=mouse0 event11 
B: PROP=0
B: EV=7
B: KEY=7 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0002 Product=0008 Version=7335
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input12
U: Uniq=
H: Handlers=mouse1 event12 
B: PROP=8
B: EV=b
B: KEY=e420 7 0 0 0 0
B: ABS=2608103

Nevertheless, the patch is still a great upgrade from the previous one.
I just couldn't stand not being able to scroll. Dave and florin9doi,
you're doing an amazing job and I'm sure we're all very grateful for it.
Keep it up.

Regards.

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-09-13 Thread Miguel Ramiro
Just want to add that after trying the patch by bgamari my touchpad is
still recognized as PS/2 Generic Mouse. I'm running Ubuntu 12.04 x64 on
a Dell Vostro 3360.

Here is the listing show in /proc/bus/input/devices:

I: Bus=0011 Vendor=0002 Product=0001 Version=
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input18
U: Uniq=
H: Handlers=mouse0 event5 
B: PROP=0
B: EV=7
B: KEY=7 0 0 0 0
B: REL=3

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

Title:
  synaptic touchpad not recognized on dell latitude e6510 and others

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

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


[Bug 921688] Re: Can't remove Last.fm radio

2012-09-09 Thread Miguel Ramiro
Confirmed in Rhythmbox 2.96 on Ubuntu 12.04. There is no way to remove
those entries aside from manually deleting them from the file jerico
pointed at.

Also, thanks for the tip, jerico.

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

Title:
  Can't remove Last.fm radio

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

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


[Bug 791412] Re: Does not switch to right desktop upon launcher click, when target application is side-window-snapped

2012-03-13 Thread Mike L. Ramiro
I can confirm this bug in Ubuntu 11.10. I've been experiencing it for
months and I'm truly dissapointed to see that it is still present in
Precise. Any chance it could be fixed anytime? It is driving me crazy!
And has been for a long time!

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

Title:
  Does not switch to right desktop upon launcher click, when target
  application is side-window-snapped

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

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


[Bug 614238] Re: Intel Core i3 External Monitor Wavy Output

2012-01-10 Thread Mike L. Ramiro
I guess Vostro 3300 is more than confirmed. Mine works too.

I've been following this for a long time now. Thanks to all who worked
on it.

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

Title:
  Intel Core i3 External Monitor Wavy Output

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

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


[Bug 619363] Re: aptdaemon dbus backend crash in self._transaction.run(defer=True)

2011-12-28 Thread Ramiro Queso
No es posible actualizar el idioma 28-12-2011 17:29

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

Title:
  aptdaemon dbus backend crash in self._transaction.run(defer=True)

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

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


[Bug 865833] [NEW] package gnome-session 3.2.0-0ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: gnome-session 3.2.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Mon Oct  3 21:31:07 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
PackageArchitecture: all
SourcePackage: gnome-session
Title: package gnome-session 3.2.0-0ubuntu2 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric

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

Title:
  package gnome-session 3.2.0-0ubuntu2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 2

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

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

[Bug 865832] Re: package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865832

Title:
  package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 2

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

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

[Bug 865832] [NEW] package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba-common-bin 2:3.5.11~dfsg-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Mon Oct  3 21:31:13 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
NmbdLog:
 
SambaServerRegression: Yes
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to 
install/upgrade: el subproceso instalado el script post-installation devolvió 
el código de salida de error 2
UpgradeStatus: No upgrade log present (probably fresh install)
WindowsFailedConnect: Yes

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


** Tags: amd64 apport-package oneiric

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

Title:
  package samba-common-bin 2:3.5.11~dfsg-1ubuntu2 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 2

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

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

[Bug 865833] Re: package gnome-session 3.2.0-0ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865833

Title:
  package gnome-session 3.2.0-0ubuntu2 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 2

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

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

[Bug 865831] Re: package lightdm-gtk-greeter 1.0.0-0ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865831

Title:
  package lightdm-gtk-greeter 1.0.0-0ubuntu4 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 2

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

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

[Bug 865831] [NEW] package lightdm-gtk-greeter 1.0.0-0ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: lightdm-gtk-greeter 1.0.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Mon Oct  3 21:31:13 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
SourcePackage: lightdm
Title: package lightdm-gtk-greeter 1.0.0-0ubuntu4 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 2
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.lightdm.lightdm.gtk.greeter.ubuntu.conf: [deleted]

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


** Tags: amd64 apport-package oneiric

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

Title:
  package lightdm-gtk-greeter 1.0.0-0ubuntu4 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 2

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

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

[Bug 865709] Re: package firefox 7.0.1+build1+nobinonly-0ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865709

Title:
  package firefox 7.0.1+build1+nobinonly-0ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 2

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

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

[Bug 865709] [NEW] package firefox 7.0.1+build1+nobinonly-0ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: firefox 7.0.1+build1+nobinonly-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC861-VD Analog [ALC861-VD Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC861-VD Analog [ALC861-VD Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  quess  1880 F pulseaudio
BuildID: 20110929022028
CRDA: Error: [Errno 2] No existe el archivo o el directorio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xdc44 irq 45'
   Mixer name   : 'Realtek ALC861-VD'
   Components   : 'HDA:10ec0862,1179010e,0011 
HDA:11c11040,11790001,00100200'
   Controls  : 19
   Simple ctrls  : 12
Channel: release
Date: Mon Oct  3 15:50:59 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
IpRoute:
 default via 192.168.1.1 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.37  metric 2
Plugins:
 QuickTime Plug-in 7.6.6 - Lib=libtotem-narrowspace-plugin.so, 
Location=/usr/lib/mozilla/plugins
 DivX® Web Player - Lib=libtotem-mully-plugin.so, 
Location=/usr/lib/mozilla/plugins
 Windows Media Player Plug-in 10 (compatible; Totem) - 
Lib=libtotem-gmp-plugin.so, Location=/usr/lib/mozilla/plugins
 VLC Multimedia Plugin (compatible Totem 3.0.1) - Lib=libtotem-cone-plugin.so, 
Location=/usr/lib/mozilla/plugins
Profiles: Profile0 (Default) - LastVersion=6.0/20110725191936 (Out of date)
PulseSinks: Error: command ['pacmd', 'list-sinks'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
PulseSources: Error: command ['pacmd', 'list-sources'] failed with exit code 1: 
No PulseAudio daemon running, or not running as session daemon.
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
Title: package firefox 7.0.1+build1+nobinonly-0ubuntu1 failed to 
install/upgrade: el subproceso instalado el script post-installation devolvió 
el código de salida de error 2
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/26/2007
dmi.bios.vendor: TOSHIBA
dmi.bios.version: V1.40
dmi.board.name: ISRAE
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnTOSHIBA:bvrV1.40:bd04/26/2007:svnTOSHIBA:pnSatelliteP205:pvrPSPB0U-01E008:rvnTOSHIBA:rnISRAE:rvr1.00:cvnTOSHIBA:ct10:cvrN/A:
dmi.product.name: Satellite P205
dmi.product.version: PSPB0U-01E008
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-package oneiric

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

Title:
  package firefox 7.0.1+build1+nobinonly-0ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 2

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

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

[Bug 865708] Re: package console-setup 1.57ubuntu27 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865708

Title:
  package console-setup 1.57ubuntu27 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/865708/+subscriptions

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

[Bug 865708] [NEW] package console-setup 1.57ubuntu27 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 2

2011-10-03 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: console-setup 1.57ubuntu27
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Mon Oct  3 15:50:59 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 2
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
PackageArchitecture: all
SourcePackage: console-setup
Title: package console-setup 1.57ubuntu27 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric

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

Title:
  package console-setup 1.57ubuntu27 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/865708/+subscriptions

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

[Bug 852168] Re: gnome-shell crashed with SIGABRT in raise()

2011-09-16 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/852168

Title:
  gnome-shell crashed with SIGABRT in raise()

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

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


[Bug 852168] [NEW] gnome-shell crashed with SIGABRT in raise()

2011-09-16 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: gnome-shell 3.1.90.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Fri Sep 16 15:41:57 2011
ExecutablePath: /usr/bin/gnome-shell
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
ProcCmdline: /usr/bin/gnome-shell
ProcEnviron:
 LANGUAGE=es_BO:es
 PATH=(custom, no user)
 LANG=es_BO.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: gnome-shell
StacktraceTop:
 raise () from /lib/x86_64-linux-gnu/libc.so.6
 abort () from /lib/x86_64-linux-gnu/libc.so.6
 g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 folks_persona_set_individual () from /usr/lib/libfolks.so.25
Title: gnome-shell crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: admin
XsessionErrors:
 (gnome-shell:1587): Clutter-WARNING **: The meta of type 'StScrollViewFade' 
with name 'vfade' is not attached to the actor 'notification-scrollview'
 (gnome-shell:1587): Clutter-WARNING **: The meta of type 'StScrollViewFade' 
with name 'vfade' is not attached to the actor 'notification-scrollview'
 (empathy:1829): Gtk-CRITICAL **: gtk_tree_path_compare: assertion `b->depth > 
0' failed
 (empathy:1829): Gtk-CRITICAL **: gtk_tree_path_compare: assertion `b->depth > 
0' failed
 (empathy-accounts:1913): Gtk-WARNING **: Overriding tab label for notebook

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash oneiric

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

Title:
  gnome-shell crashed with SIGABRT in raise()

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

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


[Bug 847786] Re: gnome-shell crashed with SIGABRT in raise()

2011-09-12 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/847786

Title:
  gnome-shell crashed with SIGABRT in raise()

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

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


[Bug 847786] [NEW] gnome-shell crashed with SIGABRT in raise()

2011-09-12 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: gnome-shell 3.1.90.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-10.16-generic 3.0.4
Uname: Linux 3.0.0-10-generic x86_64
ApportVersion: 1.22.1-0ubuntu2
Architecture: amd64
CrashCounter: 1
Date: Mon Sep 12 08:27:24 2011
ExecutablePath: /usr/bin/gnome-shell
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110531.1)
ProcCmdline: /usr/bin/gnome-shell
ProcEnviron:
 LANGUAGE=es_BO:es
 PATH=(custom, no user)
 LANG=es_BO.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: gnome-shell
StacktraceTop:
 raise () from /lib/x86_64-linux-gnu/libc.so.6
 abort () from /lib/x86_64-linux-gnu/libc.so.6
 g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 folks_persona_set_individual () from /usr/lib/libfolks.so.25
Title: gnome-shell crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: admin
XsessionErrors:
 (gnome-shell:1633): Clutter-WARNING **: The meta of type 'StScrollViewFade' 
with name 'vfade' is not attached to the actor 'notification-scrollview'
 (gnome-shell:1633): Clutter-WARNING **: The meta of type 'StScrollViewFade' 
with name 'vfade' is not attached to the actor 'notification-scrollview'
 (empathy:12096): Gtk-CRITICAL **: gtk_tree_path_compare: assertion `b->depth > 
0' failed
 (empathy:12096): Gtk-CRITICAL **: gtk_tree_path_compare: assertion `b->depth > 
0' failed

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash oneiric

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

Title:
  gnome-shell crashed with SIGABRT in raise()

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

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


[Bug 754060] Re: bamfdaemon crashed with SIGABRT in dbus_g_connection_register_g_object()

2011-04-07 Thread Ramiro Queso
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/754060

Title:
  bamfdaemon crashed with SIGABRT in
  dbus_g_connection_register_g_object()

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


[Bug 754060] [NEW] bamfdaemon crashed with SIGABRT in dbus_g_connection_register_g_object()

2011-04-07 Thread Ramiro Queso
Public bug reported:

none

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: bamfdaemon 0.2.82-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Thu Apr  7 16:49:19 2011
ExecutablePath: /usr/lib/bamf/bamfdaemon
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110330)
ProcCmdline: /usr/lib/bamf/bamfdaemon
ProcEnviron:
 SHELL=/bin/bash
 LC_MESSAGES=es_BO.UTF-8
 LANGUAGE=es_BO:C:en
 LANG=en_AG.UTF-8
Signal: 6
SourcePackage: bamf
StacktraceTop:
 dbus_g_connection_register_g_object () from /usr/lib/libdbus-glib-1.so.2
 bamf_view_export_on_bus ()
 ?? ()
 ?? ()
 g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: bamfdaemon crashed with SIGABRT in dbus_g_connection_register_g_object()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


** Tags: amd64 apport-crash natty 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/754060

Title:
  bamfdaemon crashed with SIGABRT in
  dbus_g_connection_register_g_object()

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


[Bug 633183] Re: [gm45] GPU lockup 7adc38d2

2010-09-08 Thread Ramiro Queso

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556951/+files/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556952/+files/CurrentDmesg.txt

** Attachment added: "DRM.card0.SVIDEO.1.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556953/+files/DRM.card0.SVIDEO.1.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556954/+files/Dependencies.txt

** Attachment added: "GdmLog.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556955/+files/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556956/+files/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556957/+files/GdmLog2.txt

** Attachment added: "IntelGpuDump.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556958/+files/IntelGpuDump.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556959/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556960/+files/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556961/+files/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556962/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556963/+files/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556964/+files/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556965/+files/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556966/+files/ProcStatus.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556967/+files/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556968/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556969/+files/UdevLog.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556970/+files/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556971/+files/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556972/+files/Xrandr.txt

** Attachment added: "glxinfo.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556973/+files/glxinfo.txt

** Attachment added: "i915_error_state.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556974/+files/i915_error_state.txt

** Attachment added: "peripherals.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556975/+files/peripherals.txt

** Attachment added: "setxkbmap.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556976/+files/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/633183/+attachment/1556977/+files/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   https://bugs.launchpad.net/bugs/633183/+attachment/1556978/+files/xkbcomp.txt

-- 
[gm45] GPU lockup 7adc38d2
https://bugs.launchpad.net/bugs/633183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 633183] [NEW] [gm45] GPU lockup 7adc38d2

2010-09-08 Thread Ramiro Queso
Public bug reported:

Binary package hint: xserver-xorg-video-intel

none

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic x86_64
Architecture: amd64
Chipset: gm45
DRM.card0.DisplayPort.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.DisplayPort.2:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.HDMI_Type_A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64: 
AP///wAw5FECAAATAQOAHxF4CmsVl1lWjCgeUFQBAQEBAQEBAQEBAQEBAQEBEhtWeFAADjAgIDUANq4QAAAZ/gBMRyBEaXNwbGF5CiAg/gBMUDE0MFdIMS1UTEMzAOw=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Wed Sep  8 08:13:51 2010
DumpSignature: 7adc38d2
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100803.1)
InterpreterPath: /usr/bin/python2.6
MachineType: Hewlett-Packard HP 420
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-20-generic 
root=UUID=eae0ca24-70d9-4bbb-80fb-72146fc39812 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
SourcePackage: xserver-xorg-video-intel
Title: [gm45] GPU lockup 7adc38d2
UserGroups:
 
dmi.bios.date: 02/25/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PVI Ver. F.00
dmi.board.name: 1526
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.0D
dmi.chassis.asset.tag: CNU0190V9C
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PVIVer.F.00:bd02/25/2010:svnHewlett-Packard:pnHP420:pvrF.00:rvnHewlett-Packard:rn1526:rvrKBCVersion71.0D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP 420
dmi.product.version: F.00
dmi.sys.vendor: Hewlett-Packard
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-20-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash freeze maverick

-- 
[gm45] GPU lockup 7adc38d2
https://bugs.launchpad.net/bugs/633183
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 586671] Re: package fglrx (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-05-27 Thread Ramiro Marcelo

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/49244095/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/49244096/CurrentDmesg.txt

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/49244097/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/49244098/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/49244099/DpkgTerminalLog.gz

** Attachment added: "GdmLog.txt"
   http://launchpadlibrarian.net/49244100/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   http://launchpadlibrarian.net/49244101/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   http://launchpadlibrarian.net/49244102/GdmLog2.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/49244103/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/49244104/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/49244105/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/49244106/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/49244107/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/49244108/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/49244109/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/49244110/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/49244111/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/49244112/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/49244113/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/49244114/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/49244115/Xrandr.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/49244116/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/49244117/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/49244118/xkbcomp.txt

-- 
package fglrx (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/586671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 586671] [NEW] package fglrx (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-05-27 Thread Ramiro Marcelo
Public bug reported:

I have an Acer Aspire 5536-5785, and a graphic card ATI Radeon HD3200.
Im not installed the lynx from zero, Im update the karmic koala.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: fglrx
AptOrdering:
 fglrx: Install
 fglrx-amdcccle: Install
 fglrx: Configure
 fglrx-amdcccle: Configure
Architecture: amd64
Date: Thu May 27 23:41:35 2010
DkmsStatus:
 fglrx, 8.723, 2.6.32-22-generic, x86_64: installed 
 nvidia-current, 195.36.15, 2.6.32-22-generic, x86_64: installed 
 virtualbox-ose, 3.1.6, 2.6.31-21-generic, x86_64: installed 
 virtualbox-ose, 3.1.6, 2.6.32-22-generic, x86_64: installed
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MachineType: Acer Aspire 5536
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=aa78d0ce-9346-4bb3-9826-e9b860b9f326 ro vga=799 quiet splash 
nomodeset video=uvesafb:mode_option=1280×1024-24,mtrr=3,scroll=ywrap
SourcePackage: fglrx-installer
Title: package fglrx (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
dmi.bios.date: 08/12/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.08
dmi.board.name: JV50PU
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.08:bd08/12/2009:svnAcer:pnAspire5536:pvr0100:rvnAcer:rnJV50PU:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5536
dmi.product.version: 0100
dmi.sys.vendor: Acer
glxinfo:
 Error: command ['glxinfo'] failed with exit code -11: Xlib:  extension "GLX" 
missing on display ":1.0".
 Xlib:  extension "GLX" missing on display ":1.0".
 Xlib:  extension "GLX" missing on display ":1.0".
 Xlib:  extension "GLX" missing on display ":1.0".
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32-22-generic

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


** Tags: amd64 apport-package lucid

-- 
package fglrx (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/586671
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 522538] Re: gwibber-service crashed with error in connect()

2010-04-13 Thread Ramiro Jr. Franco
I was attempting to install phpmyadmin in a  console window using sudo
apt-get (who's configuration dialogue failed a couple of times) when I
recieved the error about gwibber crashing.

-- 
gwibber-service crashed with error in connect()
https://bugs.launchpad.net/bugs/522538
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-04-13 Thread Ramiro Jr. Franco
I'm sort of new here, I'm still receiving this issue even though it says
the fix has been released, does this take a while to propagate to the
apt servers?

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 464712] Re: Black screen + freeze when suspending or hibernating with mounted SD Card

2010-01-08 Thread Mike L. Ramiro
I can confirm this issue in my Aspire One ZG5 running Karmic.

Unmounting the card before suspending does prevent it to happen,
altough, so I'm currently using the solution pointed out by Noel
Bergman.

-- 
Black screen + freeze when suspending or hibernating with mounted SD Card
https://bugs.launchpad.net/bugs/464712
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 371434] Re: PCI ExpressCard hotplug requires pciehp.pciehp_force=1

2009-11-28 Thread Mike L. Ramiro
** Description changed:

  Using Ubuntu 9.04 Jaunty as a reference, hotplugging an expresscard does
  not work on my Dell Inspiron 1420n laptop computer. I can add
  "pciehp.pciehp_force=1" to the kernel cmdline options and then
  hotplugging will work.
  
  The tested device is a StarTech EC1394B expresscard.
  
  A) Scenario pciehp.pciehp_force=1 and the expresscard absent at boot time
  *A1. Insert card, dmesg output:
  
  pciehp :00:1c.3:pcie04: Card present on Slot(5)
  pci :0d:00.0: supports D1 D2
  pci :0e:00.0: reg 10 32bit mmio: [0x00-0x0007ff]
  pci :0e:00.0: reg 14 32bit mmio: [0x00-0x003fff]
  pci :0e:00.0: supports D1 D2
  pci :0e:00.0: PME# supported from D0 D1 D2 D3hot
  pci :0e:00.0: PME# disabled
  pci :0d:00.0: bridge io port: [0x00-0xfff]
  pci :0d:00.0: bridge 32bit mmio: [0x00-0x0f]
  pci :0d:00.0: bridge 64bit mmio pref: [0x00-0x0f]
  pci :0d:00.0: PCI bridge, secondary bus :0e
  pci :0d:00.0:   IO window: disabled
  pci :0d:00.0:   MEM window: 0xfe60-0xfe6f
  pci :0d:00.0:   PREFETCH window: disabled
  pci :0d:00.0: enabling device ( -> 0002)
  pci :0d:00.0: setting latency timer to 64
  ohci1394 :0e:00.0: enabling device ( -> 0002)
  ohci1394 :0e:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
  ohci1394 :0e:00.0: setting latency timer to 64
  ohci1394: fw-host1: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[fe604000-fe6047ff]  
Max Packet=[4096]  IR/IT contexts=[4/8]
  pciehp: Could not get hotplug parameters
  ieee1394: Host added: ID:BUS[1-00:1023]  GUID[00300010]
  
  *A2. Eject card, dmesg output:
  pciehp :00:1c.3:pcie04: Card not present on Slot(5)
  ieee1394: Node removed: ID:BUS[1-00:1023]  GUID[00300010]
  ohci1394: fw-host1: Set PHY Reg timeout [0x/0x4000/100]
  ohci1394: fw-host1: Set PHY Reg timeout [0x/0x4000/100]
  
  B) Scenario pciehp.pciehp_force=1 and the expresscard present at boot time
  *B1. Eject card, dmesg output:
  pciehp :00:1c.3:pcie04: Card not present on Slot(5)
  ieee1394: Node removed: ID:BUS[0-00:1023]  GUID[00300010]
  ohci1394: fw-host0: Set PHY Reg timeout [0x/0x4000/100]
  ohci1394: fw-host0: Set PHY Reg timeout [0x/0x4000/100]
  
  *B2. Insert card, dmesg output:
  pciehp :00:1c.3:pcie04: Card present on Slot(5)
  pci :0d:00.0: supports D1 D2
  pci :0e:00.0: reg 10 32bit mmio: [0x00-0x0007ff]
  pci :0e:00.0: reg 14 32bit mmio: [0x00-0x003fff]
  pci :0e:00.0: supports D1 D2
  pci :0e:00.0: PME# supported from D0 D1 D2 D3hot
  pci :0e:00.0: PME# disabled
  pci :0d:00.0: bridge io port: [0x00-0xfff]
  pci :0d:00.0: bridge 32bit mmio: [0x00-0x0f]
  pci :0d:00.0: bridge 64bit mmio pref: [0x00-0x0f]
  pci :0d:00.0: PCI bridge, secondary bus :0e
  pci :0d:00.0:   IO window: disabled
  pci :0d:00.0:   MEM window: 0xfe60-0xfe6f
  pci :0d:00.0:   PREFETCH window: disabled
  pci :0d:00.0: enabling device ( -> 0002)
  pci :0d:00.0: setting latency timer to 64
  ohci1394 :0e:00.0: enabling device ( -> 0002)
  ohci1394 :0e:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
  ohci1394 :0e:00.0: setting latency timer to 64
  ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[fe604000-fe6047ff]  
Max Packet=[4096]  IR/IT contexts=[4/8]
  pciehp: Could not get hotplug parameters
  ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00300010]
  
  C) Difference in dmesg output booting default kcmdline kernel between
  card present and card absent:
  
  (the diff is trimmed a bit for relevance)
  
  --- /tmp/hotplugging-default_kcmdline-no_card.txt 2009-05-03 
17:58:24.0 -0600
  +++ /tmp/hotplugging-default_kcmdline-with_card.txt   2009-05-03 
18:01:16.0 -0600
  @@ -265,9 +265,16 @@
-  pci :0c:00.0: PME# supported from D0 D3hot D3cold
-  pci :0c:00.0: PME# disabled
-  pci :00:1c.1: bridge 32bit mmio: [0xfe80-0xfe8f]
+  pci :0c:00.0: PME# supported from D0 D3hot D3cold
+  pci :0c:00.0: PME# disabled
+  pci :00:1c.1: bridge 32bit mmio: [0xfe80-0xfe8f]
  +pci :0d:00.0: supports D1 D2
-  pci :00:1c.3: bridge io port: [0xd000-0xdfff]
-  pci :00:1c.3: bridge 32bit mmio: [0xfe60-0xfe7f]
-  pci :00:1c.3: bridge 64bit mmio pref: [0xf000-0xf01f]
+  pci :00:1c.3: bridge io port: [0xd000-0xdfff]
+  pci :00:1c.3: bridge 32bit mmio: [0xfe60-0xfe7f]
+  pci :00:1c.3: bridge 64bit mmio pref: [0xf000-0xf01f]
  +pci :0e:00.0: reg 10 32bit mmio: [0xfe7fb800-0xfe7fbfff]
  +pci :0e:00.0: reg 14 32bit mmio: [0xfe7fc000-0xfe7f]
  +pci :0e:00.0: supports D1 D2
  +pci :0e:00.0: PME# supported from D0 D1 D2 D3hot
  +pci :0e:00.0: PME# disabled
  +pci :0d:00.0: bridge 32bit mmio: [0xfe70-0xfe7f]
-  pci :09:00.0: reg 10 64bi

[Bug 438136] Re: palimpsest bad sectors false positive

2009-11-01 Thread Ramiro Castro
Hi, I can confirm this false positive too.  I have a TOSHIBA MK2035GSS.
Hope the fix came soon!

-- 
palimpsest bad sectors false positive
https://bugs.launchpad.net/bugs/438136
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 419328] Re: [i945gme] attaching external monitor: laptop display is black, external monitor too, with frozen mouse coursor

2009-10-10 Thread Mike L. Ramiro
I can confirm this behavior running on an Aspire One (Intel Corporation
Mobile 945GME Express Integrated Graphics Controller) with xserver-xorg-
video-intel 2:2.9.0-1ubuntu1 and compiz 1:0.8.3+git20091005-0ubuntu5.

As mentioned above, disabling compiz allows me to get into the screen
configuration dialog, though the "detect monitors" button doesn't seem
to work after this.

-- 
[i945gme] attaching external monitor: laptop display is black, external monitor 
too, with frozen mouse coursor
https://bugs.launchpad.net/bugs/419328
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 443300] Re: package openoffice.org-filter-b infilter 1:3.1.1-2ubuntu4 failed to install/upgrade : el subproceso script pre-installation nuevo devolvi ó el código de salida de error 1

2009-10-05 Thread Ramiro Queso

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/33043652/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33043653/Dependencies.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/33043654/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/33043655/DpkgTerminalLog.gz

-- 
package openoffice.org-filter-binfilter 1:3.1.1-2ubuntu4 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
https://bugs.launchpad.net/bugs/443300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 443300] [NEW] package openoffice.org-filt er-binfilter 1:3.1.1-2ubuntu4 failed to install/upgr ade: el subproceso script pre-installation nuevo devolvi ó el código de salida de error 1

2009-10-05 Thread Ramiro Queso
Public bug reported:

Binary package hint: openoffice.org

Actualización de openoffice.

ProblemType: Package
Architecture: i386
Date: Mon Oct  5 11:49:58 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: el subproceso script pre-installation nuevo devolvió el código de 
salida de error 1
Package: openoffice.org-filter-binfilter 1:3.1.1-2ubuntu4
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: openoffice.org
Title: package openoffice.org-filter-binfilter 1:3.1.1-2ubuntu4 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
Uname: Linux 2.6.31-11-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package openoffice.org-filter-binfilter 1:3.1.1-2ubuntu4 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1
https://bugs.launchpad.net/bugs/443300
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 438182] Re: gnome-panel assert failure: ERROR:calendar-client.c:1309:calendar_client_handle_query_completed: assertion failed: (source->query_in_progress != FALSE)

2009-09-28 Thread Ramiro Queso

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/32616539/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/32616540/Disassembly.txt

** Attachment added: "GConfNonDefault.txt"
   http://launchpadlibrarian.net/32616541/GConfNonDefault.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/32616542/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/32616543/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/32616546/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/32616547/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/32616548/ThreadStacktrace.txt

-- 
gnome-panel assert failure: 
ERROR:calendar-client.c:1309:calendar_client_handle_query_completed: assertion 
failed: (source->query_in_progress != FALSE)
https://bugs.launchpad.net/bugs/438182
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   >