Displaying 20 results from an estimated 11000 matches similar to: "xen 3 demo CD won''t boot"
2005 Dec 16
1
can boot custom kernel.
i compiled xen 3 and then following the instruction in the user
manual compiled a cuztom dom0 kernel. i even made a initrd for that
kernel. i use ubuntu 5.10.
problem is now i can''t boot into dom0. my root partion is /dev/hda5
and it no such device found. i can''t tell you exact output cuz it goes
by too fast . any help.
_______________________________________________
Xen-users
2005 Nov 30
1
how to run knoppix under xen
i saw a screen shot of knoppix beeing run under xen but for some reason i
can''t do that.
here if the config file i use.
> kernel = "/boot/vmlinuz-2.6-xenU"
> memory = 64
> name = "ttylinux"
> nics = 1
> ip = "1.2.3.4"
> disk = [''phy:hdc,hdd,r'']
> root = "/dev/hdd ro"
hdc is my cdrom and it was unmounted at
2005 Dec 16
1
does xen have problems when compiling using gcc 4
same as above. i compiled xen in ubuntu 5.10 and had amny problem and
later found the guide given in ubuntu wiki tell to use this command
make CC=gcc-3.4
meaning use gcc 3.4 instead of the gcc 4 that is standard on ubuntu.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Nov 27
1
(110, ''Connection timed out'') Error: Error connecting to xend, is xend running?
what is this error???
what does it mean.
i have done xend start
and even
/etc/init.d/xend start.
whats the poroblem.
please help.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Nov 20
1
can i use swap as memory dedicated to the xen VMs
this is in reference to the option in the grub lines.
i have only 256 mb ram. so i can''t give the VMs more than a 100 mb.
can i use swap as memory like in qemu.
thank you
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Feb 07
7
IAX2 Trunk Problems with NAT
Hi,
I have successfully configured an IAX trunk between 2 asterisks, calls can
go through both ways without any problems, NAT in the middle of course
(iptables)
Now , leave them for a while , and make a call from the external server ,
it doesn't go through,
Dial from the internal one, everything works fine again..
Now , it is clearly a problem in the NAT engine,
2016 Feb 12
4
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes I used.
The problem can be the version of Asterisk?
I use Asterisk 13 instead of 11.
2016-02-12 14:31 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>:
> have changed this
> [dongle0]
> audio=/dev/ttyUSB1
> data=/dev/ttyUSB2
>
> To
>
> [dongle0]
> imei=123456789012345
>
> and imei exact same as on your device ?
>
> On Fri, Feb 12, 2016
2010 Jan 17
4
Snapshot that won''t go away.
I have a Solaris 10 update 6 system with a snapshot I can''t remove.
zfs destroy -f <snap> reports the device as being busy. fuser doesn''t
shore any process using the filesystem and it isn''t shared.
I can unmount the filesystem OK.
Any clues or suggestions of bigger sticks to hit it with?
--
Ian.
2007 Jul 27
6
polycom custom ring tones (slightly OT)
Hi all,
Has anyone made up custom ring tones for the Polycom SIP phones? We use
different rings for different lines, but the ones it comes with are all very
similar. In the interesting of sharing, here's one I made up for paging:
<PAGE_BEEP se.pat.ringer.13.name="Page Beep"
se.pat.ringer.13.inst.1.type="chord" se.pat.ringer.13.inst.1.value="12"
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
Hi John,
I have looked into the EmitAutoVarAlloca() in CGDecl.cpp. However, I
could not figure out how to employ my custom attribute for code
generation. For example, my custom attribute is visible in CGDecl.cpp
but how can I generate based on my custom attribute
if (D.hasAttr<myCustomAttri>())
{
//What to do here?
}
What I wan in IR is something like below.
Without Custom Attribute:
2004 Sep 02
5
Polycom SIP INFO & Changing Ringers
In ipmid.cfg I have:
<G3INTERCOM se.rt.10.name="G3INTERCOM" se.rt.4.type="ring-answer"
se.rt.4.timeout="1000" se.rt.10.ringer="7"/>
In sip.cfg I have:
<alertInfo voIpProt.SIP.alertInfo.1.value="G3INTERCOM"
voIpProt.SIP.alertInfo.1.class="10"/>
I set up a test extension:
exten =>
2015 May 25
4
[LLVMdev] LLVM profiling
Hi guys,
I am trying to perform edge profiling using on hello.bc file by using
following command
opt -insert-edge-profiling hello.bc -o hello-edge.bc
but I get the error that option "-insert-edge-profiling" is unknown. Can
you please help me to solve the issue. Please note that I am following the
paper available at this link
http://llvm.org/pubs/2010-12-Preuss-PathProfiling.pdf
2016 Feb 12
2
[dongle0] timedout while waiting 'OK' in response to 'AT'
Yes, I used IMEI.
But in CLI appearing nothing and it not register.
2016-02-12 14:27 GMT-02:00, Shabbir abbasi <shabbirabbasi92 at gmail.com>:
> have you tried imei discovery
> imei=123456789012345
>
>
> write imei number instaed of 12345...
>
> On Fri, Feb 12, 2016 at 8:51 PM, Vitor Mazuco <vitor.mazuco at gmail.com>
> wrote:
>
>> Hi!
>>
2010 Nov 11
4
krb ticket for the computer account
Hi Samba community,
Here is a problem I could not solve. I would like to mount a cifs share to
my local Linux machine, which is bound to a windows domain using winbind.
The share needs to be mounted by the linux machine's computer account. Here
is what I do:
# su - DOMAIN\\computer$
[DOMAIN\computercomputer ~]$
<<< i think there is a problem with the bash prompt, skip it for now
2016 Nov 25
3
Translation of custom attribute (defined for variables) from clang to llvm
Hi Asit,
thanks for the reply.
But I guess I was not clear in my question. Actually, i dont want to use
__ATTRIBUTE__((ANNOTATE("MOVIATTR"))), since in documentation it is
stated that "This intrinsic allows annotation of local variables with
arbitrary strings. This can be useful for special purpose optimizations
that want to look for these annotations. These have no other
2014 Aug 05
1
Loud Ringers and paging systems...
Working on a paging system for one of my sites and running into something
I can't believe is this hard. In one of the zones, they want to have three
different extensions ring over the pa system, using it as a loud ringer.
Now the paging system does have a loud ringer built in and I can easily
have it do a simultaneous ring, but all of the extensions will sound the
same over the loud
2007 Mar 06
2
Polycom 501 - Auto answer on one line appearance
I am using SugarCRM together with the asterisk plugin, which allows me
to click a number, SugarCRM calls my extension then places the call when
I pickup.
I would like to have that extension auto-answer. I set it up as line 3
on my phone so normal calls do not get auto-answered. However, I have
not been able to get this to work. Has anyone implented this?
This is what I put in the config file
2012 Nov 13
2
installation of queue-tip on centos/asterisk server
Hi Geeks,
I need an urgent help with queue-tip installation. i am
using http://queue-tip.rubyforge.org/install.html guide to install the same
however i am stuck at first step of installation ($ rake gems:install).
i installed all the dependencies mentioned in the document (ruby, rails
etc.) but it shows following error when i execute the mentioned command:
*Undefined method ‘name’ for
2012 Mar 26
1
Arabic Wiki - resend because of bounce back
Hi, my name is Steve Mustafa, my username is SteveMustafa and I'd like
the privilege to edit and translate the wiki into Arabic,
http://wiki.centos.org/ar (does not exist).
So I'm asking for the privilege to create and edit these pages as well
as for the creation of a new RTL template for RTL languages including
Arabic, Hebrew, Persian and Urdu.
(like the subject says, this is a resend
2016 Feb 17
3
CentOS 6.7 Drivers for Compaq Storageworks TL891 Minilibrary
Hello all
I am trying to setup a backup system using Bacula on CentOS 6.7 installed on eserver x345 but cannot find the drivers
Any help in finding the drivers will be much appreciated
Regards
Mustafa