Displaying 17 results from an estimated 17 matches for "_timeout".
Did you mean:
timeout
2013 Feb 19
13
[PATCH] mini-os: implement poll(2)
...efine dump_pollfds(pfds, nfds, timeout)
+#endif
+
/* Just poll without blocking */
static int select_poll(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds)
{
@@ -983,6 +1007,71 @@ out:
return ret;
}
+/* Wrap around select */
+int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout)
+{
+ int ret;
+ int i, fd;
+ struct timeval _timeo, *timeo = NULL;
+ fd_set rfds, wfds, efds;
+ int max_fd = -1;
+
+ DEBUG("poll(");
+ dump_pollfds(_pfd, _nfds, _timeout);
+ DEBUG(")\n");
+
+ if (_timeout != -1) {
+ /* Timeout in poll is in mil...
2014 Aug 23
2
CTDB 50.samba: ERROR: smb.conf cache create failed
...CTDB_SERVICE_NMB" stop
fi
}
######################################################################
# Show the testparm output using a cached smb.conf to avoid delays due
# to registry access.
smbconf_cache="$service_state_dir/smb.conf.cache"
testparm_foreground_update ()
{
_timeout="$1"
if ! _out=$(timeout $_timeout testparm -v -s 2>/dev/null) ; then
if [ -f "$smbconf_cache" ] ; then
echo "WARNING: smb.conf cache update failed - using old cache file"
return 1
else
die "ERROR: smb.conf cache create failed"
fi...
2015 Jun 03
1
indexer-worker crashes handling mails with big attachments (dovecot 2.2.16/2.2.18 + FTS Apache Solr + Tika)
..._get_modifiable_i (count_r=<synthetic pointer>, array=0x8) at
array.h:228
#2 priorityq_remove_idx (pq=0x0, idx=0) at priorityq.c:121
#3 0x00007ff65f3ef5eb in priorityq_remove (pq=<optimized out>,
item=item at entry=0xa26920) at priorityq.c:138
#4 0x00007ff65f3e1e70 in timeout_remove (_timeout=<optimized out>) at
ioloop.c:288
#5 0x00007ff65f3e2781 in io_loop_move_timeout
(_timeout=_timeout at entry=0xa27f98) at ioloop.c:861
#6 0x00007ff65f39ff37 in http_client_connection_switch_ioloop
(conn=conn at entry=0xa27ea0) at http-client-connection.c:1357
#7 0x00007ff65f3a3d68 in http_cl...
2014 Jul 18
1
ctdb do not start nmbd if serving AD
...CTDB_SERVICE_NMB" stop
fi
}
######################################################################
# Show the testparm output using a cached smb.conf to avoid delays due
# to registry access.
smbconf_cache="$service_state_dir/smb.conf.cache"
testparm_foreground_update ()
{
_timeout="$1"
if ! _out=$(timeout $_timeout testparm -v -s 2>/dev/null) ; then
if [ -f "$smbconf_cache" ] ; then
echo "WARNING: smb.conf cache update failed - using old cache file"
return 1
else
die "ERROR: smb.conf cache create failed"
fi...
2014 Aug 15
1
ctdb event script 50.samba does not start smbd
...CTDB_SERVICE_NMB" stop
fi
}
######################################################################
# Show the testparm output using a cached smb.conf to avoid delays due
# to registry access.
smbconf_cache="$service_state_dir/smb.conf.cache"
testparm_foreground_update ()
{
_timeout="$1"
if ! _out=$(timeout $_timeout testparm -v -s 2>/dev/null) ; then
if [ -f "$smbconf_cache" ] ; then
echo "WARNING: smb.conf cache update failed - using old cache file"
return 1
else
die "ERROR: smb.conf cache create failed"
fi...
2020 Jan 05
2
Kernel Panic
Hello
I received an error like the following. I have two servers running on KVM. One
is the database and the other is the application server. How can I solve
this problem?
---: error:
KERNEL: /usr/lib/debug/lib/modules/3.10.0-957.27.2.el7.x86_64/vmlinux
DUMPFILE: vmcore [PARTIAL DUMP]
CPUS: 12
DATE: Sun Jan 5 03:28:07 2020
UPTIME: 102 days, 10:45:21
LOAD
2014 Aug 16
1
CTDB: Failed to connect client socket to daemon.
...CTDB_SERVICE_NMB" stop
fi
}
######################################################################
# Show the testparm output using a cached smb.conf to avoid delays due
# to registry access.
smbconf_cache="$service_state_dir/smb.conf.cache"
testparm_foreground_update ()
{
_timeout="$1"
if ! _out=$(timeout $_timeout testparm -v -s 2>/dev/null) ; then
if [ -f "$smbconf_cache" ] ; then
echo "WARNING: smb.conf cache update failed - using old cache file"
return 1
else
die "ERROR: smb.conf cache create failed"
fi...
2019 Aug 06
2
Samba CTDB clustering panic
...that it is fixed in the latest release (dated 29July 2019). It crashed once
CTDB runs testparm to check the configuration. Setting clustering to no
allows access to the shares via public address.
The panic message is,
50.samba: /etc/ctdb/events.d/50.samba: line 79: 15459 Aborted
timeout "$_timeout" testparm -v -s > "$_out" 2> "$_err"
50.samba: ERROR: smb.conf cache create failed - testparm failed with:
50.samba: Load smb config files from /etc/samba/smb.conf
50.samba: rlimit_max: increasing rlimit_max (1024) to minimum Windows limit
(16384)
50.samba: Processing...
2013 Oct 07
2
Proxy to gmail not working
...es
base_dir = /var/run/dovecot/
listen = 162.106.yyy.zzz
login_greeting = Dovecot Ready
login_log_format_elements = %u %r %m %c
mail_debug = yes
mail_max_userip_connections = 100
passdb {
args = proxy=y nopassword=y user=remotemail destuser=remotemail at gmail.comhost=
pop.gmail.com port=995 proxy_timeout=15 starttls=y
driver = static
}
protocols = pop3
service pop3-login {
client_limit = 200
inet_listener pop3 {
address = dserver
port = 110
}
process_limit = 1
process_min_avail = 1
service_count = 0
vsz_limit = 256 M
}
ssl = required
ssl_ca = </etc/pki/tls/certs/ca-bundle...
2012 Mar 26
2
[PATCH DOCDAY] docs: wrap misc/xen-command-line.markdown to 80 columns
...e even after dom0 has been started. The default behaviour is to
+relinquish control to dom0.
### vpid
### vpmu
@@ -416,14 +496,16 @@ The optional `keep` parameter causes Xen
> Default: `false`
-Run an NMI watchdog on each processor. If a processor is stuck for longer than the watchdog\_timeout, a panic occurs.
+Run an NMI watchdog on each processor. If a processor is stuck for
+longer than the watchdog\_timeout, a panic occurs.
### watchdog\_timeout
> `= <integer>`
> Default: `5`
-Set the NMI watchdog timeout in seconds. Specifying `0` will turn off the watchdog.
+...
2020 Jan 06
0
Kernel Panic
Am 05.01.20 um 22:57 schrieb Gokan Atmaca:
> Kernel panic - not syncing: Timeout: Not all CPUs entered broadcast
> exception handler"
Hi,
i found a page that talks about exact this problem, but it is in german
https://www.thomas-krenn.com/de/wiki/Kernel_panic_-_not_syncing:_Timeout:_Not_all_CPUs_entered_broadcast_exception_handler
What it tells us is that you should try to update your bios and / or
microcode
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...ject(function(d) { return d==draggable });
if(this.drags.length == 0) {
@@ -148,24 +148,24 @@ var Draggables = {
Event.stopObserving(document, "keypress", this.eventKeypress);
}
},
-
+
activate: function(draggable) {
- if(draggable.options.delay) {
- this._timeout = setTimeout(function() {
- Draggables._timeout = null;
- window.focus();
- Draggables.activeDraggable = draggable;
- }.bind(this), draggable.options.delay);
+ if(draggable.options.delay) {
+ this._timeout = setTimeout(function() {
+ Draggables._timeout...
2019 Aug 07
0
Samba CTDB clustering panic
...ease (dated 29July 2019). It crashed once
> CTDB runs testparm to check the configuration. Setting clustering to no
> allows access to the shares via public address.
>
> The panic message is,
>
> 50.samba: /etc/ctdb/events.d/50.samba: line 79: 15459 Aborted
> timeout "$_timeout" testparm -v -s > "$_out" 2> "$_err"
> 50.samba: ERROR: smb.conf cache create failed - testparm failed with:
> 50.samba: Load smb config files from /etc/samba/smb.conf
> 50.samba: rlimit_max: increasing rlimit_max (1024) to minimum Windows limit
> (16384)...
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
.../python2.7/site-packages/SQLAlchemy-0.9.6-py2.7.egg/sqlal
chemy/pool.py", line 433, in checkout
rec = pool._do_get()
File
"/opt/venv/perf/lib/python2.7/site-packages/SQLAlchemy-0.9.6-py2.7.egg/sqlal
chemy/pool.py", line 945, in _do_get
(self.size(), self.overflow(), self._timeout))
TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection
timed out, timeout 30
After browsing through the sqlalchemy documentation and bits of the LNT
implementation,
it seems so far that the following pieces may be the key parts that cause
the problem
shown in the log.
Th...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server
2010 Feb 05
0
Wine release 1.1.38
...rity).
Matijn Woudt (4):
winhttp/tests: Add tests for WinHttpSetTimeouts.
winhttp/tests: Add timeout tests for WinHttp{Set, Query}Option.
winhttp: Add timeout for session handles and implement for WinHttpSetTimeouts.
winhttp: Implement WINHTTP_OPTION_{CONNECT, SEND, RECEIVE}_TIMEOUT.
Matteo Bruni (1):
wpp: Assure if_stack is clean before returning.
Michael Stefaniuc (17):
kernel32: Use IS_INTRESOURCE instead of HIWORD to check a resource.
comctl32: Use IS_INTRESOURCE instead of HIWORD to check a resource.
hhctrl.ocx: Fix the mem handling in get_attr()...
2008 Mar 07
0
Wine release 0.9.57
....
wininet: Fixed version returned by INTERNET_OPTION_VERSION.
wininet: Moved handle destructor to vtbl.
wininet: Moved close_connection to vtbl.
wininet: Use vtbl in InternetWriteFile implementation.
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION_[SEND|RECEIVE]_TIMEOUT) implementation.
wininet: Moved InternetFindNextFileW implementation to vtbl.
wininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
shlwapi: Store rekistry key name in unicode to avoid conversion.
shlwapi: Added TRACEs to PathIsURL.
shlwapi: Added more tests.
s...