What do you mean "no samba"?
For the futures version, should it be possible to create a batch for solve the samba prob's ?
I would like to know too if a second flash will solve it ?
The idea of releasing a release candidate is to get this issues to the surface, and fix them before they hit an official release. However, in two months of RC, nobody has reported this issue.
Just flashed a box with the latest image, and restored my autobackup. Samba works fine.
Weird (or should I say unexpected) thing is that is says there are 40 updates present, which should not happen when you flash the latest image. That at least suggests there is something amiss on the buildserver. After I've installed these updates and reboot the box, samba is no longer running:
/etc/init.d/samba.sh start Starting Samba: smbd/usr/sbin/smbd: error while loading shared libraries: libsmbd-base-samba4.so: cannot open shared object file: No such file or directory nmbd/usr/sbin/nmbd: error while loading shared libraries: libpopt-samba3-samba4.so: cannot open shared object file: No such file or directory
This is because of the circular dependencies in the package. A second update does:
opkg upgrade Upgrading libsamba-base from 4.4.5-r0.2 to 4.4.5-r0.4 on root. samba was autoinstalled and is now orphaned, will remove Removing package samba from root... Upgrading libsamba-base (4.4.5) on root. Downloading http://downloads.openpli.org/feeds/openpli-6-release/mips32el/libsamba-base_4.4.5-r0.4_mips32el.ipk. Not upgrading package samba which is marked replace (flags=0x84). Configuring libsamba-base.
After this, samba starts again:
/etc/init.d/samba.sh start Starting Samba: smbd nmbd.
So, as mentioned before, a single update + reboot isn't enough, there might still be updates waiting after that.