Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

fix dfree smb error #167

Merged
merged 1 commit into from
Sep 15, 2022
Merged

fix dfree smb error #167

merged 1 commit into from
Sep 15, 2022

Conversation

jimmyGALLAND
Copy link
Contributor

ISSUE:
When trying to send file to arpl samba share from windows OS, you got error "not enough free space on storage"!
In log/var/log/samba/log.smbd
-->../../source3/smbd/dfree.c:166(sys_disk_free) WARNING: dfree is broken on this system

Samba tries to use command dfree which does not exist on this system.

To FIX:
Just say samba to use "df" command

@fbelavenuto fbelavenuto merged commit dc70767 into fbelavenuto:main Sep 15, 2022
@fbelavenuto
Copy link
Owner

Very thanks for this PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants