-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2707 from truenas/PD-1136-update-24-04-release-no…
…tes-guidance-on-user-home-directory-change Pd 1136 update 24 04 release notes guidance on user home directory change
- Loading branch information
Showing
5 changed files
with
56 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||

 | ||
|
||
SCALE 24.04 changes the default user home directory location from **/nonexistent** to **/var/empty**. | ||
This new directory is an immutable directory shared by service accounts and accounts that should not have a full home directory. | ||
|
||
Existing users with an SMB Home Share who upgrade to 24.04 can experience disruptions to the following services: | ||
|
||
* SMB shares | ||
* SSH | ||
* Shell access | ||
|
||
Users with an SMB Home Share should review local user accounts for any with home directories set to **/nonexistent**. | ||
Update the home directory path to **/var/empty** for all affected accounts. | ||
Accounts with an existing home directory other than **/nonexistent** do not need to be modified. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1883,3 +1883,4 @@ VMCPUandMemorySettings | |
VMGPUSettings | ||
CloneVMDialog | ||
enlightenments | ||
HomeDirectory |