search for: ison

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

Did you mean: iron
2011 Oct 20
2
[PATCH] pygrub: do not overload RuntimeError for "no menu.lst found"
...loader config file found" avoids this. diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub --- a/tools/pygrub/src/pygrub +++ b/tools/pygrub/src/pygrub @@ -29,6 +29,9 @@ import grub.ExtLinuxConf PYGRUB_VER = 0.6 +class NotFoundError(RuntimeError): + pass + def enable_cursor(ison): if ison: val = 2 @@ -412,7 +412,7 @@ class Grub: self.cf.filename = f break if self.__dict__.get(''cf'', None) is None: - raise RuntimeError, "couldn''t find bootloader config file in the image provid...
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 writing one, isone <- function (x)...
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.
.... . . : Sunday, December 29, 2002 1:25:15 AM Lease Expires . . . . . . . . . . : Wednesday, January 01, 2003 1:25:15 --------------------------------------------------------------------------------------------------------- Clearly the workstation is on the 172.16.0 subnet while the server ison the 172.17.60 subnet. I was hoping that this would be addressed by specifying remote announce in the smb.conf file for the workstations subnet. Apparently I am still missing something. Any assistance would be greatly appreciated. -------------- next part -------------- // generated by named-boot...
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&gt...
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -import os, sys, string, struct, tempfile, re, traceback +import os, sys, string, struct, tempfile, re import copy import logging +import logging.handlers import platform import xen.lowlevel.xc @@ -35,7 +36,7 @@ def enable_cursor(ison): val = 2 else: val = 0 - + try: curses.curs_set(val) except _curses.error: @@ -79,7 +80,7 @@ def get_solaris_slice(file, offset): if slicetag == V_ROOT: return slicesect * SECTOR_SIZE - raise RuntimeError, "No root s...
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
...scary it was that all the life we knew of was stuck orbiting a single star in a single galaxy and it imbued a sort of moral mandate to escape--to ensure that this miracle of random chance and guiding negentropy of time ... that it wasn't forever lost by something like a collision with the comet Ison or even another galaxy. On that word too--we see the "an" of Christianity messianically appear to become more useful (that's negative energy, by the way) in the chemistry of Mr. Schwarzenegger's magical hand in delivering "free air" (that's free, as in beer; or maybe...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...i [ i16 0, label %for.cond.i i16 32767, label %if.then30.i ] for.cond.i: ; preds = %if.end11.i, %for.body.i %k.0.i = phi i32 [ %inc.i, %for.body.i ], [ 0, %if.end11.i ] %cmp17.i = icmp slt i32 %k.0.i, 9 br i1 %cmp17.i, label %for.body.i, label %isone.i for.body.i: ; preds = %for.cond.i %arrayidx19.i = getelementptr inbounds [13 x i16]* %y.i, i32 0, i32 %k.0.i %47 = load i16* %arrayidx19.i, align 2, !tbaa !5 %cmp21.i = icmp eq i16 %47, 0 %inc.i = add nsw i32 %k.0.i, 1 br i1 %cmp21.i, label %for.c...