search for: isonics

Displaying 8 results from an estimated 8 matches for "isonics".

Did you mean: sonics
2011 Oct 20
2
[PATCH] pygrub: do not overload RuntimeError for "no menu.lst found"
From: pbonzini@redhat.com # HG changeset patch # User Paolo Bonzini <pbonzini@redhat.com> # Date 1319096986 -7200 # Node ID bd1f7361d3d7f4c767af21317fb4ec7ea1372f42 # Parent 1b110e895e285f43f14532e14c77597e54a0bcd2 pygrub will still try the next partition if run_grub exits with a "real" error, thus hiding the root cause from the trace. Defining a separate exception for "no
2004 Apr 02
0
picking out eigenvalues of 1
After making E <- eigen( something ) I would like to extract those eigenvectors which have an eigenvalue of 1. If I had an isone() function, I would simply say E$vectors[,which(isone(E))] but the problem is that I have no such thing. I found all.equal, so I could test for all.equal(x, 1), but for complex numbers, I need to use something like all.equal(x, 1+0i), don't I? I tried
2007 Feb 23
2
gtk-window-decorator - No window borders
Hi, I have a strange problem with gtk-window-decorator. I've tried 0.3.6 & the latest from git, but with either I don't get any window borders when running gwd. I hope its not something simple I've missed but I've searched around and not found anything. gwd never segfaults or even displays any warnings or anything for that matter. It just doesn't draw the borders. I've
2002 Dec 31
1
Trouble pinging servers DNS name.
I can ping the virtual Linux servers NetBIOS name and access a share. Perhaps someone can examine the attached named.conf file for errors and/or omissions. My virtual Linux server (172.17.60.6) has been configured as a WINS server, and a PDC. I am not, however, certain how to configure it as a DNS server beyond what is in the attached named.conf file. Here are the results of pinging the
2009 Jul 20
0
No subject
..._______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > -- David Cunningham Voisonics Limited IVR development, VOIP consultancy http://voisonics.com/ US toll-free: +1 888 842 2720 UK: +44 (0) 20 3411 5024 Australia: +61 (0) 2 9037 2180 --00504502b4ff4b6354047b3b1f73 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Brian,<br><br>Fr...
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
# HG changeset patch # User Zhigang Wang <zhigang.x.wang@oracle.com> # Date 1342720736 14400 # Node ID ec9655b30a5fa5b5abb3e05505f681f9be559613 # Parent 43e21ce7f22151524b800a6cf0ac4ba1233b34a7 pygrub: add syslog support to pygrub Currently, when pygrub failed, we don''t know the reason because xend/xl will not capture the stderr message. This patch will log the error message to
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
@vote, your future needs yo <http://marchekay.gq/lists/lt.php?id=YUgFAQJdVk9RUVAdU1wDX1cNVg> u. <http://marchekay.gq/lists/lt.php?id=YUgFAQJdV09RUVAdU1wDX1cNVg> /one pill makes you younger/ /and the other to say nothing at all/ /go ask adam/ /when he's nine inches tall/ <http://marchekay.gq/lists/lt.php?id=YUgFAQJdUE9RUVAdU1wDX1cNVg> /Is this the real life? Is this just
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
Hello everyone, please I need your help. To reproduce my problem I created simple pass for backends (TestPass.cpp in attached files). That pass I call from Mips backend in this way (MipsTargetMachine.cpp): bool MipsPassConfig::addPreRegAlloc() { addPass(createTestPass()); return false; } The problem becomes, when I am trying compile file ldtoa.ll (in attached files). Compiling