Author Topic: K Torrent?  (Read 427 times)

Offline david1958

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 212
  • Lovin Linux
    • Ed's Cuckoo Uhren
K Torrent?
« on: February 07, 2013, 05:19:48 PM »
Is anyone having trouble with KTorrent in the full Monty Version. Mine worked just fine until last night and it will not seed, and it will not upload or download and If I can get it open either on page1 or thru the internet link and it will just either not open or freeze  up once it does. Anyone got any suggestions, I have view a few past issues with KTorrent and I still find no results.
best regards,
david
To all Windows Users, Quit being Lazy and learn Linux. You'll Love it after you get the hang of it!
FullMonty Release:            2013.04
Kernel-version:    3.2.18-pclos2.pae.bfs
KDE4-version:                        4.10.1
Biostar mother Board A55MH,  CPU chip A8-3807K

8 gig ram

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11587
  • ----IOFLU----
Re: K Torrent?
« Reply #1 on: February 07, 2013, 07:29:29 PM »
Is anyone having trouble with KTorrent in the full Monty Version. Mine worked just fine until last night and it will not seed, and it will not upload or download and If I can get it open either on page1 or thru the internet link and it will just either not open or freeze  up once it does. Anyone got any suggestions, I have view a few past issues with KTorrent and I still find no results.
best regards,
david

I use Ktorrent every day seeding our ISO images. From your description, it's not clear to me what the problem actually is, except that it isn't working. Have you tried running a filesystem check on your installed / partition? Possibly some corruption of files associated with the application is causing your problem. Running a fsck -f  /dev/sdxn command from a root terminal on the liveCD would at least eliminate that as a possibility, if it doesn't actually correct the problem.

Replace the x in the command given, with the actual drive letter designation and the n with the proper partition number.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline david1958

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 212
  • Lovin Linux
    • Ed's Cuckoo Uhren
Re: K Torrent?
« Reply #2 on: February 07, 2013, 08:47:59 PM »
OP, tks but I did not get chance. I  ended up with a grub error 17, so i hooked into another good hd and saw your post. In the past we tried and tried, but  I think it would just be easier to reload the / and not the home and hope that gets it going. But the issue doing all this my be in the /home also. But I had a good teacher like you work with me on this last year. C ya tomorrow. Farmers Bed Time
David  :)

Ps. KTorrent on this hd works just fine too. So it was not a K Torrent bug.
To all Windows Users, Quit being Lazy and learn Linux. You'll Love it after you get the hang of it!
FullMonty Release:            2013.04
Kernel-version:    3.2.18-pclos2.pae.bfs
KDE4-version:                        4.10.1
Biostar mother Board A55MH,  CPU chip A8-3807K

8 gig ram

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11587
  • ----IOFLU----
Re: K Torrent?
« Reply #3 on: February 07, 2013, 10:17:14 PM »
OP, tks but I did not get chance. I  ended up with a grub error 17, so i hooked into another good hd and saw your post. In the past we tried and tried, but  I think it would just be easier to reload the / and not the home and hope that gets it going. But the issue doing all this my be in the /home also. But I had a good teacher like you work with me on this last year. C ya tomorrow. Farmers Bed Time
David  :)

Ps. KTorrent on this hd works just fine too. So it was not a K Torrent bug.

The grub error 17 pretty much confirms the corruption on that partition. Before doing a reinstall, try the fsck command previously posted. The partition needs to be unmounted for fsck to work, so that's not a problem. Once the fsck is done, grub should be able to again mount the partition, unless the hard drive itself is in the process of dying.

There are many ways to get a filesystem corruption, but the most common is an improper shutdown of the running system, with some files still being written to. Almost every time the filesystem can be made whole by running the fsck command with the -f argument. This forces an inode by inode check of the entire partition space and asks for permission to do those steps it normally won't do without that permission. For each question asked, just press the Enter key to accept the default choice. I've done this many times, and have never seen the default choice be wrong.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline david1958

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 212
  • Lovin Linux
    • Ed's Cuckoo Uhren
Re: K Torrent?
« Reply #4 on: February 08, 2013, 08:44:32 AM »
Quote
Almost every time the filesystem can be made whole by running the fsck command with the -f argument. This forces an inode by inode check of the entire partition space and asks for permission to do those steps it normally won't do without that permission.

OP, tks but it would not work. It found a inode error but for some reason it would not repair. As for shutdown issue, That might have been a issue, but I truthfully do not think that was the reason. I wish I could have posted results from the / terminal but I got the grub error after I tried fsck -f/dev/sda/6 so it could not reboot. I believe the hd is good though.
Quote
but mabe for me and other users a  "battery backup" for the tower would be worthwhile in case of a Power Failure and the adbrupt shutdown for that would give you an chance to make a clean shutdown.
tks again for the help OP. And glad to see you again
david1958
To all Windows Users, Quit being Lazy and learn Linux. You'll Love it after you get the hang of it!
FullMonty Release:            2013.04
Kernel-version:    3.2.18-pclos2.pae.bfs
KDE4-version:                        4.10.1
Biostar mother Board A55MH,  CPU chip A8-3807K

8 gig ram

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11587
  • ----IOFLU----
Re: K Torrent?
« Reply #5 on: February 08, 2013, 03:51:23 PM »
Quote
Almost every time the filesystem can be made whole by running the fsck command with the -f argument. This forces an inode by inode check of the entire partition space and asks for permission to do those steps it normally won't do without that permission.

OP, tks but it would not work. It found a inode error but for some reason it would not repair. As for shutdown issue, That might have been a issue, but I truthfully do not think that was the reason. I wish I could have posted results from the / terminal but I got the grub error after I tried fsck -f/dev/sda/6 so it could not reboot. I believe the hd is good though.
Quote
but mabe for me and other users a  "battery backup" for the tower would be worthwhile in case of a Power Failure and the adbrupt shutdown for that would give you an chance to make a clean shutdown.
tks again for the help OP. And glad to see you again
david1958

I hate to keep pushing this, but it's very very rare that fsck -f can't repair a filesystem problem. Stating that "it did not work" without posting the actual error message, leaves us with nothing to work with. Seeing the actual error message may give those of us with more advanced knowledge a clue as to how to force the issue, and achieve a satisfactory repair. If the error involves a bad superblock, there are multiple backup superblocks that can be used instead. How many backup superblocks are present depends on the total size of the partition, but they are in known locations, and if even one is intact, that is enough to repair the whole filesystem and recreate all of the backup superblocks. Without the actual error message, that's just a likely guess, not anything that you can follow through on.

I just hate giving up on a filesystem repair before knowing that all possibilities for a repair have been truly exhausted.   ;)
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10654
  • MLUs Forever!
Re: K Torrent?
« Reply #6 on: February 09, 2013, 04:06:21 AM »
Quote
I got the grub error after I tried fsck -f/dev/sda/6 so it could not reboot

was that really the command you tried?
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline david1958

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 212
  • Lovin Linux
    • Ed's Cuckoo Uhren
Re: K Torrent?
« Reply #7 on: February 09, 2013, 06:36:36 AM »
Quote
I got the grub error after I tried fsck -f/dev/sda/6 so it could not reboot

was that really the command you tried?

Just17 yes that was the command I used. The system started to run sluggish the day before. I downloaded a "family movie? thru KTorrent and I feel it was a corrupt torrent file that started all this. I am not a rocket scientist on linux since you have seen and helped me in the past.  On that command, I did have a inode error come up thru the terminal, then the system wigged out on me and rebooted. I wanted to post the term script in a quote to OP, but I lost everything. But I could have caused it all because of a bad shutdown. We had a power failure here on Wed when I was out so the system shut down. I was able to get it restarted but that is when I started to have problems and I have learned from the past to go backwards and remember what you had done just before the flaw in the system.
david
To all Windows Users, Quit being Lazy and learn Linux. You'll Love it after you get the hang of it!
FullMonty Release:            2013.04
Kernel-version:    3.2.18-pclos2.pae.bfs
KDE4-version:                        4.10.1
Biostar mother Board A55MH,  CPU chip A8-3807K

8 gig ram

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1520
    • PCLinuxOS.nl
Re: K Torrent?
« Reply #8 on: February 09, 2013, 06:44:46 AM »
Quote
fsck -f/dev/sda/6
Its like speaking after drinking to much ;)
Next try:
Code: [Select]
fsck -f /dev/sda6there should be a space after -f and no slash between sda and 6

Offline david1958

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 212
  • Lovin Linux
    • Ed's Cuckoo Uhren
Re: K Torrent?
« Reply #9 on: February 09, 2013, 10:46:49 AM »
Ok, i guess i did make a misake: yes i put
Quote
fsck -f/dev/sda/6

and it should have been
Quote
fsck -f /dev/sda6
  so we learn by our own mistakes or someone directs you that has more experiene in linux. And as for the post of
Quote
How did this corrupt the system
  If that is the way it was understood, I am sorry that script right or wrong did not do  the corruption on the system. As I stated I feel I got a bad torrent for a movie from a site and I feel that is what started causing the issues I had going. Sorry for the confusion on this to the experienced and to the layman users on the forum
david
To all Windows Users, Quit being Lazy and learn Linux. You'll Love it after you get the hang of it!
FullMonty Release:            2013.04
Kernel-version:    3.2.18-pclos2.pae.bfs
KDE4-version:                        4.10.1
Biostar mother Board A55MH,  CPU chip A8-3807K

8 gig ram

Offline david1958

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 212
  • Lovin Linux
    • Ed's Cuckoo Uhren
Re: got me straight
« Reply #10 on: February 13, 2013, 08:47:37 AM »
I just want to say that I did get this issue on this hd that I thought was bad thru the
Code: [Select]
fsck -f /dev/sda6 and I did get my issue fixed. I had to use the live disk and go thru the term as explained but with he help of O.P., Debass and Just 17 they straightned me out on my confussion. But if i would have reread O.P's post again as I just looked back he told my bonehead to use the live disk to do this. Thank you guys for your ongoing support to help a ole farmer out.

david the bonehead! :)
To all Windows Users, Quit being Lazy and learn Linux. You'll Love it after you get the hang of it!
FullMonty Release:            2013.04
Kernel-version:    3.2.18-pclos2.pae.bfs
KDE4-version:                        4.10.1
Biostar mother Board A55MH,  CPU chip A8-3807K

8 gig ram