[02:31] thumper: unfortunately that's really a problem in bzrlib.config [07:48] http://paste.debian.net/72622/ any suggetions for debugging this? i tried pushing a new branch, bzr failed. tried again, got this error [10:36] Kamping_Kaiser: that paste link doesn't seem to work? [10:39] Kamping_Kaiser: without seeing the error I'm guessing you either need to try "bzr break-lock URL" or "bzr push --use-existing-dir", but those are just wild guesses :) [10:45] spiv: odd. it showed me the page after i posted it [10:45] bzr push [10:45] Using saved push location: sftp://kgoetz@bzr.savannah.nongnu.org/srv/bzr/gnewsense/packages/apt [10:45] bzr: ERROR (ignored): [10:45] bzr: ERROR: Generic path error: 'nbt0u9388m2c62skk7f6.pack': Failure: unable to rename to '../packs/f9193d0ede80c9739d71c395915f49d2.pack') [10:45] is hte error [10:47] looks like i only selected 1hr for the paste, so that explains that [10:55] Kamping_Kaiser: odd error [10:56] Kamping_Kaiser: for some reason that SFTP server is not allowing bzr to rename the just-uploaded pack file from its temporary location to its final location. [10:57] that is odd. i'll go and ask savannah if there are known issues with the bzr repos [10:58] I guess it's possible it's a permission error, but that would be pretty unusual, that would imply you don't have rights to modify .bzr/repository/packs but do have rights to modify .bzr/repository/upload [11:00] i don't see a .bzr/repository/ on the server. is that directory created with the first pack file being moved into place? [11:01] Where did you look? There's probably a shared repo at about /srv/bzr/gnewsense [11:01] i.e. /srv/bzr/gnewsense/.bzr/repository, maybe +/- a directory level. [11:02] i looked under /srv/bzr/gnewsense/packages/apt/.bzr/ , i'll check the other path too [11:02] In answer to the question, no, the repository is created well before bzr starts creating or uploading pack files [11:04] perms on that pack file appear to match the others in the directory. where 'the directory' is /srv/bzr/gnewsense/.bzr/repository [11:23] hi [11:23] i habe a problem after an unsuccessful bzr push [11:23] last push was interrupted by bzr: ERROR: [Errno 4] Interrupted system callerting stream:repacking texts:texts 433/727 [11:23] and now if i try to push again i get: bzr: ERROR (ignored): 'sftp://tfilebank@alf1.brunner.at/home/tfilebank/filebanking.repo/.bzr/repository/upload/ro11tk7b9gparngiezvv.pack' [11:23] bzr: ERROR: Generic path error: 'ro11tk7b9gparngiezvv.pack': Failure: unable to rename to '../packs/9613af81d2a9ac04466355023a7f044c.pack') [11:24] anybody any idea? [11:28] i tried to repair things now by removing 9613af81d2a9ac04466355023a7f044c.pack [11:28] now i can push again but looks like push has the same problem now [11:29] stops doing things at \ 44520KB 640KB/s | Fetching revisions:Inserting stream:repacking texts:texts 433/727 [11:29] output freezes here === radoe_ is now known as radoe [16:40] Playing around with shelving changes, and wonder if there is any method of inspecting a shelved change without unshelving it? shelve --list only lists the description, not the content.. [16:42] There's an `unshelve --preview`. [16:47] fullermd_: Since which bzr version? Not shown in bzr unshelve --help for me (2.0.5) [16:48] Mmm, looks like it came in with 2.1 according to NEWS. [16:48] Ok. A reason for upgrading then. [16:48] thanks