Jake Carroll
2008-Oct-04 12:00 UTC
[Samba] Samba 3.2.1 not detecting interface in Solaris 10 x86
Hi all, I'm currently in the process of testing Samba 3.2.1.x compiled for Solaris 10 x86, because there are some issues I have found with the default Sun supported 3.0.28a that I am trying to resolve. In the process of attempting to run up 3.2.1.x, I have found that when I issue an /opt/local/sbin/smbd -D, my samba log file results in: [2008/10/04 21:29:15, 0, pid=3059] lib/interface.c:(540) WARNING: no network interfaces found [2008/10/04 21:29:15, 0, pid=3060] smbd/server.c:(547) open_sockets_smbd: No sockets available to bind to. The default Sun installed version does not do this. My interfaces are specified in my smb.conf like so: interfaces = lo0 nge Again, works fine in 3.0.28, but not when I try to start the custom compiled version. Thoughts? Thanks for your time. JC
Jake Carroll
2008-Oct-04 12:17 UTC
[Samba] Samba 3.2.1 not detecting interface in Solaris 10 x86
Hi Remy, Thanks for the reply. This was just a trivial example, but yes - I have it set up as nge1, as it stands, as this is the particular interface I use for filesharing tasks. I've also tried specifying an IP address and mask with the interfaces = directive, to no avail. Any extra thoughts? Thanks for your time. JC On Oct 4, 2008, at 10:06 PM, Remy Zandwijk wrote:>> I'm currently in the process of testing Samba 3.2.1.x compiled for >> Solaris 10 x86, because there are some issues I have found with the >> default Sun supported 3.0.28a that I am trying to resolve. >> In the process of attempting to run up 3.2.1.x, I have found that >> when I issue an /opt/local/sbin/smbd -D, my samba log file results >> in: >> [2008/10/04 21:29:15, 0, pid=3059] lib/interface.c:(540) >> WARNING: no network interfaces found >> [2008/10/04 21:29:15, 0, pid=3060] smbd/server.c:(547) >> open_sockets_smbd: No sockets available to bind to. >> The default Sun installed version does not do this. >> My interfaces are specified in my smb.conf like so: >> interfaces = lo0 nge > > Shouldn't that be nge0 or something? > > -Remy >
Remy Zandwijk
2008-Oct-04 12:21 UTC
[Samba] Samba 3.2.1 not detecting interface in Solaris 10 x86
> I'm currently in the process of testing Samba 3.2.1.x compiled for > Solaris 10 x86, because there are some issues I have found with the > default Sun supported 3.0.28a that I am trying to resolve. > > In the process of attempting to run up 3.2.1.x, I have found that when I > issue an /opt/local/sbin/smbd -D, my samba log file results in: > > [2008/10/04 21:29:15, 0, pid=3059] lib/interface.c:(540) > WARNING: no network interfaces found > [2008/10/04 21:29:15, 0, pid=3060] smbd/server.c:(547) > open_sockets_smbd: No sockets available to bind to. > > The default Sun installed version does not do this. > > My interfaces are specified in my smb.conf like so: > > interfaces = lo0 ngeShouldn't that be nge0 or something? -Remy