Displaying 20 results from an estimated 1000 matches similar to: "xenserver 5.6 installation"
2004 Aug 06
1
Using speex.
Hi:
I am new to speex and I am evaluating the possibility of using
Speex for web conferencing (pretty big scale). It looks very promising.
I have some questions, maybe very naive, but please help me:
<p> 1) Is there any sample implementation using Speex in web conerencing
in voice? To be more specific, in Windows platforms? (ActiveX?
Java applet implementation?)
2005 Oct 12
3
Wherefore whitebox?
Well,
I'm a recent convert from WBEL. My biggest concern with CentOS is that the
community here seems to want to be more than a recompile of RHEL.
But WBEL is floundering, what with Katrina and Rita, and there really being
only 1 developer behind it, etc.
I offer an automated shell script to switch from WBEL4 to CentOS4 (easy, it's
hosted on my home DSL line!) It assumes that
2010 Sep 29
2
dom U illegal kernel path
Hullo everybody
I want to install a guest slackeware guest OS on a VM for xenserver 5.6 . I
have created logical volumes , mounted the slackware 13 image and copied the
/lib/modules and below are my configurations.
[root@virtualintranet /]# uname -r
2.6.27.42-0.1.1.xs5.6.0.44.111158xen
*Grub Configs:*
[root@virtualintranet grub]# cat grub.conf
default=0
timeout=10
title
2010 Sep 29
2
dom U illegal kernel path
Hullo everybody
I want to install a guest slackeware guest OS on a VM for xenserver 5.6 . I
have created logical volumes , mounted the slackware 13 image and copied the
/lib/modules and below are my configurations.
[root@virtualintranet /]# uname -r
2.6.27.42-0.1.1.xs5.6.0.44.111158xen
*Grub Configs:*
[root@virtualintranet grub]# cat grub.conf
default=0
timeout=10
title
2009 Apr 07
2
Is there any more detailed docs about dict configuration
Hi,
I am looking for some help on dict configration. I'm trying to config
shared and public mailbox, and use sql as acl backend.
Here is my config:
table:
CREATE TABLE `shared_dict` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`from_user` char(50) NOT NULL,
`to_user` char(50) NOT NULL,
`status` int(10) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `from_user` (`from_user`),
2019 Oct 18
1
[PATCH V4 4/6] mdev: introduce virtio device and its device ops
On Fri, 18 Oct 2019 18:55:02 +0800
Jason Wang <jasowang at redhat.com> wrote:
> On 2019/10/18 ??5:46, Cornelia Huck wrote:
> > On Thu, 17 Oct 2019 18:48:34 +0800
> > Jason Wang <jasowang at redhat.com> wrote:
> >> + * @get_vendor_id: Get virtio vendor id
> >> + * @mdev: mediated device
> >> + * Returns u32: virtio vendor id
> >
2012 Sep 06
2
XenServer Tools For Linux
Hi,
I installed two linux VMs in XenServer 6.0, one is CentOS 5.5 and the
other is Ubuntu 10.04, both of which are HVMs. I install xenserver tools
many times and the packages are installed, but XenCenter keeps telling me
that "Xenserver tools is not installed". Are xenserver tools of linux
intended only for PV vm? I am not familiar with xenserver and need
help.Thanks!
Best Regards,
2004 Aug 06
0
RE: Please confirm your message
> -----Original Message-----
> From: speex-dev@xiph.org [mailto:speex-dev@xiph.org]
> Sent: Sunday, May 11, 2003 11:26 PM
> To: jk@pageshare.com
> Subject: Please confirm your message
>
>
> Hello, this is the mailing list anti-spam filter at Xiph.Org.
> We need you to confirm your e-mail message with the subject of
> "Using speex.".
>
> Please
2011 Jan 07
2
XEN on CentOS 5.5 - Cannot create VM using Local Install (grayed out)
Hello community!
I''m running into some strange problem with my CentOS while trying to
create a new VM using virt-manager. I''m connected locally and when I''m
following the wizard, at the time it asks me to select the installation
option I can only select Network Install.
I am pretty messed up ,being trying to search a whole net for last week ,but cant fix it Any idea
2010 Sep 18
1
Creating a Guest VM Dom U on slackware 13 linux
Hi Users & developers
I am new to XENSERVER 5.6 and i have installed Dom 0 successfully .
1) I am requesting for help on the installation procedure of a Dom u VM
with xen supported slackware linux 13, using the xe commands
2) In xenserver 5.6 i am not able to find the xend management tools (xm),
it instead uses xe . Do i have to install the management tools (xm)?
Thanx Moses
2010 Sep 18
1
Creating a Guest VM Dom U on slackware 13 linux
Hi Users & developers
I am new to XENSERVER 5.6 and i have installed Dom 0 successfully .
1) I am requesting for help on the installation procedure of a Dom u VM
with xen supported slackware linux 13, using the xe commands
2) In xenserver 5.6 i am not able to find the xend management tools (xm),
it instead uses xe . Do i have to install the management tools (xm)?
Thanx Moses
2010 Oct 06
1
unknown bootloader
Hullo Everybody ;
I am failing to start my new VM and it tells me unkown bootloader . Below
are my parameters and output . Could somebody be having an idea of putting
right this problem?
[root@virtualintranet /]# xe vm-param-list
uuid=70645ba3-bcbc-683b-099e-ed197301fcc2
uuid ( RO) : 70645ba3-bcbc-683b-099e-ed197301fcc2
name-label ( RW): PVG1
2010 Sep 24
1
switching
Good day everybody
How do i switch from the xen console to the vm console and below is what i
have
xentop - 11:46:22 Xen 3.4.2
2 domains: 1 running, 1 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4184164k total, 706684k used, 3477480k free CPUs: 16 @ 2394MHz
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%)
VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO
2019 Oct 18
2
[PATCH V4 4/6] mdev: introduce virtio device and its device ops
On Thu, 17 Oct 2019 18:48:34 +0800
Jason Wang <jasowang at redhat.com> wrote:
> This patch implements basic support for mdev driver that supports
> virtio transport for kernel virtio driver.
>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vfio/mdev/mdev_core.c | 12 +++
> include/linux/mdev.h | 4 +
>
2019 Oct 18
2
[PATCH V4 4/6] mdev: introduce virtio device and its device ops
On Thu, 17 Oct 2019 18:48:34 +0800
Jason Wang <jasowang at redhat.com> wrote:
> This patch implements basic support for mdev driver that supports
> virtio transport for kernel virtio driver.
>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> drivers/vfio/mdev/mdev_core.c | 12 +++
> include/linux/mdev.h | 4 +
>
2007 Jun 13
3
trigger configuration run remotely
I was wondering how to trigger a configration run remotely. Is this
possible? Looking through the docs, I see mention that puppet can listen
on port 8139, but I don''t see that this is the case on my servers. Can
someone please enlighten me as to the proper method of doing this, if it
can indeed be done?
Thanks!
2009 Mar 18
2
panic in dovecot 1.1.12
Hello,
with some mbox folders I got this error:
Mar 18 14:48:12 imap2 dovecot: [ID 107833 mail.crit] Panic:
IMAP(xyz): file charset-iconv.c: line 122: unreached
I assume that this is related to the folder contents (and not
the configration). What does that mean to me ?
Martin
---------------------------------------------------------------
Martin Preen, Universit?t Freiburg, Institut f?r
2024 Aug 10
1
'Too many authentication failures' nuisance
On 8/10/24 17:13, Chris Green wrote:
> I have several ssh keys in the ~/.ssh directory of my desktop machine.
> As a result whenever I try to connect to a system which uses password
> authentication I get the "Too many authentication failures" error.
>
> Yes, I know I can get round this by setting PreferredAuthentications
> but this is rather a nuisance to have to do
2004 Aug 06
0
Using speex.
J.K. Lin (jk@pageshare.com) wrote:
>
> Hi:
>
> I am new to speex and I am evaluating the possibility of using
> Speex for web conferencing (pretty big scale). It looks very promising.
It's worked really well for me. I think you'll find it to be a
great codec.
> I have some questions, maybe very naive, but please help me:
>
>
> 1) Is there any
2019 Sep 25
3
[PATCH V2 6/8] mdev: introduce virtio device and its device ops
> From: Jason Wang [mailto:jasowang at redhat.com]
> Sent: Tuesday, September 24, 2019 9:54 PM
>
> This patch implements basic support for mdev driver that supports
> virtio transport for kernel virtio driver.
>
> Signed-off-by: Jason Wang <jasowang at redhat.com>
> ---
> include/linux/mdev.h | 2 +
> include/linux/virtio_mdev.h | 145
>