Re: KVM virtualisation

2012-01-30 Thread Tim Rühsen
Hi James,

looks like you didn't set the DISPLAY variable:
> Cannot open display:

In my setup I have to 'xhost +localhost' as the desktop user.
As root: export DISPLAY=:0

Good luck.

Tim Ruehsen

Am Wednesday, 25. January 2012 schrieb James Allsopp:
> Hi,
> I'm having trouble building a kvm virtual machine, The script I'm using
> to build this is:
> #!/bin/bash
> virt-install \
> --connect qemu:///system \
> -n deb1 \
> -r 512 \
> --vcpus=1 \
> --os-variant=debiansqueeze \
> --accelerate \
> -v \
> -c /var/lib/libvirt/images/debian-6.0.3-amd64-netinst.iso \
> -w bridge:br0 \
> --vnc \
> --disk path=/var/lib/libvirt/images/debiantest.img,size=4
> 
> 
> but when I run I get the following error, I've tried to debug this
> afterwards;
> 
> awaiian:/home/ja/vm_kvm# ./kvmInstall
> 
> 
> Starting install...
> Allocating 'debiantest.img'  | 4.0 GB
> 00:00
> Creating domain...   |0 B
> 00:00
> Cannot open display:
> Run 'virt-viewer --help' to see a full list of available command line
> options
> Domain installation does not appear to have been
>   successful.  If it was, you can restart your domain
>   by running 'virsh start deb1'; otherwise, please
>   restart your installation.
> Hawaiian:/home/ja/vm_kvm# virsh start deb1
> error: failed to get domain 'deb1'
> error: Unknown failure
> 
> Hawaiian:/home/ja/vm_kvm# virsh
> Welcome to virsh, the virtualization interactive terminal.
> 
> Type:  'help' for help with commands
> 'quit' to quit
> 
> virsh # nodeinfo
> CPU model:   x86_64
> CPU(s):  2
> CPU frequency:   2000 MHz
> CPU socket(s):   1
> Core(s) per socket:  2
> Thread(s) per core:  1
> NUMA cell(s):1
> Memory size: 4061292 kB
> 
> virsh # list --al
> error: command 'list' doesn't support option --al
> virsh # list --all
>   Id Name State
> --
> 
> virsh # net-list --all
> Name State  Autostart
> -
> vboxnet0 inactive   no autostart
> 
> virsh # net-edit default
> error: failed to get network 'default'
> error: Unknown failure
> 
> virsh # quit
> 
> Hawaiian:/home/ja/vm_kvm# virsh
> Welcome to virsh, the virtualization interactive terminal.
> 
> Type:  'help' for help with commands
> 'quit' to quit
> 
> virsh # net-autostart default
> error: failed to get network 'default'
> error: Unknown failure
> 
> 
> 
> If anyone can offer me any help on how to fix this I'd be really grateful,
> 
> James
-- 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/201201301054.33054.tim.rueh...@openmediasystem.de



Re: installing electricsheep in sid

2012-01-12 Thread Tim Rühsen
Am Wednesday, 11. January 2012 schrieb Brad Alexander:
> Hi,
> 
> I just rebuilt my workstation and wanted to install the electrichseep
> screensaver. When I try, it fails:
> 
> The following packages have unmet dependencies:
>  electricsheep : Depends: libavcodec52 (>= 4:0.6-1~) but it is not
> installable or
>   libavcodec-extra-52 (>= 4:0.6-1~) but it is not
> installable
>  Depends: libavformat52 (>= 4:0.6-1~) but it is not
> installable or
>   libavformat-extra-52 (>= 4:0.6-1~) but it is not
> installable
>  Depends: libavutil50 (>= 4:0.6-1~) but it is not
> installable or
>   libavutil-extra-50 (>= 4:0.6-1~) but it is not
> installable
> E: Broken packages
> 
> I know that the libavcodec52 packages have been replaced in sid with
> libavcodec53. Is there a workaround for electricsheep to get it to work
> with the new packages, or do I just need to update the depends and rebuild
> the deb?

Hi.

The current debian sources (electricsheep-2.7~b12+svn20091224) are obviously 
from 2009. They do not compile with the current libav* libraries.
See here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638560

There are much newer versions on http://electricsheep.org
You could download the sources and compile your private version of 
electricsheep, or you could get in touch with the debian maintainer...

Regards,

Tim Rühsen


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/201201121400.18036.tim.rueh...@openmediasystem.de



Re: jmeter 2.3.4-2 bug report in unstable justified?

2009-12-15 Thread Tim Rühsen
In the german mailing list is a discussion about it.
Summary: a bug has been reported
> /etc/sysctl.d/bindv6only.conf 
> -> net.ipv6.bindv6only = 0

see also:

From: mar...@better.se (Marcus Better)  
  
Newsgroups: local.lists.debian.devel
   
Subject: Re: defaulting to net.ipv6.bindv6only=1 for squeeze
   
Date: Wed, 09 Dec 2009 13:07:39 +0100   
 
Message-ID: 
  

Marco d'Itri wrote: 
   
> On Oct 24, Marco d'Itri  wrote:
> 
>> I am proposing to set net.ipv6.bindv6only=1 by default for new   
>>  
>> installations
>>  
> Done, let's see what breaks. :-)  
>  

  
All of Java, it seems [1]. I'm very surprised this breakage was known in
  
advance [2] but no bugs were filed (TTBOMK) before making this change.  
  

  
Hoping it can be fixed quickly. 


 
Cheers, 
  

   
Marcus  
 

   
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056 
  
[2] http://lists.debian.org/debian-devel/2009/10/msg00573.html


Mit freundlichen Grüßen

Tim Rühsen


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



Re: sun-java6 dependencies

2008-04-07 Thread Tim Rühsen
Am Sonntag, 6. April 2008 schrieb Benjamí Villoslada:
> Hi,
>
> Someone with sun-java6 packages dependencies problems too?
>
> Installed i my Debian Sid:
>
> sun-java6-bin 6-04-2
> sun-java6-jre 6-04-2
> sun-java6-plugin 6-04-2
>
> In order to install this I've added this repository:
>
> deb http://snapshot.debian.net/archive pool sun-java6
>
> And every dist-upgrade I receive this error:
>
> -
> The following packages are BROKEN:
>   sun-java6-bin sun-java6-jre
> 1 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
> Need to get 6456kB of archives. After unpacking 0B will be used.
> The following packages have unmet dependencies:
>   sun-java6-bin: Depends: sun-java6-jre (= 6-04-2) but 6-05-1 is to be
> installed.
>   sun-java6-jre: Depends: sun-java6-bin (= 6-05-1) but 6-04-2 is installed.
> or ia32-sun-java6-bin (= 6-05-1) which is a virtual package.
> -
>
> In other hand: sun-java6 installation doesn't update symlinks
> in /etc/alternatives, that still points to the anterior sun-java5 files.
> Seems that is one bug:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474190
>
> TIA
>
> Regards,

It should come soon. sun-java6-bin has been available for amd64 but not for 
i386. Maybe it was just a package maintainers mistake...


Mit freundlichem Gruß

 Tim Rühsen

-- 
OMS Open Media System GmbH
Holzdamm 40
20099 Hamburg
Fon +49-40-238878-0
Fax +49-40-238878-99
Email [EMAIL PROTECTED]
Sitz und Registergericht Hamburg
HRB 57616