Bug#688913: opennebula-sunstone: Sunstone server refuse to start !

2012-09-26 Thread michael chlon
Package: opennebula-sunstone
Version: 3.4.1-3.1
Severity: normal

Dear Maintainer,

When Itry to start sunstone, It failed !
Here is /var/log/one/sunstone.error

$ cat /var/log/one/sunstone.error 
/usr/lib/one/ruby/acct/watch_helper.rb:36:in `[]': can't convert Symbol
into Integer (TypeError)
from /usr/lib/one/ruby/acct/watch_helper.rb:36:in `'
from /usr/lib/one/ruby/acct/watch_helper.rb:17:in `'
fromom /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
fromom /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
from /fromusr/lib/one/ruby/acct/watch_client.rb:18:in
`'
from /usr/lib/one/ruby/acct/watch_client.rb:17:in `'
fromm /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
from/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`require'
from
/usrsr/share/opennebula/sunstone/models/SunstoneServer.rb:22:in
`'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`requiredre'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
`requiredre'
from /usr/share/opennebula/sunstone/sunstone-server.rb:56:in
`'

So, No Web Interface :((

Thank for help and reply and troubleshooting !

Rgds,
Michael C.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (995, 'testing'), (985, 'unstable'), (500, 'stable-updates'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages opennebula-sunstone depends on:
ii  libjs-jquery   1.7.2+debian-2.1
ii  libjs-jquery-ui1.8.ooops.21+dfsg-2
ii  opennebula-common  3.4.1-3.1
ii  ruby-json  1.7.3-2
ii  ruby-opennebula3.4.1-3.1
ii  ruby-sinatra   1.3.2-2
ii  thin [thin1.8] 1.3.1-3
ii  thin1.81.3.1-3

Versions of packages opennebula-sunstone recommends:
ii  novnc  2012.1~e3+dfsg+1-4

opennebula-sunstone suggests no packages.

-- Configuration Files:
/etc/one/sunstone-server.conf changed:
:one_xmlrpc: http://localhost:2633/RPC2
:host: 0.0.0.0
:port: 9869
:debug_level: 3
:auth: sunstone
:core_auth: cipher
:vnc_proxy_base_port: 29876
:vnc_proxy_path: /usr/share/one/noVNC/utils/websockify
:vnc_proxy_support_wss: no
:vnc_proxy_cert:
:vnc_proxy_key:
:lang: en_US


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#687040: qemu-kvm / libvirt* : PCI Passthough for Atheros WiFi card does not work

2012-09-08 Thread michael chlon
Package: qemu-kvm
Version: 1.1.1+dfsg-1
Severity: normal

Dear Maintainer,

I try to bind my WiFi card - Atheros ( module ath5k) - with my VM 
in dorder to present WiFi card to the VM.
I try this with PCi Passtrough.
I have read a lot on internet, and done this:

- Activate iommu with for my kernel:

[0.00] Command line: BOOT_IMAGE=/vmlinuz-3.2.0-3-amd64
root=/dev/mapper/vg01-root ro hugepages=20 intel_iommu=on quiet
[0.00] Kernel command line: BOOT_IMAGE=/vmlinuz-3.2.0-3-amd64
root=/dev/mapper/vg01-root ro hugepages=20 intel_iommu=on quiet
[0.00] Intel-IOMMU: enabled
[0.008416] IOMMU 0: reg_base_addr fed9 ver 1:0 cap
c90780106f0462 ecap f02076
[1.233856] IOMMU 0 0xfed9: using Queued invalidation
[1.233863] IOMMU: Setting RMRR:
[1.233875] IOMMU: Setting identity map for device :00:1a.2
[0xcefd7000 - 0xcefd7fff]
[1.233906] IOMMU: Setting identity map for device :00:1a.1
[0xcefd6000 - 0xcefd6fff]
[1.233930] IOMMU: Setting identity map for device :00:1a.0
[0xcefd5000 - 0xcefd5fff]
[1.233955] IOMMU: Setting identity map for device :00:1d.2
[0xcefd4000 - 0xcefd4fff]
[1.233979] IOMMU: Setting identity map for device :00:1d.1
[0xcefd3000 - 0xcefd3fff]
[1.234003] IOMMU: Setting identity map for device :00:1d.0
[0xcefd2000 - 0xcefd2fff]
[1.234027] IOMMU: Setting identity map for device :00:1a.7
[0xcefd1000 - 0xcefd1fff]
[1.234053] IOMMU: Setting identity map for device :00:1d.7
[0xcefd - 0xcefd0fff]
[1.234071] IOMMU: Prepare 0-16MiB unity mapping for LPC
[1.234081] IOMMU: Setting identity map for device :00:1f.0 [0x0
- 0xff]


- Then, activate the kvm module parameter (as request in syslog and VM
  log !):

options kvm  allow_unsafe_assigned_interrupts=1

- Kernel: 3.2.0-3-amd64
- qmeu-kvm: 1.1.1+dfsg-1

But each time, impossible to boot, with this messsage in virt-manager:
Unable to read from monitor: Connection reset by peer

Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in
cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66,
in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/domain.py", line
1114, in startup
self._backend.create()
File "/usr/lib/python2.7/dist-packages/libvirt.py",
line 620, in create
if ret == -1: raise libvirtError
('virDomainCreate() failed', dom=self)
libvirtError: Unable to read from monitor:
  Connection reset by peer

The good new ... is that the VM boot with my ethernet NIC card !

Any idea ?

Thanks for the troubleshooting, and the response !

Rgds,

Michael Chlon




-- Package-specific info:


/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 26
model name  : Intel(R) Xeon(R) CPU   W3540  @ 2.93GHz
stepping: 5
microcode   : 0x11
cpu MHz : 1596.000
cache size  : 8192 KB
physical id : 0
siblings: 8
core id : 0
cpu cores   : 4
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 11
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca 
sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips: 5866.31
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 26
model name  : Intel(R) Xeon(R) CPU   W3540  @ 2.93GHz
stepping: 5
microcode   : 0x11
cpu MHz : 1596.000
cache size  : 8192 KB
physical id : 0
siblings: 8
core id : 1
cpu cores   : 4
apicid  : 2
initial apicid  : 2
fpu : yes
fpu_exception   : yes
cpuid level : 11
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc 
aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca 
sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips: 5866.47
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model   : 26
model name  : Intel(R) Xeon(R) CPU   W3540  @ 2.93GHz
stepping: 5

Bug#683562: kfreebsd-image-9.0-1-amd64: Package does not install !

2012-08-27 Thread michael chlon
Hello,


Sorry, I have not received the reply in my email box ...
When you ask:
- "It might be useful to know what version of the grub-pc package you
have installed?"

It is:
grub0.97-47lenny2 
amd64  GRand Unified Bootloader (Legacy version)
grub-common 1.99-22.1 
amd64  GRand Unified Bootloader (common files)

I have not installed groub-pc because I have had some bad experiences in
the
past, so 


Thanks for the reply,
Rgds,

Michael Chlon



Bug#686034: openvswitch-datapath-source: Impossible to load the kernel module: brcompat_mod

2012-08-27 Thread michael chlon
Package: openvswitch-datapath-source
Version: 1.4.2+git20120612-9
Severity: normal

Hello,

Whe I compile the source with: m-a a-i openvswitch-datapath,  all go OK, except 
that it refuses to
install the package ! 
One have to do it with dpkg.
And when I try to load the module: brcompat_mod, with modprobe, 
here is the output:

ERROR: could not insert 'brcompat_mod': Exec format error

And in dmesg:

brcompat_mod: exports duplicate symbol br_should_route_hook (owned by
bridge)

thanks for the reply,

Rgds,
Michael Chlon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openvswitch-datapath-source depends on:
ii  bzip2 1.0.6-4
ii  debhelper 9.20120608
ii  module-assistant  0.11.4

openvswitch-datapath-source recommends no packages.

Versions of packages openvswitch-datapath-source suggests:
ii  openvswitch-switch  1.4.2+git20120612-9

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#684947: ruby-opennebula: Missing ruby libraries: OZonesJSON

2012-08-14 Thread michael chlon
Package: ruby-opennebula
Version: 3.4.1-3.1
Severity: normal

Dear Maintainer,

I am trying to test ozone but the required ruby libraries are missing
!!!
One cannot use: onezone
I think these librairies are those under: /usr/lib/one/ruby/zona =>
which is empty !!!

Thanks for the reply
Rgds,

Michael Chlon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ruby-opennebula depends on:
ii  ruby-mysql  2.8.2+gem2deb-2
ii  ruby-password   0.5.3-3
ii  ruby-sequel 3.36.1-1
ii  ruby-sqlite31.3.6-2
ii  ruby1.8 [ruby-interpreter]  1.8.7.358-4
ii  rubygems1.8.24-1

ruby-opennebula recommends no packages.

ruby-opennebula suggests no packages.

-- Configuration Files:
/etc/one/acctd.conf changed:
:STEP: 30
:VM_MONITORING:
# Number of daemon loops until a VM monitoring watch
:STEPS: 1
# Number of VM records to preserve
:WINDOW_SIZE: 5
:HOST_MONITORING:
# Number of daemon loops until a Hosts monitoring watch
:STEPS: 3
# Number of HOST records to preserve
:WINDOW_SIZE: 5
:ACCOUNTING:
# Number of daemon loops until an accounting watch
:STEPS: 10


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#683562: kfreebsd-image-9.0-1-amd64: Package does not install !

2012-08-01 Thread michael chlon
Package: kfreebsd-image-9.0-1-amd64
Version: 9.0-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

When I try to install, on testing purose, this package, I have this
issue:

= 8< ===

Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found:
/boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /vmlinuz-3.2.0-2-amd64
Found kernel: /vmlinuz-3.0.0-1-amd64
Found kernel: /vmlinuz-2.6.38-2-amd64
Found kernel: /vmlinuz-2.6.32-trunk-amd64
Found kernel: /vmlinuz-2.6.32-5-amd64
Found kernel: /vmlinuz-2.6.32-3-amd64
Updating /boot/grub/menu.lst ... done

run-parts: executing /etc/kernel/postinst.d/dkms 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz
Error! Error! Your kernel headers for kernel 9.0-1-amd64 cannot be
found.
Your kernel headers for kernel 9.0-1-amd64 cannot be found.
Please install the linux-headers-9.0-1-amd64 package,
Please install the linux-headers-9.0-1-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
or use the --kernelsourcedir option to tell DKMS where it's located
Error! Your kernel headers for kernel 9.0-1-amd64 cannot be found.
Please install the linux-headers-9.0-1-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz
update-initramfs: Generating /boot/initrd.img-9.0-1-amd64
ERROR: could not get modinfo from 'xhci': No such file or directory
ERROR: could not get modinfo from 'reiserfs': No such file or directory
ERROR: could not get modinfo from 'udf': No such file or directory
ERROR: could not get modinfo from 'xfs': No such file or directory
/var/tmp/mkinitramfs_w0rVs5/scripts/init-top/multipath: ligne5:
/scripts/functions: Aucun fichier ou dossier de ce type
WARNING: could not open
/var/tmp/mkinitramfs_w0rVs5/lib/modules/9.0-1-amd64/modules.order: No
such file or directory
WARNING: could not open
/var/tmp/mkinitramfs_w0rVs5/lib/modules/9.0-1-amd64/modules.builtin: No
such file or directory
run-parts: executing /etc/kernel/postinst.d/pm-utils 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz
run-parts: executing /etc/kernel/postinst.d/update-notifier 9.0-1-amd64
/boot/kfreebsd-9.0-1-amd64.gz

= 8< 

It seems to be the kernel's name passed to DKMS.

Thanks for the reply !

Michael Chlon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677334: nova-objectstore: Problem dependency with nova-objectstore 2012-1.6

2012-06-13 Thread michael chlon
Package: nova-objectstore
Version: 2012.1-5
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***
Hi,

I have update to the latest version: 2012-1.6 but 
the configure script claim for: nova-common 2012-1.5 !!!
So the installaion is impossible and stop in the "--configure" 
script.
I thnik that you have forgotten the update of this dependency during
the last process which bring us the 2012-1.6 version !

Thanks for the follow-up and reply.

Rgds,
Michaël Chlon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (500, 'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nova-objectstore depends on:
ii  lsb-base 4.1+Debian6
ii  nova-common  2012.1-6
ii  python   2.7.2-10

nova-objectstore recommends no packages.

nova-objectstore suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676638: nova-objectstore: Upgrade to version 2012.1-5 Failed

2012-06-08 Thread michael chlon
Package: nova-objectstore
Version: 2012.1-5
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

I have upgrade yesterday to version 2012.1-5 and there is a missing
paramater in line 36 (around), which prevent the server to upgrade and
to start !
= > "dpkg: treatment error of nova-objectstore (--configure)"

If you need more informations, don't hesitate.

Thanks for the follow-up and the reply.
Rgds,
Michaël  Chlon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (500, 'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nova-objectstore depends on:
ii  lsb-base 4.1+Debian4
ii  nova-common  2012.1-5
ii  python   2.7.2-10

nova-objectstore recommends no packages.

nova-objectstore suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#674583: opennebula-sunstone: VNC does not work

2012-05-25 Thread michael chlon
Package: opennebula-sunstone
Version: 3.4.1-2
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***
Hello,

When I start a test VM (ttylinux), It start correctly.
But when I click on the Icon of VNC in the console, a pop-up 
appear but no VNC window !
I have installed all the packages required, and I can see int the
sunstone.log:
--8< ---
Fri May 25 18:12:37 2012 [I]: Starting vnc proxy:
/usr/share/one/noVNC/utils/websockify  35802 localhost:5926
Fri May 25 18:12:37 2012 [I]: 127.0.0.1 - - [25/May/2012 18:12:37] "POST
/vm/26/startvnc HTTP/1.1" 200 30 0.0524

Have an idea about what is happening ?
I can however connect to the VM with the virt-manager VNC console ! I am 
working with Debian / KVM / LibVirt / Virt-Manager.

Thanks for the reply.

Cheers,
Michael Chlon


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (500, 'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages opennebula-sunstone depends on:
ii  libjs-jquery   1.7.1-1
ii  libjs-jquery-ui1.8.ooops.20+dfsg-1
ii  opennebula-common  3.4.1-2
ii  ruby-json  1.6.3-1
ii  ruby-opennebula3.4.1-2
ii  ruby-sinatra   1.2.6-1
ii  thin [thin1.8] 1.3.1-1.1
ii  thin1.81.3.1-1.1

opennebula-sunstone recommends no packages.

opennebula-sunstone suggests no packages.

-- Configuration Files:
/etc/one/sunstone-server.conf changed:
:one_xmlrpc: http://localhost:2633/RPC2
:host: 0.0.0.0
:port: 9869
:debug_level: 3
:auth: sunstone
:core_auth: cipher
:vnc_proxy_base_port: 29876
:vnc_proxy_path: /usr/share/one/noVNC/utils/websockify
:vnc_proxy_support_wss: no
:vnc_proxy_cert:
:vnc_proxy_key:
:lang: en_US


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#674451: openstack-dashboard: Compilation failed on: http://localhost:8083/syspanel/

2012-05-24 Thread michael chlon
Package: openstack-dashboard
Version: 2012.1-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***

- When I connect  with my web navigatpr and authentify myself, on:
http://localhost:8083 (The login page !)
The the dashbord fail the compilation with:
===8<
==
TypeError at /syspanel/

string indices must be integers, not str

Request Method: GET
Request URL:http://localhost:8083/syspanel/
Django Version: 1.4
Exception Type: TypeError
Exception Value:

string indices must be integers, not str

Exception Location:
/usr/lib/python2.7/dist-packages/novaclient/base.py in _list, line 76
Python Executable:  /usr/bin/python
Python Version: 2.7.3
Python Path:

['/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../..',
 
'/usr/local/lib/python2.7/dist-packages/multiprocessing-2.6.2.1-py2.7-linux-x86_64.egg',
  '/usr/lib/python2.7',
   '/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
  '/usr/lib/python2.7/lib-dynload',
   '/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PIL',
  '/usr/lib/python2.7/dist-packages/gst-0.10',
   '/usr/lib/python2.7/dist-packages/gtk-2.0',
'/usr/lib/pymodules/python2.7',
 '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode',
  '/usr/share/openstack-dashboard/openstack_dashboard']

  Server time:  jeu, 24 Mai 2012 19:56:46 +0200

==8<=======

If you want more output, tell me !

Thanks for the reply and the follow-up.

Best Regards,
Michael Chlon.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (999, 'testing'), (995, 'unstable'), (975, 'stable'), (500, 
'stable-updates'), (500, 'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openstack-dashboard depends on:
ii  adduser3.113+nmu1
ii  libjs-jquery   1.7.1-1
ii  python 2.7.2-10
ii  python-cloudfiles  1.7.9.2-1
ii  python-django  1.4-1
ii  python-django-horizon  2012.1-4
ii  python-django-nose 0.1.3-1
ii  python-iso8601 0.1.4-2
ii  python-keystoneclient  2012.1-2
ii  python-openstackx  0~dev20111219-1

openstack-dashboard recommends no packages.

openstack-dashboard suggests no packages.

-- Configuration Files:
/etc/openstack-dashboard/local_settings.py changed:
import os
from django.utils.translation import ugettext_lazy as _
QUANTUM_ENABLED = False
DEBUG = True
TEMPLATE_DEBUG = DEBUG
PROD = False
USE_SSL = False
SECRET_KEY = 'elj1IWiLoWHgcyYxFVLj7cM5rGOOxWl0'
LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
CACHE_BACKEND = 'locmem://'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
OPENSTACK_HOST = "127.0.0.1"
OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0"; % OPENSTACK_HOST
OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
OPENSTACK_KEYSTONE_BACKEND = {
'name': 'native',
'can_edit_user': True
}
API_RESULT_LIMIT = 1000
LOGGING = {
'version': 1,
# When set to True this will disable all logging except
# for loggers specified in this configuration dictionary. Note that
# if nothing is specified here and disable_existing_loggers is True,
# django.db.backends will still log unless it is disabled explicitly.
'disable_existing_loggers': False,
'handlers': {
'null': {
'level': 'DEBUG',
'class': 'django.utils.log.NullHandler',
},
'console': {
# Set the level to "DEBUG" for verbose output logging.
'level': 'INFO',
'class': 'logging.StreamHandler',
},
},
'loggers': {
# Logging from django.db.backends is VERY verbose, send to null
# by default.
'

Bug#606041: Makefile in: linux-headers-2.6.32-5-common is missing

2010-12-05 Thread michael chlon
Package: linux-headers-2.6.32-5-common
Version: 2.6.32-28
Severity: critical
Justification: breaks unrelated software


When i try to compile madwifi with the source:
madwifi-source => madwifi-source_0.9.4+r3772.20080716-1_all.deb

I use what is axplain in the documentation provived:
cd /usr/src/linux
make-kpkg --added-modules madwifi modules

And then:

make[1]: entrant dans le répertoire «
/usr/src/linux-headers-2.6.32-5-amd64 »
== making target debian/stamp/conf/kernel-conf [new prereqs: ]==
makeARCH=x86_64 \
oldconfig;
make[2]: entrant dans le répertoire «
/usr/src/linux-headers-2.6.32-5-amd64 »

/usr/src/linux-headers-2.6.32-5-common/scripts/Makefile.build:44:

/usr/src/linux-headers-2.6.32-5-common/scripts/basic/Makefile:
Aucun fichier ou dossier de ce type
make[5]: *** Pas de rÚgle pour fabriquer la cible
«

/usr/src/linux-headers-2.6.32-5-common/scripts/basic/Makefile
». Arrêt.
make[4]: *** [scripts_basic] Erreur 2
make[3]: *** [sub-make] Erreur 2
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire «
/usr/src/linux-headers-2.6.32-5-amd64 »
make[1]: *** [debian/stamp/conf/kernel-conf] Erreur
2
make[1]: quittant le répertoire «
/usr/src/linux-headers-2.6.32-5-amd64 »
make: *** [debian/stamp/conf/minimal_debian] Erreur
2
Failed to create a ./debian directory: Aucun fichier
ou dossier de ce type at /usr/bin/make-kpkg line
984.

It seems that a Makefile is missing.
=> Can't have the madwifi module for the kernel, but
i could have one for the 2.6.30 kernel ...

Thanks for the reply and help !
Rgds,


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (985, 'stable'), (700, 'unstable'), (500, 
'sid'), (500, 'lucid'), (500, 'hardy'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#606021: A Makefile is missing in: /usr/src/linux-headers-2.6.32-5-common/scripts/basic/ => impossible to compile new(s) module(s) !

2010-12-05 Thread michael chlon
Package: linux-headers-2.6.32-5-common
Version: 2.6.32-28
Severity: grave
Justification: renders package unusable



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (985, 'stable'), (700, 'unstable'), (500, 
'sid'), (500, 'lucid'), (500, 'hardy'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#595274: gns3: pemubin.py missing !!!

2010-09-02 Thread michael chlon
Package: gns3
Version: 0.7.2-1
Severity: normal

You have omitted the file: pemubin.py in the package !!!
qemuwrapper.py needs this file to work .
I have put this file in:
-rwxr-xr-x 1 root root 868374  2 sept. 17:51 /usr/share/doc/gns3/pemubin.py*

and, at least, qemu WORK !!!
I can use PIX and so on.
Please update package construction.

Thx.
MichaÃl Chlon.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (985, 'stable'), (700, 'unstable'), (500, 
'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gns3 depends on:
ii  dynamips0.2.7-0.2.8RC2-4 Cisco 7200/3600/3725/3745/2600/170
ii  python  2.6.5-13 interactive high-level object-orie
ii  python-qt4  4.7.3-1+b1   Python bindings for Qt4
ii  python-support  1.0.9automated rebuilding support for P
ii  ucf 3.0025   Update Configuration File: preserv

gns3 recommends no packages.

gns3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573583: gns3: additionnal informations

2010-04-09 Thread michael chlon
Package: gns3
Version: 0.7-2
Severity: normal

Hi,

Before testing the correction, in fact the new package:
gns3-0.7-2, i would like to run the application.
But it is now impossible, even if i have install 
all th epackage required ! Here is what it said
"Can't import Qt modules, PyQt is probably not installed ..."
I think, there is a problem with the dependencies required 
by this new package. It seems, that it is a problem with 
the version of the pakage: 
python-qt4

Now, i can't work anymore !
thanks for the response

Rgds,
MichaÃl.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (985, 'stable'), (700, 'unstable'), (500, 
'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gns3 depends on:
ii  dynamips0.2.7-0.2.8RC2-4 Cisco 7200/3600/3725/3745/2600/170
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-qt4  4.6-1Python bindings for Qt4
ii  python-support  1.0.7automated rebuilding support for P
ii  python2.6   2.6.5-1  An interactive high-level object-o
ii  ucf 3.0025   Update Configuration File: preserv

gns3 recommends no packages.

gns3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573583: gns3: Response(s)???

2010-04-03 Thread michael chlon
Package: gns3
Version: 0.7-1
Severity: normal

Is it normal to wait such a long time without any response ?



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (985, 'stable'), (700, 'unstable'), (500, 
'sid'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gns3 depends on:
ii  dynamips0.2.7-0.2.8RC2-4 Cisco 7200/3600/3725/3745/2600/170
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-qt4  4.6-1Python bindings for Qt4
ii  python-support  1.0.7automated rebuilding support for P
ii  ucf 3.0025   Update Configuration File: preserv

gns3 recommends no packages.

gns3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573583: gns3: Impossible to save the configuration of the project created.

2010-03-12 Thread michael chlon
Package: gns3
Version: 0.7-1
Severity: normal


The error:

Traceback (most recent call last):

  File "/usr/lib/pymodules/python2.5/GNS3/Workspace.py", line 955, in 
__action_SaveAs net.export_net_file(path)

File "/usr/lib/pymodules/python2.5/GNS3/NETFile.py", line 946,
in export_net_file
config['configs'] =
self.convert_to_relpath(globals.GApp.workspace.projectConfigs, path)

File "/usr/lib/pymodules/python2.5/GNS3/NETFile.py", line 1015, in 
convert_to_relpath
relpath = os.path.relpath(real_image_path, commonprefix)

  AttributeError: 'module' object has no attribute 'relpath

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (985, 'stable'), (700, 'unstable'), (500, 
'karmic'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gns3 depends on:
ii  dynamips0.2.7-0.2.8RC2-4 Cisco 7200/3600/3725/3745/2600/170
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-qt4  4.6-1Python bindings for Qt4
ii  python-support  1.0.6.1  automated rebuilding support for P
ii  ucf 3.0025   Update Configuration File: preserv

gns3 recommends no packages.

gns3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org