aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2009-03-18 12:46:18 +0100
committerJunichi Uekawa <dancer@netfort.gr.jp>2009-03-18 23:11:17 +0900
commit6fd203c1f54e529ea7b1cca7189c647be9050bbf (patch)
tree44d1513a5d29b20c99f8763d1ed56623960d2ef5 /Documentation
parent499e3fa251a0352701e9f4faa1d5c797318692f4 (diff)
downloadpbuilder-6fd203c1f54e529ea7b1cca7189c647be9050bbf.tar
pbuilder-6fd203c1f54e529ea7b1cca7189c647be9050bbf.tar.gz
Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh connection dies
Package: pbuilder Version: 0.181 Severity: important When pbuilder is executed over ssh and the ssh connection dies, it won't umount bind mounts and won't clean up the build dir. Unfortunately, cowbuilder WILL cleanup the build dir, wiping all bind mounts. The execution order is like this: ssh -> sudo -> cowbuilder -> pbuilder Because of the sudo, the SIGHUP will not be delivered to pbuilder. However, pbuilder will get SIGPIPE when writing to stdout or stderr. In addition, even when SIGPIPE is ignored, a write to stdout will give EPIPE, which causes echo to return with an error. Therefore, you - need to catch sigpipe in addition to sighup - need to ignore sigpipe and sighup in the cleanup handler - need to set +x in the cleanup handler to avoid exiting just because echo returns an error. The attached patch works for me but I have only edited pbuilder-buildpackage and not the other commands.
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions