albertone74 wrote: 
> Hi Paul,
> 
> Thanks for coming back to my query.
> 
> Yes I always backed up all the changes after eating the file.
> 
> Please see below the content of the file /opt/bootlocal.sh
> 
> > 
Code:
--------------------
  >   > 
  > #!/bin/sh
  > # put other system startup commands here
  > GREEN="$(echo -e '\033[1;32m')" 
  > echo
  > echo "${GREEN}Running bootlocal.sh..."
  > #pCPstart------
  > sudo /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a 
/var/log/pcp_boot.log
  > #pCPstop------
  > sudo /home/tc/tools/IQ_rot&  
--------------------
> > 
> 
> I have also tried with inserting the command before the line
> #pCPstop------
> 
> > 
Code:
--------------------
  >   > 
  > #!/bin/sh
  > # put other system startup commands here
  > GREEN="$(echo -e '\033[1;32m')" 
  > echo
  > echo "${GREEN}Running bootlocal.sh..."  
  > #pCPstart------
  > sudo /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a 
/var/log/pcp_boot.log
  > sudo /home/tc/tools/IQ_rot&
  > #pCPstop------
  > 
--------------------
> > 
> 
> but to no avail. 
> 
> Any other thoughts please?

Paul,

I have tried again with a fresh install of the piCorePlayer and now I
can't install git from the piCorePlayer main page, see below:


Code:
--------------------
    Downloading: ipv6-4.4.39-pcpCore+.tcz
  Error on ipv6-4.4.39-pcpCore+.tcz
--------------------


It's odd as ipv6-4.4.39-pcpCore+ seems to be installed correctly indeed
if i try load it I get:


Code:
--------------------
    ipv6-4.4.39-piCore+ is already installed!
--------------------


However if i try manually I get:


Code:
--------------------
    tce-load -wi ipv6-4.4.39-pcpCore+.tcz
  Downloading: ipv6-4.4.39-pcpCore+.tcz
  Connecting to repo.tinycorelinux.net (89.22.99.37:80)
  wget: server returned error: HTTP/1.1 404 Not Found
  md5sum: ipv6-4.4.39-pcpCore+.tcz.md5.txt: No such file or directory
  Error on ipv6-4.4.39-pcpCore+.tcz
--------------------


And installing manually git I get:


Code:
--------------------
    tce-load -wi git.tcz
  git.tcz.dep OK
  curl.tcz.dep OK
  gnutls.tcz.dep OK
  nettle.tcz.dep OK
  p11-kit.tcz.dep OK
  libssh2.tcz.dep OK
  libgcrypt.tcz.dep OK
  Downloading: ipv6-4.4.39-pcpCore+.tcz
  Connecting to repo.tinycorelinux.net (89.22.99.37:80)
  wget: server returned error: HTTP/1.1 404 Not Found
  md5sum: ipv6-4.4.39-pcpCore+.tcz.md5.txt: No such file or directory
  Error on ipv6-4.4.39-pcpCore+.tcz
  
--------------------


Not my lucky day:p


------------------------------------------------------------------------
albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863
View this thread: http://forums.slimdevices.com/showthread.php?t=107099

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to