Re: problems with l10n [SOLVED]
Resolved after looking into french and german translations :-) Strings containing special chars must be preceded by 'innerHTML' (eg FooterAbout becomes FooterAbout.innerHTML) Maybe this could be...
View ArticleRe: Help a noob out with Pi3?
Oddly enough, when I connect my Windows 10 computer to a PirateBox wifi hotspot, it will bring up the browser asking me to finish connecting to the internet (pulls up the piratebox.lan page). Probably...
View ArticleIssue while testing 1.1.3 on a Pi2
Im getting this error. i will look into the issue more later. Bedtime now. Oct 08 05:47:17 mediabox piratebox_alt[5995]: File "psogen.py", line 81 Oct 08 05:47:17 mediabox piratebox_alt[5995]: print...
View ArticleRe: Issue while testing 1.1.3 on a Pi2
As I suspected my system uses python3 by default for Samba. I can changed two lines in shoutbox_stuff.sh from python psogen.py generate python diskusage.py generate to python2 psogen.py generate...
View ArticleRe: Issue while testing 1.1.3 on a Pi2
fixed droopy by adding '/usr/bin/python2' after -x and before the droopy file. However this method when killed will kill ALL scripts using python2 when piratebox is stopped as it kills python2...
View ArticleRe: Issue while testing 1.1.3 on a Pi2
hmm.... but still some minor issues with the shoutbox and disk usage. Shoutbox wont accept any input and the button is stuck on 'sending...' as well as the disk refresh button stuck on 'refreshing...'...
View ArticleRe: problems with l10n [SOLVED]
Thanks, I noted it in our issue list and try to adapt these information- as soon as I can.
View ArticleRe: Issue while testing 1.1.3 on a Pi2
Ok, this is a major issue which we need to address. Crap.
View ArticleRe: Help a noob out with Pi3?
We are not faking the answer to Win10 right now, this is the reason why.
View ArticleRe: Issue while testing 1.1.3 on a Pi2
It SEEMS so far all the changes I made above fixed it. I haven't had any adverse affects when stopping piratebox interfering with other services un-related to piratebox that are running on my RPi2...
View ArticleRe: Simplest way to add an on-off button
#!/bin/bash pin=9 gpio mode $pin in gpio mode $pin up counter=0 while true; do var=$(gpio read $pin) if [ "$var" -eq "0" ] ; then echo Button has been pressed.. echo "" ((counter = counter + 1)) if [...
View ArticleRe: Simplest way to add an on-off button
Oops: Yeah , ok.. Flawed logic.. my first script still needed some work as it still thought a 10 second push was a reboot request , due to Reboot test going true @ 3 second's in.. try this......
View ArticleDisplay the number of user connected
Hey everyone, I want to display the number of users connected to my piratebox on the home page, how can I do that? Most of the help I found on the web require internet connection. Is it possible to do...
View ArticleRe: RPi0W vs. RPi3B
> The other thing is if I get a Pi zero, I'll need > to solder a header on in order to use an IR > shutdown PHat. How easy/hard is it to screw up the > board from soldering? I've only...
View ArticleRe: Display the number of user connected
take a look at this post [forum.piratebox.cc] it might be able to get you started on figuring out a way to display the number.
View ArticleRe: Simplest way to add an on-off button
@GarFin I tried your latest script and ran into the same issue. It still reboots at 10 seconds instead of shutting down. I ended up removing your reboot portion and only keep the shutdown. Thank you...
View ArticleRe: Index of /board/
I had a similar issue on a Raspberry Pi3. When I clicked on the kareha.pl it returned a 500 internal server error. Figured out that I had to install this package on the pi (apt-get install...
View ArticleIs it possible to connect multiple piratebox?
Hello everyone, Is it possible to create a network of piratebox to make like an "intra-net" outside of the web? Thanks!
View ArticleRe: Index of /board/
I added this package to [piratebox.cc] , because it is in relation ship not to our PirateBox-Rpi image
View ArticleRe: Is it possible to connect multiple piratebox?
Mesh introduction Mesh RPi instructions
View Article