[Bug 1718458] Re: package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-10-24 Thread Claudia Enk de Aguiar
Yes, James Page.  After a lot of search, I could bypass the error by
issuing configure alternatives and selecting python2 as the primary
python engine.

I had this error either with fresh install or long term install of
Ubuntu Server and Ubuntu Desktop.  I was installing Django Geoserver.

Although it could be corrected by returning to Python2 or prevented by
changing the instruction's order as how to install those softwares, I
think it's the kind of error I am not used to get in Ubuntu
distribution, and that's why I chose it to be the main OS software in my
work servers and desktops.

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

Title:
  package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbr/+bug/1718458/+subscriptions

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

[Bug 1718458] [NEW] package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-09-20 Thread Claudia Enk de Aguiar
Public bug reported:

Installing virtualenvwrapper in Ubuntu 16.04 with python3 by $ sudo apt
install virtualenvwrapper

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-pbr 1.8.0-4ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Sep 20 10:56:20 2017
Dependencies: python-six 1.10.0-3
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationDate: Installed on 2017-04-26 (146 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: python-pbr
Title: package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-pbr (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 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/1718458

Title:
  package python-pbr 1.8.0-4ubuntu1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbr/+bug/1718458/+subscriptions

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

[Bug 1718432] [NEW] package python-virtualenv 15.0.1+ds-3ubuntu1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-09-20 Thread Claudia Enk de Aguiar
Public bug reported:

Installing virtualenvwrapper with $ sudo apt install virtualenvwrapper
and python3 Ubuntu 16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-virtualenv 15.0.1+ds-3ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Wed Sep 20 10:56:21 2017
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationDate: Installed on 2017-04-26 (146 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: python-virtualenv
Title: package python-virtualenv 15.0.1+ds-3ubuntu1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-virtualenv (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 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/1718432

Title:
  package python-virtualenv 15.0.1+ds-3ubuntu1 failed to
  install/upgrade: sub-processo script post-installation instalado
  retornou estado de saída de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-virtualenv/+bug/1718432/+subscriptions

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

[Bug 1700964] Re: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de erro 1

2017-06-28 Thread Claudia Enk de Aguiar
** Description changed:

- Installing Django with PostgreSQL as per instructions at
- https://docs.djangoproject.com/en/1.11/ref/databases/#postgresql-notes ,
- but instead of pip I used apt.  Afterwards I installed with pip and all
- went well for PostgreSQL.  But it broke apt so that now I cannot either
- finish installation or remove the package, and I get warnings every time
- I update apt sources.
+ Updated from python version 2.7 to 3.5 and removed the former from the
+ alternatives list.  It broke apt so that I could not either finish
+ installation or remove the package, and I got warnings every time I
+ installed other packages or updated apt sources, and various crashes
+ reports on startup.
+ 
+ Adding python 2.7 to alternatives again, with priority set to  2 ($ sudo
+ update-alternatives --install /usr/bin/python python /usr/bin/python2.7
+ 2) restored normal behavior, but it took me a bit to understand what to
+ do.
+ 
+ Maybe there could be a better warning or error message that pointed the
+ user to the right direction.
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-psycopg2 2.6.1-1build2
  ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
  Uname: Linux 4.4.0-81-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue Jun 27 15:46:57 2017
  ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 1
  InstallationDate: Installed on 2016-12-06 (203 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
-  dpkg 1.18.4ubuntu1.2
-  apt  1.2.20
+  dpkg 1.18.4ubuntu1.2
+  apt  1.2.20
  SourcePackage: psycopg2
  Title: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: 
sub-processo script pre-removal instalado retornou estado de saída de erro 1
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Updated from python version 2.7 to 3.5 and removed the former from the
- alternatives list.  It broke apt so that I could not either finish
- installation or remove the package, and I got warnings every time I
- installed other packages or updated apt sources, and various crashes
- reports on startup.
+ alternatives list.  It broke python-psycopg2 package so that I could not
+ either finish installation or remove the package, and I got warnings
+ every time I installed other packages through apt or updated apt
+ sources, and various crashes reports on startup.
  
  Adding python 2.7 to alternatives again, with priority set to  2 ($ sudo
  update-alternatives --install /usr/bin/python python /usr/bin/python2.7
  2) restored normal behavior, but it took me a bit to understand what to
  do.
  
  Maybe there could be a better warning or error message that pointed the
  user to the right direction.
  
  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: python-psycopg2 2.6.1-1build2
  ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
  Uname: Linux 4.4.0-81-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  Date: Tue Jun 27 15:46:57 2017
  ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 1
  InstallationDate: Installed on 2016-12-06 (203 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.2
   apt  1.2.20
  SourcePackage: psycopg2
  Title: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: 
sub-processo script pre-removal instalado retornou estado de saída de erro 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-
  processo script pre-removal instalado retornou estado de saída de erro
  1

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

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

[Bug 1700964] [NEW] package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-processo script pre-removal instalado retornou estado de saída de erro 1

2017-06-28 Thread Claudia Enk de Aguiar
Public bug reported:

Installing Django with PostgreSQL as per instructions at
https://docs.djangoproject.com/en/1.11/ref/databases/#postgresql-notes ,
but instead of pip I used apt.  Afterwards I installed with pip and all
went well for PostgreSQL.  But it broke apt so that now I cannot either
finish installation or remove the package, and I get warnings every time
I update apt sources.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-psycopg2 2.6.1-1build2
ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
Uname: Linux 4.4.0-81-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Tue Jun 27 15:46:57 2017
ErrorMessage: sub-processo script pre-removal instalado retornou estado de 
saída de erro 1
InstallationDate: Installed on 2016-12-06 (203 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: psycopg2
Title: package python-psycopg2 2.6.1-1build2 failed to install/upgrade: 
sub-processo script pre-removal instalado retornou estado de saída de erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 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/1700964

Title:
  package python-psycopg2 2.6.1-1build2 failed to install/upgrade: sub-
  processo script pre-removal instalado retornou estado de saída de erro
  1

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

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

[Bug 1700078] [NEW] package python-sqlparse 0.1.18-1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2017-06-23 Thread Claudia Enk de Aguiar
Public bug reported:

After I installed pip and django.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: python-sqlparse 0.1.18-1
ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
Uname: Linux 4.4.0-81-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Fri Jun 23 09:49:38 2017
Dependencies:
 
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 1
InstallationDate: Installed on 2016-12-06 (199 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: sqlparse
Title: package python-sqlparse 0.1.18-1 failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 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/1700078

Title:
  package python-sqlparse 0.1.18-1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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

[Bug 1631968] [NEW] package fontconfig 2.11.94-0ubuntu1.1 failed to install/upgrade: triggers looping, abandoned

2016-10-10 Thread Claudia C
Public bug reported:

I was trying to update to latest Ubuntu and the upgrade failed

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: fontconfig 2.11.94-0ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Mon Oct 10 06:01:50 2016
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2014-10-26 (714 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: fontconfig
Title: package fontconfig 2.11.94-0ubuntu1.1 failed to install/upgrade: 
triggers looping, abandoned
UpgradeStatus: Upgraded to xenial on 2016-10-10 (0 days ago)

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


** Tags: 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/1631968

Title:
  package fontconfig 2.11.94-0ubuntu1.1 failed to install/upgrade:
  triggers looping, abandoned

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

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


[Bug 1615138] Re: [27-p000na, Conexant CX20753/4, Speaker, Internal] No sound at all

2016-08-19 Thread Claudia
Hardware works fine under Windows 10.

Checked levels in alsa-mixer.

Problem was the same under 14.04 LTS.

Problem is the same when booting a 16.04 system from a live disk.

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

Title:
  [27-p000na, Conexant CX20753/4, Speaker, Internal] No sound at all

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

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


[Bug 1615138] [NEW] [27-p000na, Conexant CX20753/4, Speaker, Internal] No sound at all

2016-08-19 Thread Claudia
Public bug reported:

No sound at all, neither in headphones nor in speakers.

Have tried without success:
jack-retask
latest alsa drivers with DKMS
various options set in /etc/modprobe.d/alsa-base.conf

Codec seems to be supported:

grep "Codec:" /proc/asound/card*/codec*

/proc/asound/card0/codec#0:Codec: Conexant CX20753/4
/proc/asound/card0/codec#2:Codec: Intel Skylake HDMI

aplay -l

 List of PLAYBACK Hardware Devices 
card 0: PCH [HDA Intel PCH], device 0: CX20753/4 Analog [CX20753/4 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

dmesg |grep snd

[   11.064507] snd_hda_intel :00:1f.3: enabling device (0100 -> 0102)
[   11.064628] snd_hda_intel :00:1f.3: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915_bpo])
[   11.407971] snd_hda_codec_conexant hdaudioC0D0: CX20753/4: BIOS auto-probing.
[   11.408833] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20753/4: 
line_outs=1 (0x1d/0x0/0x0/0x0/0x0) type:speaker
[   11.408835] snd_hda_codec_conexant hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[   11.408836] snd_hda_codec_conexant hdaudioC0D0:hp_outs=1 
(0x16/0x0/0x0/0x0/0x0)
[   11.408837] snd_hda_codec_conexant hdaudioC0D0:mono: mono_out=0x0
[   11.408838] snd_hda_codec_conexant hdaudioC0D0:inputs:
[   11.408839] snd_hda_codec_conexant hdaudioC0D0:  Internal Mic=0x1a
[   11.408840] snd_hda_codec_conexant hdaudioC0D0:  Mic=0x19
[   11.410066] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable 
communication

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  claudia4385 F pulseaudio
CurrentDesktop: Unity
Date: Fri Aug 19 22:42:59 2016
InstallationDate: Installed on 2016-02-18 (183 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
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_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  claudia4385 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [27-p000na, Conexant CX20753/4, Speaker, Internal] No sound at all
UpgradeStatus: Upgraded to xenial on 2016-07-29 (21 days ago)
dmi.bios.date: 09/21/2015
dmi.bios.vendor: AMI
dmi.bios.version: A0.06
dmi.board.asset.tag: CZC60573R7
dmi.board.name: 2B3E
dmi.board.vendor: HP
dmi.board.version: 1.05
dmi.chassis.asset.tag: CZC60573R7
dmi.chassis.type: 13
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnAMI:bvrA0.06:bd09/21/2015:svnHP:pn27-p000na:pvr1.05:rvnHP:rn2B3E:rvr1.05:cvnHP:ct13:cvr:
dmi.product.name: 27-p000na
dmi.product.version: 1.05
dmi.sys.vendor: HP
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2016-08-15T16:23:23.818733

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


** Tags: amd64 apport-bug kernel-sound xenial

** Tags added: kernel-sound

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

Title:
  [27-p000na, Conexant CX20753/4, Speaker, Internal] No sound at all

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

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


[Bug 1610557] [NEW] package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-08-06 Thread claudia
Public bug reported:

I was installing the new lubuntu version 16.04. During the process
appear the bug and the intallation stopped unfinished.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: tex-common 6.04
ProcVersionSignature: Ubuntu 4.4.0-31.50-lowlatency 4.4.13
Uname: Linux 4.4.0-31-lowlatency i686
NonfreeKernelModules: nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Sat Aug  6 03:58:12 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-09-26 (1044 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 
(20130820.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: tex-common
Title: package tex-common 6.04 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-08-06 (0 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 xenial

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

Title:
  package tex-common 6.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1610557/+subscriptions

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


Re: [Bug 1553397] Re: recover items

2016-03-11 Thread claudia fischer
Hi Christopher !

Sorry, I don't have any idea about what you're asking me for !...

Some years ago, a professional, installed me LINUX UBUNTU - 2 years ago,
due to an advise from "actualiciation of software, actual version isn¡t
available anymore, have to substitude it to a new version", I proceeded
installing upgrade of ubuntu version - result - my pc got blockedAs
this professional had moved away from where I'm living, I took my pc to a
local "expert", who installed another version of LINUX UBUNTU, which has
worked until a few weeks ago. - ...??!!???

2016-03-11 20:47 GMT+00:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> claudia fischer, to clarify, do you have any 3rd party software (PPAs,
> self-compiled, etc.) installed?
>
> Also, any reasons you are using non-default kernel parameters:
> vesafb.invalid=1 plymouth:debug nopat drm.debug=0xe
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1553397
>
> Title:
>   recover items
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   With my HP Compaq Mini 701ES PC suddenly, my dash border, changed
>   items, installed before, and it's impossible to recover the authentic
>   version.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
>   Uname: Linux 3.13.0-79-generic i686
>   NonfreeKernelModules: wl
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.19
>   Architecture: i386
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Fri Mar  4 22:38:01 2016
>   DistUpgraded: Fresh install
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation Mobile 945GSE Express Integrated Graphics Controller
> [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:361a]
>  Subsystem: Hewlett-Packard Company Device [103c:361a]
>   InstallationDate: Installed on 2014-08-07 (575 days ago)
>   InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386
> (20140722.2)
>   MachineType: Hewlett-Packard Compaq Mini
>   ProcEnviron:
>LANGUAGE=es_ES
>PATH=(custom, no user)
>LANG=es_ES.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic
> root=UUID=ae740fb9-720f-48b0-91f0-d0635e397c26 ro vesafb.invalid=1
> plymouth:debug nopat drm.debug=0xe
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/07/2008
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: 361A0 Ver. F.05
>   dmi.board.name: 361A
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: KBC Version 02.0D
>   dmi.chassis.asset.tag: CNU8513JRY
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias:
> dmi:bvnHewlett-Packard:bvr361A0Ver.F.05:bd11/07/2008:svnHewlett-Packard:pnCompaqMini:pvrF.05:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0D:cvnHewlett-Packard:ct10:cvr:
>   dmi.product.name: Compaq Mini
>   dmi.product.version: F.05
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
>   version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.8.2-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.910-0ubuntu1.6
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.10-1ubuntu2
>   xserver.bootTime: Fri Mar  4 22:02:54 2016
>   xserver.configfile: default
>   xserver.errors:
>
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>product id1260
>vendor CPT
>   xserver.version: 2:1.15.1-0ubuntu2.7
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1553397/+subscriptions
>

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

Title:
  recover items

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

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

Re: [Bug 1553397] Re: recover items

2016-03-11 Thread claudia fischer
Hi Christopher !

Sorry for being so stupid, due to, I'm just an current user of my labtop,
so, I don't have any idea about setings, configurations, etc.
Hoping, the following details might be the ones ,you've asked me...:

FOLDER: various :

_usr_lib_i386-linux-gnu_zeitgeist-fts.1000.crash

_usr_lib_i386-linux-gnu_zeitgeist-fts.1000.upload

_usr_share_oneconf_oneconf-service.1000.crash


FOLDER: mozilla : Crash Reports: last crash 1457655541

FOLDER: firefox : z8zatqs3.default-1447531423503

FOLDER: thunderbird :

Best regards, and thanks for your pacience,

Claudia



2016-03-10 0:23 GMT+00:00 Christopher M. Penalver <
christopher.m.penal...@gmail.com>:

> claudia fischer, to clarify, if one uses a terminal or file manager to go
> to the folder:
> /var/crash
>
> are there any files with the extension .crash in the folder?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1553397
>
> Title:
>   recover items
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   With my HP Compaq Mini 701ES PC suddenly, my dash border, changed
>   items, installed before, and it's impossible to recover the authentic
>   version.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
>   Uname: Linux 3.13.0-79-generic i686
>   NonfreeKernelModules: wl
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.19
>   Architecture: i386
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Fri Mar  4 22:38:01 2016
>   DistUpgraded: Fresh install
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation Mobile 945GSE Express Integrated Graphics Controller
> [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:361a]
>  Subsystem: Hewlett-Packard Company Device [103c:361a]
>   InstallationDate: Installed on 2014-08-07 (575 days ago)
>   InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386
> (20140722.2)
>   MachineType: Hewlett-Packard Compaq Mini
>   ProcEnviron:
>LANGUAGE=es_ES
>PATH=(custom, no user)
>LANG=es_ES.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic
> root=UUID=ae740fb9-720f-48b0-91f0-d0635e397c26 ro vesafb.invalid=1
> plymouth:debug nopat drm.debug=0xe
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/07/2008
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: 361A0 Ver. F.05
>   dmi.board.name: 361A
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: KBC Version 02.0D
>   dmi.chassis.asset.tag: CNU8513JRY
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias:
> dmi:bvnHewlett-Packard:bvr361A0Ver.F.05:bd11/07/2008:svnHewlett-Packard:pnCompaqMini:pvrF.05:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0D:cvnHewlett-Packard:ct10:cvr:
>   dmi.product.name: Compaq Mini
>   dmi.product.version: F.05
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
>   version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev
> 1:2.8.2-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.99.910-0ubuntu1.6
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:1.0.10-1ubuntu2
>   xserver.bootTime: Fri Mar  4 22:02:54 2016
>   xserver.configfile: default
>   xserver.errors:
>
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>product id1260
>vendor CPT
>   xserver.version: 2:1.15.1-0ubuntu2.7
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1553397/+subscriptions
>

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

Title:
  recover items

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

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


Re: [Bug 1553397] Re: recover items

2016-03-09 Thread claudia fischer
in "gnu_zeitgeist"...!!???

2016-03-09 21:33 GMT+00:00 Christopher M. Penalver
:
> claudia fischer, to clarify, after this event, is there a crash file in
> /var/crash?
>
> ** Tags added: bios-outdated-f.16
>
> ** Description changed:
>
> - suddenly, my  dash border, changed items, installed before, and  it's
> - impossible to recover the authentic version
> + With my HP Compaq Mini 701ES PC suddenly, my dash border, changed items,
> + installed before, and it's impossible to recover the authentic version.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
>   Uname: Linux 3.13.0-79-generic i686
>   NonfreeKernelModules: wl
>   .tmp.unity.support.test.0:
> -
> +
>   ApportVersion: 2.14.1-0ubuntu3.19
>   Architecture: i386
>   CompizPlugins: No value set for 
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Fri Mar  4 22:38:01 2016
>   DistUpgraded: Fresh install
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
> -  Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
> [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
> -Subsystem: Hewlett-Packard Company Device [103c:361a]
> -Subsystem: Hewlett-Packard Company Device [103c:361a]
> +  Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
> [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
> +Subsystem: Hewlett-Packard Company Device [103c:361a]
> +Subsystem: Hewlett-Packard Company Device [103c:361a]
>   InstallationDate: Installed on 2014-08-07 (575 days ago)
>   InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
> (20140722.2)
>   MachineType: Hewlett-Packard Compaq Mini
>   ProcEnviron:
> -  LANGUAGE=es_ES
> -  PATH=(custom, no user)
> -  LANG=es_ES.UTF-8
> -  SHELL=/bin/bash
> +  LANGUAGE=es_ES
> +  PATH=(custom, no user)
> +  LANG=es_ES.UTF-8
> +  SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic 
> root=UUID=ae740fb9-720f-48b0-91f0-d0635e397c26 ro vesafb.invalid=1 
> plymouth:debug nopat drm.debug=0xe
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/07/2008
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: 361A0 Ver. F.05
>   dmi.board.name: 361A
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: KBC Version 02.0D
>   dmi.chassis.asset.tag: CNU8513JRY
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias: 
> dmi:bvnHewlett-Packard:bvr361A0Ver.F.05:bd11/07/2008:svnHewlett-Packard:pnCompaqMini:pvrF.05:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0D:cvnHewlett-Packard:ct10:cvr:
>   dmi.product.name: Compaq Mini
>   dmi.product.version: F.05
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
>   version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.99.910-0ubuntu1.6
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:1.0.10-1ubuntu2
>   xserver.bootTime: Fri Mar  4 22:02:54 2016
>   xserver.configfile: default
>   xserver.errors:
> -
> +
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
> -  product id1260
> -  vendor CPT
> +  product id1260
> +  vendor CPT
>   xserver.version: 2:1.15.1-0ubuntu2.7
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1553397
>
> Title:
>   recover items
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   With my HP Compaq Mini 701ES PC suddenly, my dash border, changed
>   items, installed before, and it's impossible to recover the authentic
>   version.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.

Re: [Bug 1553397] Re: recover items

2016-03-09 Thread claudia fischer
Hi Christopher !
Thanks a lot for reply !
I don't know, which might be the correct details of my computer, so,
I've taken all , that figures on it's sticker:

Product: Compaq Mini

s/n: CNU8513JRY

p/n: NG643EA ABE

Product Key: GJH8B-6BGYK-92QFB-7DXT4-T6Y6B

80043-675-91-280

Hoping, these dates may help you, for helping me.

Best regards,

your's faithfully

Claudia

2016-03-08 7:33 GMT+00:00 Christopher M. Penalver
:
> claudia fischer, thank you for reporting this and helping make Ubuntu
> better.
>
> Could you please provide the full computer model as noted on the sticker
> of the computer itself (not from the Bug Description)?
>
> ** Changed in: xorg (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1553397
>
> Title:
>   recover items
>
> Status in xorg package in Ubuntu:
>   Incomplete
>
> Bug description:
>   suddenly, my  dash border, changed items, installed before, and  it's
>   impossible to recover the authentic version
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: xorg 1:7.7+1ubuntu8.1
>   ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
>   Uname: Linux 3.13.0-79-generic i686
>   NonfreeKernelModules: wl
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.19
>   Architecture: i386
>   CompizPlugins: No value set for 
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Fri Mar  4 22:38:01 2016
>   DistUpgraded: Fresh install
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   ExtraDebuggingInterest: Yes, if not too technical
>   GraphicsCard:
>Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
> [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
>  Subsystem: Hewlett-Packard Company Device [103c:361a]
>  Subsystem: Hewlett-Packard Company Device [103c:361a]
>   InstallationDate: Installed on 2014-08-07 (575 days ago)
>   InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 
> (20140722.2)
>   MachineType: Hewlett-Packard Compaq Mini
>   ProcEnviron:
>LANGUAGE=es_ES
>PATH=(custom, no user)
>LANG=es_ES.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic 
> root=UUID=ae740fb9-720f-48b0-91f0-d0635e397c26 ro vesafb.invalid=1 
> plymouth:debug nopat drm.debug=0xe
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/07/2008
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: 361A0 Ver. F.05
>   dmi.board.name: 361A
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: KBC Version 02.0D
>   dmi.chassis.asset.tag: CNU8513JRY
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.modalias: 
> dmi:bvnHewlett-Packard:bvr361A0Ver.F.05:bd11/07/2008:svnHewlett-Packard:pnCompaqMini:pvrF.05:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0D:cvnHewlett-Packard:ct10:cvr:
>   dmi.product.name: Compaq Mini
>   dmi.product.version: F.05
>   dmi.sys.vendor: Hewlett-Packard
>   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
>   version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
>   version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.99.910-0ubuntu1.6
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:1.0.10-1ubuntu2
>   xserver.bootTime: Fri Mar  4 22:02:54 2016
>   xserver.configfile: default
>   xserver.errors:
>
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>product id1260
>vendor CPT
>   xserver.version: 2:1.15.1-0ubuntu2.7
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1553397/+subscriptions

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

Title:
  recover items

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

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


[Bug 1553397] [NEW] recover items

2016-03-04 Thread claudia fischer
Public bug reported:

suddenly, my  dash border, changed items, installed before, and  it's
impossible to recover the authentic version

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
Uname: Linux 3.13.0-79-generic i686
NonfreeKernelModules: wl
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Fri Mar  4 22:38:01 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Mobile 945GSE Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:361a]
   Subsystem: Hewlett-Packard Company Device [103c:361a]
InstallationDate: Installed on 2014-08-07 (575 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140722.2)
MachineType: Hewlett-Packard Compaq Mini
ProcEnviron:
 LANGUAGE=es_ES
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-79-generic 
root=UUID=ae740fb9-720f-48b0-91f0-d0635e397c26 ro vesafb.invalid=1 
plymouth:debug nopat drm.debug=0xe
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/07/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 361A0 Ver. F.05
dmi.board.name: 361A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 02.0D
dmi.chassis.asset.tag: CNU8513JRY
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr361A0Ver.F.05:bd11/07/2008:svnHewlett-Packard:pnCompaqMini:pvrF.05:rvnHewlett-Packard:rn361A:rvrKBCVersion02.0D:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: Compaq Mini
dmi.product.version: F.05
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.libdrm2: libdrm2 2.4.64-1~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.6
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.6
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Fri Mar  4 22:02:54 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1260 
 vendor CPT
xserver.version: 2:1.15.1-0ubuntu2.7

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


** Tags: apport-bug i386 trusty ubuntu

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

Title:
  recover items

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

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


[Bug 1547175] [NEW] Development version pulls incorrect hw info

2016-02-18 Thread Claudia
Public bug reported:

Hello! I have come across a strange problem and have no clue how to go
about fixing it. We are using PulseAudio to send audio over wifi using
RTP. We were having buffering issues and started going through the error
logs to see if we could pinpoint the problem. We noticed that in the
sink.c file, where device specifics are pulled (i.e. sound card
characteristics), the development version of PulseAudio pulls a
different value from the natively installed version of pulse for only
the device buffer size and the device fragment size. I think that this
may be the root of our problem.. when we should be seeing values of
64000 and 32000 respectively, the dev version is giving 352,800 and
176,400.

Has anyone else encountered this issue? Thanks in advance!

Ubuntu 14.04 LTS
pulseaudio: 1:4.0-0ubuntu11.1

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

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

Title:
  Development version pulls incorrect hw info

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

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


[Bug 1473705] Re: xfce4-panel disappears on suspend/resume Compositor related

2015-11-05 Thread Claudia SM
I had the same problem, using Xfce 4.10 with Ubuntu 14.04.02
The solution posted by bathynomusBLUE worked for me. I enabled Compositor and I 
recover the panel instantly. Now it doesn't dissapear after resuming from 
suspend.
Thanks.

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

Title:
  xfce4-panel disappears on suspend/resume Compositor related

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1473705/+subscriptions

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


[Bug 1179111] [NEW] package libxml-libxml-perl 1.70.ds-1build1 failed to install/upgrade: ErrorMessage: subprocess installed pre-removal script returned error exit status 127

2013-05-11 Thread Claudia Vilo
Public bug reported:

I could just do a partial upgrade to Ubuntu 12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libxml-libxml-perl 1.70.ds-1build1
ProcVersionSignature: Ubuntu 3.2.0-41.66-generic 3.2.42
Uname: Linux 3.2.0-41-generic x86_64
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: amd64
Date: Sat May 11 20:25:32 2013
ErrorMessage: ErrorMessage: subprocess installed pre-removal script returned 
error exit status 127
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MarkForUpload: True
SourcePackage: libxml-libxml-perl
Title: package libxml-libxml-perl 1.70.ds-1build1 failed to install/upgrade: 
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 127
UpgradeStatus: Upgraded to precise on 2013-05-12 (0 days ago)

** Affects: libxml-libxml-perl (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/1179111

Title:
  package libxml-libxml-perl 1.70.ds-1build1 failed to install/upgrade:
  ErrorMessage: subprocess installed pre-removal script returned error
  exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxml-libxml-perl/+bug/1179111/+subscriptions

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


[Bug 1101093] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-01-18 Thread Claudia Putignani
Public bug reported:

I don't know, I saw the message in my computer.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu9
Architecture: i386
DKMSKernelVersion: 3.5.0-22-generic
Date: Fri Jan 18 08:48:32 2013
InstallationDate: Installed on 2011-12-14 (400 days ago)
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: Upgraded to quantal on 2013-01-01 (16 days ago)

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


** Tags: apport-package i386 quantal

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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


[Bug 1019752] Re: hotot won't start correctly xubuntu 12.10

2012-11-05 Thread Claudia Doppioslash
+1 Ubuntu 12.10 Pantheon
I'm not getting the ** (hotot:5528): WARNING **: Binding 'C' failed! error.

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

Title:
  hotot won't start correctly xubuntu 12.10

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

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


[Bug 975663] Re: error

2012-04-06 Thread claudia silva
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975663

Title:
  error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/975663/+subscriptions

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


[Bug 975663] [NEW] error

2012-04-06 Thread claudia silva
Public bug reported:

package libqt4-designer 4:4.6.2-0ubuntu5.3 failed to install/upgrade:
leitura curta em buffer_copy (mecanismo dpkg-deb durante
'./usr/lib/libQtDesigner.so.4.6.2')

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libqt4-designer 4:4.6.2-0ubuntu5.3
ProcVersionSignature: Ubuntu 2.6.32-40.87-generic 2.6.32.57+drm33.23
Uname: Linux 2.6.32-40-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Apr  6 22:31:57 2012
ErrorMessage: leitura curta em buffer_copy (mecanismo dpkg-deb durante 
'./usr/lib/libQtDesigner.so.4.6.2')
InstallationMedia: Ubuntu 10.04.4 LTS "Lucid Lynx" - Release i386 (20120214.2)
SourcePackage: qt4-x11
Title: package libqt4-designer 4:4.6.2-0ubuntu5.3 failed to install/upgrade: 
leitura curta em buffer_copy (mecanismo dpkg-deb durante 
'./usr/lib/libQtDesigner.so.4.6.2')

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/975663/+subscriptions

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


[Bug 886777] Re: la riproduzione non ha i colori corretti

2011-11-06 Thread Claudia Putignani
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/886777

Title:
  la riproduzione non ha i colori corretti

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

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


[Bug 886777] [NEW] la riproduzione non ha i colori corretti

2011-11-06 Thread Claudia Putignani
Public bug reported:

il firmato viene riprodotto in negativo

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: totem 2.32.0-0ubuntu10
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic-pae 2.6.38.8
Uname: Linux 2.6.38-12-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Nov  6 10:47:00 2011
ExecutablePath: /usr/bin/totem
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=it_IT:en
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
UpgradeStatus: No upgrade log present (probably fresh install)
XsessionErrors:
 (:1426): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.SectionsModel is in the past. Ignoring 
transaction.
 (:1426): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.GroupsModel is in the past. Ignoring 
transaction.
 (:1426): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.GlobalGroupsModel is in the past. 
Ignoring transaction.

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


** Tags: apport-bug apport-lpi i386 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/886777

Title:
  la riproduzione non ha i colori corretti

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

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


[Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus UL80-VT, Asus N61Jq and Asus K50IE. Acer E642G

2011-08-30 Thread Claudia
I installed the patch, and it is now recognized as elantech touchpad but
vertical/horizontal scrolling doesn't work properly, and movements are
not precise (moves too fast even not set to the fastest option), besides
everytime i reboot, movement speed decreases and any change I've made in
scrolling/pointer speed is lost

I use Linux Mint 11, on a samsung rv411 and my kernel version is
2.6.38-8.

on dmesg:

[   14.697726] elantech: assuming hardware version 3, firmware version 69.15.0
[   14.736410] elantech: Synaptics capabilities query result 0x08, 0x15, 0x0c.
[   14.795461] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   14.823725] elantech: x_max = 2508, y_max = 1320
[   14.840555] input: ETPS/2 Elantech Touchpad as 
/devices/platform/i8042/serio1/input/input10

on $ cat /proc/bus/input/devices |tail

N: Name="ETPS/2 Elantech Touchpad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input10
U: Uniq=
H: Handlers=mouse1 event10 
B: PROP=8
B: EV=b
B: KEY=6420 0 3 0 0 0 0 0 0 0 0
B: ABS=2608000 1103

on # sudo dmidecode -t System

# dmidecode 2.9
SMBIOS 2.6 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: SAMSUNG ELECTRONICS CO., LTD.
Product Name: RV411/RV511/E3511/S3511
Version: Not Applicable
Serial Number: AZGQ9KDB300544
UUID: 00B606EC-DF1D-B211-8000-B45FD52E9FFD
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: Not Specified

Handle 0x0016, DMI type 12, 5 bytes
System Configuration Options
Option 1: Jumper settings can be described here.

Handle 0x0017, DMI type 15, 29 bytes
System Event Log
Area Length: 16 bytes
Header Start Offset: 0x
Header Length: 16 bytes
Data Start Offset: 0x0010
Access Method: General-purpose non-volatile data functions
Access Address: 0x
Status: Valid, Not Full
Change Token: 0x00BB
Header Format: Type 1
Supported Log Type Descriptors: 3
Descriptor 1: POST error
Data Format 1: POST results bitmap
Descriptor 2: Single-bit ECC memory error
Data Format 2: Multiple-event
Descriptor 3: Multi-bit ECC memory error
Data Format 3: Multiple-event

Handle 0x0023, DMI type 23, 13 bytes
System Reset
Status: Enabled
Watchdog Timer: Present
Boot Option: Do Not Reboot
Boot Option On Limit: Do Not Reboot
Reset Count: Unknown
Reset Limit: Unknown
Timer Interval: Unknown
Timeout: Unknown

Handle 0x002B, DMI type 32, 20 bytes
System Boot Information
Status: No errors detected


Any clue???

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

Title:
  Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C
  and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus
  UL80-VT, Asus N61Jq and Asus K50IE. Acer E642G

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

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


[Bug 747349] [NEW] index error in volume control

2011-04-01 Thread Claudia Barrett
Public bug reported:

Binary package hint: brasero

applet crash

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

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

Title:
  index error in volume control

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


[Bug 666400] Re: package patch 2.6-2ubuntu1 fail ed to install/upgrade: error escribiendo en «»: No existe el fichero ó directorio

2010-10-25 Thread claudia hernandez


-- 
package patch 2.6-2ubuntu1 failed to install/upgrade: error escribiendo en 
«»: No existe el fichero ó directorio
https://bugs.launchpad.net/bugs/666400
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 666400] [NEW] package patch 2.6-2ubuntu1 failed to install/upgrade: error escribiendo en « »: No existe el fichero ó directorio

2010-10-25 Thread claudia hernandez
Public bug reported:

Binary package hint: patch

no se que poner

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: patch 2.6-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Mon Oct 25 13:54:26 2010
ErrorMessage: error escribiendo en «»: No existe el fichero ó 
directorio
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
SourcePackage: patch
Title: package patch 2.6-2ubuntu1 failed to install/upgrade: error escribiendo 
en «»: No existe el fichero ó directorio

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


** Tags: apport-package i386 lucid ubuntu-une

-- 
package patch 2.6-2ubuntu1 failed to install/upgrade: error escribiendo en 
«»: No existe el fichero ó directorio
https://bugs.launchpad.net/bugs/666400
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 666401] Re: package xz-utils 4.999.9beta+ 20091116-1 failed to install/upgrade: error escribiendo en «»: No existe el fi chero ó directorio

2010-10-25 Thread claudia hernandez


-- 
package xz-utils 4.999.9beta+20091116-1 failed to install/upgrade: error 
escribiendo en «»: No existe el fichero ó directorio
https://bugs.launchpad.net/bugs/666401
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 666401] [NEW] package xz-utils 4.999.9b eta+20091116-1 failed to install/upgrade: error escribie ndo en «»: No existe e l fichero ó directorio

2010-10-25 Thread claudia hernandez
Public bug reported:

Binary package hint: xz-utils

no se que poner

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: xz-utils 4.999.9beta+20091116-1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Mon Oct 25 13:54:26 2010
ErrorMessage: error escribiendo en «»: No existe el fichero ó 
directorio
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
SourcePackage: xz-utils
Title: package xz-utils 4.999.9beta+20091116-1 failed to install/upgrade: error 
escribiendo en «»: No existe el fichero ó directorio

** Affects: xz-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid ubuntu-une

-- 
package xz-utils 4.999.9beta+20091116-1 failed to install/upgrade: error 
escribiendo en «»: No existe el fichero ó directorio
https://bugs.launchpad.net/bugs/666401
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 666398] Re: package binutils 2.20.1-3ubun tu7 failed to install/upgrade: error escribiendo en «»: Éxito

2010-10-25 Thread claudia hernandez


-- 
package binutils 2.20.1-3ubuntu7 failed to install/upgrade: error escribiendo 
en «»: Éxito
https://bugs.launchpad.net/bugs/666398
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 666398] [NEW] package binutils 2.20.1-3 ubuntu7 failed to install/upgrade: error escribiendo en «»: Éxito

2010-10-25 Thread claudia hernandez
Public bug reported:

Binary package hint: binutils

no se que poner

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: binutils 2.20.1-3ubuntu7
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Mon Oct 25 13:54:25 2010
ErrorMessage: error escribiendo en «»: Éxito
InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4)
SourcePackage: binutils
Title: package binutils 2.20.1-3ubuntu7 failed to install/upgrade: error 
escribiendo en «»: Éxito

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


** Tags: apport-package i386 lucid ubuntu-une

-- 
package binutils 2.20.1-3ubuntu7 failed to install/upgrade: error escribiendo 
en «»: Éxito
https://bugs.launchpad.net/bugs/666398
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 539772] Re: [MASTER] Lucid 2.6.32-16 crashed to login screen - miCopyRegion

2010-05-13 Thread Claudia
Looks like the patch is working on my PC. This is what I typed into the
terminal and the results:

clau...@claudia-desktop:~$ sudo add-apt-repository ppa:bryceharrington/purple
[sudo] password for claudia: 
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring 
--secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg 
--keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg 
--keyserver keyserver.ubuntu.com --recv 510DE9AC846B40EB94EDB3AEFBB49579B75FECB0
gpg: requesting key B75FECB0 from hkp server keyserver.ubuntu.com
gpg: key B75FECB0: public key "Launchpad PPA for Bryce Harrington" imported
gpg: Total number processed: 1
gpg:   imported: 1  (RSA: 1)
clau...@claudia-desktop:~$ 

I then went into the update manager and applied the patch. So far
nothing has crashed(keeping my fingers crossed)!

Thanks for this! Ubuntu has NEVER given me such problems before, Windows
does all the time!!

-- 
[MASTER] Lucid 2.6.32-16 crashed to login screen - miCopyRegion
https://bugs.launchpad.net/bugs/539772
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


Re: [Bug 577803] Re: firefox keeps crashing since the update to 10.04? Boots me right out of Ubuntu.

2010-05-11 Thread Claudia
I figured it might be the graphics card, it only started doing this 
after the upgrade. I tried installing it from the vendor but it won't 
work. I truly love Ubuntu: This is what came up in terminal, and it is 
the hardware I installed.

clau...@claudia-desktop:~$ lspci | grep VGA
01:05.0 VGA compatible controller: ATI Technologies Inc RS480 [Radeon 
Xpress 200G Series]

Thanks for the help.


On 05/11/2010 09:45 PM, Draycen DeCator wrote:
> Thank you for reporting this to Ubuntu. Could you please let us know
> what brand of graphics card you are using? If you are unsure, you can
> run the following command in a terminal:
>
> lspci | grep VGA
>
> ** Changed in: firefox (Ubuntu)
> Status: New =>  Incomplete
>
>

-- 
firefox keeps crashing since the update to 10.04? Boots me right out of Ubuntu.
https://bugs.launchpad.net/bugs/577803
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 577803] Re: firefox keeps crashing since the update to 10.04? Boots me right out of Ubuntu.

2010-05-09 Thread Claudia

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

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/48117773/ExtensionSummary.txt

** Attachment added: "profile_default_pluginreg.dat.txt"
   http://launchpadlibrarian.net/48117776/profile_default_pluginreg.dat.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/4811/profiles.ini.txt

-- 
firefox keeps crashing since the update to 10.04? Boots me right out of Ubuntu.
https://bugs.launchpad.net/bugs/577803
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 577803] [NEW] firefox keeps crashing since the update to 10.04? Boots me right out of Ubuntu.

2010-05-09 Thread Claudia
Public bug reported:

Binary package hint: firefox

I have tried browsing the web with Epiphany and it seems to work fine.
Firefox started doing this right after the upgrade. I am trying to
figure out what I might have done wrong but to no avail.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.3+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sun May  9 09:01:55 2010
FirefoxPackages:
 firefox 3.6.3+nobinonly-0ubuntu4
 firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
 firefox-branding 3.6.3+nobinonly-0ubuntu4
 abroswer N/A
 abrowser-branding N/A
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

-- 
firefox keeps crashing since the update to 10.04? Boots me right out of Ubuntu.
https://bugs.launchpad.net/bugs/577803
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 577310] Re: package sdic-eijiro 2.1.3-19 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-05-08 Thread Claudia

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

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

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

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

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/48036639/DpkgTerminalLog.txt

-- 
package sdic-eijiro 2.1.3-19 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/577310
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 577310] [NEW] package sdic-eijiro 2.1.3-19 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-05-08 Thread Claudia
Public bug reported:

Binary package hint: sdic

I just got the message that the installation was not successful.
I am installing applications to study japanese from those provided with the 
synaptic software manager

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: sdic-eijiro 2.1.3-19
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat May  8 05:35:37 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
PackageArchitecture: all
SourcePackage: sdic
Title: package sdic-eijiro 2.1.3-19 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

-- 
package sdic-eijiro 2.1.3-19 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/577310
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 484304] Re: E6.1 CLIENT AUTHENTICATION REQUIRED. USE ESMTP EHLO AND AUTH

2010-05-05 Thread Claudia Hasse
What can Ii do ? Is this the same bug,or any at all?

-- 
 E6.1 CLIENT AUTHENTICATION REQUIRED. USE ESMTP EHLO AND AUTH
https://bugs.launchpad.net/bugs/484304
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 484304] Re: E6.1 CLIENT AUTHENTICATION REQUIRED. USE ESMTP EHLO AND AUTH

2010-05-05 Thread Claudia Hasse
me neither,smtp password  not authenticated.I use yahoo mail in the smtp
server.

-- 
 E6.1 CLIENT AUTHENTICATION REQUIRED. USE ESMTP EHLO AND AUTH
https://bugs.launchpad.net/bugs/484304
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 574888] Re: cannot play movies at all in movie player

2010-05-03 Thread Claudia

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

** Attachment added: "GstreamerVersions.txt"
   http://launchpadlibrarian.net/47722022/GstreamerVersions.txt

** Attachment added: "LogAlsaMixer.txt"
   http://launchpadlibrarian.net/47722023/LogAlsaMixer.txt

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/47722028/XsessionErrors.txt

-- 
cannot play movies at all in movie player
https://bugs.launchpad.net/bugs/574888
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 574888] [NEW] cannot play movies at all in movie player

2010-05-03 Thread Claudia
Public bug reported:

Binary package hint: totem

No URI handler implemented for "mms" each time I try playing videos from
certain sites

ProblemType: Bug
Architecture: i386
Date: Mon May  3 23:53:46 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/totem
Package: totem 2.28.2-0ubuntu3
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
SourcePackage: totem
Uname: Linux 2.6.31-21-generic i686

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


** Tags: apport-bug i386

-- 
cannot play movies at all in movie player
https://bugs.launchpad.net/bugs/574888
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 352583] Re: [Hewlett-Packard Compaq Presario A900 Notebook PC] suspend/resume failure

2010-03-08 Thread John en Claudia
I have no contribution to this bug description, but I do have an a900
and i don't understand why this bug isn't even assigned to anybody who
can try to solve it. There seems to be put great effort in boot-up time,
but that doesn't bother me the least if I can just use suspend...

-- 
[Hewlett-Packard Compaq Presario A900 Notebook PC] suspend/resume failure
https://bugs.launchpad.net/bugs/352583
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 517017] Re: sometimes my thunderbird lose the acutal emails. therefore I use the refresh button. It takes about half an hour till the show up again.

2010-02-04 Thread Claudia Schlemmermeyer

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/38745783/XsessionErrors.txt

-- 
sometimes my thunderbird lose the acutal emails. therefore I use the refresh 
button. It takes about half an hour till the show up again.
https://bugs.launchpad.net/bugs/517017
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 517017] [NEW] sometimes my thunderbird lose the acutal emails. therefore I use the refresh button. It takes about half an hour till the show up again.

2010-02-04 Thread Claudia Schlemmermeyer
Public bug reported:

Binary package hint: thunderbird

sometimes  thunderbird lose the actual emails after reading, therefore I
use the refresh button. It takes about half an hour till the show up
again.

ProblemType: Bug
Architecture: i386
Date: Thu Feb  4 11:34:35 2010
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: mozilla-thunderbird 2.0.0.23+build1+nobinonly-0ubuntu1
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: thunderbird
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
sometimes my thunderbird lose the acutal emails. therefore I use the refresh 
button. It takes about half an hour till the show up again.
https://bugs.launchpad.net/bugs/517017
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


Re: [Bug 304637] Re: cannot display the hotmail main page in ubuntu

2009-12-06 Thread Claudia
Hello Martin,

reproduction is difficult. I found the cause (although I cannot explain
it).

My husband installed some Windows TTF fonts on my Ubuntu nettop computer
so I could use them in the usual manner. After the routine automatic
system update, these TTF fonts seem to cause the trouble. They were
_not>_ in use by Firefox, btw.

My husband removed the fonts, cleared the fc cache and restarted the
system. All went well, Firefox shows all web sites as they are intended
to (www.google.de, www.spiegel.de, www.fr-online.de,
www.waldorfschule-oberursel.de, etc.)

We found the solution to the problem by looking manually in the German
Ubuntu users' forum. Google and other automated searches did not reveal
a suitable hint; the problem seems too complex to be captured by a few
key words.

Greetings,
Claudia


Martin Mai schrieb:
> Thanks for the reply. I can not reproduce that with firefox-3.5. Could
> you please install the package "firefox-3.5" and test, whether the
> problem still occurs? And what version of Ubuntu are you using. Thanks
> in advance.
> 
> ** Changed in: firefox-3.0 (Ubuntu)
>Status: Invalid => Incomplete
>

-- 
cannot display the hotmail main page in ubuntu
https://bugs.launchpad.net/bugs/304637
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 304637] Re: cannot display the hotmail main page in ubuntu

2009-12-05 Thread Claudia
This bug occurs not only on hotmail (which I did not test), but on _all_
internet pages which contain scripting _and_ use cascading style sheets
(.css).  Exmples: www.spiegel.de, www.fr-online.de, www.heinbach-
hustedt.de/sce2, ...

When I display the pages "view -> styles -> no style" (instead of
"default style") all words, numbers etc. re-appear. However, background
colors and ather formatting defined by .css vanish.

In contrast to xiaowangge, I did not change any font settings but had a
volunimous automatic system update.

Changing fonts in Firefox 3.0.0.18 doesn't help nor does changing the
coding of the page (UTF-8, ISO-8859-1, -15, ...)

No idea what went wrong.

-- 
cannot display the hotmail main page in ubuntu
https://bugs.launchpad.net/bugs/304637
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


AW: [Bug 438840] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 2 zur?ck

2009-11-25 Thread claudia
Dear Pepe,

I install everything new...so I got no more problems.
Sorry,my English is not so well.

Thanks for answer.

Claudia

--- ^_Pepe_^  schrieb am Mi,
25.11.2009:

Von: ^_Pepe_^ 
Betreff: [Bug 438840] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 
failed to install/upgrade: Unterprozess post-installation script gab den 
Fehlerwert 2 zur?ck
An: clmark...@yahoo.de
Datum: Mittwoch, 25. November 2009, 9:16

Hi Claudia,

Thank you for helping Ubuntu better reporting this bug.

Please, can you tell us if this is still an issue for you?

If so, your Dpkg log says:

GLib-GObject-CRITICAL **: g_signal_add_emission_hook: assertion
`signal_id > 0' failed at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm
line 60

Which is very similar to problem reported in bug #217967.

Please let us know.

I'm going to mark the bug as 'Incomplete' to keep track on it. Please
feel free to mark it as 'New' if it still is an issue for you.


** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/438840
You received this bug notification because you are a direct subscriber
of the bug.

Status in “linux” package in Ubuntu: Incomplete

Bug description:
Richte initramfs-tools ein (0.92bubuntu29) ...
update-initramfs: deferring update (trigger activated)

Richte linux-image-2.6.28-15-generic ein (2.6.28-15.52) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.28-15-generic
cpio: ./bin/udevinfo: Funktion stat fehlgeschlagen: No such file or directory
update-initramfs: failed for /boot/initrd.img-2.6.28-15-generic
Failed to create initrd image.
dpkg: Fehler beim Bearbeiten von linux-image-2.6.28-15-generic (--configure):
 Unterprozess post-installation script gab den Fehlerwert 2 zurück
Verarbeite Trigger für initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.28-15-generic
cpio: ./bin/udevinfo: Funktion stat fehlgeschlagen: No such file or directory
update-initramfs: failed for /boot/initrd.img-2.6.28-15-generic
dpkg: Unterprozess post-installation script gab den Fehlerwert 1 zurück

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 2 zurück
HibernationDevice: RESUME=UUID=83f8f53d-a5cc-4374-94bf-1f89d106774b
Lsusb:
 Bus 001 Device 002: ID 03f0:1e04 Hewlett-Packard 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType:
 
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-15-generic 2.6.28-15.52
ProcCmdLine: root=UUID=82f01b2c-d178-4489-bef1-2392de03c8db ro quiet splash
ProcVersionSignature: Ubuntu 2.6.28-15.49-generic
SourcePackage: linux
Title: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to 
install/upgrade: Unterprozess post-installation script gab den Fehlerwert 2 
zurück


__
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/438840
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 445555] Re: desktopcouch-service crashed with DeniedError in create_ini_file()

2009-10-30 Thread claudia
** Changed in: desktopcouch (Ubuntu)
 Assignee: (unassigned) => claudia (claudiadigio)

-- 
desktopcouch-service crashed with DeniedError in create_ini_file()
https://bugs.launchpad.net/bugs/44
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 438840] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 2 zur?ck

2009-09-29 Thread claudia

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

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

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

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/32684817/DpkgTerminalLog.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/32684818/HalComputerInfo.txt

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

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

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

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

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/438840
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 438840] [NEW] package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 2 zur?ck

2009-09-29 Thread claudia
Public bug reported:

Richte initramfs-tools ein (0.92bubuntu29) ...
update-initramfs: deferring update (trigger activated)

Richte linux-image-2.6.28-15-generic ein (2.6.28-15.52) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.28-15-generic
cpio: ./bin/udevinfo: Funktion stat fehlgeschlagen: No such file or directory
update-initramfs: failed for /boot/initrd.img-2.6.28-15-generic
Failed to create initrd image.
dpkg: Fehler beim Bearbeiten von linux-image-2.6.28-15-generic (--configure):
 Unterprozess post-installation script gab den Fehlerwert 2 zurück
Verarbeite Trigger für initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.28-15-generic
cpio: ./bin/udevinfo: Funktion stat fehlgeschlagen: No such file or directory
update-initramfs: failed for /boot/initrd.img-2.6.28-15-generic
dpkg: Unterprozess post-installation script gab den Fehlerwert 1 zurück

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 2 zurück
HibernationDevice: RESUME=UUID=83f8f53d-a5cc-4374-94bf-1f89d106774b
Lsusb:
 Bus 001 Device 002: ID 03f0:1e04 Hewlett-Packard 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType:
 
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-15-generic 2.6.28-15.52
ProcCmdLine: root=UUID=82f01b2c-d178-4489-bef1-2392de03c8db ro quiet splash
ProcVersionSignature: Ubuntu 2.6.28-15.49-generic
SourcePackage: linux
Title: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to 
install/upgrade: Unterprozess post-installation script gab den Fehlerwert 2 
zurück

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


** Tags: apport-package i386

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 2 zur?ck
https://bugs.launchpad.net/bugs/438840
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 260853] Re: mp3 muziek downloaden

2009-08-14 Thread claudia
** Summary changed:

- Write ID3 tags to converted files
+ mp3 muziek downloaden

-- 
mp3 muziek downloaden
https://bugs.launchpad.net/bugs/260853
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 307921] Re: Its an Asus EeePC and the external dvd is not working, not even found.

2008-12-14 Thread claudia

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

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

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

-- 
Its an Asus EeePC and the external dvd is not working, not even found. 
https://bugs.launchpad.net/bugs/307921
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 307921] [NEW] Its an Asus EeePC and the external dvd is not working, not even found.

2008-12-14 Thread claudia
Public bug reported:

it was working at the firt connect for 1 Minute, and than never more. It
just don t appaers.

ProblemType: Bug
Architecture: i386
Date: Sun Dec 14 19:46:54 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: ath_hal
Package: nautilus 1:2.22.5.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.24-22-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Its an Asus EeePC and the external dvd is not working, not even found. 
https://bugs.launchpad.net/bugs/307921
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 253465] Re: daemontools-run needs to work with upstart

2008-12-08 Thread Claudia
Es una pena que sólo se escriba en ingles... :-(

-- 
daemontools-run needs to work with upstart
https://bugs.launchpad.net/bugs/253465
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 305425] Re: package acidbase 1.3.9-1 fail ed to install/upgrade: el subproceso post-installation s cript devolvió el código de salida de error 1

2008-12-05 Thread Claudia

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

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

-- 
package acidbase 1.3.9-1 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/305425
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 305425] [NEW] package acidbase 1.3.9-1 failed to install/upgrade: el subproceso post-installati on script devolvió el código de salida de error 1

2008-12-05 Thread Claudia
Public bug reported:

Binary package hint: acidbase

que hay un error

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 1
Package: acidbase 1.3.9-1
PackageArchitecture: all
SourcePackage: acidbase
Title: package acidbase 1.3.9-1 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 1
Uname: Linux 2.6.27-9-generic x86_64

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


** Tags: apport-package

-- 
package acidbase 1.3.9-1 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/305425
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 305273] Re: E: arno-iptables-firewall: el subproceso post-installation script devolvió el c ódigo de salida de error 2

2008-12-04 Thread Claudia

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

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

-- 
E: arno-iptables-firewall: el subproceso post-installation script devolvió el 
código de salida de error 2 
https://bugs.launchpad.net/bugs/305273
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 305273] [NEW] E: arno-iptables-firewall : el subproceso post-installation script devolvió e l código de salida de error 2

2008-12-04 Thread Claudia
Public bug reported:

Binary package hint: arno-iptables-firewall

E: arno-iptables-firewall: el subproceso post-installation script
devolvió el código de salida de error 2

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: el subproceso post-installation script devolvió el código de 
salida de error 2
Package: arno-iptables-firewall 1.8.8.o-2
PackageArchitecture: all
SourcePackage: arno-iptables-firewall
Title: package arno-iptables-firewall 1.8.8.o-2 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 2
Uname: Linux 2.6.27-9-generic x86_64

** Affects: arno-iptables-firewall (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
E: arno-iptables-firewall: el subproceso post-installation script devolvió el 
código de salida de error 2 
https://bugs.launchpad.net/bugs/305273
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 300032] Re: package cacti 0.8.7b-2.1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-11-19 Thread Claudia

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

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

-- 
package cacti 0.8.7b-2.1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/300032
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 300032] [NEW] package cacti 0.8.7b-2.1ubuntu2 failed to install/upgrade: subprocess pre-removal script returned error exit status 1

2008-11-19 Thread Claudia
Public bug reported:

Binary package hint: cacti

this failure stemmed from the an install problem with cacti and adodb
which gave:

Fatal error: Call to undefined function mysql_pconnect() in 
/usr/share/php/adodb/drivers/adodb-mysql.inc.php on line 382
 
I can successfully run a test php scrip from apach2.  The cacti db was created 
in mysql and I can access it with the credentials I set up and list the tables.

On post suggested installing php4 but that does not seem to be an option
with 8.10.

I'm currently searching for the old alleged path for adodb to see if I
missed anything.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-removal script returned error exit status 1
Package: cacti 0.8.7b-2.1ubuntu2
PackageArchitecture: all
SourcePackage: cacti
Title: package cacti 0.8.7b-2.1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
Uname: Linux 2.6.27-7-server i686

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


** Tags: apport-package

-- 
package cacti 0.8.7b-2.1ubuntu2 failed to install/upgrade: subprocess 
pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/300032
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 146145] Re: Can't recive files from cell phone

2007-12-10 Thread Claudia Enk de Aguiar
As I use AMD64 architeture and as I don't like compiling either, I went
to the debian page and downloaded the file
kdebluetooth_1.0~beta8-2_amd64.deb directly.

I did

[quote]
$ sudo dpkg -i kdebluetooth_1.0~beta8-2_amd64.deb[quote]

and it worked nicely after it.

I don't understand why can't this package be incorporated in Gutsy
repositories.

-- 
Can't recive files from cell phone
https://bugs.launchpad.net/bugs/146145
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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