Arjit Gupta
2016-Oct-22 05:16 UTC
[Samba] samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
Hi Team, On running make quicktest. I am stuck as wbinfo --ping-dc is from selftest/target/Samba3.pm is failing. Below is the code snipped from logs. *Socket opened.* *parse_nmb: packet id = 14795* *nmb packet from 127.0.0.3(137) header: id=14795 opcode=Query(0) response=Yes* * header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No auth=Yes* * header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0* * answers: nmb_name=LOCALNT4DC2<00> rr_type=32 rr_class=1 ttl=259200* * answers 0 char .... hex 00007F000003* *Got a positive name query response from 127.0.0.3 ( 127.0.0.3 )* *querying LOCALNT4DC2 on 127.0.0.3* *127.0.0.3 LOCALNT4DC2<00>* *checking for winbindd* *could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE* *could not obtain winbind domain name!* *failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE* *checking the NETLOGON for domain[] dc connection to "" failed* *could not obtain winbind interface details: WBC_ERR_WINBIND_NOT_AVAILABLE* *could not obtain winbind domain name!* Please help me triage issue with the same. Note:- I am not sure if this issue to be send to samba-technical mail list. Please let me know if that's the case. Arjit Kumar
Rowland Penny
2016-Oct-22 08:09 UTC
[Samba] samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
On Sat, 22 Oct 2016 10:46:04 +0530 Arjit Gupta via samba <samba at lists.samba.org> wrote:> Hi Team, > > On running make quicktest. I am stuck as wbinfo --ping-dc is > from selftest/target/Samba3.pm is failing. > > Below is the code snipped from logs. > > *Socket opened.* > *parse_nmb: packet id = 14795* > *nmb packet from 127.0.0.3(137) header: id=14795 opcode=Query(0) > response=Yes* > * header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No > auth=Yes* > * header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0* > * answers: nmb_name=LOCALNT4DC2<00> rr_type=32 rr_class=1 > ttl=259200* > * answers 0 char .... hex 00007F000003* > *Got a positive name query response from 127.0.0.3 ( 127.0.0.3 )* > *querying LOCALNT4DC2 on 127.0.0.3* > *127.0.0.3 LOCALNT4DC2<00>* > *checking for winbindd* > *could not obtain winbind interface details: > WBC_ERR_WINBIND_NOT_AVAILABLE* *could not obtain winbind domain name!* > *failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE* > *checking the NETLOGON for domain[] dc connection to "" failed* > *could not obtain winbind interface details: > WBC_ERR_WINBIND_NOT_AVAILABLE* *could not obtain winbind domain name!* > > Please help me triage issue with the same. > > Note:- I am not sure if this issue to be send to samba-technical mail > list. Please let me know if that's the case. > > Arjit KumarHi, instead of asking virtually the same question three times, you could give us more info, such as how did you configure Samba Rowland
Arjit Gupta
2016-Oct-25 03:24 UTC
[Samba] samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
Hi Rowland, Below are the details for how i have configured samba. export CC=/opt/aCC/bin/cc export LDFLAGS="-Wl,+s,+b/opt/samba/lib:/opt/samba/lib/samba:/opt/samba /lib/third_party:/opt/samba/lib/security -Wl,+as,mpas -L/home/arjit/cifs4.x_deps/lib/third_party" ./configure \ --prefix=/opt/samba \ --bindir=/opt/samba/bin \ --sbindir=/opt/samba/bin \ --libdir=/opt/samba/lib \ --includedir=/opt/samba/include \ --enable-fhs \ --sysconfdir=/etc/opt/samba \ --localstatedir=/var/opt/samba \ --with-configdir=/etc/opt/samba --enable-selftest --without-pie I have commented winbindd socket directory = $wbsockdir from selftest/target/Samba3.pm as a wrokaround. But after that i am getting error in every Testsuite Arjit Kumar On Sat, Oct 22, 2016 at 1:39 PM, Rowland Penny via samba < samba at lists.samba.org> wrote:> On Sat, 22 Oct 2016 10:46:04 +0530 > Arjit Gupta via samba <samba at lists.samba.org> wrote: > > > Hi Team, > > > > On running make quicktest. I am stuck as wbinfo --ping-dc is > > from selftest/target/Samba3.pm is failing. > > > > Below is the code snipped from logs. > > > > *Socket opened.* > > *parse_nmb: packet id = 14795* > > *nmb packet from 127.0.0.3(137) header: id=14795 opcode=Query(0) > > response=Yes* > > * header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No > > auth=Yes* > > * header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0* > > * answers: nmb_name=LOCALNT4DC2<00> rr_type=32 rr_class=1 > > ttl=259200* > > * answers 0 char .... hex 00007F000003* > > *Got a positive name query response from 127.0.0.3 ( 127.0.0.3 )* > > *querying LOCALNT4DC2 on 127.0.0.3* > > *127.0.0.3 LOCALNT4DC2<00>* > > *checking for winbindd* > > *could not obtain winbind interface details: > > WBC_ERR_WINBIND_NOT_AVAILABLE* *could not obtain winbind domain name!* > > *failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE* > > *checking the NETLOGON for domain[] dc connection to "" failed* > > *could not obtain winbind interface details: > > WBC_ERR_WINBIND_NOT_AVAILABLE* *could not obtain winbind domain name!* > > > > Please help me triage issue with the same. > > > > Note:- I am not sure if this issue to be send to samba-technical mail > > list. Please let me know if that's the case. > > > > Arjit Kumar > > Hi, instead of asking virtually the same question three times, you > could give us more info, such as how did you configure Samba > > Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba
Andrew Bartlett
2016-Oct-26 12:48 UTC
[Samba] samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
On Sat, 2016-10-22 at 10:46 +0530, Arjit Gupta via samba wrote:> Hi Team, > > On running make quicktest. I am stuck as wbinfo --ping-dc is > from selftest/target/Samba3.pm is failing. > > Below is the code snipped from logs. > > *Socket opened.* > *parse_nmb: packet id = 14795* > *nmb packet from 127.0.0.3(137) header: id=14795 opcode=Query(0) > response=Yes* > * header: flags: bcast=No rec_avail=Yes rec_des=Yes trunc=No > auth=Yes* > * header: rcode=0 qdcount=0 ancount=1 nscount=0 arcount=0* > * answers: nmb_name=LOCALNT4DC2<00> rr_type=32 rr_class=1 > ttl=259200* > * answers 0 char .... hex 00007F000003* > *Got a positive name query response from 127.0.0.3 ( 127.0.0.3 )* > *querying LOCALNT4DC2 on 127.0.0.3* > *127.0.0.3 LOCALNT4DC2<00>* > *checking for winbindd* > *could not obtain winbind interface details: > WBC_ERR_WINBIND_NOT_AVAILABLE* > *could not obtain winbind domain name!* > *failed to call wbcPingDc: WBC_ERR_WINBIND_NOT_AVAILABLE* > *checking the NETLOGON for domain[] dc connection to "" failed* > *could not obtain winbind interface details: > WBC_ERR_WINBIND_NOT_AVAILABLE* > *could not obtain winbind domain name!* > > Please help me triage issue with the same. > > Note:- I am not sure if this issue to be send to samba-technical mail > list. > Please let me know if that's the case.Yes, samba-technical would be more appropriate. It would also be reasonable to say that HP-UX hasn't had much attention of late in terms of Samba portability. I think you will need to get into the failing code with a debugger and work out which socket it is actually connecting to, and what socket Samba is actually listening on. I hope this helps, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Possibly Parallel Threads
- samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to pick workgroup and netbios name.
- samba 4.5.0 on HPUX(IA-64) make quicktest fails with error Failed to add entry for user.
- samba 4.5.0 on HPUX(IA-64) make quicktest fails as not able to recognize vlp as valid printing value.
- WinbinD no longer available in Samba 4.7.6
- 4.2.1 make quicktest error