Displaying 20 results from an estimated 20 matches for "suse11".
Did you mean:
suse10
2009 Dec 22
3
XAPI source code
Hi All
I have downloaded the opensource xapi source code. I am not sure what the functins of the follow modules:
1 block_device_io
2 datamodel
3 xiu (I am puzzled by the name "xiu")
4 stats
5 rpc-light
6 rss
7 xb (I think the xapi needs not to talk to xenbus directly)
8 xsrpc (why it writes some "rpc" keys to path of "domain/<domid>" in the
2008 Jun 23
1
Vista aside Suse11
Hi
I've Vista64 accessible from Suse11 and would like to start my installed windows programs also from Suse.
-How should I update? Wait for the 64bit Wine?
-How could I use the programs, dlls etc all from Vista64? Any program for a such wine config?
Thanks and regards
Michael
2009 Jun 03
1
Install suse11 on redhat5, thanks for help!
hi, everyone
I try to install a suse11 pv guest on redhat5.2 virtualization platform.
But the startup process hung with messages:
xen-vbd: registered block device major 202
xvda:<6>netfront: Initialising virtual ethernet driver.
XENBUS: Waiting for devices to initialise: 295s...290s...285s...280s...275s...270s...265s...260s...25...
2014 Jun 03
1
Problem in Search IMAP with spaces in Subject
Hi,
I deliver a test email (with 4 spaces in subject) into a maildir:
Return-Path: <user at example.com>
Delivered-To: <user at example.com>
Received: from suse11 ([10.0.8.7])
by suse11 (Dovecot) with LMTP id Pf6zDTCaiFOUXwAA4Q5jHg
for <user at example.com>; Fri, 30 May 2014 16:48:16 +0200
From: <user at example.com>
To: <user at example.com>
Message-ID: <9704BC6A-28D9-CBF2-A1D6-DD54F6AA9D9D at newsvilpec.babel.it>
Sub...
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
...openSuSE 10.3 - 64 Bit
label suse10.3-64
MENU LABEL ^K. suse10.3-64 - openSuSE 10.3 - 64 Bit
kernel kernels/suse10.3-64
append initrd=initrds/suse10.3-64.img ramdisk_size=65536 insmod=e100 install=nfs://XXX.XXX.249.243/install/suse103_64 splash=silent showopts
# openSuSE 11.0 - 32 Bit
label suse11
MENU LABEL ^L. suse11 - openSuSE 11.0 - 32 Bit
kernel kernels/suse11
append initrd=initrds/suse11.img ramdisk_size=65536 insmod=e100 install=nfs://XXX.XXX.249.243/install/suse11 splash=silent showopts
MENU SEPARATOR
# Return to Main Menu
LABEL MainMenu
MENU LABEL Main Menu...
2011 May 19
5
vcpu-pin cause dom0 kernel panic
I use xen 4.0(dom0 is suse11.sp1,2.6.32 x86_64) on
Dell R710 with PERC H700 RAID adapter.
--Intel(R) Xeon(R) CPU E5620 @ 2.40GHz
--8 CPU cores.
--Memory 64G
--RAID5 4.5T
When I dedicated (pin) a CPU core only for dom0 use.
(I specify "dom0_max_vcpus=1 dom0_vcpus_pin" options for Xen)
I got dom0 kernel panic error(p...
2010 Feb 17
9
Non-XCP/XenServer frontend or management console
Hi all. Obviously there''s been a lot of talk lately about frontends or
management consoles for xen. All, or most, seem to be for XCP or
XenServer. Is there anything for a group of standalone servers sharing
storage? In my case it''s SLES11 with xen 3.4.1.
I would love to have a frontend for seeing status, starting, and
stopping domains. Provisioning new domains would be an
2012 Oct 17
0
vhd format support failed on suse11 x86_64 sp2
Hi all,
I had met with a question about vhd format when i install xen 4.2.0 source code on suse11_x86_64_sp2.
execute steps:
1)Install fully suse 11 sp2 to host pc
2)Boot from Xen kernel menu
3)Download xen 4.2.0 source code from http://xen.org/download/index_4.2.0.html
4)Download bin86-0.16.19.tar.gz cmake-2.8.9.tar.gz Dev86src-0.16.19.tar.gz gettext-0.18.1.1.tar.gz glib-2...
2008 Oct 15
3
Linux HVM install in Solaris Dom-0 talking 36+ hours
Hi!
I''m running svn_99 and just tried to install Fedora
using the following script:
#!/bin/sh
ISO=nfs:dom0:/storage/misc/Downloads/ISOs/Linux/Fedora9/Fedora-9-x86_64
zfs create -V 20G storage/fedora
virt-install \
--hvm \
--os-type linux \
--os-variant fedora8 \
-n fedora \
-f /dev/zvol/dsk/storage/fedora \
-l ${ISO} \
--vnc \
2009 Jun 22
10
Could not find an installable distribution
Hi all,
I am trying to install OpenSUSE 11.1 as a para-virtualized DomU on an opensolaris2009.06 guest using the xvm packages provided via IPS.
I followed the instructions available here:
http://www.opensolaris.org/os/community/xen/docs/virtinstall/
but I get the following error when trying to install from a NFS share where I mounted the iso (as far as I understand the only way to get a Linux
2012 Jan 05
3
[PATCH 0 of 2] xenpaging:speed up page-in
The following two patches are about how to speed up in xenpaging when page in pages.
On suse11-64 with 4G memory,if we page out 2G pages,it will cost about 15.5 seconds,
but take 2088 seconds to finish paging in.If page-in costs too much time,it will cause
unmesurable problems when vm or dom0 access the paged_out page,such as BSOD,crash.
What鈥檚 more,the dom0 is always in high I/O pressure.
_...
2012 Jan 05
13
[PATCH] xenpaging:add a new array to speed up page-in in xenpaging
...#39;'s index.
When page in a page,it has to go through a for loop from 0 to num_pages to find
the right page to read,and it costs much time in this loop.After adding the
page_out_index array,it just reads the arrry to get the right page,and saves much time.
The following is a xenpaging test on suse11-64 with 4G memories.
Nums of page_out pages Page out time Page in time(in unstable code) Page in time(apply this patch)
512M(131072) 2.6s 540s 530s
2G(524288) 15.5s 2088s 2055s
Signed-off-byhongkaixing<hongkaixing@huawei.com>,shizhen&l...
2009 Mar 16
0
compilation error in linux-2.6.18-xen.hg with xen
...i am unable to
compile it successfully. It seems there is some bug in
/linux-2.6.18-xen.hg/net/ipv4/netfilter/ipt_ecn.c file.
Can anybody suggest what do i need to do ?
i tried with xen-3.3.0 as well as xen-3.3.1.
If i wish to make a similar xen-enabled kernel which comes with fedora 8 or
SUSE11, where should i place the .config file while compiling
xen-3.3.0/xen-3.3.1 which uses linux-2.6.18-xen.hg
I suppose i should issue "make dist" after placing existing .config file.
CC [M] net/ipv4/netfilter/ip_conntrack_netbios_ns.o
LD [M] net/ipv4/netfilter/ip_nat_h323.o
LD [...
2011 Oct 11
0
[LLVMdev] [cfe-dev] Clang, #include <math.h>
...[mailto:jnspaulsson at hotmail.com]
Sent: 11 October 2011 09:50
To: James Molloy
Subject: RE: [cfe-dev] Clang, #include <math.h>
well,
I really just need a standard C library, to be able to do calls such as sqrt() and more. So I just want to use the standard C library already present on my (Suse11) system. The math.h file is found, but Clang has problems with it...
clang -cc1 aritm.c -o ./aritm.ll -triple=albo -emit-llvm -O3
In file included from aritm.c:2:
In file included from /usr/include/math.h:409:
/usr/include/bits/mathinline.h:530:1: error: invalid output constraint '=t' in...
2013 May 24
0
Re: [Qemu-devel] use O_DIRECT to open disk images for IDE failed under xen-4.1.2 and qemu upstream
...gt; > [2013-05-22 23:31:30] ide: read status addr=0x3f6 val=41
> > >
> > > QEMU command line :
> > > qemu-system-i386 -xen-domid 837 -chardev
> > socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-837,server,nowait -mon
> > chardev=libxl-cmd,mode=control -name suse11 -vnc 0.0.0.0:1 -serial pty -boot
> > order=c -usb -usbdevice tablet -smp 2,maxcpus=2 -device
> > rtl8139,id=nic0,netdev=net0,mac=00:16:3e:13:d3:72 -netdev
> > type=tap,id=net0,ifname=tap837.0,downscript=no -M xenfv -m 2040 -drive
> > file=/mnt/sdd/image/suse.image,if=ide,ind...
2020 Jun 30
3
Re: [PATCH v3] python: Fix UnicodeError in inspect_list_applications2() (RHBZ#1684004)
Hey Pino,
Can you search for the previous patches I submitted? I had some discussions
regarding this with Daniel and Nir.
Thanks!
On Tue, Jun 30, 2020 at 11:43 AM Pino Toscano <ptoscano@redhat.com> wrote:
> On Sunday, 26 April 2020 20:14:03 CEST Sam Eiderman wrote:
> > The python3 bindings create PyUnicode objects from application strings
> > on the guest (i.e. installed
2011 Jun 21
13
VM disk I/O limit patch
Hi all,
I add a blkback QoS patch.
You can config(dynamic/static) different I/O speed for different VM disk
by this patch.
----------------------------------------------------------------------------
diff -urNp blkback/blkback.c blkback-qos/blkback.c
--- blkback/blkback.c 2011-06-22 07:54:19.000000000 +0800
+++ blkback-qos/blkback.c 2011-06-22 07:53:18.000000000 +0800
@@ -44,6 +44,11 @@
2011 Jun 21
13
VM disk I/O limit patch
Hi all,
I add a blkback QoS patch.
You can config(dynamic/static) different I/O speed for different VM disk
by this patch.
----------------------------------------------------------------------------
diff -urNp blkback/blkback.c blkback-qos/blkback.c
--- blkback/blkback.c 2011-06-22 07:54:19.000000000 +0800
+++ blkback-qos/blkback.c 2011-06-22 07:53:18.000000000 +0800
@@ -44,6 +44,11 @@
2011 Nov 05
88
OpenSuse 11 hvm domU: screen resolution up to 640x480
Hello,
I''ve recently installed a hvm domU opensuse 11 guest and I cannot set the screen
resolution higher then 640x480. This seems very strange to me, because
I don''t have
any problem to set higher resolution on a windows 7 domU, using the
following parameters
in the configuration file:
stdvga=1
videoram=16
What could the problem be? Is some video driver missing?
--
Flavio
2011 Nov 05
88
OpenSuse 11 hvm domU: screen resolution up to 640x480
Hello,
I''ve recently installed a hvm domU opensuse 11 guest and I cannot set the screen
resolution higher then 640x480. This seems very strange to me, because
I don''t have
any problem to set higher resolution on a windows 7 domU, using the
following parameters
in the configuration file:
stdvga=1
videoram=16
What could the problem be? Is some video driver missing?
--
Flavio