I have a server in my car so there's no network. I used to be able to
modify the bootlocal.sh file to read (See below) and that would bypass
LMS needing the time. I got help on this from Paul, but I don;t think
he's still around. This doesn't seem to work with pCP 8.0 or greater.

Anyone else running a pCP server with out networking? How did you get by
the long delay while LMS waits for the time to be set?

Thanks, Howard


#!/bin/sh
# put other system startup commands here

GREEN="$(echo -e '\033[1;32m')"

date -s 2020-12-15

echo
echo "${GREEN}Running bootlocal.sh..."
#pCPstart------
/usr/local/etc/init.d/pcp_startup.sh 2>&1 | tee -a
/var/log/pcp_boot.log
#pCPstop------


------------------------------------------------------------------------
Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=116902

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to