Search found 56 matches

by raspdealer
Mon Oct 24, 2016 4:35 pm
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

For this command, I have less things than you... pi@deluge ~ $ ls /usr/lib/arm-linux-gnueabihf|grep libboost Are missing: libboost_python.a libboost_python-py27.a libboost_python-py27.so libboost_python-py34.a libboost_python-py34.so libboost_python.so libboost_system.a libboost_system.so Full resul...
by raspdealer
Mon Oct 24, 2016 4:29 pm
Forum: Support
Topic: Deluge systemd and mount issue
Replies: 7
Views: 4791

Re: Deluge systemd and mount issue

Yes. Should I remove it? :?

Code: Select all

//192.168.1.111/Family /media/Lacie-CloudBox cifs password=,uid=1000,gid=1000,x-systemd.automount,noauto,sec=ntlm,iocharset=utf8 0 0
by raspdealer
Sun Oct 23, 2016 8:39 pm
Forum: Support
Topic: Deluge systemd and mount issue
Replies: 7
Views: 4791

Deluge systemd and mount issue

Hi there, I've followed this guide: http://dev.deluge-torrent.org/wiki/UserGuide/Service/systemd And here is my file script: [Unit] Description=Deluge Bittorrent Client Daemon After=network-online.target RequiresMountsFor=media-Lacie\x2dCloudBox.mount [Service] Type=simple User=pi Group=deluge UMask...
by raspdealer
Sun Oct 23, 2016 6:53 pm
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

Actually, I don't know. I was in version 0.15.smthg before and my plan was to move to 0.16.18... Now it's done but I didn't succeed in compilation and I've installed yours and removed it... it doesn't sounds logic to me... To come back to the configure issue, I ran the configure command within 1.0.9...
by raspdealer
Sun Oct 23, 2016 5:02 pm
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

No permission issue. pi@deluge ~ $ ls /usr/lib/arm-linux-gnueabihf|grep libboost libboost_atomic.so.1.55.0 libboost_filesystem.so.1.55.0 libboost_iostreams.so.1.55.0 libboost_program_options.so.1.55.0 libboost_python-py27.so.1.55.0 libboost_python-py34.so.1.55.0 libboost_regex.so.1.55.0 libboost_sys...
by raspdealer
Sun Oct 23, 2016 4:14 pm
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

and with your deb file and a

Code: Select all

sudo ldconfig
I've got this:

Code: Select all

pi@deluge ~ $ python -c "import libtorrent; print libtorrent.version"
Instruction unauthorized
by raspdealer
Sun Oct 23, 2016 3:55 pm
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

OK breaking news. After few upgrades. ~ $ sudo dpkg -l|grep libboost1.55 ii libboost1.55-dev:armhf 1.55.0+dfsg-3 armhf Boost C++ Libraries development files ~ $ sudo dpkg -L libboost-python1.55.0 /. /usr /usr/lib /usr/lib/arm-linux-gnueabihf /usr/lib/arm-linux-gnueabihf/libboost_python-py27.so.1.55....
by raspdealer
Sun Oct 23, 2016 1:02 pm
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

Thanks but the higher version available is 1.50... not 1.55. It seems I'm on wheezy... still. I will change to jessie and try again... (I just sent you a pm) Update. Ok it was the issue. What I did: sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade to make sure wheezy is fully up to...
by raspdealer
Sun Oct 23, 2016 10:51 am
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

It seems that I only have 1.49.0 pi@deluge ~/libtorrent-rasterbar-1.0.10 $ sudo dpkg -L libboost-python1.49.0 /. /usr /usr/share /usr/share/lintian /usr/share/lintian/overrides /usr/share/lintian/overrides/libboost-python1.49.0 /usr/share/doc /usr/share/doc/libboost-python1.49.0 /usr/share/doc/libbo...
by raspdealer
Sun Oct 23, 2016 10:02 am
Forum: Support
Topic: Updating Libtorrent because of Error: short read
Replies: 45
Views: 20923

Re: Updating Libtorrent because of Error: short read

Thanks. It's done but now it doesnt work anymore... python -c "import libtorrent; print libtorrent.version" is giving me an error Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: libboost_system.so.1.55.0: cannot open shared object file: No suc...