Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Trouble installing Samba 6.5.8 : Page 1 of 5 (5 Items)
   
Trouble installing Samba 6.5.8  
Hi, 
 I'm trying to install Samba 6.5.8 on a QNX box running version 6.5.0 and is's an x86 system. I've been able to get a 
partial build but after doing some extra work. In the process of the install I've had to manually install pthreads, cups
, libmcrpt, and libiconv packages. Now the samba server will run but cannot be connected to. Turning on some debug and 
checking the log files I got the following messages:

[2011/04/27 13:03:33.141910,  0] printing/pcap.c:178(pcap_cache_reload)
  Unable to open printcap file /etc/printcap for read!
[2011/04/27 13:03:33.141910,  0] printing/pcap.c:178(pcap_cache_reload)
  Unable to open printcap file /etc/printcap for read!
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 1 (min password length), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 2 (password history), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 3 (user must logon to change password), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 4 (maximum password age), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 5 (minimum password age), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 6 (lockout duration), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 7 (reset count minutes), returning 0
[2011/04/27 13:03:35.573538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 8 (bad lockout attempt), returning 0
[2011/04/27 13:03:35.574538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 9 (disconnect time), returning 0
[2011/04/27 13:03:35.574538,  1] lib/account_pol.c:325(account_policy_get)
  account_policy_get: tdb_fetch_uint32 failed for type 10 (refuse machine password change), returning 0
[2011/04/27 13:03:45.312048,  0] lib/util_sock.c:844(open_socket_in)
  open_socket_in(): socket() call failed: Address family not supported by protocol family
[2011/04/27 13:03:45.361041,  0] smbd/server.c:500(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address family not supported by protocol family
[2011/04/27 13:03:45.361041,  0] lib/util_sock.c:844(open_socket_in)
  open_socket_in(): socket() call failed: Address family not supported by protocol family
[2011/04/27 13:03:45.361041,  0] smbd/server.c:500(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address family not supported by protocol family

I'm not worried about the pcap messages, the socket issues is really the big issue. Has anyone else run into this 
problem and have a fix? 
Also during the configuration an error involving -lpthreads was thrown. Has this happed to anyone else and is there a 
fix?