Hello to all. I have a FreeBSD 5.4 Stable machine on my network. I have recently installed smb,for the 2nd time from /usr/ports/net/samba3. I have setted up a basic configuration which will follow. My config is located in /usr/local/etc/smb.conf -------------------------------------------------- #======================= Global Settings ===================================== [global]
workgroup = local server string = Samba Server security = share hosts allow = 10.1.10.1/255.255.255.0 load printers = no user = nobody log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY dns proxy = no force directory mode = 777 null passwords = yes encrypt passwords = yes public = no security = share #============================ Share Definitions ============================== [homes] comment = Home Directories browseable = no writable = no [public] comment = %h Shared Public Directory path = /public public = yes writable = yes write list = nobody,@nobody force group = nobody force user = nobody read only = no browsable = yes user = nobody,@nobody socket options = TCP_NODELAY ------------------------------------------------- I have access to my freeBSD machine via windows. BUT I keep getting this weird mail from cron: Message 1: >From [EMAIL PROTECTED] Fri Oct 21 13:22:01 2005 Date: Fri, 21 Oct 2005 13:22:00 +0300 (EEST) From: [EMAIL PROTECTED] (Cron Daemon) To: [EMAIL PROTECTED] Subject: Cron <[EMAIL PROTECTED]> /usr/libexec/save-entropy X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <PATH=.:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin> X-Cron-Env: <HOME=/> X-Cron-Env: <LOGNAME=operator> X-Cron-Env: <USER=operator> smbd Abort trap nmbd ------------------------------------------------ The story is that the first time I installed samba I enabled it in my /etc/rc.conf writting "echo " smbd" && /usr/local/sbin/smbd -D echo " nmbd" && /usr/local/sbin/nmbd -D " I don't know if this has sth to do with the fact I was getting the mail I included previously, all the time. Also, when I dmesg, I was gotting this : pid 70515 (smbd), uid 1003: exited on signal 6 pid 70524 (smbd), uid 1003: exited on signal 6 pid 70535 (smbd), uid 1003: exited on signal 6 So I deinstalled samba. But I still gotted the mails (the same as the one above). I think that might be because of the rc.conf. So now that I 've istalled it again I edited rc.conf and have only this line concerning samba: #enable samba samba_enable="YES" I do not get this often mails, but still I do. Does anybody have a clue about this? regards, Spen __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"