Is there a recommended way to add lines to the confconsole usage.txt file?
I tried:
#add usage information
$USAGE=/etc/confconsole/usage.txt
sed -i -e "6 a OpenFire Admin: https://$ipaddr:9090" -e "6 a OpenFire: $ipaddr:5222" $USAGE
sed -i '9,10 d' $USAGE
I got this error when trying to patch an iso with the patch file:
/tmp/tklpatch/conf: line 38: =/etc/confconsole/usage.txt: No such file or directory
Whenever I create a new virtual host, either through Webmin or through the enabled dir directly I get the error: The requested URL / was not found on this server.
Not sure what the issue could be?
Any ideas? or is there a document that walks through setting up a virtual host? Maybe I'm missing something.
Hi! I'm new to turnkey appliances, and I've spent hours trying to get the trac appliance to accept a bzr push. I've googled all over, and haven't found anything... Here's the error I'm getting:
Connected (version 2.0, client OpenSSH_4.7p1)
Adding ssh-rsa host key for 10.0.0.5: 6F40D4E59635AADB60C9D6A9ADAC79BA
bzr: ERROR: Connection error: Unable to authenticate to SSH host as
root@10.0.0.5
supported auth types: []
Does anybody happen to know this problem? I'm running this under virtualbox 3.2 with bridged networking, if it makes any difference.