Displaying 20 results from an estimated 100 matches similar to: "How to handle call waiting?"
2017 Mar 20
2
I/O error
Hi,
I'm trying to make Syslinux, OSTree and Qemu work together. So I've made
an image, installed Syslinux v. 6.0.3 on it with extlinux and try to
boot it. Unfortunately it stops on the stage of loading the kernel with
Loading
/boot/ostree/agl-17980142f6d5ef5e82153aa533ffb9775181f93248e62a4821f925cdf1b81c34/vmlinuz...
failed: I/O error
The vmlinuz file is just a normal bzImage (v.
2017 Mar 21
2
I/O error
Thanks Ady,
tried current master and shortened path to /boot/vmlinuz. Same stuff.
OSTree doesn't really come into play at this stage, it is just booting
the kernel. So I would rather suspect that there is something between
ext4, extlinux and qemu.
On 03/21/2017 04:01 AM, Ady Ady via Syslinux wrote:
>> Hi,
>>
>> I'm trying to make Syslinux, OSTree and Qemu work
2016 Sep 23
1
libvirt
hi,
help me!) i broke my VM, changing configuration file fstab. Now it
not boot. How do I get working VM?) and can't connected console
--
С уважением,
Герасимов Иван Дмитриевич
WSM GROUP
8-909-793-01-51
ICQ 682218625
2017 Mar 21
2
I/O error
Thanks. I've looked through all the links, and it seems everything is
fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs,
but it didn't help). I'd be glad to provide more details, but the error
message is the only info I've got by now. It seems nothing else can be
got from syslinux shell without modifiying the code.
I've tried to make it load the kernel
2004 Apr 08
0
RE: Asterisk-Users digest, Vol 1 #3368 - 12 msgs
This message is in response to Flash operator problem. My op_server.pl seems to be same. I also created the variable.txt to the /var/www/html/panel folder and when I run htt://192.168.0.0/panel it just says at the bottom transferring data. I don't see anything on the screen.
I also checked my manager.conf file. I was able to telnet into the manager interface and it's running fine.
So I am
2018 Mar 02
2
Re: [PATCH v3 1/6] v2v: rhv: Fix virtio-rng and memballoon OVF fragment for RHV.
On Thursday, 1 March 2018 17:24:17 CET Richard W.M. Jones wrote:
> Without this extra element, oVirt will crash with a Java
> NullPointerException (see https://bugzilla.redhat.com/1550123).
>
> Fixes commit dac5fc53acdd1e51be2957c67e1e063e2132e680.
> ---
> v2v/create_ovf.ml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/v2v/create_ovf.ml
2009 Sep 06
3
[LLVMdev] loads from a null address and optimizations
On Sun, Sep 6, 2009 at 3:53 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
> On Sun, Sep 6, 2009 at 5:32 PM, Eli Friedman<eli.friedman at gmail.com> wrote:
>> On Sun, Sep 6, 2009 at 3:19 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
>>> It would be unfortunate in a way if "this instruction can trap and go
>>> there" is taken to
2010 May 24
4
Need Help debugging a Java based windows application to run
Hi All,
I am trying to run a java based communication client developed for winidows to run on Ubuntu/Wine.
First I tried installing the app without having JRE under Wine, it halted with an error while installing JRE. So, I installed JRE separately under wine and then the application. It installed correctly.
Now, when I run the application, it starts (I can see it under the process list) and
2017 Mar 21
1
I/O error
>> Thanks. I've looked through all the links, and it seems everything is
>> fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs,
>> but it didn't help). I'd be glad to provide more details, but the error
>> message is the only info I've got by now. It seems nothing else can be
>> got from syslinux shell without modifiying the
2011 Jun 20
3
Geppetto is ready
Geppetto 1.0 is released and ready for download. We want all the
feedback we can get, so try it out and let us know what you think!
Full story at: http://cloudsmith.github.com/geppetto/
If you haven’t been following the project, Geppetto is an integrated
toolset for working with Puppet modules and manifests. It’s built on the
Eclipse platform. If you’re an Eclipse user, you can install it
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Hello,
I am trying to build vmkit2 from the repo using OpenJDK 6 (stock
install) on Ubuntu 13.04 amd64. When I try to compile vmkit2 I get
the core dump below. I am not sure what the issue is, but I was
getting the same error when I was also using classpath. My build
environment is set up in the following way:
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
I guess I mispoke, I checked out the source from
http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was
vmkit2. I guess I was just referring to vmkit then.
On Thu, Nov 21, 2013 at 12:10 PM, Gaël Thomas <gael.thomas00 at gmail.com> wrote:
> Hi Adam,
>
> I don't know which repo you have used? Because only the llvm repo is
> maintained (not the gforge one), and
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Harris Bakiras,
Thanks for reply. It working now.
Actually I wanted to try vmkit VM to run jruby codes.
vmkit is able to run Java program, but when I try to run JRuby code then I
get following error -
root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb
>
> Platform.java:39:in `getPackageName': java.lang.NullPointerException
>
> from ConstantSet.java:84:in
2011 Feb 17
1
RCurl HTTP Post ?
According to [1] and [2], using RCurl to post a form with basic
authentication is done using the postForm method. I'm trying to post
generated interpolation data from R onto an HTTP form. The call I'm using is
page <- postForm('http://our.server.com/dbInt/new', opts =
curlOptions=(userpwd="test:test", verbose=T), profileid = "-1",
value="1.801",
2009 Sep 07
0
[LLVMdev] loads from a null address and optimizations
Eli Friedman wrote:
> On Sun, Sep 6, 2009 at 3:53 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
>> On Sun, Sep 6, 2009 at 5:32 PM, Eli Friedman<eli.friedman at gmail.com> wrote:
>>> On Sun, Sep 6, 2009 at 3:19 PM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
>>>> It would be unfortunate in a way if "this instruction can trap and go
2018 Feb 28
1
[PATCH] v2v: rhv: Fix virtio-rng and memballoon OVF fragment for RHV.
Without this extra element, oVirt will crash with a Java
NullPointerException (see https://bugzilla.redhat.com/1550123).
Fixes commit dac5fc53acdd1e51be2957c67e1e063e2132e680.
---
v2v/create_ovf.ml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/v2v/create_ovf.ml b/v2v/create_ovf.ml
index f5e34d79f..87245fdc8 100644
--- a/v2v/create_ovf.ml
+++ b/v2v/create_ovf.ml
@@ -444,6 +444,9 @@
2008 Apr 14
7
An error I can't seem to get past ...
I have installed a helpdesk client on my office PC under wine. I get the following error during running:
---------------------
The following components are either not present on this machine or have an incorrect version number:
Microsoft ADO DB (Minimal required version: 2.1)
Please try to correct this problem before starting the application.
----------------------
The application installed
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I am working on a project to port JRuby on Embedded systems. JRuby converts
Ruby code to bytecode which is executed by any JVM. For this project I am
testing performance of JRuby with various available JVMs. I have chosen ARM
architecture.
Does vmkit support ARM architecture?
On Fri, Jul 19, 2013 at 8:01 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote:
> I don't know how JRuby
2010 Mar 12
1
StatEt: Error R Object Browser Update java.lang.NullPointerException
Hello,
I'm trying to use StatEt on my kubuntu karmic system. I've set
everything up according to the website and a guide pdf I've got, but
when I start the R session, or issue a command, I get a "An internal
error occurred during: "R Object Browser Update"." error;
Any ideas on what to look at or try next ?
java.lang.NullPointerException
at
2011 Mar 24
2
Problem with Snowball & RWeka
Dear Forum,
when I try to use SnowballStemmer() I get the following error message:
"Could not initialize the GenericPropertiesCreator. This exception was
produced: java.lang.NullPointerException"
It seems to have something to do with either Snowball or RWeka, however I
can't figure out, what to do myself. If you could spend 5 minutes of your
valuable time, to help me or give me a