[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-07-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/transmission/ubuntu -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-05-20 Thread Michael Carver
I believe I am experiencing the same problem. It seemingly only occurs when I attempt to add more than 3 torrents to the list. My settings.json file already had preallocation : 1 Version: 1.92-0ubuntu2.1 -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-14 Thread Rus F Adrian
sorry but no fix here, same behave hangs when i save the torrent to a ntfs partition. Architecture: i386 Source: transmission Version: 1.92-0ubuntu2 -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-14 Thread Krzysztof Klimonda
Right, the change is only for new users. The existing lucid users have preallocation set to full and we can't change it automatically. Can you shut down Transmission and edit ~/.config/transmission/settings.jsoc - change preallocation: 2 for preallocation :1 -- transmission hangs everytime i

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-14 Thread Rus F Adrian
Krzysztof Klimonda, I change from ~/.config/transmission/settings.json from preallocation : 2 to preallocation : 1 and is working.Thanks. -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-13 Thread Launchpad Bug Tracker
This bug was fixed in the package transmission - 1.92-0ubuntu2 --- transmission (1.92-0ubuntu2) lucid; urgency=low * Default to the fast preallocation mode. (LP: #538580) -- Krzysztof Klimonda kklimo...@syntaxhighlighted.com Wed, 14 Apr 2010 01:14:17 +0200 ** Changed in:

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/transmission -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-11 Thread colinjones
That's not an answer! I was using Transmission flawlessly for many months with 0904 and 0910, writing to a remote file share. Immediately that I moved to the 1004 beta this started happening. It was fine before. With 1004 it is not. There is a genuine issue. -- transmission hangs everytime i

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-11 Thread charles
Actually I think you're right. The problem seems to have been introduced in r10075, where we make the default `full' allocation if fallocate64() is present on the system. The previous default was `fast'. r10075 was a bad idea, since *having* fallocate64() on your system is no guarantee that

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-11 Thread charles
That last comment was a bit tangled. Here's a translation into English: The original problem (bug #445592) was addressed upstream in two commits -- r10075 and r10037. The first commit causes this ticket's problem, and the second commit makes the first one moot. So, this ticket can be fixed by

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~kklimonda/transmission/packaging -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-04-11 Thread charles
** Changed in: transmission (Ubuntu) Importance: Undecided = Medium ** Changed in: transmission Importance: Undecided = Medium -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-14 Thread Rus F Adrian
The partition mount in /media/sda2/ Device Boot Start End Blocks Id System /dev/sda23886 27719 1914466057 HPFS/NTFS * cat /etc/fstab UUID=01C9DB3DA127D500 /media/sda2 ntfs-3g defaults,locale=en_US.utf8 00 -- transmission hangs

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-14 Thread Rus F Adrian
Yes it is about the partition mount in /media/sda2.I change the save location to my root partition and it didnt hangs.It their a problem with my partiton?How do I fixed it if you know? Thanks for the reply. -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-14 Thread charles
The freeze is being caused by slow file preallocation. You can ameliorate this by using a faster filesystem, or faster media, or by turning off preallocation. If the filesystem doesn't support a fast allocation call like fallocate64(), and preallocation is set to full, then preallocation is

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-14 Thread Rus F Adrian
Thanks charles for make me understand, I try to migrate from ntfs to ext4. -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-14 Thread charles
** Changed in: transmission (Ubuntu) Status: Incomplete = Invalid -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-13 Thread Rus F Adrian
** Attachment added: gdb-transmission.txt http://launchpadlibrarian.net/40915346/gdb-transmission.txt -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 538580] Re: transmission hangs everytime i add a torrent

2010-03-13 Thread Krzysztof Klimonda
The question was of course about filesystem present on a partition mounted to /media/sda2 and not about partition type. Sorry. -- transmission hangs everytime i add a torrent https://bugs.launchpad.net/bugs/538580 You received this bug notification because you are a member of Ubuntu Bugs, which