Unable to load config file
Official kiosk documentation can be find here: http://porteus-kiosk.org/documentation.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
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#1 by dessington » 08 Aug 2018, 12:19
I have the kiosk.txt file on my server (publicly accessible & loads correctly in browser so is correct & accessible) with all settings including kiosk_config url but the setup will not load it. Url is: kiosk_config=http://myserver.co.za/lab/kiosk.txt. Have tried with and without https & www. Any ideas?
dessington
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Unable to load config file
Post#2 by fanthom » 08 Aug 2018, 16:35
Make sure on final config window:
http://porteus-kiosk.org/screens/wizard/config.png
you have parameter+URL:
Code: Select all
kiosk_config=http://myserver.co.za/lab/kiosk.txt
http://myserver.co.za/lab/kiosk.txt
i cant find any kiosk config there.
fanthom
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#3 by dessington » 08 Aug 2018, 18:49
dessington
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Unable to load config file
Post#4 by fanthom » 08 Aug 2018, 19:10
Code: Select all
wget https://www.kingsschool.co.za/lab/kiosk.txt
--2018-08-08 21:08:11-- https://www.kingsschool.co.za/lab/kiosk.txt
Resolving www.kingsschool.co.za... 77.104.189.92
Connecting to www.kingsschool.co.za|77.104.189.92|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-08-08 21:08:12 ERROR 403: Forbidden.
Code: Select all
wget -U mozilla https://www.kingsschool.co.za/lab/kiosk.txt
--2018-08-08 21:08:23-- https://www.kingsschool.co.za/lab/kiosk.txt
Resolving www.kingsschool.co.za... 77.104.189.92
Connecting to www.kingsschool.co.za|77.104.189.92|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: 'kiosk.txt'
kiosk.txt [ <=> ] 782 --.-KB/s in 0s
2018-08-08 21:08:24 (40.5 MB/s) - 'kiosk.txt' saved [782]
We cant add user agent by default as it breaks configs hosted on e.g. dropbox.com.
fanthom
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#5 by dessington » 08 Aug 2018, 19:17
dessington
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#6 by dessington » 08 Aug 2018, 19:19

dessington
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#7 by dessington » 08 Aug 2018, 20:04
dessington
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#8 by dessington » 08 Aug 2018, 20:14
dessington
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Unable to load config file
Post#9 by fanthom » 09 Aug 2018, 09:42
fanthom
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
dessington
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Unable to load config file
Post#11 by fanthom » 09 Aug 2018, 16:27
Code: Select all
gpu_driver=modesetting
fanthom
-
- White ninja
- Posts: 8
- Joined: 08 Aug 2018, 12:11
- Distribution: Custom built Ubuntu Plasma
Unable to load config file
Post#12 by dessington » 23 Aug 2018, 09:30
dessington
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Unable to load config file
Post#13 by fanthom » 23 Aug 2018, 16:10
fanthom