Displaying 17 results from an estimated 17 matches for "run_main".
Did you mean:
en_main
2007 May 21
1
pygrub cannot find kernel
...quot;2048"
disk = [ 'tap:aio:/root/testsrv.img,xvda,w', ]
vif = [ 'bridge=xenbr0', ]
vcpus=2
on_reboot = 'destroy'
on_crash = 'destroy'
this is the error:
Traceback (most recent call last):
File "/usr/bin/pygrub", line 499, in ?
curses.wrapper(run_main)
File "/usr/lib/python2.4/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/bin/pygrub", line 455, in run_main
sel = g.run()
File "/usr/bin/pygrub", line 358, in run
self.run_main(timeout)
File "/usr/bin/pygr...
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py
+++ b/tools/python/xen/xend/XendDomainInfo.py
@@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_
from xen.util.blkif import blkdev_uname_to_file
from xen.util
2019 Jan 07
2
Runnable R packages
On Mon, 7 Jan 2019 at 22:09, Gergely Dar?czi <daroczig at rapporter.net> wrote:
>
> Dear David, sharing some related (subjective) thoughts below.
>
> You can provide your app as a Docker image, so that the end-user
> simply calls a "docker pull" and then "docker run" -- that can be done
> from a user-friendly script as well.
> Of course, this requires
2019 Feb 08
2
Runnable R packages
...elieve the "so much easier" argument that this requires a
> change to base R. If you put that functionality into a package, then
> the only extra effort the user would require is to install that other
> package. After that, they could run
>
> Rscript -e "yourpackage::run_main('foo_1.1.1.tar.gz')"
>
> as I suggested before. This is no harder than running
>
> R CMD RUN foo_1.1.1.tar.gz
>
> The advantage of this from R Core's perspective is that you would be
> developing and maintaining "yourpackage", you wouldn't be pas...
2004 Aug 24
1
error when unsubscribe (PR#7198)
Full_Name: Huan Huang
Version: 1.9.1
OS: Win NT
Submission from: (NULL) (155.140.122.227)
Traceback:
Traceback (most recent call last):
File "/scratch/local/app/mailman-sfs/2.1.5/scripts/driver", line 87, in
run_main
main()
File "/scratch/local/app/mailman-sfs/2.1.5/Mailman/Cgi/options.py", line 91,
in main
language = cgidata.getvalue('language')
File "/scratch/local/app/python/2.3/lib/python2.3/cgi.py", line 560, in
getvalue
if key in self:
File "/scratch/loca...
2019 Feb 02
1
Runnable R packages
...p and test.
I don't believe the "so much easier" argument that this requires a
change to base R. If you put that functionality into a package, then
the only extra effort the user would require is to install that other
package. After that, they could run
Rscript -e "yourpackage::run_main('foo_1.1.1.tar.gz')"
as I suggested before. This is no harder than running
R CMD RUN foo_1.1.1.tar.gz
The advantage of this from R Core's perspective is that you would be
developing and maintaining "yourpackage", you wouldn't be passing the
burden on to them. The a...
2019 Feb 02
5
Runnable R packages
I don't think anyone denies that you *could* make an EXE to do all
that. The discussion is on *how easy* it should be to create a single
file that contains an initial "main" function plus a set of bundled
code (potentially as a package) and which when run will install its
package code (which is contained in itself, its not in a repo),
install dependencies, and run the main()
2009 May 11
9
vmx_update_guest_cr() losing EXCEPTION_BITMAP setting
Running a heavily modified xen-unstable changset 19590:f80cf52a4fb6 with debugger_attached set, I was seeing the debug traps getting lost from the EXCEPTION_BITMAP in vmx_update_guest_cr() when transitioning from real to protected mode. In my codebase, I could fix this trivially by clearing the debug_state_latch and letting vmx_do_resume() reapply the setting. However, while it looks like a valid
2019 Feb 02
0
Runnable R packages
...test.
I don't believe the "so much easier" argument that this requires a
change to base R. If you put that functionality into a package, then
the only extra effort the user would require is to install that other
package. After that, they could run
Rscript -e "yourpackage::run_main('foo_1.1.1.tar.gz')"
as I suggested before. This is no harder than running
R CMD RUN foo_1.1.1.tar.gz
The advantage of this from R Core's perspective is that you would be
developing and maintaining "yourpackage", you wouldn't be passing the
burden on to them. T...
2005 Jun 26
0
Bug in Mailman version 2.1.5
...We're sorry, we hit a bug!
If you would like to help us identify the problem,
please email a copy of this page to the webmaster for
this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/var/mailman/scripts/driver", line 87, in
run_main
main()
File "/var/mailman/Mailman/Cgi/confirm.py", line
116, in main
subscription_confirm(mlist, doc, cookie, cgidata)
File "/var/mailman/Mailman/Cgi/confirm.py", line
345, in subscription_confirm
userdesc = mlist.pend_confirm(cookie,
expunge=False)[1]
TypeError:...
2006 Oct 03
0
Can't send messages to mailing list or subscribe (no space left on device)
...39;re sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy
of this page to the webmaster for this site with a description of what
happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/usr/local/mailman/scripts/driver", line 87, in run_main
main()
File "/usr/local/mailman/Mailman/Cgi/subscribe.py", line 91, in main
mlist.Lock()
File "/usr/local/mailman/Mailman/MailList.py", line 159, in Lock
self.__lock.lock(timeout)
File "/usr/local/mailman/Mailman/LockFile.py", line 243, in lock
self.__wr...
2004 Feb 06
0
Bug (PR#6550)
...bug!
If you would like to help us identify the problem, please email a copy of this
page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/sfs/s/solaris/8/app/mailman-sfs/2.1.4/scripts/driver", line 87, in
run_main
main()
File "/sfs/s/solaris/8/app/mailman-sfs/2.1.4/Mailman/Cgi/options.py", line 91,
in main
language = cgidata.getvalue('language')
File "/scratch/local/app/python/2.3/lib/python2.3/cgi.py", line 560, in
getvalue
if key in self:
File "/scratch/lo...
2004 Jan 06
0
bug report (PR#6394)
...bug!
If you would like to help us identify the problem, please email a copy of this
page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last):
File "/sfs/s/solaris/8/app/mailman-sfs/2.1.4/scripts/driver", line 87, in
run_main
main()
File "/sfs/s/solaris/8/app/mailman-sfs/2.1.4/Mailman/Cgi/subscribe.py", line
69, in main
language = cgidata.getvalue('language')
File "/scratch/local/app/python/2.3/lib/python2.3/cgi.py", line 560, in
getvalue
if key in self:
File "/scratch/...
2019 Feb 08
0
Runnable R packages
...uch easier" argument that this requires a
>> change to base R. If you put that functionality into a package, then
>> the only extra effort the user would require is to install that other
>> package. After that, they could run
>>
>> Rscript -e "yourpackage::run_main('foo_1.1.1.tar.gz')"
>>
>> as I suggested before. This is no harder than running
>>
>> R CMD RUN foo_1.1.1.tar.gz
>>
>> The advantage of this from R Core's perspective is that you would be
>> developing and maintaining "yourpackage...
2006 Nov 24
4
good HTML, CSS, JavaScript design mail lists?
Rails People,
I like the Rails mail-list.
I find a lot of good info here.
Can anyone recommend a good mail-list which discusses
the usage of HTML, CSS, JavaScript and Ajax?
-Peter
--
Peter Smith
GoodJobFastCar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
http://GoodJobFastCar.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...+ if debug:
+ print >> sys.stderr, "Using %s to parse %s" % (parser,f)
self.cf = parser()
self.cf.filename = f
break
@@ -465,7 +467,7 @@ class Grub:
while not self.isdone:
self.run_main(timeout)
timeout = -1
-
+
return self.selected_image
def run_main(self, timeout = -1):
@@ -495,7 +497,7 @@ class Grub:
self.start_image = 0
while (timeout == -1 or mytime < int(timeout)):
draw()
- if timeout != -1...
2012 Oct 19
3
[PATCH] pygrub: Add option to list grub entries
...title
+ print " root: %s" % img.root
+ print " kernel: %s" % img.kernel[1]
+ print " args: %s" % img.args
+ print " initrd: %s" % img.initrd[1]
+
+ if interactive and not list_entries:
curses.wrapper(run_main)
else:
sel = g.cf.default
@@ -702,7 +712,7 @@ if __name__ == "__main__":
sel = None
def usage():
- print >> sys.stderr, "Usage: %s [-q|--quiet] [-i|--interactive] [-n|--not-really] [--output=] [--kernel=] [--ramdisk=] [--args=] [--entry=] [-...