Displaying 5 results from an estimated 5 matches for "getcommand".
Did you mean:
netcommand
2005 Mar 26
4
[ISOLINUX] No boot: prompt with ISOLINUX 3.07
I found that the version of isolinux.bin (and the debug version too)
doesn't work on my Via C3 system. I get the SAY text, but never the boot:
prompt. C-A-Del doesn't reboot either.
The debug version does not print anything after announcing it's opening
the config file. Only the single SAY text follows. The cursor sits on
the next blank line, useless (no responses to key presses).
2009 Jan 31
1
"UI" keyword, pc_default and getline
...skipped in this case.
This could be fixed by converting "skipline" to a function and calling it from "pc_default".
- Sebastian
diff --git a/core/parsecmd.inc b/core/parsecmd.inc
index edca0b7..27e115f 100644
--- a/core/parsecmd.inc
+++ b/core/parsecmd.inc
@@ -97,12 +97,18 @@ getcommand:
.eof: stc
ret
-.skipline: cmp al,10 ; Search for LF
+.skipline: call skipline
je .find
- call getc
jc .eof
jmp short .skipline
+skipline: cmp al,10 ; Search for LF
+...
2014 Jul 11
1
libvirt build issue - make check fails , file name long
...bvirt-0.10.2/tests/qemumonitorjsontest.sock
too long for unix socket: File name too long
FAILED
4) GetCPUDefinitions
... libvir: XML-RPC error : Path
/home/public/abc_v1_v2/libvirt_0.10.2_29/BUILD/libvirt-0.10.2/tests/qemumonitorjsontest.sock
too long for unix socket: File name too long
FAILED
5) GetCommands
... libvir: XML-RPC error : Path
/home/public/abc_v1_v2/libvirt_0.10.2_29/BUILD/libvirt-0.10.2/tests/qemumonitorjsontest.sock
too long for unix socket: File name too long
FAILED
========================
Is this a known issue ?
Is there any specific patch which addresses this issue ? Please let me...
2010 May 09
2
console ThreadError ("thread ... tried to join itself")
I''m just getting started with Rails 2 and I''ve immediately hit a
problem in the console. This must be well known so perhaps someone
could just tell me the solution.
mattleopard$ script/console
Loading development environment (Rails 2.3.5)
>> app.get "photos"
=> 200
>> app.get "photos"
ThreadError: thread 0x1003c7368 tried to join itself
from
2006 Dec 31
0
[816] trunk/wxruby2: Added AcceleratorTable and AcceleratorTable classes, plus documentation
...  /**
-         * \brief Returns the command identifier for the accelerator table entry.
-        */
-
</del><span class="cx"> int GetCommand() const;
</span><del>-        /**
-         * \brief Returns the flags for the accelerator table entry.
-     &nbs...