› Forums › Network Management › ZeroShell › Samba on 3.0 not working after reboot
- This topic is empty.
-
AuthorPosts
-
January 7, 2014 at 10:08 pm #43813
Steven Wittwer
ParticipantSo I have installed ZeroShell to my HDD using one of the many tutorials out there…
I then installed the Samba packages located here:
http://www.zeroshell.net/forum/viewtopic.php?p=14632
It works great until I restart Zeroshell, at which point it’s almost like it wasn’t installed (IE: /etc/smb.conf is no longer there, and service samba start says files are also missing).
Is this just a case of zeroshell version 3 not being compatible?
February 12, 2014 at 7:56 am #53069staifan13
MemberI have the same problem since i have installed 3.0 on my hard disk with the package manager …
root@zeroshell Database> service samba start
/sbin/service: line 6: /etc/rc.d/init.d/samba: No such file or directory
/sbin/service: line 6: exec: /etc/rc.d/init.d/samba: cannot execute: No such file or directory
root@zeroshell Database>Does anyone know how to turn around the problem ?
mean while I just reinstall samba like this after a reboot :
rm -rf /Database/opt/LICENSES
rm -rf /Database/opt/x.x
rm -f /Database/opt/updater
cd /Database
wget http://www.open-link.it/zeroshell/SMBXX_beta2.tar.bz2
tar xjvf SMBXX_beta2.tar.bz2
cd SMBXX_beta2
./install.shStéphan
April 2, 2014 at 8:43 am #53070latimeria
MemberHi,
we were discussing the same in the italian forum
http://zeroshell.net/forum/viewtopic.php?t=3764I have entered this in the post-boot and now works; hope this helps
# Startup Script
ln -sf /Database/opt/x.x/packages/etc/smb.conf /etc/smb.conf
echo /Database/opt/x.x/packages/lib >> /etc/ld.so.conf
ldconfig
#service samba start
/Database/opt/x.x/packages/sbin/smbd -D -s /Database/opt/x.x/packages/etc/smb.conf
/Database/opt/x.x/packages/sbin/nmbd -D -s /Database/opt/x.x/packages/etc/smb.confApril 2, 2014 at 5:13 pm #53071staifan13
MemberHey !
I tested it and it works well 😀
Thank you for it because I don’t watch the Italian forum because I don’t understand it …
without your response I had never seen .
thank you again and survive Zeroshell ! -
AuthorPosts
- You must be logged in to reply to this topic.