Done that & below is my smb.conf file

# cat /usr/local/samba/lib/smb.conf
[global]
       workgroup = Materials
       server string = MSCM Share Server
       max log size = 100
       load printers = No
       dns proxy = No
       security = share

[mscmshare]
       path = /home/ngupta
       read only = No
       guest ok = Yes



I am able to start nmbd process but unable to start smbd process.

# pwd
/usr/local/samba/sbin
# ./nmbd &
[1]     8782068
# ./smbd &
[2]     11141138
#
[2] + Illegal instruction(coredump) ./smbd &
# ps -ef |grep -i mbd
    root  8782068 11010066  91 12:33:39  pts/2  0:09 ./nmbd
    root 11141140 11010066   0 12:33:56  pts/2  0:00 grep -i mbd

Thanks
Neetesh Gupta
Accenture Infrastructure Outsourcing
AIX Administrator
Stanford Hospital and Clinics
phone:       +1 6122984817
e-mail:  neetesh.gu...@accenture.com
Team email id : shc-u...@accenture.com
ITSM queue : IM-DCS-SHC-AIX-UNIX-Server


-----Original Message-----
From: Jeremy Allison [mailto:j...@samba.org]
Sent: Monday, March 12, 2012 1:18 PM
To: Gupta, Neetesh
Cc: j...@samba.org; samba@lists.samba.org
Subject: Re: [Samba] Unable to start Samba on AIX 6.1

On Mon, Mar 12, 2012 at 05:17:39PM +0000, neetesh.gu...@accenture.com wrote:
> Hi Allison,
>
>                     I have downloaded the package yesterday night, complied & 
> installed. While I am starting the nmbd & smbd process, I am getting below 
> error.
>
>
> # ./nmbd
> exec(): 0509-036 Cannot load program ./nmbd because of the following errors:
>         0509-150   Dependent module libwbclient.so could not be loaded.
>         0509-022 Cannot load module libwbclient.so.
>         0509-026 System error: A file or directory in the path name does not 
> exist.
> # ./smbd
> exec(): 0509-036 Cannot load program ./smbd because of the following errors:
>         0509-150   Dependent module libtalloc.so could not be loaded.
>         0509-022 Cannot load module libtalloc.so.
>         0509-026 System error: A file or directory in the path name does not 
> exist.

Set your shared library load path to /usr/local/samba/lib.


________________________________
Subject to local law, communications with Accenture and its affiliates 
including telephone calls and emails (including content), may be monitored by 
our systems for the purposes of security and the assessment of internal 
compliance with Accenture policy.
______________________________________________________________________________________

www.accenture.com

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to