Am Sat, 7 Jan 2012 17:23:14 -0800 (PST)
schrieb Vittorio <vitt...@gmail.com>:
You can send me some email whe is well explained?? Thanks
--
You received this message because you are subscribed to the Google
Groups "Snake OS mail list": http://groups.google.com/group/dealextreme-nas-?hl=en
Snake OS website is here: http://code.google.com/p/snake-os/
See my comment at the bottom:
http://code.google.com/p/snake-os/wiki/Debian_Chroot
I got debian and pyload running this way:
- cd /usb/sda1/
- tar -zxf debian_chroot.tgz
- Install debianctl.opk from system -> packages
- In services -> debianctl set "Debian directory" to /usb/sda1/debian
and hit apply
- Download pyload-cli-v0.4.9-all.deb from the pyload site and put it
somewhere under /usb/sda1/debian/
- chroot /usb/sda1/debian/
- apt-get update
- dpkg -i pyload-cli-v0.4.9-all.deb (it will complain about missing
packages)
- apt-get -f install
- pyLoadCli -s (follow the instructions. you can just hit enter on
most questions)
- On the debianctl page enter pyload in the "Services" field and hit
apply again
After a few seconds you should be able to connect to pyload with your
browser via <ip of snake>:8000. After a restart pyload should start
automatically. If it doesn't something went wrong.
Note: Don't use the "Downloads" tab in the pyload interface. For some
reason downloading a file from there makes pyload consume tons of
memory and it usually ends up crashing.
Am Mon, 9 Jan 2012 03:19:19 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
I was able to access a share from xp that was defined like this in
<debian directory>/etc/samba/smb.conf:
security = share
...
[torrents]
path = /mnt/sda1/torrents/
comment = TORRENTS
read only = yes
guest ok = yes
browseable = yes
I think some options may not be needed.
Am Tue, 10 Jan 2012 03:32:45 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
> Tx for reply :D.I've installed all.But for example I in debian have
The error message sounds like you have a bad value in the pyload
config file. Maybe it go corrupted or something or you entered
something wrong in the setup.
Try running "pyLoadCli -s" to go through the setup again.
If that doesn't help delete <debian dir>/root/.pyload/ and run
"pyLoadCli -s"
Am Thu, 12 Jan 2012 01:59:44 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
> problem!! :( I reinstall pyload, but after download and install
That pyLoadCli can't connect probably means the pyload service isn't
running.
To get the pyLoadCli to run I did:
pyLoadCore -s # configure pyload
pyLoadCore & # launch pyload service/server
pyLoadCli # run the command line client
To autostart pyload enter "pyload" in the debianctl services field.
Am Sat, 14 Jan 2012 02:12:50 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
> what is your address and your port?? I try with default, but says it's
Am Mon, 16 Jan 2012 20:36:50 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
> I configure pyLoadCore,can see the web interface but when set
Am Mon, 16 Jan 2012 22:56:35 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
> start putty
> - chroot /usb/sda1/debian
> -wget http://get.pyload.org/get/ubuntu-cli/pyload-cli-v0.4.9-all.deb
> -dpkg -i pyload-cli-v0.4.9-all.deb
> -apt get install -f
> -pyLoadCore -s (start the setup)
> -snake:8000 can be reached
> -pyLoadCli
> Could not establish connection to 127.0.0.1:7227
> I tryed to pyLoadCli -i and click always enter but eventually I give
> this error :
>
> *File "/usr/bin/pyLoadCli", line 590, in <module>
> main()
> File "/usr/bin/pyLoadCli", line 564, in main
> client = ThriftClient(config["addr"], int(config["port"]),
> username, password)
> ValueError: invalid literal for int() with base 10: ''
> *
2012/1/22, alexcmoa <alexandr...@gmail.com>:
> --
> You received this message because you are subscribed to the Google
> Groups "Snake OS mail list":
> http://groups.google.com/group/dealextreme-nas-?hl=en
>
> Snake OS website is here: http://code.google.com/p/snake-os/
>
--
Inviato dal mio dispositivo mobile
http://code.google.com/p/snake-os/downloads/detail?name=debianctl-0.3-1.opk
The previous one really has issues with pyload. My mistake ..I must have
done the setup via serial console when it worked for me.
Am Fri, 3 Feb 2012 17:02:13 +0100
schrieb Vittorio Coppola <vitt...@gmail.com>:
> Up