GithubHelp home page GithubHelp logo

some help about ezio HOT 8 CLOSED

tjjh89017 avatar tjjh89017 commented on June 24, 2024
some help

from ezio.

Comments (8)

tjjh89017 avatar tjjh89017 commented on June 24, 2024

I think python module didn't use correct libtorrent.
Let me think a way to sloved it

if you use Ubuntu>=16.10, there will be fine.

from ezio.

eoli3n avatar eoli3n commented on June 24, 2024

i don't, i use 16.04 for testing.
For next step, i need to make all that procedure work under debian8

from ezio.

tjjh89017 avatar tjjh89017 commented on June 24, 2024

Ok, I will test on 16.04 & Debian 8.
And report how to for you

from ezio.

eoli3n avatar eoli3n commented on June 24, 2024

the important part for me is debian8, cause i will use partclone and ezio from a debian nfsroot/PXE
thx for your help

from ezio.

tjjh89017 avatar tjjh89017 commented on June 24, 2024

@eoli3n By the way
We suggest you to dump filesystem, and use "normal" bt client to create torrent for now
partclone with torrent isn't complete actually.
we only tested ext4 with torrent so far.

from ezio.

eoli3n avatar eoli3n commented on June 24, 2024

ok, so i will do it with murder for now (based on libbittornado)

from ezio.

tjjh89017 avatar tjjh89017 commented on June 24, 2024

@eoli3n
If you use Debian 8

# compile libtorrent
wget <path of libtorrent src code>
tar xvf <tarball of libtorrent>
cd <libtorrent src code dir>
./configure --enable-python-binding
make 
sudo make install
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
python -c "import libtorrent; print libtorrent.version"

Which filesystem will you use in your scenario?

from ezio.

eoli3n avatar eoli3n commented on June 24, 2024

thx ! i will use ext3/4

from ezio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.