gpg: failed to create temporary file '/var/lib/lurker/.#lk0x56edc100.hantslug.org.uk.22246': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: verify signatures failed: Unknown system error
Hi,
I've got a shell script (for an installer) that runs fine on Ubuntu Dapper,
but doesn't run on Ubuntu Edgy / Feisty. The line causing the issue is the
penultimate one of:
if [ $AGENTS_DIR -ne 1 ]; then
while [ "$VCOUNT" -lt "$FILESYS_COUNT" ]
do
echo ""
printf "%-42s" "$INST_MSG_102 ${FILESYS_GROUP[$VCOUNT]}"
echo -e " ==> [\c"
When it's run, it returns:
# sh install
install: 299: Syntax error: Bad substitution
I've compared the environment variables between Dapper and Edgy using meld and
can't see anything glaringly different that would cause this not to work.
Does anyone know any significant changes in shell behaviour between Dapper and
Edgy / Feisty that might cause this behaviour?
Tony