[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-11 Thread Z37A
I think the problem may be in the way that identifies the virtual
drives, since the problem happens when you try to default SuSe grub
device by id.

PD: In this cases SuSe use GRUB 1.5

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-11 Thread Z37A
Serge, SLES12 not exist. You need to use SLES10 SuSe Linux Enterprise
Server 10, no OpenSuSe! With SLES11 this problems don't exist.

Wait a minute, i'm downloading from server the xml and the functional
menu.lst from GRUB

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-11 Thread Z37A
Mi menu.lst from the virtual SuSe, I made two changes, disable the
gfxmenu and change the id from device for hda1:

# Modified by YaST2. Last modification on Thu May 10 10:57:33 ART 2012
default 0
timeout 8
##YaST - generic_mbr
#gfxmenu (hd0,1)/boot/message
##YaST - activate


###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE Linux Enterprise Server 10 SP4
root (hd0,1)
kernel /boot/vmlinuz-2.6.16.60-0.85.1-default root=/dev/hda2 vga=0x314 
resume=/dev/hda1 splash=silent  showopts
initrd /boot/initrd-2.6.16.60-0.85.1-default

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE Linux Enterprise Server 10 SP4
root (hd0,1)
kernel /boot/vmlinuz-2.6.16.60-0.85.1-default root=/dev/hda2 vga=0x314 
showopts ide=nodma apm=off acpi=off noresume edd=off 3
initrd /boot/initrd-2.6.16.60-0.85.1-default

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-11 Thread Z37A
Mi XML:

!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE 
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  virsh edit iPrint
or other application using the libvirt API.
--

domain type='kvm'
  nameiPrint/name
  uuid562f1567-d9a8-12d4-1b34-4d893e92e1e0/uuid
  memory1048576/memory
  currentMemory1048576/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-1.0'hvm/type
boot dev='cdrom'/
boot dev='hd'/
bootmenu enable='yes'/
  /os
  features
acpi/
apic/
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='raw'/
  source file='/mnt/vms-r0/Imagenes/iPrint.img'/
  target dev='hda' bus='ide'/
  address type='drive' controller='0' bus='0' unit='0'/
/disk
disk type='file' device='cdrom'
  driver name='qemu' type='raw'/
  source file='/mnt/vms/ISOS/oes2sp3-x86_64-CD1.iso'/
  target dev='hdb' bus='ide'/
  readonly/
  address type='drive' controller='0' bus='0' unit='1'/
/disk
disk type='file' device='cdrom'
  driver name='qemu' type='raw'/
  source file='/mnt/vms/ISOS/SLES-10-SP4-DVD-x86_64-GM-DVD1.iso'/
  target dev='hdc' bus='ide'/
  readonly/
  address type='drive' controller='0' bus='1' unit='0'/
/disk
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
controller type='scsi' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x05' 
function='0x0'/
/controller
controller type='sata' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x06' 
function='0x0'/
/controller
interface type='bridge'
  mac address='52:54:00:d1:e2:ee'/
  source bridge='br0'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target type='serial' port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes'/
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  address type='pci' domain='0x' bus='0x00' slot='0x04' 
function='0x0'/
/memballoon
  /devices
/domain

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-11 Thread Z37A
I replaced: gfxmenu (hd0,1)/boot/message
for: #gfxmenu (hd0,1)/boot/message

And, I replaced: kernel /boot/vmlinuz-2.6.16.60-0.85.1-default 
root=/dev/disk/by-id/ata-QEMU_HARDDISK_QM1-part2 vga=0x314 resume=/dev/hda1 
splash=silent showopts
for: kernel /boot/vmlinuz-2.6.16.60-0.85.1-default root=/dev/hda2 vga=0x314 
resume=/dev/hda1 splash=silent showopts

PD: I confirm that SLES11 runs fine.

PD2: You can download ISOs from SLES10 in http://download.novell.com/
with a free account!

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] [NEW] Problem when you run a SLES10 in QEMU/KVM

2012-05-09 Thread Z37A
Public bug reported:

I found a problem with QEMU/KVM when i run a SuSe Linux Enterprise
Server 10 with any SP in KVM. The virtual machine don't started and
remains in pause when started the GRUB stage.

For lucky i found a temporary solution, you need to start the virtual
machine with a live CD and edit the /boot/grub/menu.lst to start with
the /dev/hda* and not with de /dev/uid

This problem started in Ubuntu Server 12.04, never had this problem in
10.04.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: qemu-kvm (not installed)
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Wed May  9 17:04:05 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: qemu-kvm
UpgradeStatus: Upgraded to precise on 2012-05-02 (7 days ago)

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-09 Thread Z37A
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997311

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-09 Thread Z37A
I needed to add that this problem did not occur in the pc where
reported, occurred in another computer installed with 10.04 and 12.04
with x86_64 updated

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 997311] Re: Problem when you run a SLES10 in QEMU/KVM

2012-05-09 Thread Z37A
** Description changed:

  I found a problem with QEMU/KVM when i run a SuSe Linux Enterprise
  Server 10 with any SP in KVM. The virtual machine don't started and
  remains in pause when started the GRUB stage.
  
  For lucky i found a temporary solution, you need to start the virtual
  machine with a live CD and edit the /boot/grub/menu.lst to start with
  the /dev/hda* and not with de /dev/uid
  
  This problem started in Ubuntu Server 12.04, never had this problem in
  10.04.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: qemu-kvm (not installed)
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
- Uname: Linux 3.2.0-24-generic i686
+ Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
- Architecture: i386
+ Architecture: x86_64
  Date: Wed May  9 17:04:05 2012
  EcryptfsInUse: Yes
- InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ InstallationMedia: Ubuntu 10.04 Lucid Lynx - Release x86_64
  SourcePackage: qemu-kvm
- UpgradeStatus: Upgraded to precise on 2012-05-02 (7 days ago)
+ UpgradeStatus: Upgraded to precise on 2012-05-08 (1 days ago)

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

Title:
  Problem when you run a SLES10 in QEMU/KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997311/+subscriptions

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


[Bug 618369] [NEW] Unknow keyboard in configuration file.

2010-08-15 Thread Z37A
Public bug reported:

When I create a boot disk(Maverick Alpha 3) with the tool usb-creator-
gtk (Lucid) at the start gives me the error Unknow keyboard in
configuration file. and does not start.

Attached is a picture of the monitor with the message.

PD: Sorry for my english i speak spanish!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Unknow keyboard in configuration file.
https://bugs.launchpad.net/bugs/618369
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 618369] Re: Unknow keyboard in configuration file.

2010-08-15 Thread Z37A

** Attachment added: 15082010019.jpg
   
https://bugs.launchpad.net/bugs/618369/+attachment/1492304/+files/15082010019.jpg

-- 
Unknow keyboard in configuration file.
https://bugs.launchpad.net/bugs/618369
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 277534] Re: No action when closing screen on HP 530

2010-04-30 Thread Z37A
This bug also affects me.
But in my case with 9.10 If either turned off the backlight did so only for 
about 2 seconds and then touched off, Lucid does not work now.

-- 
No action when closing screen on HP 530
https://bugs.launchpad.net/bugs/277534
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 560008] Re: gwibber-service crashed with NameError in get_account_passwords()

2010-04-10 Thread Z37A

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/43676060/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/43676061/ProcStatus.txt

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/43676062/Traceback.txt

** Visibility changed to: Public

-- 
gwibber-service crashed with NameError in get_account_passwords()
https://bugs.launchpad.net/bugs/560008
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 560008] Re: gwibber-service crashed with NameError in get_account_passwords()

2010-04-10 Thread Z37A
Apparently it is a problem with user configuration files, rename my home
folder, create a new and the problem disappeared. Prior to this, try
deleting the folder .cache / gwibber but did not work. Not if it's a bug
or a configuration error.

-- 
gwibber-service crashed with NameError in get_account_passwords()
https://bugs.launchpad.net/bugs/560008
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 554106] Re: Gnome Appearance Properties dialog hangs when changing desktop effects

2010-04-09 Thread Z37A
Add my output, if needed:

$ gnome-appearance-properties

(gnome-appearance-properties:2496): Gdk-CRITICAL **: gdk_display_sync:
assertion `GDK_IS_DISPLAY (display)' failed

(gnome-appearance-properties:2496): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
No hay ningún controlador gráfico disponible para su sistema que soporte la 
extensión de composición, o bien el actual ya lo soporta.

(gnome-appearance-properties:2496): Gdk-CRITICAL **: gdk_display_sync: 
assertion `GDK_IS_DISPLAY (display)' failed
Couldn't find a perfect decorator match; trying all decorators
Found no decorator to start

-- 
Gnome Appearance Properties dialog hangs when changing desktop effects
https://bugs.launchpad.net/bugs/554106
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 554400] Re: evolution-data-server-2.28 crashed with SIGSEGV in dbus_watch_handle()

2010-04-03 Thread Z37A
** Visibility changed to: Public

-- 
evolution-data-server-2.28 crashed with SIGSEGV in dbus_watch_handle()
https://bugs.launchpad.net/bugs/554400
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 525254] Re: desktopcouch-pair crashed with TypeError in verify_secret()

2010-04-02 Thread Z37A
And affect me in another PC with i386.

-- 
desktopcouch-pair crashed with TypeError in verify_secret()
https://bugs.launchpad.net/bugs/525254
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 552410] Re: Cannot add new accounts in gwibber

2010-04-01 Thread Z37A
In my case not only that I can add a Twitter account (Facebook if I
could), but also the DesktopCoach Gwibber and I consume almost all CPU.

I attach a screenshot.

** Attachment added: DesktopCoach and Gwibber used all my CPU
   http://launchpadlibrarian.net/42785238/Pantallazo-Monitor%20del%20sistema.png

-- 
Cannot add new accounts in gwibber
https://bugs.launchpad.net/bugs/552410
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 553324] Re: Ubuntu One Preferences Spelling Error

2010-04-01 Thread Z37A
This bug affects me in one pc, i386, amd64 another does not affect me.
In this case affected me after an upgrade from Ubuntu 9.10 to 10.04
(previously the same computer upgrade of 9.04 to 9.10).

Now try to uninstall everything that relates to Ubuntu and install One
completely clean again, but only managed to properly view the screen
towards a split second, then gives the error

I attach a screenshot.

** Attachment added: Screenshot of error
   
http://launchpadlibrarian.net/42804312/Screenshot-Ubuntu%20One%20Preferences.png

-- 
Ubuntu One Preferences Spelling Error
https://bugs.launchpad.net/bugs/553324
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 551688] Re: [Lucid] ubuntoone-client unable to connect, ubuntuone-login causes high CPU load. reproducable

2010-04-01 Thread Z37A
This bugs only affect me in AMD64, but not in i386.

-- 
[Lucid] ubuntoone-client unable to connect, ubuntuone-login causes high CPU 
load. reproducable
https://bugs.launchpad.net/bugs/551688
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 551688] Re: [Lucid] ubuntoone-client unable to connect, ubuntuone-login causes high CPU load. reproducable

2010-04-01 Thread Z37A
With the latest update the problem was solved, it works perfectly now.

-- 
[Lucid] ubuntoone-client unable to connect, ubuntuone-login causes high CPU 
load. reproducable
https://bugs.launchpad.net/bugs/551688
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 552974] Re: Cannot set Twitter Account

2010-03-31 Thread Z37A
With the last update i can't add my twitter account. I use AMD64

-- 
Cannot set Twitter Account
https://bugs.launchpad.net/bugs/552974
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 552905] Re: Gnome-do uses 100% cpu

2010-03-31 Thread Z37A
This affects me to, in my case with Lucid Lynx AMD64

-- 
Gnome-do uses 100% cpu
https://bugs.launchpad.net/bugs/552905
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 327088] Re: java plugin not registered in firefox on amd64

2010-03-29 Thread Z37A
This bug also affects me, it solved by the symbolic link manually

-- 
java plugin not registered in firefox on amd64
https://bugs.launchpad.net/bugs/327088
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 327088] Re: java plugin not registered in firefox on amd64

2010-03-29 Thread Z37A
I forgot, only affects me in Lucid Lynx AMD64, I worked in perfect x86

-- 
java plugin not registered in firefox on amd64
https://bugs.launchpad.net/bugs/327088
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 444654] Re: gwibber crashed with AttributeError in action()

2010-03-29 Thread Z37A
Also affecting the AMD64 architecture

-- 
gwibber crashed with AttributeError in action()
https://bugs.launchpad.net/bugs/444654
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 551342] [NEW] Problems with /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-es Unable to lock the download directory

2010-03-29 Thread Z37A
Public bug reported:

Binary package hint: synaptic

When attempting to implement a change in synaptic gives the following
error:

E: No se pudo tratar el archivo de paquetes 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-es
 (2)
E: No se ha podido bloquear el directorio de descargas

En ingles seria:

E: Could not treat file packages / 
var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-es
 (2)
E: Unable to lock the download directory

To resolve this problem simply delete the language file and ready, but
soon it happens again.

It happens on both pcs to upgrade to Lucid, the difference is that one
is AMD64 and the other Intel X86.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: synaptic 0.63.1ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-18-generic x86_64
Architecture: amd64
Date: Mon Mar 29 21:41:30 2010
ExecutablePath: /usr/sbin/synaptic
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic

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


** Tags: amd64 apport-bug lucid synaptic x86

-- 
Problems with 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-es
 Unable to lock the download directory
https://bugs.launchpad.net/bugs/551342
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 551342] Re: Problems with /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-es Unable to lock the download directory

2010-03-29 Thread Z37A

** Attachment added: Screenshot
   http://launchpadlibrarian.net/42441925/bug-synaptic.png

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

** Attachment added: ProcAttrCurrent.gz
   http://launchpadlibrarian.net/42441591/ProcAttrCurrent.gz

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42441592/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42441593/ProcStatus.txt

-- 
Problems with 
/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid_main_i18n_Translation-es
 Unable to lock the download directory
https://bugs.launchpad.net/bugs/551342
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 347042] Re: Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel 2.6.28-11-generic

2009-06-27 Thread Z37A
This problems was fixed with the last update of the kernel, the version
2.6.28-13.

** Changed in: ubuntu
   Status: New = Fix Released

-- 
Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel 
2.6.28-11-generic
https://bugs.launchpad.net/bugs/347042
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 347042] Re: Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel 2.6.28-11-generic

2009-05-13 Thread Z37A
This problem is solved by installing the kernel 2.6.29.3 from the
following website:

http://kernel.ubuntu.com/~kernel-ppa/mainline/

** Changed in: ubuntu
 Assignee: (unassigned) = Z37A (z37a)

-- 
Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel 
2.6.28-11-generic
https://bugs.launchpad.net/bugs/347042
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 347042] [NEW] Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel 2.6.28-11-generic

2009-03-22 Thread Z37A
Public bug reported:

Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel
2.6.28-11-generic and this device work fine with kernel
2.6.28-9-generic. This kernel don't read any SD card when you insert in
device.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: multi-card

-- 
Sony Corp. MRW62E Multi-Card Reader/Writer don't work with kernel 
2.6.28-11-generic
https://bugs.launchpad.net/bugs/347042
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