short readline in the readvfile hunk on smb mount
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Invalid
|
Medium
|
Martin Pool |
Bug Description
ted@shi:~/Photos$ bzr push /media/nas/Photos/
bzr: ERROR: [Errno 37] No locks available
ted@shi:~/Photos$ bzr push /media/nas/Photos/
Unable to obtain lock file://
held by <email address hidden> on host shi [process #1166]
locked 8 hours, 56 minutes ago
Will continue to try until 07:51:38, unless you press Ctrl-C
If you're sure that it's not being modified, use bzr break-lock file://
^Cbzr: interrupted
ted@shi:~/Photos$ bzr break-lock file://
/usr/lib/
import md5
Break lock file://
held by <email address hidden> on host shi [process #1166]
locked 8 hours, 57 minutes ago? [y/n]: y
Break lock file://
held by <email address hidden> on host shi [process #1166]
locked 8 hours, 57 minutes ago? [y/n]: y
ted@shi:~/Photos$ bzr push /media/nas/Photos/
bzr: ERROR: short readline in the readvfile hunk.
ted@shi:~/Photos$ bzr push /media/nas/Photos/
bzr: ERROR: short readline in the readvfile hunk.
ted@shi:~/Photos$ bzr version
Bazaar (bzr) 1.13.1
Python interpreter: /usr/bin/python 2.6.2
Python standard library: /usr/lib/python2.6
bzrlib: /usr/lib/
Bazaar configuration: /home/ted/.bazaar
Bazaar log file: /home/ted/.bzr.log
---
Wed 2009-06-17 14:20:50 -0500
0.039 bzr arguments: [u'push', u'/media/
0.051 looking for plugins in /home/ted/
0.196 looking for plugins
in /usr/lib/
0.229 encoding stdout as sys.stdout encoding 'UTF-8'
10.805 opening working tree '/media/nas/Photos'
21.586 Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
use_
File "/usr/lib/
remember)
File "/usr/lib/
tree_
File "/usr/lib/
return self._update_
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
to_tree = self.branch.
File "/usr/lib/
return self.repository
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
inv = self.get_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self.get_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self.iter_
File "/usr/lib/
for text, revision_id in self._iter_
File "/usr/lib/
for record in stream:
File "/usr/lib/
ordering, include_
File "/usr/lib/
global_map)
File "/usr/lib/
allow_
File "/usr/lib/
for key, data in self._read_
File "/usr/lib/
data = raw_records.next()
File "/usr/lib/
for names, read_func in reader.
File "/usr/lib/
self.
File "/usr/lib/
format = self._read_line()
File "/usr/lib/
line = self._source.
File "/usr/lib/
raise errors.
BzrError: short readline in the readvfile hunk.
summary: |
- short readline in the readvfile hunk + short readline in the readvfile hunk on smb mount |
Changed in bzr: | |
status: | Confirmed → Incomplete |
Thanks for the report Ted.
Could you please paste the traceback from ~/.bzr.log, and tell us what kind of filesystem and/or device this is?