I have a few questions, and I'm rather new so bear with me please.
I updated to 4.5.4 and installed openJDK 6 tonight, and now I see errors after as it is booting. (after showapps)
First, where can I find the log(s), so I can read the msgs of what is happening. I've searched all over and can't seem to find anything.
Since there is a clear screen when it starts up the network ports (DHCP), I can't keep the msg's on the screen long enough to read what exactly it is displaying. (pause did not work and no way to scroll up)
The errors are not in dmesg, and not on the screen anymore when I do a CTRL ALT F1 (only the DHCP info)
Now, I think I caught a little bit of what it said as:
I got a few screen fulls of
openJDK unlink: not found.
openJDK unlink: not found.
openJDK unlink: not found.
openJDK unlink: not found.
looking through /tmp/tcloop/openjdk-6-jdk/usr/local/tce.installed/openjdk-6-jdk, I found in the following:
#!/bin/sh
sed -i -e "s%PATH=\"%PATH=\"/usr/local/openjdk-6/bin:%" /etc/profile
echo "export JAVA_HOME=/usr/local/openjdk-6" >> /etc/profile
cd /usr/local/openjdk-6/bin
for f in * ; do
s=`readlink $f`
unlink $f
cp $s $f
done
cd /usr/local/openjdk-6/jre/bin
for f in * ; do
s=`readlink $f`
unlink $f
cp $s $f
done
So, is there a problem with the extension or busybox being updated, or what happened to an unlink command if there ever was one? And how can I fix it, and who should repair the extension?
Thanks for any help.
Jason