Page 4 of 5

Re: Toon looks Empty?

Posted: Wed Sep 13, 2017 7:54 pm
by TheHogNL
Just finished helping him.

Restored functionallity with these steps:
- starting the openvpn manually
- opkg update
- opkg install --force-reinstall qt-gui
- killing the openvpn

Re: Toon looks Empty?

Posted: Wed Sep 13, 2017 8:11 pm
by walberg
Everything is working now. Thank you all others too. Also showstore is installed. Go ahead, install everything, wait for the sensors, I'll probably get tomorrow. Hope that the WIfi does it in the living room here in the workroom is obviously not stable, but if it appears to be in the living room, I will put it on a UDP. That connection works just fine.

Re: Toon looks Empty?

Posted: Wed Sep 13, 2017 9:54 pm
by TheHogNL
UTP you mean :) (the LAN port)

Re: Toon looks Empty?

Posted: Tue Nov 13, 2018 1:24 pm
by WickedMaster
Instead of creating another topic about this issue, I will just post my problem here.

I have got a similar issue, but here, the whole HCBv2 folder doesnt seems to exist (the sym link is there, but you cant cd to it because the original map is not there). SFTP connection is possible, but the Toon doesnt boot up. This happend after I started VNC yesterday (or maybe after a upgrade with the upgrade script). Any clue?
eneco-001-xxxxxx:/# opkg update
Downloading http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Inflating http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Updated list of available packages in /var/lib/opkg/tsc1.
Downloading http://files.domoticaforum.eu/uploads/T ... ckages.sig.
Signature check passed.
Downloading http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Inflating http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Updated list of available packages in /var/lib/opkg/tsc2.
Downloading http://files.domoticaforum.eu/uploads/T ... ckages.sig.
Signature check passed.
Downloading http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Inflating http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Updated list of available packages in /var/lib/opkg/tsc3.
Downloading http://files.domoticaforum.eu/uploads/T ... ckages.sig.
Signature check passed.
Downloading http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Inflating http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Updated list of available packages in /var/lib/opkg/tsc4.
Downloading http://files.domoticaforum.eu/uploads/T ... ckages.sig.
Signature check passed.
Downloading http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Inflating http://files.domoticaforum.eu/uploads/T ... ackages.gz.
Updated list of available packages in /var/lib/opkg/tsc5.
Downloading http://files.domoticaforum.eu/uploads/T ... ckages.sig.
Signature check passed.
eneco-001-xxxxxx:/# opkg install --force-reinstall qt-gui
No packages removed.
Installing qt-gui (1.8697-master) to root...
Collected errors:
* opkg_download_pkg: Package qt-gui is not available from any configured src.
* opkg_install_pkg: Failed to download qt-gui. Perhaps you need to run 'opkg update'?
* opkg_install_cmd: Cannot install package qt-gui.

Re: Toon looks Empty?

Posted: Tue Nov 13, 2018 5:02 pm
by TheHogNL
Already helped him. Somehow he moved /qmf to /root/qmf :-)
(and in the meanwhile removed /usr/bin/startqt... )

Re: Toon looks Empty?

Posted: Sat Mar 02, 2019 11:16 am
by ZwartJeroen
I think I have the same problem as WickedMaster. I was searching for a file to solve the 403 error when opening pages in a browser.
But using FileZilla somehow something moved or get corrupted.
When entering Toon and folder HCBv2 it looks empty or corrupt.

When I monitor the serial interface when booting, the file start.d is missing. This should be located at HCBv2?

Re: Toon looks Empty?

Posted: Sun Mar 03, 2019 1:20 pm
by TheHogNL
Actually /HCBv2 is a symlink to /qmf but if that looks empty that is not ok.
Try this:
"find / -name start.d"
hopefully it points to a new place where filezilla moved your /qmf dir. Normally start.d should be in /qmf/etc/start.d

Re: Toon looks Empty?

Posted: Sun Mar 03, 2019 4:14 pm
by ZwartJeroen
TheHogNL thank you for your replay.
I'll try to follow your advice.

At the moment my wired port seems down. No uplink sense of live. So I only seems to have serial access.
No LED's are active of the LAN port.

Re: Toon looks Empty?

Posted: Sun Mar 03, 2019 5:06 pm
by marcelr
I've never seen those LEDs on, with or without ethernet connection.

Re: Toon looks Empty?

Posted: Thu Mar 07, 2019 10:04 pm
by wirdo02
Hi Hog,

I was having issues with the toonstore not installing any apps and it seems to be related to the same issue as described in this thread.
Rooted the toon then upgraded the toon using the update script to 5.0.4 . When trying to install any app:

Running postinstall on /HCBv2/qml/qb/base/Globals.qml
Adding wastecollection to Globals.qml
sed: /HCBv2/qml/qb/base/Globals.qml: No such file or directory
Creating symbolic link /HCBv2/qml/apps/wastecollection to /HCBv2/qml/apps/wastecollection-4.19
Firmware version 5 or greater detected, changing app for firmware compatibility...
Posting message

I noticed that you managed to fix this issue by following these steps
- starting the openvpn manually
- opkg update
- opkg install --force-reinstall qt-gui
- killing the openvpn

I would like to try this but have no clue how to enable and kill the openvpn tunnel.

Re: Toon looks Empty?

Posted: Thu Mar 07, 2019 10:59 pm
by TheHogNL
wirdo02 wrote: Running postinstall on /HCBv2/qml/qb/base/Globals.qml
Adding wastecollection to Globals.qml
sed: /HCBv2/qml/qb/base/Globals.qml: No such file or directory
Creating symbolic link /HCBv2/qml/apps/wastecollection to /HCBv2/qml/apps/wastecollection-4.19
Firmware version 5 or greater detected, changing app for firmware compatibility...
Posting message
Please don't run opkg if you don't know what you are doing.

The message above isn't showing any issue. It looks like wastecollection is properly installed after this. Did you get a /qmf/qml/apps/wastecollection directory with files in it? You better put this question in the toonstore topic by the way.

Re: Toon looks Empty?

Posted: Thu Mar 07, 2019 11:07 pm
by wirdo02
TheHogNL wrote:
wirdo02 wrote: Running postinstall on /HCBv2/qml/qb/base/Globals.qml
Adding wastecollection to Globals.qml
sed: /HCBv2/qml/qb/base/Globals.qml: No such file or directory
Creating symbolic link /HCBv2/qml/apps/wastecollection to /HCBv2/qml/apps/wastecollection-4.19
Firmware version 5 or greater detected, changing app for firmware compatibility...
Posting message
Please don't run opkg if you don't know what you are doing.

The message above isn't showing any issue. It looks like wastecollection is properly installed after this. Did you get a /qmf/qml/apps/wastecollection directory with files in it? You better put this question in the toonstore topic by the way.
Yes, I can see files in /qmf/qml/apps/wastecollection
I'm trying to gather as much info as possible for the people in the toonapp thread, I thought it was related to this since it's trying to add something to the Globals.qml file but that doesn't exist.
/HCBv2 seems to be a symlink to /qmf. I've looked into the /qmf/qml/gb folder but there is only a lang folder inside.

Re: Toon looks Empty?

Posted: Thu Mar 07, 2019 11:20 pm
by TheHogNL
wirdo02 wrote: Yes, I can see files in /qmf/qml/apps/wastecollection
I'm trying to gather as much info as possible for the people in the toonapp thread, I thought it was related to this since it's trying to add something to the Globals.qml file but that doesn't exist.
/HCBv2 seems to be a symlink to /qmf. I've looked into the /qmf/qml/gb folder but there is only a lang folder inside.
Globals.qml and all other native toon .qml files are removed since 4.16 firmware and put in the resource files (/qmf/qml/resource-something.rcc). That is why you aren't seeing them.
Yes, the toonstore installation should be change to show better error messages. If someone can help to provide better postinst files in the packages, be my guest.

Re: Toon looks Empty?

Posted: Thu Mar 07, 2019 11:32 pm
by wirdo02
TheHogNL wrote:
wirdo02 wrote: Yes, I can see files in /qmf/qml/apps/wastecollection
I'm trying to gather as much info as possible for the people in the toonapp thread, I thought it was related to this since it's trying to add something to the Globals.qml file but that doesn't exist.
/HCBv2 seems to be a symlink to /qmf. I've looked into the /qmf/qml/gb folder but there is only a lang folder inside.
Globals.qml and all other native toon .qml files are removed since 4.16 firmware and put in the resource files (/qmf/qml/resource-something.rcc). That is why you aren't seeing them.
Yes, the toonstore installation should be change to show better error messages. If someone can help to provide better postinst files in the packages, be my guest.
Thanks for the explanation!
I’ll wait for an answer in the toonstore thread since none of the apps are working.

Re: Toon looks Empty?

Posted: Sat Mar 16, 2019 2:17 pm
by ZwartJeroen
TheHogNL wrote:Actually /HCBv2 is a symlink to /qmf but if that looks empty that is not ok.
Try this:
"find / -name start.d"
hopefully it points to a new place where filezilla moved your /qmf dir. Normally start.d should be in /qmf/etc/start.d
I continued working on this issue and I've made some progress.
I've used this https://github.com/martenjacobs/ToonRooter to root my Toon and it gives me the opportunity to startup in boot modus.

Inside boot modus I succeeded in restoring the HCBv2 link. The qmf location was moves inside an other folder.

After restoring this, it stops at a different point when booting up.
I've placed an attachment with de Bootlog. Does somebody knows what's waiting for?

But still I think it's strange that the eth0 has no ip-address whit the cable plugged in.
And I've noticed that wlan0 has no mac-address.