=== JanC_ is now known as JanC [15:44] hi, is there some kind of time-limit within a package must be uploaded to a ppa? [15:46] (meaning if the source-package is quite large it takes some time to upload it via dput) [16:28] ricotz: not afaik. define "quite large" ? [16:30] dobey, over 500mb and uploading for like 4+ hours [16:33] ricotz: well an upload is just ftp. if it's that much data, and your upload bandwidth is low, i suppose it could take a very long time and you could maybe run into tcp timeout issues [16:41] dobey, I see, the thing is the upload seems to run till the end and doesnt abort in a visible manner, dput just keeps hanging like "566003k/566004k" [16:53] so it never uploads the last 1K? [17:21] dobey, looks like it, at least the output says so, I assumed the ftp server times-out or something [17:21] ricotz: does dput exit, or just sit there waiting for it to finish? [17:23] there's an idle timeout of an hour on connections [17:23] it should only fire if the connection is actually idle (no data) for that long though [17:25] and that should never really happen with dput, as if that's happening, i'd expect the tcp timeout to hit first long before the server closing the connection for an idle connection [17:41] dobey, yes, it never finishes [17:45] ricotz: ok, not sure what to tell you then :) [17:46] I see, so something weird is going on here then :\ [17:47] seems like it. granted, i haven't ever uploaded anything with a 500MB source tarball to launchpad either [17:48] dobey, it worked fine some times already, but this time already tried it 3 times with the mentioned result