[Bug 1523615] [NEW] graphite-web calling django request.raw_post_data that is deprecated

2015-12-07 Thread Oriol
Public bug reported:

It seems graphite-web package on Ubuntu 14.04 it's doing calls that are
deprecated from django 1.6:
https://docs.djangoproject.com/en/dev/internals/deprecation
/#deprecation-removed-in-1-6

The package depends on >> python-django1.6-1 so this call is not
correct.

The call can be found on ...views.py:45 :
event = json.loads(request.raw_post_data)

To solve this error, the line has to be changed for:
event = json.loads(request.body)
 
and it gives this error when, for example, doing a POST request to /events to 
add an event.



Graphite encountered an unexpected error while handling your request.
Please contact your site administrator if the problem persists.








Traceback (most recent call last):
  File 
"/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 
112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/lib/python2.7/dist-packages/graphite/events/views.py", 
line 33, in view_events
return post_event(request)
  File "/usr/lib/python2.7/dist-packages/graphite/events/views.py", 
line 45, in post_event
event = json.loads(request.raw_post_data)
AttributeError: 'WSGIRequest' object has no attribute 
'raw_post_data'







Ubuntu version:
# lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

Graphite-web version:
# apt-cache policy graphite-web
graphite-web:
  Installed: 0.9.12+debian-3
  Candidate: 0.9.12+debian-3
  Version table:
 *** 0.9.12+debian-3 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

Django version:
# apt-cache policy python-django
python-django:
  Installed: 1.6.1-2ubuntu0.11
  Candidate: 1.6.1-2ubuntu0.11
  Version table:
 *** 1.6.1-2ubuntu0.11 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1.6.1-2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages


Attached there is the diff file to solve it.

Cheers.

** Affects: graphite-web (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "graphite-web.patch"
   
https://bugs.launchpad.net/bugs/1523615/+attachment/4531069/+files/graphite-web.patch

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

Title:
  graphite-web calling django request.raw_post_data that is deprecated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphite-web/+bug/1523615/+subscriptions

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


[Bug 1464416] [NEW] package virtualbox 4.3.26-dfsg-2ubuntu2 failed to install/upgrade: el subprocés s'ha instaŀlat el script post-installation retornà el codi d'eixida d'error 1

2015-06-11 Thread Oriol
Public bug reported:

i can't update him.

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: virtualbox 4.3.26-dfsg-2ubuntu2
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
Date: Thu Jun 11 23:30:51 2015
DuplicateSignature: package:virtualbox:4.3.26-dfsg-2ubuntu2:el subprocés s'ha 
instaŀlat el script post-installation retornà el codi d'eixida d'error 1
ErrorMessage: el subprocés s'ha instaŀlat el script post-installation retornà 
el codi d'eixida d'error 1
InstallationDate: Installed on 2015-02-03 (128 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: virtualbox
Title: package virtualbox 4.3.26-dfsg-2ubuntu2 failed to install/upgrade: el 
subprocés s'ha instaŀlat el script post-installation retornà el codi d'eixida 
d'error 1
UpgradeStatus: Upgraded to vivid on 2015-04-23 (49 days ago)

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


** Tags: amd64 apport-package need-duplicate-check vivid

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

Title:
  package virtualbox 4.3.26-dfsg-2ubuntu2 failed to install/upgrade: el
  subprocés s'ha instaŀlat el script post-installation retornà el codi
  d'eixida d'error 1

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

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

[Bug 1250016] Re: Network-manager vpn dialog only shows "import from file"

2015-05-15 Thread oriol
*** This bug is a duplicate of bug 1250832 ***
https://bugs.launchpad.net/bugs/1250832

Hi,

I solved the problem in Debian-Gnome installing "network-manager-pptp-
gnome" paquet. To add openvpn connection in network manager, is needed "
network-manager-openvpn-gnome" paquet.

I hope this help you.

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

Title:
  Network-manager vpn dialog only shows "import from file"

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

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


[Bug 1240848] Re: ~/.cache/upstart takes up around 70GB of space due to unity and mediascanner

2015-03-15 Thread Carles Oriol
No news about this bug? Any solution=

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

Title:
  ~/.cache/upstart takes up around 70GB of space due to unity and
  mediascanner

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

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


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2014-10-27 Thread Carles Oriol
This bug is back

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

Title:
  Nautilus crashing/freezing when opening folder with svg file

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

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


[Bug 1294585] Re: Freeradius crashes on heavy load (with EAP)

2014-03-20 Thread Oriol Bosch
It's on the description: 
DistroRelease: Ubuntu 12.04
Package: freeradius 2.1.10+dfsg-3ubuntu0.12.04.2

Yes, we're moving to freeradius 2.2.4. As a rule we prefer to use ubuntu
standard packets for LTS releases unless there's some bug or new feature
that we require.

In this case looks like we will need to move to the latest release,
let's see if it's solved.

Thanks for your feedback

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

Title:
  Freeradius crashes on heavy load (with EAP)

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

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


[Bug 1294585] Re: Freeradius crashes on heavy load (with EAP)

2014-03-20 Thread Oriol Bosch
** Information type changed from Private to Public

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

Title:
  Freeradius crashes on heavy load (with EAP)

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

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


[Bug 1187500] Re: [Saucy] Unity is slow on Intel graphics

2013-10-04 Thread Carles Oriol
I've a compaq mini cq-500 13.04 unity worked fine but 13.10 is unusable
because it's extremely slow. Fresh install on 4th october

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

Title:
  [Saucy] Unity is slow on Intel graphics

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

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


[Bug 1153363] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: el subprocés s'ha instaŀlat el script post-installation retornà el codi d'eixida d'error 126

2013-03-10 Thread Oriol
Public bug reported:

Therer is an error

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Sun Mar 10 22:01:11 2013
ErrorMessage: el subprocés s'ha instaŀlat el script post-installation retornà 
el codi d'eixida d'error 126
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
el subprocés s'ha instaŀlat el script post-installation retornà el codi 
d'eixida d'error 126
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: samba4 (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/1153363

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  el subprocés s'ha instaŀlat el script post-installation retornà el
  codi d'eixida d'error 126

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

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

[Bug 1070377] Re: Empathy change to Online Accounts no longer supports SIPE

2012-11-23 Thread Oriol Fernàndez Abat
I have installed account-plugin-sip package and sip protocol is shown on
online accounts. Unfortunately, I cannot figure it out how to make it
work. I get a "network error" with no more explanations. For me it's
important to connect to my corporation IM (lync) from my ubuntu desktop
at home. Thanks.

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

Title:
  Empathy change to Online Accounts no longer supports SIPE

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

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


[Bug 1040839] Re: Thunderbird hangs accessing eds on startup

2012-08-30 Thread Oriol Fernàndez Abat
I upgraded to 12.10 from 12.04, and I had the same problem with
thunderbird hanging at startup (Loading Inbox folder). I confirm tha
deleting libedataserver-1.2.15, and in my case libedataserver-1.2-14
solved the problem. Thanks for sharing the solution.

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

Title:
  Thunderbird hangs accessing eds on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird-couchdb/+bug/1040839/+subscriptions

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


[Bug 964397] Re: proxy_html is missing libxml2.so.2 (AMD64)

2012-04-17 Thread Carles Oriol
It does not work for me:


apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on 
line 2 of /etc/apache2/mods-enabled/proxy_html.load: Cannot load 
/usr/lib/i386-linux-gnu/libxml2.so.2 into server: 
/usr/lib/i386-linux-gnu/libxml2.so.2: wrong ELF class: ELFCLASS32

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

Title:
  proxy_html is missing libxml2.so.2 (AMD64)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-proxy-html/+bug/964397/+subscriptions

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


[Bug 914803] Re: Virtual machine frozen after a save restore

2012-03-15 Thread Oriol
I create the virtual machine with the command:

virsh create test-save

This is what I've in the test-save

 test-save
 1
 524288
 
  hvm
  
 
 
  /usr/bin/kvm
  
   
   
   
  




  
 
 
  
 


This is what I have in the log /var/log/libvirt/qemu/test-save.log:
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp 1 -name 
test-save -uuid e05b536b-7ccc-1b48-b13c-0662bef232b4 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/test-save.monitor,server,nowait 
-monitor chardev:monitor -boot c -drive 
file=/root/virtual.disk,if=ide,index=0,boot=on,format=raw -net 
nic,macaddr=02:00:54:59:00:5d,vlan=0,name=nic.0 -net 
tap,fd=46,vlan=0,name=tap.0 -serial none -parallel none -usb -vnc 0.0.0.0:73723 
-vga cirrus 
pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"

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

Title:
  Virtual machine frozen after a save restore

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

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


[Bug 914803] Re: Virtual machine frozen after a save restore

2012-02-29 Thread Oriol
Hello,

I've changed the MAC and the virtual machine is still hanging.
I've seen if I add the NIC with the virtio driver the virtual machine is not 
hanging, ive added the next line in the interface section:







 


Here the result of the commands when the vm is hanged:

root@cluster02:/var/lib/one/746# ps -ef
UIDPID  PPID  C STIME TTY  TIME CMD
root 1 0  0 Feb27 ?00:00:01 /sbin/init
root 2 0  0 Feb27 ?00:00:00 [kthreadd]
root 3 2  0 Feb27 ?00:00:00 [migration/0]
root 4 2  0 Feb27 ?00:00:00 [ksoftirqd/0]
root 5 2  0 Feb27 ?00:00:00 [watchdog/0]
root 6 2  0 Feb27 ?00:00:00 [migration/1]
root 7 2  0 Feb27 ?00:04:07 [ksoftirqd/1]
root 8 2  0 Feb27 ?00:00:00 [watchdog/1]
root 9 2  0 Feb27 ?00:00:00 [migration/2]
root10 2  0 Feb27 ?00:00:00 [ksoftirqd/2]
root11 2  0 Feb27 ?00:00:00 [watchdog/2]
root12 2  0 Feb27 ?00:00:00 [migration/3]
root13 2  0 Feb27 ?00:00:00 [ksoftirqd/3]
root14 2  0 Feb27 ?00:00:00 [watchdog/3]
root15 2  0 Feb27 ?00:00:00 [migration/4]
root16 2  0 Feb27 ?00:00:00 [ksoftirqd/4]
root17 2  0 Feb27 ?00:00:00 [watchdog/4]
root18 2  0 Feb27 ?00:00:00 [migration/5]
root19 2  0 Feb27 ?00:04:24 [ksoftirqd/5]
root20 2  0 Feb27 ?00:00:00 [watchdog/5]
root21 2  0 Feb27 ?00:00:00 [migration/6]
root22 2  0 Feb27 ?00:00:00 [ksoftirqd/6]
root23 2  0 Feb27 ?00:00:00 [watchdog/6]
root24 2  0 Feb27 ?00:00:00 [migration/7]
root25 2  0 Feb27 ?00:00:00 [ksoftirqd/7]
root26 2  0 Feb27 ?00:00:00 [watchdog/7]
root27 2  0 Feb27 ?00:00:00 [events/0]
root28 2  0 Feb27 ?00:00:03 [events/1]
root29 2  0 Feb27 ?00:00:00 [events/2]
root30 2  0 Feb27 ?00:00:00 [events/3]
root31 2  0 Feb27 ?00:00:00 [events/4]
root32 2  0 Feb27 ?00:00:00 [events/5]
root33 2  0 Feb27 ?00:00:00 [events/6]
root34 2  0 Feb27 ?00:00:00 [events/7]
root35 2  0 Feb27 ?00:00:00 [cpuset]
root36 2  0 Feb27 ?00:00:00 [khelper]
root37 2  0 Feb27 ?00:00:00 [async/mgr]
root38 2  0 Feb27 ?00:00:00 [pm]
root40 2  0 Feb27 ?00:00:00 [sync_supers]
root41 2  0 Feb27 ?00:00:00 [bdi-default]
root42 2  0 Feb27 ?00:00:00 [kintegrityd/0]
root43 2  0 Feb27 ?00:00:00 [kintegrityd/1]
root44 2  0 Feb27 ?00:00:00 [kintegrityd/2]
root45 2  0 Feb27 ?00:00:00 [kintegrityd/3]
root46 2  0 Feb27 ?00:00:00 [kintegrityd/4]
root47 2  0 Feb27 ?00:00:00 [kintegrityd/5]
root48 2  0 Feb27 ?00:00:00 [kintegrityd/6]
root49 2  0 Feb27 ?00:00:00 [kintegrityd/7]
root50 2  0 Feb27 ?00:00:00 [kblockd/0]
root51 2  0 Feb27 ?00:00:00 [kblockd/1]
root52 2  0 Feb27 ?00:00:00 [kblockd/2]
root53 2  0 Feb27 ?00:00:00 [kblockd/3]
root54 2  0 Feb27 ?00:00:00 [kblockd/4]
root55 2  0 Feb27 ?00:00:00 [kblockd/5]
root56 2  0 Feb27 ?00:00:00 [kblockd/6]
root57 2  0 Feb27 ?00:00:00 [kblockd/7]
root58 2  0 Feb27 ?00:00:00 [kacpid]
root59 2  0 Feb27 ?00:00:00 [kacpi_notify]
root60 2  0 Feb27 ?00:00:00 [kacpi_hotplug]
root61 2  0 Feb27 ?00:00:00 [ata/0]
root62 2  0 Feb27 ?00:00:00 [ata/1]
root63 2  0 Feb27 ?00:00:00 [ata/2]
root64 2  0 Feb27 ?00:00:00 [ata/3]
root65 2  0 Feb27 ?00:00:00 [ata/4]
root66 2  0 Feb27 ?00:00:00 [ata/5]
root67 2  0 Feb27 ?00:00:00 [ata/6]
root68 2  0 Feb27 ?00:00:00 [ata/7]
root69 2  0 Feb27 ?00:00:00 [ata_aux]
root70 2  0 Feb27 ?00:00:00 [ksuspend_usbd]
root71 2  0 Feb27 ?00:00:00 [khubd]
root72 2  0 Feb27 ?00:00:00 [kseriod]
root73 2  0 Feb27 ?00:00:00 [kmmcd]
root82 2  0 Feb27 ?00:00:00 [khungtaskd]
root83 2  0 Feb27 ?00:00:00 [kswapd0]
root84 2  0 Feb27 ?00:00:00 [kswapd1]
root85 2  0 Feb27 ?00:02:

[Bug 914803] [NEW] Virtual machine frozed after a save restore

2012-01-11 Thread Oriol
Public bug reported:

Hello,

When I do a save and after a restore through libvirt of a virtual
machine with KVM, the virtual machine freezes and I can't do anything,
it does not respond to pings eather.

I've investigated and this only occurs when the virtual machine is
attached to a network bridge,

This is my configuration file to create the virtual machine attached to a 
bridge when it fails the save/restore:

test-save
1
524288

hvm



/usr/bin/kvm
















If I delete or change the interface section for this, I can do the save/restore:

  


and the command to create:


The commands that I'm using to save/restore:
virsh --connect qemu+ssh:///system save one-309 one-309
virsh --connect qemu+ssh:///system restore one-309

This are the versions of Ubuntu, libvirt-bin and bridge-utils:
root@cluster02:~# lsb_release -rd
Description:Ubuntu 10.04.3 LTS
Release:10.04
root@cluster02:~# apt-cache policy libvirt-bin
libvirt-bin:
  Installed: 0.7.5-5ubuntu27.20
  Candidate: 0.7.5-5ubuntu27.20
  Version table:
 *** 0.7.5-5ubuntu27.20 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 0.7.5-5ubuntu27.16 0
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 0.7.5-5ubuntu27 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
root@cluster02:~# apt-cache policy libvirt0
libvirt0:
  Installed: 0.7.5-5ubuntu27.20
  Candidate: 0.7.5-5ubuntu27.20
  Version table:
 *** 0.7.5-5ubuntu27.20 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 0.7.5-5ubuntu27.16 0
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 0.7.5-5ubuntu27 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
root@cluster02:~# apt-cache policy bridge-utils
bridge-utils:
  Installed: 1.4-5ubuntu2
  Candidate: 1.4-5ubuntu2
  Version table:
 *** 1.4-5ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
root@cluster02:~# apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 0.12.3+noroms-0ubuntu9.16
  Candidate: 0.12.3+noroms-0ubuntu9.16
  Version table:
 *** 0.12.3+noroms-0ubuntu9.16 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 0.12.3+noroms-0ubuntu9.15 0
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 0.12.3+noroms-0ubuntu9 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages


I've saved the debug logs with export LIBVIRT_LOG_OUTPUTS="1:file:virsh.log" 
and this are:

10:49:31.794: debug : virInitialize:337 : register drivers
10:49:31.794: debug : virRegisterDriver:838 : registering Test as driver 0 
10:49:31.794: debug : virRegisterNetworkDriver:676 : registering Test as 
network driver 0 10:49:31.794: debug : virRegisterInterfaceDriver:707 : 
registering Test as interface driver 0 10:49:31.794: debug : 
virRegisterStorageDriver:738 : registering Test as storage driver 0 
10:49:31.794: debug : virRegisterDeviceMonitor:769 : registering Test as device 
driver 0 10:49:31.794: debug : virRegisterSecretDriver:800 : registering Test 
as secret driver 0
10:49:31.794: debug : virRegisterDriver:838 : registering Xen as driver 1
10:49:31.794: debug : virRegisterDriver:838 : registering OPENVZ as driver 2 
10:49:31.794: debug : vboxRegister:109 : VBoxCGlueInit failed, using dummy 
driver 10:49:31.794: debug : virRegisterDriver:838 : registering VBOX as driver 
3 10:49:31.794: debug : virRegisterNetworkDriver:676 : registering VBOX as 
network driver 1 10:49:31.794: debug : virRegisterStorageDriver:738 : 
registering VBOX as storage driver 1 10:49:31.794: debug : 
virRegisterDriver:838 : registering remote as driver 4 10:49:31.794: debug : 
virRegisterNetworkDriver:676 : registering remote as network driver 2 
10:49:31.794: debug : virRegisterInterfaceDriver:707 : registering remote as 
interface driver 1 10:49:31.794: debug : virRegisterStorageDriver:738 : 
registering remote as storage driver 2 10:49:31.794: debug : 
virRegisterDeviceMonitor:769 : registering remote as device driver 1 
10:49:31.794: debug : virRegisterSecretDriver:800 : registering remote as 
secret driver 1 10:49:31.794: debug : virConnectOpenAuth:1338 : 
name=qemu+ssh:///system, auth=0x7f282a1b3b80, flags=0 10:49:31.794: debug : 
do_open:1107 : name "qemu+ssh:///system" to URI components:
  scheme qemu+ssh
  opaque (null)
  authority (null)
  server (null)
  user (null)
  port 0
  path /system

10:49:31.794: debug : do_open:1117 : trying drive

[Bug 896676] Re: "Error executing query" no longer shows error message in Ubuntu 11.10

2011-11-29 Thread Carles Oriol
It's a problem with new scrollbars

If you do:

export LIBOVERLAY_SCROLLBAR=0
mysql-query-browser

It shows all

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

Title:
  "Error executing query" no longer shows error message in Ubuntu 11.10

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

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


[Bug 896676] Re: "Error executing query" no longer shows error message in Ubuntu 11.10

2011-11-29 Thread Carles Oriol
Using kde it's shown correctly

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

Title:
  "Error executing query" no longer shows error message in Ubuntu 11.10

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

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


[Bug 896676] Re: "Error executing query" no longer shows error message in Ubuntu 11.10

2011-11-29 Thread Carles Oriol
I happens the same to me.

I think it's a problem that the window space where is the error message
it's not shown (or is too small). Could be a problem  because the new
scroll bars?

Carles Oriol

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

Title:
  "Error executing query" no longer shows error message in Ubuntu 11.10

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

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


[Bug 756509] Re: N130 flickering backlight on startup

2011-10-03 Thread Carles Oriol
On Samsung N130 flicking on 11.10 beta2.

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

Title:
  N130 flickering backlight on startup

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

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


[Bug 729648] Re: Alt + F1 twice breaks autohide=never functionality

2011-03-05 Thread Oriol Fernàndez Abat
After a session restart I can't reproduce it again. Maybe a
missconfiguration or something else?

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

Title:
  Alt + F1 twice breaks autohide=never functionality

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


[Bug 564356] Re: [Lucid] Hotkeys not fully working on Eee 1005ha

2010-04-24 Thread Carles Oriol
uops solved at
https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/505452

-- 
[Lucid] Hotkeys not fully working on Eee 1005ha
https://bugs.launchpad.net/bugs/564356
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 564356] Re: [Lucid] Hotkeys not fully working on Eee 1005ha

2010-04-24 Thread Carles Oriol
Also on my 1005ha after update to RC

-- 
[Lucid] Hotkeys not fully working on Eee 1005ha
https://bugs.launchpad.net/bugs/564356
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 271677] Re: Message "does not seem to be a valid ISO9660 image" on Intrepid

2009-11-05 Thread Oriol
I've changed version from all the man pages and when building appears the same 
error message :S
Maybe I should try to comment the part of build.sh where it checks it?

-- 
Message "does not seem to be a valid ISO9660 image" on Intrepid
https://bugs.launchpad.net/bugs/271677
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 271677] Re: Message "does not seem to be a valid ISO9660 image" on Intrepid

2009-11-04 Thread Oriol
Excuse but, where is the fix to download UCK fixed and working, I have Ubuntu 
Karmic installed and always appear the same error message, with Ubuntu Jaunty 
and Karmic ISOs, it doesn't work.
Thanks and sorry for the inconvenience.

-- 
Message "does not seem to be a valid ISO9660 image" on Intrepid
https://bugs.launchpad.net/bugs/271677
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 214786] Re: Apple USB ISO keyboard has incorrectly swapped keys

2009-04-23 Thread Oriol Vilaro
I confirm too this. I'm using ubuntu 9.04 RC with spanish wired apple
aluminum keyboard.

-- 
Apple USB ISO keyboard has incorrectly swapped keys
https://bugs.launchpad.net/bugs/214786
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 140460] Re: Evolution : On startup unable to connect to POP server

2007-11-23 Thread Carles Oriol
I don't know if it could help but I'm connecting by POP to a windows
Mdaemon server 8.0.

In my configuration I've set to keep a copy of the mail at the server
for 30 days.

I've tried diferent pop validation methods and I get the same error in
all them.

-- 
Evolution : On startup unable to connect to POP server
https://bugs.launchpad.net/bugs/140460
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 140460] Re: Evolution : On startup unable to connect to POP server

2007-11-23 Thread Carles Oriol
I had it on Feisty too.

-- 
Evolution : On startup unable to connect to POP server
https://bugs.launchpad.net/bugs/140460
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 43961] Re: Power down after shutdown does not work...

2007-06-18 Thread Carles Oriol
The same problem persist on a Vaio VGN-S3XP on kernel 2.6.20-16.29

But ONLY with the computer connected to the ac adapter. Working with the
batery shtusdown well.

-- 
Power down after shutdown does not work...
https://bugs.launchpad.net/bugs/43961
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 95196] Re: Error in midi input in audigy platinum

2007-03-24 Thread Carles Oriol
I've tried ubuntu edgy 32, but now I'm testing ubuntu feisty 64
lowlatency kernel.

The information you requested is in the attachment.


** Attachment added: "Debbugging sound problems scripted results"
   http://librarian.launchpad.net/6917633/infomuz.txt

-- 
Error in midi input in audigy platinum
https://launchpad.net/bugs/95196

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


[Bug 91666] When i open a PSD file ....

2007-03-12 Thread Oriol Aragonés
Public bug reported:

Binary package hint: gimp

When i open a psd file into the gimp... in random mode it close the
application

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
When i open a PSD file 
https://launchpad.net/bugs/91666

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