search for: util1

Displaying 10 results from an estimated 10 matches for "util1".

Did you mean: util
2014 Jun 26
4
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
...ave a working tftpd-hpa 5.2-18 PXE system and can boot PCs to it. All .c32 binaries, gpxelinux.0 and memdisk are from the Debian packages and everything works except for http/https sources of ISOs. I have tried both of the following and many combinations gleaned from other people's work: LABEL util1 MENU LABEL ^Util1 LINUX memdisk APPEND iso INITRD http://ourserver.ourdomain.com/Software/Util1.iso LABEL util1 MENU LABEL ^Util1 KERNEL memdisk APPEND iso initrd=http://ourserver.ourdomain.com/Software/Util1.iso When selected a message briefly appears saying: Loading memdis...
2014 Jun 26
4
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
Ady, I had not previously tried three slashes, but have now. No difference unfortunately. I've also tried using the web server on the same machine as the PXE server and using 'http://127.0.0.1/Software/Util1.iso' as the URL, again to no avail. It appears not to be able to connect to anything via http or https. Presumably it uses network settings (such as the gateway) provided by the DHCP server? Our subnet on the dhcp server is defined like this: subnet xxx.xxx.xxx.0 netmask 255.255.255.0 { o...
2014 Jun 26
0
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
...to it. All > > .c32 binaries, gpxelinux.0 and memdisk are from the Debian packages and > > everything works except for http/https sources of ISOs. I have tried both > > of the following and many combinations gleaned from other people's work: > > > > > > LABEL util1 > > > MENU LABEL ^Util1 > > > LINUX memdisk > > > APPEND iso > > > INITRD http://ourserver.ourdomain.com/Software/Util1.iso > > > > > > LABEL util1 > > > MENU LABEL ^Util1 > > > KERNEL memdisk > > >...
2014 Jun 26
0
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
...ing tftpd-hpa 5.2-18 PXE system and can boot PCs to it. All .c32 binaries, gpxelinux.0 and memdisk are from the Debian packages and everything works except for http/https sources of ISOs. I have tried both of the following and many combinations gleaned from other people's work: > > LABEL util1 > MENU LABEL ^Util1 > LINUX memdisk > APPEND iso > INITRD http://ourserver.ourdomain.com/Software/Util1.iso > > LABEL util1 > MENU LABEL ^Util1 > KERNEL memdisk > APPEND iso initrd=http://ourserver.ourdomain.com/Software/Util1.iso > > When sel...
2014 Jun 27
2
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
...; > On 06/26/2014 06:52 AM, Ross, Matt wrote: > > Ady, > > > > I had not previously tried three slashes, but have now. No difference > unfortunately. I've also tried using the web server on the same machine as > the PXE server and using 'http://127.0.0.1/Software/Util1.iso' as the URL, > again to no avail. > > > > It appears not to be able to connect to anything via http or https. > Presumably it uses network settings (such as the gateway) provided by the > DHCP server? > > > > Well, 127.0.0.1 would be the client itself, whic...
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...) server = service[2] result = server.run(fullScript) puts result else result = fullScript.run puts result end @myLog.close end def init_my_log( name ) ... end end ******** The parent script class require ''rubygems'' require ''util1'' require ''drb'' class ScriptMain currDir = Dir.pwd include Util1 include DRbUndumped def initialize( aScript, aRun, runenv, myURI, myRoot ) @myScript = aScript @myId = @myScript.id @myName = File.basename(@myScript.name, "*.rb") @usec...
2010 Jan 08
2
how to organize a lot of R source files
Hi, I wonder what is a better way to organize a lot of R source files. I have a lot of utility functions written and store them in several source files (e.g util1.R, util2.R,..utilN.R). I also have a master file in which the source command is used to load all the util.R files. When I need to use the utility functions in a new project, I create a new R file (e.g main.R) in which I "source" the master file. The problem with this approach is that any...
2014 Jun 26
0
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
...s.ac.uk> wrote: > > Hello, > > I am running Debian testing x64 and have manually installed the 6.03pre17 deb packages for extlinux, pxelinux, syslinux, syslinux-common, syslinux-stuff and syslinux-utils. > Loading memdisk... ok > Loading http://ourserver.ourdomain.com/Software/Util1.iso...failed: No such file or directory > > Syslog on the PXE server says: > > in.tftpd[30574]: RRQ from xxx.xxx.xxx.xxx filename memdisk > > The web server hosting the ISO does not have any record of a download attempt. Please can someone tell me if I'm missing something obvi...
2014 Jun 26
0
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
On 06/26/2014 06:52 AM, Ross, Matt wrote: > Ady, > > I had not previously tried three slashes, but have now. No difference unfortunately. I've also tried using the web server on the same machine as the PXE server and using 'http://127.0.0.1/Software/Util1.iso' as the URL, again to no avail. > > It appears not to be able to connect to anything via http or https. Presumably it uses network settings (such as the gateway) provided by the DHCP server? > Well, 127.0.0.1 would be the client itself, which clearly won't answer. -hpa
2014 Jun 27
0
syslinux 6.03pre17 + gpxelinux.0 + iso from http not working
...; > Ady, Hello Mailing list, > > > I had not previously tried three slashes, but have now. No > > > difference unfortunately. I've also tried using the web > > > server on the same machine as the PXE server and using > > > 'http://127.0.0.1/Software/Util1.iso' as the URL, again to no avail. > > > > > > It appears not to be able to connect to anything via http or https. > > > Presumably it uses network settings (such as the gateway) provided > > > by the DHCP server? > > > > > > > Well, 12...