search for: io_timeout

Displaying 20 results from an estimated 49 matches for "io_timeout".

2016 Oct 04
0
Fwd: Winbind Preauthentication failed
...iled # LOG WINBIND ------------------------------------------------------------ ------------------------------------------------------------------- [2016/09/29 09:37:46.941460, 1] ../source3/libads/ldap_utils. c:91(ads_do_search_retry_internal) Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT [2016/09/29 11:07:58.809921, 1] ../source3/libads/ldap_utils. c:91(ads_do_search_retry_internal) Reducing LDAP page size from 500 to 250 due to IO_TIMEOUT [2016/09/29 13:32:16.102572, 1] ../source3/libads/ldap_utils. c:91(ads_do_search_retry_internal) Reducing LDAP page size from 250 to 125 d...
2003 Jul 31
2
rsync 2.5.6 timeout bug
...ient has started transferring files. Despite what the documentation says about the default IO timeout being infinite (0), inspection of the code would seem to indicate otherwise: [io.c] /** If no timeout is specified then use a 60 second select timeout */ #define SELECT_TIMEOUT 60 : tv.tv_sec = io_timeout?io_timeout:SELECT_TIMEOUT; tv.tv_usec = 0; I haven't crawled through the initialisation code to find out exactly how io_timeout gets set, but examination of rsync in daemon mode with a debugger reveals that it is using a timeout of 60 seconds when no --timeout is specified by the client and...
2001 Sep 05
2
Feedback on 2.4.7pre1
FYI, We've been using the 2.4.7pre1 release for several days now, with nary a hang problem. We haven't seen the EOF bug at all, which was what we upgraded for. This is with transfers of as much as 50GB to set up an initial mirror. The only thing we did was set timeout=0 -- which I guess is unnecessary. The semantics of this flag are a bit unclear. We thought was 'time since
2019 Jul 16
1
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
...ee something that would help me solve this problem. What about this: ads_search_retry: failed to reconnect (No logon servers are currently available to service the logon request.) is it "normal" in this context? That was the part that worried me, this and perhaps some performance issue (IO_TIMEOUT). Regards, Kacper wt., 16 lip 2019 o 17:54 Rowland penny via samba <samba at lists.samba.org> napisa?(a): > On 16/07/2019 16:31, Kacper Wirski via samba wrote: > > Hello, > > > > I have an issue as stated in topic. My samba 4.8.3 file server, which is > AD > >...
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
...until i got it very large. +++++++++++++++++++++++++++++++++++++++++++++++++++++ Tools@willy /users/Tools/encap/src/rsync-cvs>grep -i timeout *.c |grep -i select io.c:/* if no timeout is specified then use a 60 second select timeout */ io.c:#define SELECT_TIMEOUT 60 io.c: tv.tv_sec = io_timeout?io_timeout:SELECT_TIMEOUT; io.c: tv.tv_sec = io_timeout?io_timeout:SELECT_TIMEOUT; Tools@willy /users/Tools/encap/src/rsync-cvs> +++++++++++++++++++++++++++++++++++++++++++++++++++++ I last tested and saw the problem with a 2.4.6 with a bunch of patches. Apparently it's fixed, be...
2019 Jul 16
0
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
...ocal/samba/private/tls/ca-chain.cert.pem > > apply group policies = yes > > > winbind log from file server: > > [2019/07/16 16:45:38.693115, 1] > ../source3/libads/ldap_utils.c:93(ads_do_search_retry_internal) > Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT > [2019/07/16 16:45:38.758657, 1] > ../source3/libads/ldap_utils.c:111(ads_do_search_retry_internal) > ads_search_retry: failed to reconnect (No logon servers are currently > available to service the logon request.) > > domain controller authentication log: > dc1 samba[1506...
2020 Oct 12
2
samba AD problem after re-join domain
...urrent_pdu) ? ../../source3/rpc_client/cli_pipe.c:422: Bind NACK received from host dc1.ad.eecs.yorku.ca! [2020/10/12 09:44:11.598150,? 1, pid=36145, effective(0, 0), real(0, 0)] ../../source3/libads/ldap_utils.c:93(ads_do_search_retry_internal) ? Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT (Which is strange because this means that if you reboot he DC, then the clients start talking slower to it when it comes back up?? I don't think the number ever increases unless you restart winbind everywhere?) and since that reboot, I've seen a few of them do this: [2020/10/12 10:00:1...
2019 Jul 16
2
samba 4.8 client and 4.9 AD DC: Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT
...ls/dc1.cert.pem tls cafile = /usr/local/samba/private/tls/ca-chain.cert.pem apply group policies = yes winbind log from file server: [2019/07/16 16:45:38.693115, 1] ../source3/libads/ldap_utils.c:93(ads_do_search_retry_internal) Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT [2019/07/16 16:45:38.758657, 1] ../source3/libads/ldap_utils.c:111(ads_do_search_retry_internal) ads_search_retry: failed to reconnect (No logon servers are currently available to service the logon request.) domain controller authentication log: dc1 samba[150641]: JSON Authentication: {"ti...
2020 Oct 12
1
samba AD problem after re-join domain
...ient/cli_pipe.c:422: Bind NACK received from >> host dc1.ad.eecs.yorku.ca! >> [2020/10/12 09:44:11.598150,? 1, pid=36145, effective(0, 0), real(0, >> 0)] ../../source3/libads/ldap_utils.c:93(ads_do_search_retry_internal) >> ? Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT >> >> (Which is strange because this means that if you reboot he DC, then >> the clients start talking slower to it when it comes back up?? I >> don't think the number ever increases unless you restart winbind >> everywhere?) 'page size' refers to the nu...
2005 Apr 27
7
[Bug 2654] timeout is always triggered with 2.6.4
...----------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@samba.org 2005-04-27 02:21 ------- The generator's setting of the ignore_timeout variable is what allows the I/O code to continue updating last_io (the old method of clearing io_timeout in the generator used to leave last_io unchanged, which is no longer desireable). How short is your timeout? Are you using a delete option? I tried some tests, and couldn't duplicat the problem, so I'll need more details. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?t...
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
...t; +++++++++++++++++++++++++++++++++++++++++++++++++++++ > Tools@willy > /users/Tools/encap/src/rsync-cvs>grep -i timeout *.c |grep -i select > io.c:/* if no timeout is specified then use a 60 second select timeout */ > io.c:#define SELECT_TIMEOUT 60 > io.c: tv.tv_sec = io_timeout?io_timeout:SELECT_TIMEOUT; > io.c: tv.tv_sec = io_timeout?io_timeout:SELECT_TIMEOUT; > Tools@willy > /users/Tools/encap/src/rsync-cvs> > +++++++++++++++++++++++++++++++++++++++++++++++++++++ > > I last tested and saw the problem with a 2.4.6 with a bunch of patches....
2020 Oct 12
0
samba AD problem after re-join domain
..../source3/rpc_client/cli_pipe.c:422: Bind NACK received from > host dc1.ad.eecs.yorku.ca! > [2020/10/12 09:44:11.598150,? 1, pid=36145, effective(0, 0), real(0, > 0)] ../../source3/libads/ldap_utils.c:93(ads_do_search_retry_internal) > ? Reducing LDAP page size from 1000 to 500 due to IO_TIMEOUT > > (Which is strange because this means that if you reboot he DC, then > the clients start talking slower to it when it comes back up?? I don't > think the number ever increases unless you restart winbind everywhere?) > > and since that reboot, I've seen a few of them d...
2012 Aug 07
3
Best way to add samba4 to existing domain
...at's the best join method? Do I provision the server as a member, then join using samba-tools domain join <domain> When I do it looks like it doesn't replicate the directory, just forwards? Should I provision as a DC with the same settings and then do the join? This fails with a IO_TIMEOUT sort of error. Is there another method that I just haven't discovered yet? Thanks in advance for all the great help. Caleb
2012 Mar 13
2
libvirt with sanlock
...auto_disk_leases = 1 disk_lease_dir = "/var/lib/libvirt/sanlock" host_id = 4 # mount | grep sanlock /dev/mapper/kvm--shared-sanlock on /var/lib/libvirt/sanlock type gfs2 (rw,noatime,hostdata=jid=0) # cat /etc/sysconfig/sanlock SANLOCKOPTS="-R 1 -o 30" I increased the sanlock io_timeout to 30 seconds (default = 10), because the sanlock dir is on a GFS2 volume and can be blocked for some time while fencing and journal recovery takes place. With the default sanlock io timeout, I get lease timeouts because IO is blocked: Mar 5 15:37:14 raiti sanlock[5858]: 3318 s1 check_our_lease...
2005 Apr 06
2
backup option
Hi, I have question about the behavior of --backup-dir with --delete-after option. In my testing with version 2.6.4, it appears that the backup option only backups altered files. Files that will be deleted on the destination system will NOT be placed in --backup-dir location. I would like to back up deleted files. Is there a way to do this? Thanks
2005 Apr 25
2
How about a --min-size option, next to --max-size
There's a rather old bug report in Debian's bug tracking system (see http://bugs.debian.org/27126) about wanting to be able to specify the maximum file size, as well as the minimum file size. Here's the text: Sometimes, it's useful to specify a file size range one is interested in. For example, I'd like to keep an up-to-date mirror of Debian, but I currently
2020 Oct 12
2
samba AD problem after re-join domain
I've been working on a Samba AD setup with a bunch of test machines - the one DC, and a bunch of clients.? Last night, I ended up switching the name of the test machines temporarily (except the DC), and re-joining the domain (that's for another e-mail later).? When things didn't work the way I had planned,? I switched the hostnames back, and re-joined the domain today on all the
2001 Nov 13
2
direct write patch
...keep_partial = 1; break; + + case OPT_IGNORE_ERRORS: ignore_errors = 1; break; @@ -691,6 +700,9 @@ slprintf(mdelete,sizeof(mdelete),"--max-delete=%d",max_delete); args[ac++] = mdelete; } + + if (direct_write) + args[ac++] = "--direct-write"; if (io_timeout) { slprintf(iotime,sizeof(iotime),"--timeout=%d",io_timeout); diff -ru rsync-2.4.6/receiver.c rsync-2.4.6-direct-write/receiver.c --- rsync-2.4.6/receiver.c Thu Mar 30 06:23:03 2000 +++ rsync-2.4.6-direct-write/receiver.c Sun Nov 11 11:14:43 2001 @@ -34,6 +34,7 @@ extern char *tmpdir;...
2008 Mar 23
1
[PATCH] allow to change the block size used to handle sparse files
...0, POPT_ARG_NONE, 0, OPT_APPEND, 0, 0 }, @@ -1875,6 +1878,12 @@ void server_options(char **args, int *argc_p) args[ac++] = arg; } + if (sparse_files_block_size) { + if (asprintf(&arg, "-U%lu", sparse_files_block_size) < 0) + goto oom; + args[ac++] = arg; + } + if (io_timeout) { if (asprintf(&arg, "--timeout=%d", io_timeout) < 0) goto oom; diff --git a/rsync.yo b/rsync.yo index 6bbf400..0d9c067 100644 --- a/rsync.yo +++ b/rsync.yo @@ -352,6 +352,7 @@ to the detailed description below for a complete description. verb( --super...
2004 Apr 15
0
Multiple compare-dest args
.... :) Vidar -------------- next part -------------- diff -ru rsync-2.6.1pre-1/generator.c rsync-2.6.1pre-1-vidar/generator.c --- rsync-2.6.1pre-1/generator.c 2004-03-07 21:29:59.000000000 +0100 +++ rsync-2.6.1pre-1-vidar/generator.c 2004-04-15 11:23:17.000000000 +0200 @@ -41,7 +41,7 @@ extern int io_timeout; extern int protocol_version; extern int always_checksum; -extern char *compare_dest; +extern char *compare_dest[]; extern int link_dest; @@ -69,13 +69,13 @@ if (always_checksum && S_ISREG(st->st_mode)) { char sum[MD4_SUM_LENGTH]; char fnamecmpdest[MAXPATHLEN]; + int i =...