Porteus Kiosk Edition v2.1 feedback
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:
Porteus Kiosk Edition v2.1 feedback
Post#1 by fanthom » 09 Aug 2013, 08:50
As announced here: http://forum.porteus.org/viewtopic.php?f=35&t=2412, Porteus Kiosk Edition v2.1 has been released!
Please use this thread to report bugs, requests, and other feedback.
Thanks!
fanthom
Michele13
Re: Porteus Kiosk Edition v2.1 feedback
Post#4 by my1002 » 19 Aug 2013, 05:42
Want to confirm, do i need to choose that option, or just use the default to make my screen don't go to sleep?
Just tried the default option, the monitor also goes blank...
my1002
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#5 by fanthom » 19 Aug 2013, 08:33
thanks for reporting.
fanthom
my1002
my1002
-
- White ninja
- Posts: 29
- Joined: 04 Sep 2013, 12:02
- Distribution: Porteus Kiosk
- Location: Hungary
Re: Porteus Kiosk Edition v2.1 feedback
Post#8 by sanzi » 04 Sep 2013, 12:10
I have a problem. How can I log in text mod in one installed computer? Should I know a key combination or something else?
And one thing. My Tp-Link WN422G usb wifi stick is not working, however I install the WiFi module with the Wizard. Some good idea to this situation? Thanks so much!
sanzi
donald
-
- White ninja
- Posts: 8
- Joined: 03 Dec 2013, 02:38
- Distribution: Porteus 2.1 Kiosk Edition
- Location: Brisbane, Australia
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#10 by stainsby » 03 Dec 2013, 02:49
stainsby
-
- White ninja
- Posts: 8
- Joined: 03 Dec 2013, 02:38
- Distribution: Porteus 2.1 Kiosk Edition
- Location: Brisbane, Australia
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#11 by stainsby » 05 Dec 2013, 01:31
I understand that the kiosk system is read-only, but I'd like to scan for an additional drive at boot time to find one that is writeable - that drive will have the synced store of content on it. Unfortunately, I can't seem to mount ext2/ext3/ext4 drives, so I'm assuming support for this is left out to save space. I'd like to avoid full Porteus as the Kiosk edition is so neat and already has a lot of things locked down. Is there an easy way I can add support say ext2 or some other writeable fs/device?
Obviously, security is very important. However, the ability to sync content remotely is an immovable requirement, given the difficulty of getting the content there through other means.
stainsby
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#12 by fanthom » 05 Dec 2013, 08:17
that picture looks awesome (brokenman will be proud as he is Aussie)

space is not the main factor - the issue is well explained on kiosk download page:I can't seem to mount ext2/ext3/ext4 drives, so I'm assuming support for this is left out to save space.
Code: Select all
Note that when you copy the ISO to a block device in this manner, you are copying the underlying filesystem of the ISO (iso9660) onto the flash device. This is a read-only filesystem, so in order to make changes to the kiosk software, you must remaster the ISO and reburn it. While this may sound like more work than customizing an installation in place, utilizing this method enhances the security and stability of the kiosk edition, preventing unauthorized manipulation of the system components.
kiosk copies to RAM (unless you disable this feature in the wizard) so it's enough to enable ssh component and you are ready to perform updates remotely:Is there an easy way I can add support say ext2 or some other writeable fs/device?
Obviously, security is very important. However, the ability to sync content remotely is an immovable requirement, given the difficulty of getting the content there through other means.
- prepare new (updated) ISO locally
- scp image to remote host
- check if md5sum is ok
- write new image to a partition using 'dd' utility
- reboot
- check if updated kiosk appeared online

everything could be fully automated with a bash script to update all the clients with one shot.
some utilities (like dd or md5sum) will be missing in default kiosk so must be added. it's probably a good idea to run ssh server on different port than '22' and with strong root password, etc...
fanthom
-
- White ninja
- Posts: 8
- Joined: 03 Dec 2013, 02:38
- Distribution: Porteus 2.1 Kiosk Edition
- Location: Brisbane, Australia
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#13 by stainsby » 05 Dec 2013, 10:02
"prepare new (updated) ISO locally"
Nice idea - I hadn't thought of that approach. However, the kiosks have different combinations of content "modules" (sorry, the term 'modules' is pretty overloaded now - nothing to do with Porteus modules) on them, and there are dozens of kiosks, each with a dozen or so modules. If we were to produce new ISOs with all of the content , they will be large (i.e. GBs), and content is pretty dynamic - it can change on a daily basis. As well as being a cumbersome process, receiving this amount of data over the AU network would be too much to ask of some remote locations. Additionally - and this is a hard requirement - user input at the kiosk needs to be logged and synced back to the central server for reporting and stats. Some locations have intermittent Internet access, and so there needs to be a simple data store on the kiosks (eg. CSV files or even couchdb/pouchdb).
I really think we need a second storage device/partition/area that's writeable. Having struggled with getting ext2,3,4 kernel modules into the kiosk edition today, I'm looking at the full Porteus now, although I'm loathe to leave the neat little kiosk edition behind.
For our project, the kiosk devices themselves are enclosed in a locked enclosure, and so only screen access is allowed, which affords some extra security at least.
stainsby
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#14 by fanthom » 05 Dec 2013, 10:06
the only solution is to compile custom kiosk kernel with support for your preferred writable filesystem or you could just take vmlinuz+000-kernel.xzm from standard edition and add it to the kiosk (replace original vmlinuz) which will give you all features of the standard porteus kernel in the kiosk.
fanthom
-
- White ninja
- Posts: 8
- Joined: 03 Dec 2013, 02:38
- Distribution: Porteus 2.1 Kiosk Edition
- Location: Brisbane, Australia
- Contact:
Re: Porteus Kiosk Edition v2.1 feedback
Post#15 by stainsby » 05 Dec 2013, 10:27

stainsby