I'm not sure what's wrong on your side but it has been working in the last 2 years so I'm a little lost. Maybe the problem is how I embedded the link in the post so here is the plain text version of the linkby edoput - Mods and Themes
V10lator Wrote: ------------------------------------------------------- > edoput Wrote: > -------------------------------------------------- > ----- > > To process it with a CGI script we have to load > > all the file on disk and manipulate it. > > No. lighttpd will give you a bytestream on stdin > no matter what. These on-disk 1MB files are just > forby edoput - PirateBox (Development)
I'm thinking that we shouldn't rely on CGI scripts to upload large files. Uploading to lighttpd is a process in which data comes as a POST request and get written in 1Mb chunks to the server.upload-dirs location that you can set in the config file. To process it with a CGI script we have to load all the file on disk and manipulate it. The alternative is using a streaming requeby edoput - PirateBox (Development)
I think more of a problem with filesystem cache not being written as fast as you are uploading your files. Try to limit the speed of transmission with scp using the option -l and the brandwith in kb/sby edoput - PirateBox OpenWrt
You can install a IRC server that can be used both for general chatrooms and private messagesby edoput - Mods and Themes
Python is already installed but the filesystem memory is too low to install other packages (my guess, never tried). For a PirateBox running on OpenWrt the process should be: 1. install pip 2. install django through pip 3. install sqlite (a real database would be too heavy on the PirateBox) 4. start your django project I can't remember right now but I would guess that there are otby edoput - Mods and Themes
You can download packages from attitude_adjustment package list, nano is link to nano in attitude_adjustment repo but you should first look in this list of packages to see if there are dependencies for nano. You can also attach your box to your router/modem but you have to take care of disabling the dns running on the piratebox and then enabling it when it is disconnected. To install a packby edoput - Mods and Themes
Like an announce for every file uploaded?by edoput - Mods and Themes
My fault, the article url changed when I switched blogging platformby edoput - Mods and Themes
Read this guide and ask what you don't understand, then follow the instructionby edoput - PirateBox (General)
I think this line -rwxr--r-- 1 root root 584 Jan 1 00:05 tracker is the key to the problem Can you do chmod +x /etc/init.d/tracker chmod stands for "change mode", in unix there are 3 mode, read (r), write (w), execute (x); every file has 3 blocks of permissions, root, group, user your file have: - -rwx: read/write/execute for root - r--: read for root grouby edoput - PirateBox OpenWrt
Hi, I'm the author of the guide and maybe I can help you running your torrent tracker. Where did you stopped in the process and what did you do? Cheersby edoput - PirateBox OpenWrt
Hi Matthias, I can't make it to ccc this year Regardsby edoput - PirateBox (General)
Hello, thought it would be nice to share. This entry in my .ssh/config make it easy to log in the piratebox without too much effort Host piratebox User root HostName 192.168.1.1 now the login process is just ssh piratebox and enter password. You can add your ssh key to the PirateBox and add this line to the previous entry to make it even easier Hosby edoput - PirateBox (Development)
NoƩmie D. Wrote: ------------------------------------------------------- > Edoput : So you are working on a piratebox to > create a local network or you already did it ? Already did, and released a guide on the mod section. The PirateBox is a local network, detached from the internet, what I did is to run a second layer of network, the bittorrent one, upon the already available.by edoput - PirateBox (General)
Hi, I got involved in the project this summer when I recieved the material to build a Piratebox as a graduation gift. I was disconnected from the internet for 2 weeks more or less and began thinkering with the software, reading every file, going to the bar every once in a while to connect and save a documentation webpage or two about obscure software that is old enough (thought for embedded orby edoput - PirateBox (General)
Here's a follow up of this project, sharing a torrent is not so easy if you can't make a torrent file so I did a little thinkering and released a script to automate torrent generation (not on the piratebox unfortunately). how to create a torrent fileby edoput - Mods and Themes
as long as you can run a mediawiki server and dump wikipedia on a usb you can do it. You can search for a mediawiki servers and find some alternatives, then search this list of packages for these software and see what is required to run them on Openwrt which is the base of Piratebox.by edoput - PirateBox OpenWrt
Hello everyone, not sure if is development or mods related, please move if needed. I recently managed to run a torrent tracker on my shiny piratebox and I wrote an article about how to do this and posted it on my blog, feedback is appreciated. Cheersby edoput - Mods and Themes
Hello Matthias, I would like to see this dev version, maybe you could use some helpby edoput - PirateBox OpenWrt
Matthias Wrote: ------------------------------------------------------- > Well, good work > You seem very smart, because you figured it out > yourself and used different commandline options thank you very much, most of what I learnt is from your work I suppose. Again thank you very much for your work, v1.0 is near perfection for regular users and I could not ask for moreby edoput - PirateBox OpenWrt
g Wrote: ------------------------------------------------------- > Since you're not the first to ask about this > package... May I inquire as to why you're putting > hacking software on something meant for sharing > freely? It bothered me last time someone asked too > but now feel the need to ask It is a required dep for a C++ minimal torrent tracker, uclibcxx isby edoput - PirateBox OpenWrt
Hello everyone, I recently received a piratebox (tp30200) as a gift and began thinkering with it, I have no previous experience with embedded-linux or openwrt but I know my way around the shell. I don't know if it's bad pratice but I don't see the option to have a folding part in this message so I'm leaving this log here. Basically I want to install uclibcxx from the opeby edoput - PirateBox OpenWrt