Displaying 2 results from an estimated 2 matches for "essentiallly".
Did you mean:
essentially
2011 May 15
3
Chainloading pxe boot loaders and dhcp root-path option
...e most elegant way I can see to do this is to chain load freebsd's
pxeboot loader from pxelinux. The problem is when you do this, the dhcp
root-path option is not set and defaults to /.
I need to be able to dynamically change this dhcp option before chain
loading into the next pxe boot loader. Essentiallly, I'd like to be able to
do something like this:
LABEL fbsd32
pxe pxeboot.0 dhcp-root-path=/nfsserv/freebsd/i386/root
LABEL fbsd64
pxe pxeboot.0 dhcp-root-path=/nfsserv/freebsd/amd64/root
Is this at all possible with pxelinux?
Thanks!
2011 Jun 20
4
lots of disk activity keep process from responding
hi all
I have something like 3000 log files in a directory (from data collection).
At 4am in the morning cron runs a script of mine that essentiallly trims
all files in that directory back to a certain size.
Basically does a "tail -c XXXX filename > tmp_filename"
I have noticed that only around the 4am-4:15 time frame when the trim is
happening does my
other process log connection attempts but my process (forking and
opening dat...