LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-06-2014, 08:10 PM   #1
matt.n
LQ Newbie
 
Registered: Mar 2014
Posts: 7

Rep: Reputation: Disabled
qBittorent crashes after a few minutes on Debian 7.7 Wheezy


This is the first time I've installed Debian 7.7 Wheezy and my know how of GNU/Linux (this is that, right?) is limited to following directions of popular how to's for Xubuntu. For example it took me an hour to figure out that I needed to type ''su'' in the terminal to access root and no longer use ''sudo'' for each root privileged command.

All I've done is download the ''amd64'' CD .iso from here and then installed it. Then via the terminal installed OpenVPN and qBittorrent along with grabbing the .deb for Chrome, otherwise everything is as was when first installed

``

I also have another problem where flash games, like Facebook games, are sluggish. I didn't have that problem when Windows was installed and was wondering if someone could give me an idea on how to fix that if there even is one (fix, that is)? Maybe it's driver related because it happens in Debian, Lubuntu, Xubuntu and finally Linux Mint but not Windows? Xubuntu, Lubuntu and Mint all were sluggish in general and it's blowing my mind that Debian itself is for some odd reason smooth as silk, except that flash game issue.

This isn't my PC it's my Mother's and she had XP on her machine and a license for anything Windows relates else just isn't in her budget. I was hoping to use Xubuntu but Debian would suit her considering all she does on it is Facebook but apparently it's a game breaker if her flash games are sluggish, haha

edit,

I also uninstalled transmission-gtk via typing ''apt-get purge transmission-gtk''

Last edited by matt.n; 12-06-2014 at 08:15 PM. Reason: clarity,
 
Old 12-06-2014, 09:02 PM   #2
matt.n
LQ Newbie
 
Registered: Mar 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
It works fine when the VPN is disconnected, I'll reconnect and see if that's the culprit.

edit,

No, it's a dead end. It crashes either way.

Last edited by matt.n; 12-06-2014 at 10:36 PM.
 
Old 12-07-2014, 12:49 AM   #3
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
First, one question per thread. This is so people can use the forum search tools to find problems that they may have where the question is already been asked.

We can see that you have Wheezy (Debian 7) installed and so can assume that you are using Gnome. This raises the question as to why you are using some 3rd party torrent client.

As a reformed Windows user I can understand the bad habit of using 3rd party applications. It is a bad habit. There are times, for specific, specialized applications where this is needed. You are not getting the bennifit of a signed package and a gpg protected repository for your packages.

They will always, also, cause problems with version upgrades and should be removed before trying to, say, upgrade to Debian 8 (Jessie) when it is released. They can then be reinstalled of coarse.

This is needless risk and work to take upon yourself. Use one of the many torrent clients available in the Debian repo. You are running Gnome so you should have Synaptic package manager installed. This is a fine gui tool with a search function. Try it, always, before getting 3rd party applications.

You can also use;
Code:
tom@victim:~$ apt-cache search "torrent client"
Note that this can be run as user as I did and got;
Code:
azureus - BitTorrent client
vuze - Multimedia BitTorrent client
bitstormlite - BitTorrent Client based on C++/Gtk+2.0
bittornado - bittorrent client (and tracker) with console and curses interfaces
bittornado-gui - bittorrent client with GUI interface
bittorrent - Original BitTorrent client - console tools
bittorrent-gui - Original BitTorrent client - GUI tools
buildtorrent - command line torrent creation program
ctorrent - BitTorrent Client written in C++
deluge - bittorrent client written in Python/PyGTK
deluge-common - bittorrent client written in Python/PyGTK (common files)
deluge-console - bittorrent client written in Python/PyGTK (console ui)
deluge-gtk - bittorrent client written in Python/PyGTK (GTK+ ui)
deluge-torrent - bittorrent client (gtk ui transitional package)
deluge-web - bittorrent client written in Python/PyGTK (web ui)
deluge-webui - bittorrent client (web ui transitional package)
deluged - bittorrent client written in Python/PyGTK (daemon)
flush - GTK-based BitTorrent client
ktorrent - BitTorrent client based on the KDE platform
lftp - Sophisticated command-line FTP/HTTP/BitTorrent client programs
libtransmission-client-perl - Perl interface to Transmission
mktorrent - simple command line utility to create BitTorrent metainfo files
qbittorrent - bittorrent client based on libtorrent-rasterbar with a Qt4 GUI
qbittorrent-dbg - debug symbols for qbittorrent and qbittorrent-nox
qbittorrent-nox - bittorrent client based on libtorrent-rasterbar (without X support)
rtgui - Web based front-end for rTorrent
rtorrent - ncurses BitTorrent client based on LibTorrent from rakshasa
transmission - lightweight BitTorrent client
transmission-cli - lightweight BitTorrent client (command line programs)
transmission-common - lightweight BitTorrent client (common files)
transmission-daemon - lightweight BitTorrent client (daemon)
transmission-dbg - lightweight BitTorrent client (debug symbols)
transmission-gtk - lightweight BitTorrent client (GTK+ interface)
transmission-qt - lightweight BitTorrent client (Qt interface)
python-transmissionrpc - Transmission RPC client module for Python
python-transmissionrpc-doc - Transmission RPC client module for Python (documentation)
python3-transmissionrpc - Transmission RPC client module for Python 3
unworkable - efficient, simple and secure bittorrent client
There are plenty as you can see. I don't know if you checked your menu but you may, under Gnome, have Transmission installed and it works fine.

If not, as root;
Code:
apt-get install transmission-gtk
I will be shocked if you have a problem with that and it doesn't drag in a lot of qt dependencies to your gtk built system.

Also if you look at that list you will see;
qbittorrent - bittorrent client based on libtorrent-rasterbar with a Qt4 GUI

Which is probably the same thing except packaged for Debian, signed by Debian, gpg key protected when installing and with a proper Debian .deb with a functional install script for correct installation. I will admit this may not be in your repo. That list is what is available in my Sid repos.

Whatever you do, I would remove the one you installed. Have no idea how you installed it. If installed with dpkg or with the gui gdebi you should be able to use the command;
Code:
apt-get remove --purge <package name>
and get most of it anyway.

A client working through a web browser is not very efficient and probably not as secure. I wouldn't know about the security personally because I never used such a beast - that is just what passes for common sense for me tells me. I would not bet on how common or sensible that may be.

The important point here is that you should always, if at all possible, use only packages from your distributions repositories no matter what the distro is.
 
1 members found this post helpful.
Old 12-07-2014, 12:56 AM   #4
matt.n
LQ Newbie
 
Registered: Mar 2014
Posts: 7

Original Poster
Rep: Reputation: Disabled
That's what I'll do then, uninstall it and install transmission again. I like it because it pauses torrents when finished and I don't know any other torrent client that does that (as easily)

Anyways, thanks for the 3rd party tip I see the sense in that
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Debian Wheezy display crashes AlaricWood Linux - Hardware 9 05-11-2014 01:32 AM
[SOLVED] Now I've done it - Debian dual boot (Sid, Wheezy) grub overwritten, lost Wheezy? ShaneRoach Debian 23 02-02-2014 02:28 PM
X Crashes every couple of minutes TheSource Linux - Software 4 02-20-2006 12:42 AM
gl-117 crashes after a few minutes. bruno buys Linux - Software 2 05-23-2005 08:43 PM
X crashes every 20-30 minutes.. really annoying d96em Linux - General 2 08-03-2003 05:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration