Displaying 20 results from an estimated 39 matches for "get_serverzon".
Did you mean:
get_serverzone
2005 Feb 08
0
Samba patch kludge-gmt fixes red files in WinCvs
...:07:12 2004
+++ samba-2.2.9/source/lib/time.c Fri Oct 22 15:53:01 2004
@@ -28,6 +28,7 @@
int extra_time_offset = 0;
+BOOL use_kludge_gmt = True;
#ifndef CHAR_BIT
#define CHAR_BIT 8
@@ -315,8 +316,11 @@
ret = (time_t)(d+0.5);
/* this takes us from kludge-GMT to real GMT */
- ret -= get_serverzone();
- ret += LocTimeDiff(ret);
+ if (use_kludge_gmt)
+ {
+ ret -= get_serverzone();
+ ret += LocTimeDiff(ret);
+ }
return(ret);
}
@@ -359,8 +363,11 @@
ret = (time_t)(d+0.5);
/* this takes us from kludge-GMT to real GMT */
- ret -= get_serverzone();
- ret += LocTimeDiff(ret);
+...
2002 Sep 26
0
Weird errors in logfile for 2.2.5
...ocks(1211)
open_oplock_ipc: opening loopback UDP socket.
[2002/09/25 19:17:33, 3] lib/util_sock.c:open_socket_in(813)
bind succeeded on port 0
[2002/09/25 19:17:33, 3] smbd/oplock.c:init_oplocks(1241)
open_oplock ipc: pid = 17874, global_oplock_port = 40682
[2002/09/25 19:17:33, 4] lib/time.c:get_serverzone(114)
Serverzone is -7200
[2002/09/25 19:17:33, 10] lib/util_sock.c:read_data(430)
read_data: read of 4 returned 0. Error = Error 0
[2002/09/25 19:17:33, 10] lib/util_sock.c:receive_smb(609)
receive_smb: length < 0!
[2002/09/25 19:17:33, 3] smbd/process.c:timeout_processing(1102)
end of...
2005 Nov 03
8
Wintertime/summertime difference - Samba servers show wrong time ?
When the Central European Time was last switched back to standard,
at 03:00 last Sunday, the October 30th, a process died on one of my
Windows clients with a mysterious "unknown error". When it was
restarted it just went merrily on with its task. Luckily it wasn't
part of a life support system.
I found out that the immediate cause was how file timestamps were
interpreted/presented
2003 May 22
1
Continued: Join domain OK, but domain not found after reboot
...(my fireball WinXP client) snippet =====
[2003/05/21 22:49:11, 3] smbd/oplock.c:init_oplocks(1214)
open_oplock_ipc: opening loopback UDP socket.
[2003/05/21 22:49:11, 3] smbd/oplock.c:init_oplocks(1245)
open_oplock ipc: pid = 6195, global_oplock_port = 32818
[2003/05/21 22:49:11, 4] lib/time.c:get_serverzone(122)
Serverzone is 25200
[2003/05/21 22:49:11, 3] lib/access.c:check_access(314)
check_access: no hostnames in host allow/deny list.
[2003/05/21 22:49:11, 2] lib/access.c:check_access(325)
Allowed connection from (192.168.0.22)
[2003/05/21 22:49:11, 3] smbd/process.c:process_smb(882)
Tran...
2003 Aug 13
2
Printing to FreeBSD server from XP using samba
...locks(1214)
open_oplock_ipc: opening loopback UDP socket.
[2003/08/12 23:40:55, 3] lib/util_sock.c:open_socket_in(813)
bind succeeded on port 0
[2003/08/12 23:40:55, 3] smbd/oplock.c:init_oplocks(1245)
open_oplock ipc: pid = 9747, global_oplock_port = 49804
[2003/08/12 23:40:55, 4] lib/time.c:get_serverzone(114)
Serverzone is -36000
[2003/08/12 23:40:55, 10]
lib/util_sock.c:read_smb_length_return_keepalive(559)
got smb length of 68
[2003/08/12 23:40:55, 10] lib/access.c:check_access(304)
check_access: allow = , deny =
[2003/08/12 23:40:55, 6] smbd/process.c:process_smb(845)
got message type...
2005 Jun 08
1
connection denials
I'm pulling my hair out on this one... I'm using Suse 9.3 with their
current release of samba 3.0.13...
in my smb.conf I have
hosts allow = 129.219 149.169 127
Still, I get
[2005/06/07 17:14:56, 4] lib/time.c:get_serverzone(125)
Serverzone is 25200
[2005/06/07 17:14:56, 3] lib/access.c:only_ipaddrs_in_list(291)
only_ipaddrs_in_list: list has non-ip address (127)
[2005/06/07 17:14:56, 3] lib/access.c:check_access(316)
check_access: hostnames in host allow/deny list.
[2005/06/07 17:14:56, 0] lib/access.c:check_ac...
2004 Mar 03
1
PIPE\lsarpc initialisation failed !
...ble (net computer \\\\BDC
/add /backup)...
Thank a lot !!!!
here is the error in log level 4.
# net rpc join bdc -U administrator%secret -S SERVER -d 4
[...]
[2004/03/03 16:59:01, 3] lib/util_sock.c:open_socket_out(690)
Connecting to 75.23.14.149 at port 139
[2004/03/03 16:59:01, 4] lib/time.c:get_serverzone(122)
Serverzone is -3600
[2004/03/03 16:59:01, 2] rpc_client/cli_pipe.c:rpc_pipe_bind(1384)
rpc_pipe_bind: check_bind_response failed.
[2004/03/03 16:59:01, 2] rpc_client/cli_pipe.c:cli_nt_session_open(1458)
cli_nt_session_open: rpc bind to \PIPE\lsarpc failed
could not initialise lsa pipe
c...
2003 Sep 08
2
smbclient 3.0.0rc2 fails to connect to win2000 host
...16:37:56, 3] client/client.c:main(2954)
Client started (version 3.0.0rc2).
[2003/09/08 16:37:56, 3] lib/util_sock.c:open_socket_out(690)
Connecting to 65.171.192.18 at port 445
[2003/09/08 16:37:56, 4] client/client.c:do_connect(2563)
session request ok
[2003/09/08 16:37:56, 4] lib/time.c:get_serverzone(122)
Serverzone is 21600
Password:
[2003/09/08 16:38:29, 2] libsmb/cliconnect.c:cli_session_setup_spnego(646)
Doing spnego session setup (blob length=16)
[2003/09/08 16:38:29, 3] libsmb/cliconnect.c:cli_session_setup_spnego(650)
server didn't supply a full spnego negprot
[2003/09/08 1...
2004 Mar 08
0
Don't get access from Windows Mobile 2003 to Samba 3.0.2a
...plocks(1226)
open_oplock_ipc: opening loopback UDP socket.
[2004/03/08 12:22:49, 10] lib/util_sock.c:open_socket_in(675)
bind succeeded on port 0
[2004/03/08 12:22:49, 3] smbd/oplock.c:init_oplocks(1257)
open_oplock ipc: pid = 434, global_oplock_port = 1025
[2004/03/08 12:22:49, 4] lib/time.c:get_serverzone(122)
Serverzone is -3600
[2004/03/08 12:22:49, 10]
lib/util_sock.c:read_smb_length_return_keepalive(463)
got smb length of 68
[2004/03/08 12:22:49, 6] smbd/process.c:process_smb(889)
got message type 0x81 of len 0x44
[2004/03/08 12:22:49, 3] smbd/process.c:process_smb(890)
Transaction 0 of...
2004 Dec 08
3
Joining XP clients to a Samba PDC
..._in(717)
bind succeeded on port 0
[2004/12/07 17:02:59, 3]
smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
Linux kernel oplocks enabled
[2004/12/07 17:02:59, 3] smbd/oplock.c:init_oplocks(1333)
open_oplock ipc: pid = 12086, global_oplock_port = 32895
[2004/12/07 17:02:59, 4] lib/time.c:get_serverzone(122)
Serverzone is 28800
[2004/12/07 17:02:59, 10] lib/smbldap.c:smbldap_idle_fn(1118)
ldap connection not idle...
[2004/12/07 17:02:59, 10]
lib/util_sock.c:read_smb_length_return_keepalive(505)
got smb length of 68
[2004/12/07 17:02:59, 6] smbd/process.c:process_smb(1091)
got message...
2004 Sep 28
0
\\<IP ADDRESS>\ works, but \\<machine name>\ gives permission error.
...cket_in(698)
bind succeeded on port 0
[2004/09/27 13:41:38, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
Linux kernel oplocks enabled
[2004/09/27 13:41:38, 3] smbd/oplock.c:init_oplocks(1257)
open_oplock ipc: pid = 23147, global_oplock_port = 32952
[2004/09/27 13:41:38, 4] lib/time.c:get_serverzone(122)
Serverzone is 25200
[2004/09/27 13:41:38, 10] lib/util_sock.c:read_smb_length_return_keepalive(486)
got smb length of 133
[2004/09/27 13:41:38, 6] smbd/process.c:process_smb(889)
got message type 0x0 of len 0x85
[2004/09/27 13:41:38, 3] smbd/process.c:process_smb(890)
Transaction 0 of...
2004 Jun 09
2
Need help configuring Samba3/LDAP PDC
...interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
[2004/06/09 15:13:35, 3] libsmb/cliconnect.c:cli_start_connection(1373)
Connecting to host=GXTPDC
[2004/06/09 15:13:35, 3] lib/util_sock.c:open_socket_out(735)
Connecting to 172.17.0.240 at port 445
[2004/06/09 15:13:35, 4] lib/time.c:get_serverzone(122)
Serverzone is 18000
[2004/06/09 15:13:35, 4] rpc_client/cli_netlogon.c:cli_net_req_chal(45)
cli_net_req_chal: LSA Request Challenge from GXTPDC to GXTPDC:
1F9217647828E59B
[2004/06/09 15:13:35, 4] libsmb/credentials.c:cred_session_key(59)
cred_session_key
[2004/06/09 15:13:35, 4] libsm...
2003 Nov 11
1
3.0.0 problem: smbd and nmbd only works with lo
...plock_ipc: opening loopback UDP socket.
[2003/11/11 08:27:36, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks(303)
Linux kernel oplocks enabled
[2003/11/11 08:27:36, 3] smbd/oplock.c:init_oplocks(1257)
open_oplock ipc: pid = 14637, global_oplock_port = 32774
[2003/11/11 08:27:36, 4] lib/time.c:get_serverzone(122)
Serverzone is 21600
[2003/11/11 08:27:36, 3] lib/access.c:check_access(313)
check_access: no hostnames in host allow/deny list.
[2003/11/11 08:27:36, 0] lib/access.c:check_access(328)
Denied connection from (10.2.1.3)
[2003/11/11 08:27:36, 1] smbd/process.c:process_smb(883)
Connectio...
2004 Jun 09
1
samba ldap with smbldap-tools cant join domain.
...to the LDAP server
[2004/06/09 11:54:12, 4] lib/smbldap.c:smbldap_open(857)
The LDAP server is succesful connected
#tail -f log.(windows machine)[2004/06/09 11:54:12, 3]
smbd/oplock.c:init_oplocks(1257)
open_oplock ipc: pid = 2740, global_oplock_port = 1025
[2004/06/09 11:54:12, 4] lib/time.c:get_serverzone(122)
Serverzone is -25200
[2004/06/09 11:54:12, 3] smbd/process.c:process_smb(890)
Transaction 0 of length 72
[2004/06/09 11:54:12, 2] smbd/reply.c:reply_special(208)
netbios connect: name1=PDC-SMB3 name2=BACKUP
[2004/06/09 11:54:12, 2] smbd/reply.c:reply_special(215)
netbio...
2004 Jul 15
2
Samba LDAP Problem
Dear Lists,
I try to configure Samba as PDC LDAP backend with Linux-Suse-9.1 and smbldap-tools form www.idealx.org,
I follow guide from SMB-3 by Example book.
Step by step installation and configuration came with no error.
except i couldnt join w2k workstation to the new domain with administrator account.
# /var/lib/samba/sbin/smbldap-usershow administrator
dn:
2005 Nov 30
1
problem with windows CE 4.2 and samba 3.0.20
Hi!
I replaced a server running RH7.3 and samba 2.2.XX , with a server
runnning centos4.2 and samba 3.0.20 .
We use several iPAQ handheld that connects to a share on the file
server, and then open a file from a network share.
In the old server it worked o.k., but now, the same ipaq machines doesnt
want to connect to the server. they are able to connect to a windows XP
machine, a winnt4 server
2005 May 31
0
windbind stopped working
...serpass(106)
IPC$ connections done by user STROZLLC\dsonenberg
[2005/05/31 11:06:26, 3] libsmb/cliconnect.c:cli_start_connection(1382)
Connecting to host=NYHAND
[2005/05/31 11:06:26, 3] lib/util_sock.c:open_socket_out(752)
Connecting to 10.1.0.6 at port 445
[2005/05/31 11:06:26, 4] lib/time.c:get_serverzone(122)
Serverzone is 18000
[2005/05/31 11:06:26, 3] libsmb/cliconnect.c:cli_session_setup_spnego(713)
Doing spnego session setup (blob length=58)
[2005/05/31 11:06:26, 3] libsmb/cliconnect.c:cli_session_setup_spnego(738)
got OID=1 3 6 1 4 1 311 2 2 10
[2005/05/31 11:06:26, 3] libsmb/cliconnect...
2004 Aug 10
1
Smbldap tools blocks when using net rpc vampire to migrate accounts from the NT4 PDC to the SambaLdap BDC
...at port 445
[2004/08/06 17:17:05, 2] lib/util_sock.c:open_socket_out(726)
error connecting to 172.2.0.2:445 (Connexion refus?e)
[2004/08/06 17:17:05, 3] lib/util_sock.c:open_socket_out(690)
Connecting to 172.2.0.2 at port 139
[2004/08/06 17:17:05, 4] lib/time.c:get_serverzone(122)
Serverzone is -7200
[2004/08/06 17:17:05, 4] passdb/secrets.c:secrets_fetch_trust_account_password(255)
Using cleartext machine password
[2004/08/06 17:17:05, 4] rpc_client/cli_netlogon.c:cli_net_req_chal(45)
cli_net_req_chal: LSA Request Challenge from SRVRHAS to servpdc: F8F60FC1...
2005 Sep 16
0
FW: getent & winbindd on FreeBSD 5.4
...00)
send_mailslot: Sending to mailslot \MAILSLOT\NET\NTLOGON from ARIES<00> to
DSP<1c> IP 192.168.1.6
[2005/09/16 12:26:37, 3] nsswitch/winbindd_cm.c:cm_get_ipc_userpass(102)
cm_get_ipc_userpass: Retrieved auth-user from secrets.tdb [DSP\dspadmin]
[2005/09/16 12:26:37, 4] lib/time.c:get_serverzone(125)
Serverzone is 25200
[2005/09/16 12:26:37, 3] nsswitch/winbindd_rpc.c:query_user_list(46)
rpc: query_user_list
[2005/09/16 12:26:42, 3]
nsswitch/winbindd_misc.c:winbindd_interface_version(460)
[ 0]: request interface version
[2005/09/16 12:26:42, 3]
nsswitch/winbindd_misc.c:winbindd_p...
2005 Mar 19
1
Problem with domain membership
...oplock_ipc: opening loopback UDP socket.
[2005/03/19 13:08:22, 3] smbd/oplock_linux.c:linux_init_kernel_oplocks
(303)
Linux kernel oplocks enabled
[2005/03/19 13:08:22, 3] smbd/oplock.c:init_oplocks(1376)
open_oplock ipc: pid = 349, global_oplock_port = 36763
[2005/03/19 13:08:22, 4] lib/time.c:get_serverzone(122)
Serverzone is -3600
[2005/03/19 13:08:22, 3] smbd/process.c:process_smb(1091)
Transaction 0 of length 168
[2005/03/19 13:08:22, 3] smbd/process.c:switch_message(886)
switch message SMBnegprot (pid 349) conn 0x0
[2005/03/19 13:08:22, 3] smbd/sec_ctx.c:set_sec_ctx(288)
setting sec ctx (...