| Summary: | net-fs/samba-3.6.23-r1 - nmbd.service: main process exited, code=exited, status=1/FAILURE - ../lib/util/util_net.c:70(interpret_string_addr_internal) interpret_string_addr_internal: getaddrinfo failed for name 0.0.0.0 [Address family for hostname not su | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris Smith <chris> |
| Component: | Current packages | Assignee: | Gentoo's SAMBA Team <samba> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | bkohler, systemd |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=500922 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Chris Smith
2014-06-29 17:26:43 UTC
What version of samba? (In reply to Mike Gilbert from comment #1) > What version of samba? net-fs/samba-3.6.23-r1 Please post the relevant output from nmbd. It might be located in /var/log/samba/. I'm aware of bug 500922, this occur without the bind interfaces directive. (In reply to Jeroen Roovers from comment #3) > Please post the relevant output from nmbd. It might be located in > /var/log/samba/. At log level = 5: [2014/06/30 14:44:34, 4] param/loadparm.c:9608(lp_load_ex) pm_process() returned Yes [2014/06/30 14:44:34, 5] ../lib/util/charset/codepoints.c:235(map_locale) Substituting charset 'UTF-8' for LOCALE [2014/06/30 14:44:34, 3] nmbd/nmbd.c:383(reload_nmbd_services) services not loaded [2014/06/30 14:44:34, 5] lib/util.c:242(init_names) Netbios name list:- my_netbios_names[0]="SARTRE" [2014/06/30 14:44:34, 2] nmbd/nmbd.c:894(main) Becoming a daemon. [2014/06/30 14:44:34, 4] lib/time.c:384(TimeInit) TimeInit: Serverzone is 14400 [2014/06/30 14:44:34, 3] nmbd/nmbd.c:963(main) Opening sockets 137 [2014/06/30 14:44:34, 3] ../lib/util/util_net.c:70(interpret_string_addr_internal) interpret_string_addr_internal: getaddrinfo failed for name 0.0.0.0 [Address family for hostname not supported] [2014/06/30 14:44:34, 0] nmbd/nmbd.c:690(open_sockets) Would you mind attaching your smb.conf file as well? (In reply to Mike Gilbert from comment #6) > Would you mind attaching your smb.conf file as well? Here's the global section which should be entirely sufficient: [global] workgroup = GRIZZLY netbios name = SARTRE server string = Bears will kill you name resolve order = wins host bcast local master = yes preferred master = yes domain master = yes domain logons = yes security = user socket options = TCP_NODELAY SO_KEEPALIVE wins support = yes passdb backend = tdbsam log file = /var/log/samba/%m.log max log size = 500 log level = 1 map to guest = bad user dns proxy = no username map = /etc/samba/smbusers use sendfile = yes host msdfs = no msdfs root = no max protocol=SMB2 unix extensions = no disable netbios = no smb ports = 445 139 enhanced browsing = no browse list = yes logon path = logon home = \\%N\%U logon drive = u: add user script = /usr/sbin/useradd -g "users" -m -k "/etc/skelnul" -s /bin/false '%u' add machine script = /usr/sbin/useradd -d /dev/null -g 'nofiles' -c 'Machine Account' -s /bin/false '%u' deadtime = 3 printcap name = cups printing = cups load printers = yes Does this still affect samba-4.x? |