Linux in English

libtorrent 0.12.2 and rtorrent 0.8.2 available in debs

They're not yet available in the official debian mirror but at least in mine they are. You can download the i386 debs from my repo, my deb-repo (using experimental suite!) for apt-get install or make you own using the apt-get repo with apt-get source.

Another easy way is to do:

0
Source: ghostbar's blog

Init issue with gkrellmd...

I have been knocking my head against the wall a while with this bug. It's supposed that this line should create a PID file in /var/run/gkrellmd.pid but there's no PID file created so the daemon cannot be stopped so there's a error while upgrading-removing gkrellmd but is not supposed to be like this the line?:

start)
echo -n "Starting $DESC: "
start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
--exec $DAEMON -- $DAEMON_OPTS
echo "$NAME."
;;

0
Source: ghostbar's blog

Now libtorrent works in NSLU2!

I hope someone will upload it to experimental by the moment and see how works, in the meanwhile you can find it here. Goes to experimental because is the unstable branch of libtorrent/rtorrent.Want the debs? Then do:

$ dget http://debian.ghostbar.ath.cx/libtorrent/0.12.1-1/libtorrent_0.12.1-1.dsc
$ dpkg-source -x libtorrent_0.12.1-1.dsc
$ cd libtorrent-0.12.1; dpkg-buildpackage -rfakeroot

You'll end with two debs, enjoy them :)

0
Source: ghostbar's blog