LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-09-2020, 04:40 PM   #1
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Rep: Reputation: 17
why does vuze terminate every few minutes?


When I run Vuze Bittorrent client on 64-bit Linux Mint, the Vuze application terminates every few minutes (seems like always somewhere between 3 and 15 minutes, most often about 5 minutes).


I have no idea why this is happening. When this happens, the process no longer exists. I can start up the Vuze client again at any time by double clicking the Vuze icon on the desktop, and it starts up again as expected.


I can't find anything in any of the menus that appears to provide an option like this to exist or be available. I just have no idea.


Does anyone know what this is?
 
Old 08-09-2020, 08:05 PM   #2
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
If you start it from the terminal does it give you any output when it closes? I'd start there.
 
1 members found this post helpful.
Old 08-10-2020, 06:09 AM   #3
leslye
LQ Newbie
 
Registered: Aug 2020
Posts: 1

Rep: Reputation: 0
THANKS

Last edited by jefro; 08-20-2020 at 03:17 PM.
 
Old 08-10-2020, 01:02 PM   #4
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by KGIII View Post
If you start it from the terminal does it give you any output when it closes? I'd start there.

Thanks for the good idea.


The following is what appeared in the terminal after the application terminated. Note that all the lines that start with DEBUG appeared a few minutes before the final line that contains "4048 Segmentation fault".


I don't know the nature or significance of that segmentation fault, but maybe someone else does! :-)
 
Old 08-10-2020, 01:11 PM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,927

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
would be nice to post the full output. segmentation fault is a general error message, hard to say anything without details (most probably a software incompatibility related issue).
 
Old 08-10-2020, 01:50 PM   #6
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by pan64 View Post
would be nice to post the full output. segmentation fault is a general error message, hard to say anything without details (most probably a software incompatibility related issue).

Oh! I see that cut and paste didn't appear last time, so the following is what you probably wanted to see (I thought it was included).

DEBUG::Mon Aug 10 10:29:57 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:30:28 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:30:58 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:30:58 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:30:59 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:30:59 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:31:00 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:31:00 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:31:00 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
DEBUG::Mon Aug 10 10:46:24 PDT 2020 VersionCheckClient - java.io.IOException: connect op failed: Connection refused
install/vuze/vuze: line 219: 4048 Segmentation fault (core dumped) ${JAVA_PROGRAM_DIR}java "${JAVA_ARGS}" -cp "${CLASSPATH}" -Djava.library.path="${PROGRAM_DIR}" -Dazureus.install.path="${PROGRAM_DIR}" -Dazureus.script="$0" $JAVA_PROPS $START_CLASS "$@"
Exit from Azureus complete
No shutdown tasks to do
Azureus TERMINATED.

Last edited by maxreason; 08-10-2020 at 02:54 PM.
 
Old 08-10-2020, 02:15 PM   #7
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
Adding 'vuze +linux' to a search of Dazureus.install.path="${PROGRAM_DIR}" eventually sends me here:

http://wiki.vuze.com/w/Unix_Startup_Script

I'd check there.* It may be just a string or variable wrong and may need manual configuration.

* That's not true. I'd have just installed Transmission.
 
Old 08-11-2020, 12:04 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
^ Or qbittorrent.
Seriously, OP, you don't need bloated & fragile Java software to download torrents under Linux.
Whatever you install, make sure it's from the distro's official repositories.
 
Old 08-11-2020, 03:55 PM   #9
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by ondoho View Post
^ Or qbittorrent.
Seriously, OP, you don't need bloated & fragile Java software to download torrents under Linux.
Whatever you install, make sure it's from the distro's official repositories.

I'm 99% sure I did install via the normal software manager feature in Linux Mint. That's always how I select and install software ... unless I need something that is simply not available via standard mechanisms.

So unless Vuze has not been available through those mechanisms on Linux Mint, I did install via the usual standard mechanisms. OTOH, I just did a check with Software Manager and it doesn't seem to find anything for "vuze" ... so maybe this was one of the few cases I installed independently. I simply don't remember, because I've always had a terrible memory.

Last edited by maxreason; 08-11-2020 at 03:58 PM.
 
Old 08-11-2020, 05:14 PM   #10
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
I'm married, so I pay for Hulu+, Amazon Prime, Netflix, Spotify, and I think there's another one. She prefers those, but I still find it easier to just download or stream anything I want. So, I use Transmission quite a bit. It sits in my system tray, exists there right now actually, and I'd almost auto-start the application but I prefer to start things manually. On this computer, the one I use the most, it's running pretty much all the time. (I also share a ton of current Linux distros simply to try to do my part.)

I suppose what I'm trying to do is endorse Transmission. It just works. It's straightforward, doesn't have any bugs that I notice, does what it's supposed to do, and stays out of my way - hidden in the system tray when minimized is actually an important feature for me as I dislike too much clutter. I don't even have desktop icons of any kind. Those make no sense to me, as I am never at my blank desktop.

Huh... That was some serious digression. I think my point was that you may just want to pick a different torrent client. There are tons to pick from and I find Transmission suitable for my needs.
 
Old 08-11-2020, 08:01 PM   #11
maxreason
Member
 
Registered: Dec 2007
Location: phobos, mars
Distribution: 64-bit linux mint v20
Posts: 259

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by KGIII View Post
I'm married, so I pay for Hulu+, Amazon Prime, Netflix, Spotify, and I think there's another one. She prefers those, but I still find it easier to just download or stream anything I want. So, I use Transmission quite a bit. It sits in my system tray, exists there right now actually, and I'd almost auto-start the application but I prefer to start things manually. On this computer, the one I use the most, it's running pretty much all the time. (I also share a ton of current Linux distros simply to try to do my part.)

I suppose what I'm trying to do is endorse Transmission. It just works. It's straightforward, doesn't have any bugs that I notice, does what it's supposed to do, and stays out of my way - hidden in the system tray when minimized is actually an important feature for me as I dislike too much clutter. I don't even have desktop icons of any kind. Those make no sense to me, as I am never at my blank desktop.

Huh... That was some serious digression. I think my point was that you may just want to pick a different torrent client. There are tons to pick from and I find Transmission suitable for my needs.

So "Transmission" is a torrent client? A Vuse equivalent? Frankly, I don't remember when or why I first got Vuse [over any of the alternatives].


In SoftwareManager I see Transmission-gtk and Transmission-qt. What's the best choice? I also see Qbittorrent and Ktorrent and Deluge-torrent and Rtorrent.


I prefer an app with GUI interface because I've always had a terrible memory and thus am very bad at remembering command names and options/switches. I also prefer the KISS principle, in other words "keep it simple unless you need to do something truly weird".
 
Old 08-11-2020, 08:44 PM   #12
KGIII
Member
 
Registered: Sep 2015
Location: North-Western, Maine - in the mountains.
Distribution: Lubuntu 18.04 LTS
Posts: 158
Blog Entries: 6

Rep: Reputation: 64
I'm *pretty* sure it's the -qt, but you can just go here:

https://transmissionbt.com/download/

You're using Mint, which may be largely Qt based, so the -qt version is probably what you're after. However, the link will have all sorts of versions, for pretty much every OS out there.
 
Old 08-12-2020, 02:14 AM   #13
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,927

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
Quote:
Originally Posted by maxreason View Post
So "Transmission" is a torrent client? A Vuse equivalent? Frankly, I don't remember when or why I first got Vuse [over any of the alternatives].


In SoftwareManager I see Transmission-gtk and Transmission-qt. What's the best choice? I also see Qbittorrent and Ktorrent and Deluge-torrent and Rtorrent.


I prefer an app with GUI interface because I've always had a terrible memory and thus am very bad at remembering command names and options/switches. I also prefer the KISS principle, in other words "keep it simple unless you need to do something truly weird".
Not really. Transmission is something like called "complete solution". There is a torrent client, a command line interface, a web interface and probably more.
There is no best choice, all of them works perfectly. They only have different look and different features, but basically all are the same.

Transmission-gtk and Transmission-qt are two different GUIs for gtk and qt. The torrent client itself is Transmission-daemon if I remember well.
 
  


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
problem with Vuze / PIA / Ubuntu but not Vuze / PIA / MacOS10 RedBullion Linux - Software 0 12-30-2015 10:45 PM
why do I have to re-login every few minutes qrange LQ Suggestions & Feedback 2 08-30-2010 01:26 PM
Vuze: How can two user accounts on the same system run Vuze simultaneously? lewster Linux - Software 1 08-18-2009 07:42 AM
terminate session after 15 minutes jonfa Linux - Security 1 06-22-2007 11:25 AM
Screen goes black every few minutes Seph64 Linux - General 2 02-15-2003 01:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:53 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