Displaying 4 results from an estimated 4 matches for "18522".
Did you mean:
1522
2009 Apr 08
2
sftp-server "audit" logging
...cal7.info] Failed none for ftp_op from 212.200.223.201 port 14170 ssh2
Mar 30 10:13:00 sftp2 sshd[18519]: [ID 800047 local7.info] Accepted keyboard-interactive/pam for ftp_op from 212.200.223.201 port 14170 ssh2
Mar 30 10:13:00 sftp2 sshd[18519]: [ID 800047 local7.info] User child is on pid 18522
Mar 30 10:13:00 sftp2 sshd[18522]: [ID 800047 local7.info] subsystem request for sftp
Mar 30 10:24:23 sftp2 sshd[18522]: [ID 800047 local7.info] Connection closed by 212.200.223.201
Mar 30 10:24:23 sftp2 sshd[18522]: [ID 800047 local7.info] Transferred: sent 14952, received 2608 bytes...
2007 Mar 14
2
Benchmarking CVS HEAD vs. v1.0
...t Sele Fetc Fet2 Stor Dele Expu Appe Logo
C: 11275 5647 5597 11275 11264 16179 5571 4126 11256 6074 22531
C: 11287 5740 5606 11287 11275 16193 5698 4154 11267 6064 22553
S: 9201 4660 4575 9197 9190 13107 4614 2843 9184 3601 18382
S: 9271 4701 4657 9267 9260 13189 4580 2799 9256 3540 18522
82% 82% 59%
./imaptest seed=1 secs=60 no_pipelining
Logi List Stat Sele Fetc Fet2 Stor Dele Expu Appe Logo
C: 5756 2856 2795 5756 5747 8087 2796 1942 5746 5081 11489
C: 5779 2865 2872 5777 5768 8273 2929 1965 5768 5138 11532
S: 5016 2564 2467 501...
2006 Apr 11
9
rails equivalent to asp''s Application object?
In asp you have an Application built-in object, which works just like
the Session hash, but it lets you share information among all users of a
given application.
which is the rails equivalent???
and if there isn''t, how would you implement such a thing ? (there would
be concurrency issues to take into account, in fact asp''s application
object has some lock and unlock methods
2023 Mar 16
1
[libnbd PATCH v4 3/3] lib/utils: add unit test for async-signal-safe assert()
...n_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
18518 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
18519 cat >>confdefs.h <<_ACEOF
18520 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18521 _ACEOF
18522
18523 fi
18524 done
I.e., we call "ac_fn_c_check_func" with "prctl" passed as second
argument.
Then, that function is defined as follows:
2001 # ac_fn_c_check_func LINENO FUNC VAR
2002 # ----------------------------------
2003 # Tests whether FUNC exists, setting...