Greg Erskine wrote: 
> I must admit I have never seen resize fail.
> 
> Have a look at the resize log, [Main Page] > [Diagnostics] > [Logs] >
> "resize"

There are two logs with mention of resize. 

Current bootsync 

#!/bin/sh
# put other system startup commands here, the boot process will wait
until they complete.
# Use bootlocal.sh for system startup commands that can run in the
background 
# and therefore not slow down the boot process.

# This file will be updated during updates, so do not place additional
commands here.

TCEMNT="/mnt/$(readlink /etc/sysconfig/tcedir | cut -d '/' -f3)"
if [ -f /home/tc/www/cgi-bin/pcp-functions ]; then
        . /home/tc/www/cgi-bin/pcp-functions
        WWWROOT="/home/tc/www"
elif [ -f /var/www/cgi-bin/pcp-functions ]; then
        . /var/www/cgi-bin/pcp-functions
        WWWROOT="/var/www"
else
        echo "Missing WWWROOT for resize." >> /var/log/pcp_boot.log
fi
[ -f $WWWROOT/cgi-bin/autoresize.sh ] && (.
$WWWROOT/cgi-bin/autoresize.sh 2>&1 | tee -a
${TCEMNT}/tce/pcp_resize.log)
/usr/bin/sethostname "$HOST"
/opt/bootlocal.sh &


Cgi-bin

bin/xtras_resize.cgi
lrwxrwxrwx    1 root     root            58 Jan  1  1970
xtras_resize.cgi ->
/tmp/tcloop/pcp-7.0.0-www/var/www/cgi-bin/xtras_resize.cgi



SB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 8.1 RPI4B piCore
7.0
BBCiPlayer, Shairtunes2 plugins
------------------------------------------------------------------------
Patricia P's Profile: http://forums.slimdevices.com/member.php?userid=30580
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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

Reply via email to