I have installed Porteus Kiosk [with chrome] in 30 computer in same network, with different CPU, motherboard, etc...
For now in 2 of them some times the system freeze and it's not possible even reboot it from ssh, only thing that it's possibile do it's a manual reboot with the power button.
Some times the session reboot automatically after timeout. Every time it's possibile move the mouse but nothing more than this.
The only "common" thing with these 2 computer it's the hardware, so i think that it's possible, a compatibility problem, right ?
These are the resoults of /proc/cpuinfo and lspci
Processor: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz
Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 07)
VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
SATA controller: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] (rev 31)
PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #6 (rev f1)
ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 11)
I need to know this beacuse i have 3 computer with same configuration and we have to add more...so if i have to exclude certain hardware... it's very important for buy the correct one...
Some probems...
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Some probems...
Hi BlackCat,
1) I understand that 28 kiosks works ok and only 2 are freezing?
2) Are you using these kiosks for digital signage (working non stop 24h/day)?
3) Please provide debug report from each PC model which freezes.
4) Please enable full persistence for system logs:
and send /var/log/messages file to [email protected] when freeze occurs (few times would be the best).
If you can move the mouse then probably only Chrome hangs (could be memory leak). You may try switching to Firefox and check if that helps.
Thank you.
1) I understand that 28 kiosks works ok and only 2 are freezing?
2) Are you using these kiosks for digital signage (working non stop 24h/day)?
3) Please provide debug report from each PC model which freezes.
4) Please enable full persistence for system logs:
Code: Select all
persistence=/var/log
If you can move the mouse then probably only Chrome hangs (could be memory leak). You may try switching to Firefox and check if that helps.
Thank you.
Please add [Solved] to your thread title if the solution was found.
Some probems...
Yes for now only 2 of them. Both with same hardware.
They are not used as digital signage but they are online for more than 16 hour every day.
I can't enable persistence beacuse a request for the system it's not save anything for privacy purposes.
They are not used as digital signage but they are online for more than 16 hour every day.
I can't enable persistence beacuse a request for the system it's not save anything for privacy purposes.
Some probems...
If i add to remote configuration the parameter
When after the test i remove it, the old log was destroyed or the log made until the remove of this settings are salved on the hard drive ?
It's really important that the log aren't keep on the disk after the tests.
Code: Select all
persistence=/var/log
It's really important that the log aren't keep on the disk after the tests.
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Some probems...
Yes - the log is kept on the hard drive.
If you want to clear it then use this:
Replace 'sda4' with correct drive letter.
If you want to clear it then use this:
Code: Select all
run_command=mount /dev/sda4 /mnt; rm -r /mnt/*; umount /mnt
Please add [Solved] to your thread title if the solution was found.
Some probems...
how i can do this with remote configuration ?
And with this command i erase entire sda4, not only the logs...
I am confused.
And with this command i erase entire sda4, not only the logs...
I am confused.
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Some probems...
"how i can do this with remote configuration ?"
I have provided you a parameter. Just add it to your remote config.
"And with this command i erase entire sda4, not only the logs..."
Use this:
I have provided you a parameter. Just add it to your remote config.
"And with this command i erase entire sda4, not only the logs..."
Use this:
Code: Select all
run_command=mount /dev/sda4 /mnt; rm -r /mnt/var; umount /mnt
Please add [Solved] to your thread title if the solution was found.
Some probems...
OK very well, thanks !
Sorry for misunderstanding.
As soon as possible i try them
Sorry for misunderstanding.
As soon as possible i try them