Opened 17 years ago
Last modified 17 years ago
#297 closed defect
syslinux doesn't seem to work through NFS — at Initial Version
Reported by: | Bruno Cornec | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | normal | Milestone: | 2.2.8 |
Component: | mindi | Version: | 2.2.7 |
Severity: | blocker | Keywords: | |
Cc: |
Description
When using mondoarchive through NFS for -T and -S, mindi is called with temp files created through NFS as well.
syslinux called in mindi then hang (Status D) as here:
root 30894 0.0 0.0 2612 604 pts/4 D+ 19:11 0:00 mattrib -h -r -s s:ldlinux.sys
A workaround in mindi consist in launching syslinux on a local disk before copying it on NFS.
mindi 2.0.4 line 1692:
Change
syslinux $imagefile >> $LOGFILE 2>> $LOGFILE
into {{{
mv $imagefile /tmp/$imagefile syslinux /tmp/$imagefile >> $LOGFILE 2>> $LOGFILE mv /tmp/$imagefile $imagefile
}}}
Note:
See TracTickets
for help on using tickets.