[FIXED] Re: Update to samba, smbclient, libwbclient breaks standalone file service/cifs mounts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 04/24/2018 10:32 PM, David C. Rankin wrote:
>   Downgrading to 4.7.6 restore full functionality. Apparently there are
> problems with the 4.8 rollout on samba@xxxxxxxxxxxxxxx. If you have a
> production box serving files in standalone mode -- double check your access
> after update.

The service files have changed -- that is the primary problem. I was able to
find the new service files grepping the package listing.

The changes are,

  smbd.service  -- replaced by -- smb.service
  nmbd.service  -- replaced by -- nmb.service

Normal service file change update required:

# systemctl stop smbd
# systemctl stop nmbd
# systemctl disable smbd
# systemctl disable nmbd
# systemctl enable smb
# systemctl enable nmb
# systemctl start smb
# systemctl start nmb

This solved the breakage. The journalctl -xe message about needing winbing in
standalone mode was misinterpreted. samba 4.8 is working.

-- 
David C. Rankin, J.D.,P.E.



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux