Actions
Bug #1239
openAutoKiosk got stuck and stopped playing videos
Status:
In Progress
Priority:
Immediate
Assignee:
Category:
Runtime
Target version:
Start date:
20 Oct 2025
Due date:
% Done:
10%
Estimated time:
Severity:
01 - Critical
Description
There is a log saved in /media/data/log/videofe.log.
I can see that it says it's stuck. Need a way to unstick it that is better than what I now have, obviously.
Updated by Hammel about 22 hours ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
This might be the problem:
main[videofe.c:1073] INFO Reading database directory: /media main[videofe.c:1079] INFO gtkrc: /root/data/gtkrc main[videofe.c:1082] INFO Running from: /media main[videofe.c:1114] INFO Kiosk mode is enabled. getFiles[dbkiosk.c:114] INFO Find command: find . -type f | sort getFiles[dbkiosk.c:131] INFO Filename: ./mmcblk0p1/COPYING.linux getFiles[dbkiosk.c:131] INFO Filename: ./mmcblk0p1/LICENCE.broadcom
It looks at files outside of the /media/usb area. Maybe I messed that up testing appmgr updates. I need to verify that videofe installs with the problem /etc/videofe.cfg file pointint dbtop to /media/usb only.
Actions