Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - PeeZzz

Pages: [1]
1
Installation and Upgrades / Re: Samba share is not visible in lan
« on: June 18, 2015, 02:01:13 pm »
Sorry, I forgot the sudo in the last bit:

create a script:
/opt/zentyal/startnmbd.sh

in the script add these lines:
Code: [Select]
#! /bin/sh
service nmbd restart

in /etc/rc.local at the bottom add (before exit 0):
Code: [Select]
sudo bash /opt/zentyal/startnmbd.sh
That worked for me.

Hope this helps

Edit: btw: It takes a while before the nmbd service will be started with the above method, but eventually it will.

This REALLY works for me.

2
Installation and Upgrades / Re: Samba share is not visible in lan
« on: May 31, 2015, 02:38:49 am »
I used to work with MS Windows Servers, but I'm now looking for an alternative for the MS AD and Domain services. Therefore the past couple of days I've been trying out, among others, Zentyal. I have to say that i.m.h.o. Linux is still light years behind. The way services are dealt with is ridiculously  complicated and very limited in possibilities as compared to Windows. I honestly believe they should work on that. At the moment it's a mess with like 4 or 5 different inconsistent ways of handling them :o.

Anyhow, I also had the problem of not being able to browse the Zentyal managed shares. I found out that it was indeed the NMBD service. When I manually start it (/etc/init.d/nmbd restart) the server becomes browsable. However, even though I tried to set the service to auto-start upon booting, that somehow fails. Therefore I've created a workaround:

create a script:
/opt/zentyal/startnmbd.sh

in the script add these lines:
#! /bin/sh
service nmbd start

in /etc/rc.local at the bottom add (before exit 0):
bash /opt/zentyal/startnmbd.sh

That worked for me.

Hope this helps

Edit: btw: It takes a while before the nmbd service will be started with the above method, but eventually it will.

3
Dutch / Zentyal als vervanger MS Small Business Server
« on: December 13, 2014, 03:59:34 pm »
Goedendag, ik zal me even voorstellen, Peter, zzp-er, eigenlijk al jaren een Microsoft-man, maar nu op zoek naar een (goedkopere) vervanger voor MS SBS voor mijn klanten. Ik wil graag van MS Windows overstappen naar Linux. Om die reden heb ik thuis een proefopstelling gemaakt: Zentyal 4 op een (oude) i5 met 8Gb geheugen, 250Gb HDD en 2x 320Gb USB HDD. Ik heb Zentyal geconfigureerd als:

-naam: saturn, domein: famzwart.lan, ip 10.0.0.10/24
-stand alone domain controller
-ldap AD
-dns server (caching forwarder)
-dhcp server
-file server
-ntp server

Nu loop ik tegen wat vraagjes aan waarvan ik hoop dat iemand hier wat meer kennis mij kan helpen:

Ik heb een share aangemaakt op 1 van de USB HDDs en die toegankelijk gemaakt voor een user uit het domein. Alhoewel dit nogal wat voeten in de aarde had (Zentyal heeft nogal moeite met NTFS volumes), lijkt dit gelukt. Via "nemo smb://saturn" kan ik vanuit mijn Linux (Mint) client browsen op de share met het domein account dat ik heb geauthoriseerd.
-->Echter, ik zie de server (saturn) nergens terug in de netwerk omgeving. Niet vanuit Windows clients en niet vanuit Linux clients. Weet iemand hoe ik de server zichtbaar kan maken?

Ik zou graag vanaf een Linux client me aanmelden op het Zentyal domein.
-->Weet iemand hoe?

Bij voorbaat dank voor eventuele hulp!

Pages: [1]