11-03-2022, 09:11 PM
Here's the latest WIP release notes.
ALERT on a bug that @TheOldPresbyope discovered :-) The ON/OFF setting for SMB server in the File sharing section of System Config does not work. It always leaves the SMB server OFF unless NFS server is also ON.
It's fixed in upcoming 8.2.3 but in the meantime here's a patch that fixes it right now. Just open an SSH terminal and execute the commands.
Patch for broken SMB server ON/OFF setting
Release notes
ALERT on a bug that @TheOldPresbyope discovered :-) The ON/OFF setting for SMB server in the File sharing section of System Config does not work. It always leaves the SMB server OFF unless NFS server is also ON.
It's fixed in upcoming 8.2.3 but in the meantime here's a patch that fixes it right now. Just open an SSH terminal and execute the commands.
Patch for broken SMB server ON/OFF setting
Code:
# Command to patch the file
sudo sed -i s"/submitJob('fs_smb', \$_POST\['fs_nfs'\]/submitJob('fs_smb', \$_POST\['fs_smb'\]/" /var/www/sys-config.php
# Restart servers
moodeutl -r
Release notes
Code:
################################################################################
#
# 2022-MM-DD TC moOde 8.2.3
#
################################################################################
Updates
- UPD: Bump to CamillaDSP 1.0.2
- UPD: Add UI layout for Ultra-wide screens
- UPD: Add Analog clock option for CoverView
- UPD: Use thin style for CoverView clocks
- UPD: Improve Quick help
- UPD: Use the correct name for AirPlay
- UPD: Refactor CSS and config templates
Bug fixes
- Fix: SMB server ON/OFF setting not working
- FIX: Top border of Playbar is visible
- FIX: Startup hangs if Bluetooth on but no adapter is present