Displaying 20 results from an estimated 1000 matches similar to: "tftp server with mysql backend"
2005 Sep 27
2
tftp-hpa execution
Okay, I have come to agree that tftp-hpa needs some kind of execution
support. The two alternatives which have been proposed in the past is a
flag in the regex map to run a program and deliver its output, and the
other one is a flag in the regex map to serve as an HTTP proxy (get a
file via HTTP and deliver via TFTP.)
At the moment, I'm thinking the HTTP proxy might be the best solution;
2004 Jul 20
2
testing menu's
Is there a simple well to test a menu after compiling rather than actually
booting with it from pxe or off the cd? I guess it would run inside
dosemu?
Thanks,
James
James S. Martin, RHCE
Contractor
Administrative Office of the United States Courts
Washington, DC
(202) 502-2394
2003 Feb 21
3
pxelinux - use IP's for config files
I know it's possible to set a DHCP parameter to tell pxelinux to use a mac
address as the pxelinux cfg file name-- is it possible to tell it to use
the IP it is being assigned as the filename?
Thanks,
James S. Martin, RHCE
Contractor
Administrative Office of the United Sates Courts
Washington, DC
(202) 502-2394
2003 Jun 30
2
pxe weirdness
I know that this is not a pxelinux/syslinux question (yet), but I am
having a weird issue with a HP ML370.
It is using HP UNDI PXE 2.1 (build 082) v 3.1.15
I successfully get an IP address from my DHCP server, but the machine
fails when it attempts to make it's TFTP connection with:
"PXE-E32 - TFTP Open timeout"
It never gets the pxelinux.0 file.
The odd thing I noticed was
2004 Jul 21
1
using menu's to boot kernels
I've now been able to test the simple.com in dosemu, worked fine. We
provide a CD that has multiple kickstart configurations on it and users
are prompted as to what type of server they want to build based upon the
isolinux.cfg selections. My goal is to use Murlai's menuing system
instead because the large number of configs is taking too much screen real
estate.
Looking at simple.c
2008 Jun 05
1
illegal opcode on cold pxe boots
Using the latest version of syslinux/pxelinux..
When cold pxe booting a HP DL585 G2 (Broadcom NIC), if the pxemenu item is
LOCALBOOT 0 and is selected, then a red screen with the following error
occurs:
Illegal OpCode
EAX=000E09AC EBX=00000000 ECX=00000000 EDX=00000000
EBP=00004408 ESI=0000F000 EDI=000045E9
DS=F000 ES=0000 FS=0000 GS=0003
CS:EIP=1000:00000240
2005 Nov 30
1
problem booting from USB key
I managed to install RHEL3 onto a 1GB USB key. I had to forgo using grub
to get it to but, but am now using extlinux. It actually boots, but ends
up panicking. Here's the console messages that should be of interest:
usb.c: registered new driver hub
Loading ehci-hcd.o module
ehci-hcd 00:1d.7: Intel Corp. 82801EB USB2
ehci-hcd 00:1d.7: irq 23, pci mem f882b000
usb.c: new USB bus
2004 Jul 30
2
tftp-hpa server hooks to external programs
Hello tftp-hpa community,
I am trying to locate a tftp server that I can integrate with an external
program/database application, and was wondering if tftp-hpa might have the
capability I am looking for.
Upon the tftp server receiving a read request, and before it sending a read
request reply, I would like to communicate to an external program (and/or
database). In real-time, the external
2006 Dec 17
1
Re: Need some guidance re: two domains sharing the same workstations
Hello Matt,
I've had similar misfortunes too with interdomain trusts. I think
you're working along the right lines since you seem to want to do the
same thing as I.
However the NT_STATUS_UNSUCCESSFUL is an error I always get when trying
to connect to the IPC$ share of the PDC of the trusting domain. In my
case the trusting PDC is a Windows 2003 Server.
I know it's not an issue
2005 Mar 25
2
Zap Detect called party pickup
<FONT face="Default Sans Serif, Verdana, Arial, Helvetica, sans-serif" size=2><DIV>I have been playing with getting the sample.call file to work by dropping it into /var/spool/asterisk/outgoing. The process works to the point of calling the desired number and plays the message. The problem is that the message starts playing almost immediately, so if the
2009 Apr 21
12
still cannot install rails on windows
if i follow the instructions on:
http://agilo.us/2009/03/15/rails-on-windows/
the command
gem install sqlite3-ruby
will give
---------------------------------
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
c:/ruby/bin/ruby.exe extconf.rb
checking for fdatasync() in rt.lib... no
checking for
2011 Sep 15
1
Gluster 3.2 configurations + translators
Hello,
i'm little confused about gluster configuration interface. I did start
with gluster 3.2 and i did all configurations using gluster cli
command.
Now when i was looking into way how to tune performance i find out in
documentation on many places some pieces of text configuration files,
but usually there is a warning that it is old and should be not used.
Right now im solving how to turn
2004 Feb 24
5
Is it possible to use PXELinux/SYSLinux with out changing DHCP Server settings ?
Hi,
We have some 100 Servers (includes both Intel and PPC based systems). Is
there any way to easly install OS (different flavours of Linux) on these
systems ? We do not have control over the DHCP Server settings so is there
any way to do this with out touching the DHCP Server ?
We have static IPs for all the systems.
Regards,
Naveen
2005 Oct 25
1
Building Rmysql Source in Windows XP: DLLTOOL can't find DEF file
Hello everyone,
I have a question regarding building the Rmysql packages from source in
Windows.
I am currently using: Windows XP, R-2.2.0, Mysql 3.23
I have installed all of the tools from Installation and Administration
and after following all the instructions to the letter, I compiled the
binary and installed R 2.2.0 from source with no issues. This is the
first time I have compiled the
2012 Mar 12
1
Installing RMySQL -- 64-bit Windows 7
Trying to install RMySQL on 64-bit Windows 7.
Using R-2.14.2 with Rtools214 and MySQL Server 5.5.
Read through several step-by-steps of RMySQL source installation.
Troubleshooting:
- Copied libmysql.dll to R-2.14.2/bin AND R-2.14.2/bin/i386.
- Copied libmysql.dll and libmysql.lib to MySQL Server 5.5\lib\opt.
- Entered MYSQL_HOME=C:\Program Files\MySQL\MySQL Server 5.5 into
Renviron.site,
2008 Nov 30
11
rake aborted! undefined method `each' for #<Mysql:
I''m struggling with several problems getting my first time ruby on rails
environment running. I''m now stuck on this problem too.
rake db:migrate generates the following error. This one is on a vista
machine. Anyone seen this before. Any thoughts or advice?
Reading about Ruby on Rails has really got me excited to give it a try.
But in practice getting to the point that I can
2009 Jul 23
1
RMySQL Error
Hi Everyone,
I am relatively new to R, but I want to try to learn how to use it and
potentially replace the other commercial packages I have learned to use over
the years. That said, I need to get at data in databases, more
specifically, MySQL.
I installed the RMySQL package without error, but when I try to load it, I
get the following error:
> library(RMySQL)
Loading required package: DBI
2005 Apr 20
2
recompiling kernel
Can anyone supply a link on a how-to (or provide intructions) on
recompiling a centos 4 kernel? I'm trying my old rhel 3 commands and
they arent working.
2007 Mar 27
5
error: procedure entry point not found
Running Instant Rails - latest version.
When I run rake db:migrate, I get the error (in a pop up window):
The procedure entry point mysql_stmt_row_tell could not be located in
the dynamic link library LIBMYSQL.dll.
After clicking ok several times the migration runs. My site also runs
locally.
What''s this error all about?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2010 May 14
3
What does this warning mean: "DLL attempted to change FPU control word from 8001f to 9001f"
I started a brand new session in R 2.10.1 (on Windows).
If it matters, I am running the community edition of MySQL 5.0.67, and it is
all running fine.
I am just beginning to examine the process of getting timer series data from
one table in MySQL, computing moving averages and computing a selection of
estimates based on relations among moving averages of different variates,
and storing all the