From: James L. <bjl...@lo...> - 2007-03-29 02:46:45
|
I am using beta6 compiled on AMD64 for Linux. A pic of the behaviour is at: http://lockie.ca/test/gaim.png The file is transferring fine but it is not 1 byte and the % done is wrong. |
From: Eric P. <al...@gm...> - 2007-03-29 04:56:07
|
i'm not sure of your problem, but i'm willing to bet there isn't anything wrong with the %. i'm guessing that there's something wrong with the size and based on a file being 1byte, the amount transfered would amount to that % value. ie: a file of 300bytes transfered where the size is thought to be only 1byte would equate to 30,000% transfered. if this is indeed the case, the file you transfered in the pic would be 869,046 bytes or ~ 870KB. On 3/28/07, James Lockie <bjl...@lo...> wrote: > > I am using beta6 compiled on AMD64 for Linux. > A pic of the behaviour is at: > http://lockie.ca/test/gaim.png > > The file is transferring fine but it is not 1 byte and the % done is wrong. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > -- "...indexable arrays, which may be thought of as functions whose domains are isomorphic to contiguous subsets of the integers." --Haskell 98 Library Report |
From: James L. <bjl...@lo...> - 2007-03-29 20:44:16
|
Eric Polino wrote: > i'm not sure of your problem, but i'm willing to bet there isn't > anything wrong with the %. i'm guessing that there's something wrong > with the size and based on a file being 1byte, the amount transfered > would amount to that % value. > > ie: > a file of 300bytes transfered where the size is thought to be only > 1byte would equate to 30,000% transfered. > > if this is indeed the case, the file you transfered in the pic would > be 869,046 bytes or ~ 870KB. > The file is 3,700,864B Maybe it was a shortcut on Windoze. > On 3/28/07, James Lockie <bjl...@lo...> wrote: > >> I am using beta6 compiled on AMD64 for Linux. >> A pic of the behaviour is at: >> http://lockie.ca/test/gaim.png >> >> The file is transferring fine but it is not 1 byte and the % done is wrong. >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Gaim-devel mailing list >> Gai...@li... >> https://lists.sourceforge.net/lists/listinfo/gaim-devel >> >> > > > |
From: Eric P. <al...@gm...> - 2007-03-29 20:49:23
|
yeah, my theory seems a little shot with that. but the fact that the size mod(1000) is pretty close to 870 makes you wonder. On 3/29/07, James Lockie <bjl...@lo...> wrote: > Eric Polino wrote: > > i'm not sure of your problem, but i'm willing to bet there isn't > > anything wrong with the %. i'm guessing that there's something wrong > > with the size and based on a file being 1byte, the amount transfered > > would amount to that % value. > > > > ie: > > a file of 300bytes transfered where the size is thought to be only > > 1byte would equate to 30,000% transfered. > > > > if this is indeed the case, the file you transfered in the pic would > > be 869,046 bytes or ~ 870KB. > > > The file is 3,700,864B > Maybe it was a shortcut on Windoze. > > On 3/28/07, James Lockie <bjl...@lo...> wrote: > > > >> I am using beta6 compiled on AMD64 for Linux. > >> A pic of the behaviour is at: > >> http://lockie.ca/test/gaim.png > >> > >> The file is transferring fine but it is not 1 byte and the % done is wrong. > >> > >> > >> ------------------------------------------------------------------------- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to share your > >> opinions on IT & business topics through brief surveys-and earn cash > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> _______________________________________________ > >> Gaim-devel mailing list > >> Gai...@li... > >> https://lists.sourceforge.net/lists/listinfo/gaim-devel > >> > >> > > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel > -- "...indexable arrays, which may be thought of as functions whose domains are isomorphic to contiguous subsets of the integers." --Haskell 98 Library Report |
From: James L. <bjl...@lo...> - 2007-03-31 17:13:33
|
Eric Polino wrote: > yeah, my theory seems a little shot with that. but the fact that the > size mod(1000) is pretty close to 870 makes you wonder. > > On 3/29/07, James Lockie <bjl...@lo...> wrote: > >> Eric Polino wrote: >> >>> i'm not sure of your problem, but i'm willing to bet there isn't >>> anything wrong with the %. i'm guessing that there's something wrong >>> with the size and based on a file being 1byte, the amount transfered >>> would amount to that % value. >>> >>> ie: >>> a file of 300bytes transfered where the size is thought to be only >>> 1byte would equate to 30,000% transfered. >>> >>> if this is indeed the case, the file you transfered in the pic would >>> be 869,046 bytes or ~ 870KB. >>> >>> >> The file is 3,700,864B >> Maybe it was a shortcut on Windoze. >> >>> On 3/28/07, James Lockie <bjl...@lo...> wrote: >>> >>> >>>> I am using beta6 compiled on AMD64 for Linux. >>>> A pic of the behaviour is at: >>>> http://lockie.ca/test/gaim.png >>>> >>>> The file is transferring fine but it is not 1 byte and the % done is wrong. It transferred fine so I guess it is a minor problem. It is MSN too. :-) Thanks for the help. |
From: Ruben F. <kr...@0x...> - 2007-04-06 16:22:13
|
On Thu, 2007-03-29 at 16:44 -0400, James Lockie wrote: > Eric Polino wrote: > > i'm not sure of your problem, but i'm willing to bet there isn't > > anything wrong with the %. i'm guessing that there's something wrong > > with the size and based on a file being 1byte, the amount transfered > > would amount to that % value. > > > > ie: > > a file of 300bytes transfered where the size is thought to be only > > 1byte would equate to 30,000% transfered. > > > > if this is indeed the case, the file you transfered in the pic would > > be 869,046 bytes or ~ 870KB. > > > The file is 3,700,864B > Maybe it was a shortcut on Windoze. Just to report this happens all the time to me too on Linux and MSN. > > On 3/28/07, James Lockie <bjl...@lo...> wrote: > > > >> I am using beta6 compiled on AMD64 for Linux. > >> A pic of the behaviour is at: > >> http://lockie.ca/test/gaim.png > >> > >> The file is transferring fine but it is not 1 byte and the % done is wrong. > >> > >> > >> ------------------------------------------------------------------------- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to share your > >> opinions on IT & business topics through brief surveys-and earn cash > >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >> _______________________________________________ > >> Gaim-devel mailing list > >> Gai...@li... > >> https://lists.sourceforge.net/lists/listinfo/gaim-devel > >> > >> > > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Gaim-devel mailing list > Gai...@li... > https://lists.sourceforge.net/lists/listinfo/gaim-devel |