-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Webinterface after some time #193
Comments
@th3cube could you please share python reinstall script work? |
@duffysk and run the update script |
@th3cube Hello, could you please paste a log the next time the system fails to boot? This would help us continue to improve. Additionally, if you receive a memory shortage message, you might be able to resolve it by using reboot. |
Will paste the Logs here the Next Time it Happens. I already did try the Reboot but that didn't work. I had to use the Python Script to bring it back |
Hi! I seem to be running into the same issue. Here is the output from |
Hello, thank you for your log. I have analyzed that the error was caused by incorrect parameter passing in the image processing system. Could you please execute echo "$(cat /kvmapp/kvm/width) * $(cat /kvmapp/kvm/height)" when the error occurs and check if it matches the HDMI output resolution on the host? Additionally, I need to know the version of your hardware, so please execute cat /etc/kvm/hw and cat /etc/kvm/hdmi_version separately. Thank you! |
Thank you for the reply! At the moment, the device is working. I'll test if/when the failure occurs again. One more thing that I noticed that might be relevant: the computer I'm connected to seems to let the display "go to sleep" eventually. At that point, I have to press some key (through the remote interface) to wake up the screen. So far, this has been working ok, but maybe this is related to the failure somehow, because when the display is "sleeping", the width and height values are not correct. Output when display is sleeping:
Output when display is working:
Other HW info:
|
This may be due to not capturing the normal resolution. The standard HDMI resolution is something like '19201080', but it seems your device has captured a screen size of '1286', which prevents the image input system from initializing correctly. If a similar situation occurs again, and if possible, try unplugging and re-plugging the HDMI while the webpage is open. If you're remote, you can manually modify the values of "/kvmapp/kvm/width" and "/kvmapp/kvm/height", and then |
I have the same issue with a brand new device. Received today, first session went fine, left it open for 20 min and now the web interface is refusing connections. Restarts do not help. |
@Krusenbaum make sure to run |
I have a Problem with the NanoKvm Full version
Image version 1.3.0
App 2.1.2
After some time the web interface is gone and I can only access it trough ssh
nothing is listening on port 80 anymore
when I do "/etc/init.d/S95nanokvm restart" it tries to restart but I get something like "out of memory"
from there only a reinstall over the python reinstall script work. Then the web interface comes back for some time only to disappear again. Not sure if this startet with 2.1.2
The text was updated successfully, but these errors were encountered: