I followed the simple guide in the forum but was still unable to use my keys. Turns out my keys were DSA, and FreeSSHD only seems to know about RSA keys. I generated some RSA keys and everything was fine.
fusermount: failed to open mountpoint for reading: Permission denied
It must have something to do with userid's, the solution was to make the mountpoint world readable and executable. The containing home directory is not world readable anyway...
Hope that helps someone.
PS - To umount the sshfs mounted filesystem, use fusermount -u
wimax init
Also, you couldn't use the direction pad to select any options in the menu.
Thankfully my friend Brian was able to fix the problem. linuxrc needed a few hacks and the applications fb_update_mode and evkey needed to be added to /usr/bin
Bootmenu needed to be patched to correctly set the memory card location. The mmc cards change numbers during boot, which can be confusing.
Here are the patched files:
A fatal error has occurred
MDB2 Error: not found
This is after installing MDB2, the problem was we didn't have the MySQL driver for MDB2.
pear install -fa MDB2_Driver_mysql
After that the upgrade runs to completion.
[ OK ] Modified sequence for kronolith_shares
[ OK ] Modified sequence for turba_shares
[ OK ] Done
if (!empty($conf['user']['select_view'])) {
$apps = $registry->listApps(null, true);
$view_cookie = isset($_COOKIE['default_imp_view'])
? $_COOKIE['default_imp_view']
: ($browser->isMobile() && isset($apps['mimp']) ?
$conf['server']['cache_folders'] = true;
$conf['server']['token_lifetime'] = 1800;
$conf['server']['cachejs'] = 'none';
$conf['server']['cachecss'] = 'none';
Additionally, we changed our tokens in horde from sql to file.
pam_password md5
With this line in the passwords are changed on windows, but to something incoherent, probably due to an incompatible hashing. We commented out the line and now passwords are syncing in both directions.
Copyright 2019 - All Rights Reserved