search for: client_name

Displaying 20 results from an estimated 74 matches for "client_name".

2000 Mar 24
2
Samba-2.07pre2 still crashes under Linux and HP-UX
...or the readers of samba@samba.org: clients are failing mysteriously on an otherwise stable server. This is repeatable on Linux and HP/UX both] The log starts at [2000/03/23 13:54:11], and at 15:02:38 we get a Gethostbyaddr failure. The sequence was: --- [2000/03/23 15:02:38, 0] lib/util_sock.c:client_name(999) getpeername failed. Error was Bad file descriptor [2000/03/23 15:02:38, 0] lib/util_sock.c:client_name(999) getpeername failed. Error was Bad file descriptor [2000/03/23 15:02:38, 1] lib/util_sock.c:client_name(1007) Gethostbyaddr failed for 155.63.51.194 --- then, a little later, --- [2...
2001 Mar 20
1
Logon errors
...comingrequests.c:process_name_release_request(84) process_name_release_request: unicast name release request received for name LOCALENLOGIC<1e> from IP 192.168.0.14 on subnet UNICAST_SUBNET. Error - should be sent to WINS server >>> smb.log [2001/03/20 11:23:08, 1] lib/util_sock.c:client_name(1007) Gethostbyaddr failed for 192.168.0.14 [2001/03/20 11:34:10, 1] lib/util_sock.c:client_name(1007) Gethostbyaddr failed for 192.168.0.14 [2001/03/20 11:34:38, 1] lib/util_sock.c:client_name(1007) Gethostbyaddr failed for 192.168.0.14 [2001/03/20 11:51:31, 1] smbd/files.c:file_init(216)...
2012 Dec 05
2
[RFC PATCH] drm/nouveau: report channel owner in error messages
...gt; #include <core/class.h> +#include <core/client.h> #include <core/handle.h> #include <core/engctx.h> #include <core/enum.h> @@ -786,12 +787,19 @@ nv50_graph_intr(struct nouveau_subdev *subdev) nv_wr32(priv, 0x400500, 0x00010001); if (show) { + const char *client_name = "unk"; + if (engctx) { + struct nouveau_client *client = nouveau_client(engctx); + if (client) + client_name = client->name; + } nv_error(priv, ""); nouveau_bitfield_print(nv50_graph_intr_name, show); printk("\n"); - nv_error(priv, "ch %d [...
2012 Aug 29
1
What could cause an "unclean shutdown" of process?
...intcap cache time expired. [2012/08/28 17:38:22.509403, 3] printing/pcap.c:138(pcap_cache_reload) reloading printcap cache [2012/08/28 17:38:22.509499, 3] printing/pcap.c:189(pcap_cache_reload) reload status: ok I don't see anything that catches my eye in the other logs (log.nmbd, log.<client_name>, log.<client_IP>, log.winbindd). The log.<client_name> shows a very long list of transactions that stops suddently at the time of the 'unclean shutdown'. Do you have any idea what could cause this 'unclean shutdown'? What would be the best way to further diagnose th...
2002 Mar 08
2
Re: 'Network Busy' - indeed (Gustav Tresselt)
...bind succeeded on port 0 [2002/02/14 10:54:28, 3] smbd/oplock.c:open_oplock_ipc(114) open_oplock ipc: pid = 50358, global_oplock_port = 2903 [2002/02/14 10:54:28, 0] lib/util_sock.c:client_addr(1038) getpeername failed. Error was Socket is not connected [2002/02/14 10:54:28, 0] lib/util_sock.c:client_name(992) getpeername failed. Error was Socket is not connected [2002/02/14 10:54:28, 0] lib/access.c:check_access(262) [2002/02/14 10:54:28, 0] lib/util_sock.c:client_addr(1038) getpeername failed. Error was Socket is not connected [2002/02/14 10:54:28, 0] lib/util_sock.c:client_name(992) getpeer...
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
...ient name lookup code >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-RELEASE-p16 i386 >Environment: System: FreeBSD 4.8-RELEASE-p16 >Description: rsync does reverse name lookups on a client address in lookup_name (called from client_name) in clientname.c The code in client_name does two things incorrectly: - fails to set ss_len member of struct sockaddr_storage, which when passed to getnameinfo causes the latter to fail; - detection of IPv6 via counting dots is plain silly and doesn't work; The attached patch attempts t...
2005 Feb 10
2
net ads join requires full domain admin account?
Problem: I have an account that allows me to join an AD domain, this works fine from any win box. However it fails with "ads_add_machine_acct (client_name): Insufficient access" when I do a net ads join from a linux box. To get samba to join the domain, I have to use an account with full domain admin privs. (ie net ads join -Ufull_domain_admin) Is this expected behavior? The linux box is running Fedora Core 3, samba 3.0.10-1, krb 1....
2000 Jun 16
2
Samba and DNS
Panagiotis Malakoudis wrote: > > Here is my problem. I have a slackbox running samba 2.0.6 > that uses an NT wins server. I also have a DNS on linux. > Whenever my dns failes (for some reason) hosts that have no > entry on the DNS server but are indeed found on the wins > cannot connect to the samba server. They get "The network is > busy" and the smb log files
2009 Oct 05
3
Questions about app_jack.c
Hello, My configuration is : Card 0 - kernel dummy sound card Card 1 - my soundcard I have a jackd running in background. My jackd launch command is : jackd --port-max 16 --realtime --no-mlock -d alsa --playback hw:1,0 --capture hw:1,0 --rate 8000 --period 1024 --shorts --inchannels 2 --outchannels 2 --dither triangular & 1 ) I open asterisk with chan_alsa.so connected (with asoundrc) to
2008 May 12
8
Complex data structures in templates
Hi. I wonder if it is possible to use more complex data structures in templates than simple variables and arrays? I have been trying nested arrays, as well as nested arrays and hashes, but nothing seems to work (more specifically, nested arrays seem to be flattened into a single array). Having only simple variables and arrays is a little limiting. Something like the Perl-based Template Toolkit
1999 Aug 27
6
write_socket_data: write failure. Error = Broken pipe
Hi: I am running Samba 1.9.17 at SUN Solaris 2.6 and it works well. After I upgrade Samba 2.0.3 or 2.0.5a, my Excel spreadsheets got trouble. In the Samba log file I got: [1999/08/23 10:45:32, 0] lib/util_sock.c:write_socket_data(570) write_socket_data: write failure. Error = Broken pipe Anybody has an idea what is the problem? I
2009 Jul 17
2
exim4 dovecot sasl problem
...?error after i entered the codes in /etc/exim4/exim4.conf.template and reloaded exim4 with the update-exim4.conf command. i'm running debian lenny. here's the authentication section of exim4.conf.template: begin authenticators cram_md5: ? driver = cram_md5 ? public_name = CRAM-MD5 ? client_name = ${extract{1}{:}{${lookup{$ host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}}} ? client_secret = ${extract{2}{:}{${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}}} PASSWDLINE=${sg{\ ??????????????? ${lookup{$host}nwildlsearch{CONFDIR/passwd.client}{$value}fail}\ ??? ??????? }...
2007 Aug 23
0
Bug#439207: postgrey: multiple recipients generates slightly different whitelisted message
Package: logcheck Version: 1.2.57 Severity: normal Tags: patch In ignore.d.server/postgrey, change: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey(\[[0-9]+\])?: action=.+, reason=.+, (delay=.+, )?client_name=.+, client_address=.+, sender=.*, recipient=.+ to: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey(\[[0-9]+\])?: ([0-9A-F]+: )?action=.+, reason=.+, (delay=.+, )?client_name=.+, client_address=.+, sender=.*, recipient=.+ The reason is for when a greylisted message has multiple recipients (and pos...
2000 Jun 29
2
Gethostbyaddr failed
can someone with more samba knowledge then me tell me what this means in my log file? [2000/06/28 16:37:31, 1] lib/util_sock.c:client_name(997) Gethostbyaddr failed for 192.168.0.1 It doesn't appear to be a problem with samba itself but rather the way I have my network setup? any help would be appreciated.. the reason being I am having random connection problems with my cleint windows2000 computers.. TIA John Kuhn
2002 Mar 05
0
Urgent help required for a newbie!
...bind succeeded on port 0 [2002/02/14 10:54:28, 3] smbd/oplock.c:open_oplock_ipc(114) open_oplock ipc: pid = 50358, global_oplock_port = 2903 [2002/02/14 10:54:28, 0] lib/util_sock.c:client_addr(1038) getpeername failed. Error was Socket is not connected [2002/02/14 10:54:28, 0] lib/util_sock.c:client_name(992) getpeername failed. Error was Socket is not connected [2002/02/14 10:54:28, 0] lib/access.c:check_access(262) [2002/02/14 10:54:28, 0] lib/util_sock.c:client_addr(1038) getpeername failed. Error was Socket is not connected [2002/02/14 10:54:28, 0] lib/util_sock.c:client_name(992) getpeer...
2002 Mar 12
0
Samba -> win client>> Broken pipe ??
...bd_become_dmb.c:become_domain_master_stage2(117) ***** Samba server ANACONDA is now a domain master browser for workgroup BPC on subnet 192.168.2.1 ***** [2002/03/11 09:37:56, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(405) ***** smb.log [2002/03/11 09:48:03, 1] lib/util_sock.c:client_name(1012) Gethostbyaddr failed for 192.168.2.52 [2002/03/11 09:48:20, 1] lib/util_sock.c:client_name(1012) Gethostbyaddr failed for 192.168.2.52 any workstation(s).log [2002/03/11 09:48:03, 0] lib/util_sock.c:write_socket(571) write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe...
1999 Dec 16
1
samba2.0.6 write errors
Hi Folks, I am running Samba 2.0.6 on Solaris 2.6 and I have a bunch of write errors showing up in my log.smb file. Here are some of them: ---------------------------------------------- [1999/12/16 14:25:42, 1] lib/util_sock.c:client_name(997) Gethostbyaddr failed for 10.41.0.184 [1999/12/16 14:25:42, 0] lib/util_sock.c:write_socket_data(537) write_socket_data: write failure. Error = Broken pipe [1999/12/16 14:25:42, 0] lib/util_sock.c:write_socket(563) write_socket: Error writing 4 bytes to socket 7: ERRNO = Broken pipe [1999...
2005 Oct 17
3
close session
Hi, I want close all session on samba at the night for save user profile. I have try to do this with the net command : Net rap session close client_name but nothing effect Someone have an idea please, Thanks
2006 May 31
3
textfield_with_auto_complete - filling two fields
I am going nuts here.. I have a form where users can write a city name (used with auto_complete) - and once they click on the desired city in the dropdown menu - I would like to have the Country field filled automatically as well... Is this possible at all ? If so, can somebody please tell me where I can find some documentation on the subject, or preferrably an example ? Many thanks in
2010 Feb 05
3
IPv6 name resolution problem
...ver, but samba is up and running in all of them. The problem is that smbclient can't resolve the server's name, my probes from the client follows: ping6 -Ieth0 ipv6_server_address works fine smbclient -L ::1 works fine smbclient -L ipv6_client_address works fine smbclient -L client_name.local fails with NT_STATUS_BAD_NETWORK_NAME smbclient -L ipv6_server_address fails with NT_STATUS_INVALID_HANDLE smbclient -L server_name.local fails with NT_STATUS_BAD_NETWORK_NAME As I mentioned both client and server IPv6 addresses are in local scope: fe80:0:0:0:x:x:x:x/64 I'...