Displaying 20 results from an estimated 41 matches for "3600000".
Did you mean:
3000000
2007 Jun 13
1
SERVFAIL <=> NXDOMAIN
Hello,
we encountered a problem with registry nic.at for tld .at and their
transaction "BillWithDraw". This transaction allows an registrar to
delegate authority back to registry.
For a successful use of this transaction all nameserver-entries for the
zone will be deleted by our application before nic-order will be sent to
nic.at.
Nic.at now checks all nameserver for existing
2013 Mar 13
2
How to add a new line at a particular place in a file..
...t code such that..it adds a line of content that i
want..at a desired place in a file..
if [ "x$JAVA_OPTS" = "x" ]; then
JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m
-Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true
-Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000
JAVA_OPTS="$JAVA_OPTS
-Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS
-Djava.awt.headless=true"
JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone.xml"
This a part of file and i want to add --
-Djboss.socket.b...
2020 Apr 07
3
fail2ban ban not working
...ter [16138]: INFO [dovecot] Found 77.40.61.224 - 2020-04-07 09:42:05
2020-04-07 09:42:06,408 fail2ban.actions [16138]: NOTICE [dovecot] Ban 77.40.61.224
2020-04-07 09:42:06,981 fail2ban.utils [16138]: ERROR 7ff736d6f930 -- exec: ipset create f2b-dovecot hash:ip timeout 3600000
firewall-cmd --direct --add-rule ipv4 filter INPUT 0 -p tcp -m multiport --dports 0:65535 -m set --match-set f2b-dovecot src -j REJECT --reject-with icmp-port-unreachable
2020-04-07 09:42:06,982 fail2ban.utils [16138]: ERROR 7ff736d6f930 -- stderr: "ipset v7.1: Syntax error: '36...
2017 Jun 06
4
How to update the root hints for bind DLZ
...tioned to a new IP in the
one any a half year ago.
[https://www.isc.org/blogs/h-root-will-change-its-addresses-on-1-december-2015-what-does-this-mean-for-you/]
I updated the relevant section in my /etc/bind/db.root that now looks
like this:
;
; FORMERLY AOS.ARL.ARMY.MIL
;
. 3600000 NS H.ROOT-SERVERS.NET.
H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53
H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53
'dig -t any 192.168.0.200' says:
h.root-servers.net. 57555 IN A 198.97.190.53
h.root-servers.net. 57555 IN AAAA 2001:500:1::53
However, t...
2019 Apr 26
2
faI2ban detecting and banning but nothing happens
...165.238.157 203.2.118.130 209.166.164.71 210.6.94.23 211.72.92.124 27.156.139.95 27.156.176.146 41.164.192.74 45.227.253.100 45.227.253.99 49.87.109.233 52.38.234.254
[root at ollie2 ~]# ipset list
Name: fail2ban-sshd
Type: hash:ip
Revision: 4
Header: family inet hashsize 1024 maxelem 65536 timeout 3600000
Size in memory: 120
References: 0
Number of entries: 0
Members:
Name: fail2ban-dovecot
Type: hash:ip
Revision: 4
Header: family inet hashsize 1024 maxelem 65536 timeout 3600000
Size in memory: 3768
References: 0
Number of entries: 41
Members:
185.211.245.198 timeout 4294522
[snip]
45.227.253.99 ti...
2007 Oct 08
2
Applying function to data.frame
...al
1 08:00:05.834 1
2 08:03:13.345 2
3 08:10:12.443 3
>
and the following function which converts the time string to the number
of milliseconds since midnight
> str_to_millis
function( s )
{
a <- as.numeric( unlist( strsplit(s,":",fixed="TRUE") ) )
m <- a[1]*3600000 + a[2]*60000 + a[3]*1000
}
Then to get the time into millis since midnight I am doing this
> transform( y, time=str_to_millis( as.character(time) ) )
time val
1 28805834 1
2 28805834 2
3 28805834 3
but this is obviously wrong, as I get all the time values as the first
element con...
2020 Apr 07
0
fail2ban ban not working
...[16138]: INFO [dovecot] Found 77.40.61.224 - 2020-04-07 09:42:05
> 2020-04-07 09:42:06,408 fail2ban.actions [16138]: NOTICE [dovecot] Ban 77.40.61.224
> 2020-04-07 09:42:06,981 fail2ban.utils [16138]: ERROR 7ff736d6f930 -- exec: ipset create f2b-dovecot hash:ip timeout 3600000
> firewall-cmd --direct --add-rule ipv4 filter INPUT 0 -p tcp -m multiport --dports 0:65535 -m set --match-set f2b-dovecot src -j REJECT --reject-with icmp-port-unreachable
> 2020-04-07 09:42:06,982 fail2ban.utils [16138]: ERROR 7ff736d6f930 -- stderr: "ipset v7.1: Syntax erro...
2011 Jun 09
0
Change to pickups in Asterisk 1.8 - not working on local channels?
...opped working.
Can anyone advise if there has been a change in how pickups work?
Here is an example where 1000101 is trying to pick up a call to 1000103:
<SIP/product-local-00000005>AGI Rx << EXEC Dial
"Local/1000103 at product-pickup
/n,60,M(product-answered^0^1306286740.11)orL(3600000:60000)"
-- AGI Script Executing Application: (Dial) Options:
(Local/1000103 at product-pickup
/n,60,M(product-answered^0^1306286740.11)orL(3600000:60000))
> Limit Data for this call:
> timelimit = 3600000 ms (3600.000 s)
> play_warning = 60000 ms (60.00...
2017 Jun 06
0
How to update the root hints for bind DLZ
....
> [https://www.isc.org/blogs/h-root-will-change-its-
> addresses-on-1-december-2015-what-does-this-mean-for-you/]
>
> I updated the relevant section in my /etc/bind/db.root that now looks
> like this:
>
> ;
> ; FORMERLY AOS.ARL.ARMY.MIL
> ;
> . 3600000 NS H.ROOT-SERVERS.NET.
> H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53
> H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53
>
> 'dig -t any 192.168.0.200' says:
>
> h.root-servers.net. 57555 IN A 198.97.190.53
> h.root-servers.n...
2017 Jun 08
0
How to update the root hints for bind DLZ
....
> [https://www.isc.org/blogs/h-root-will-change-its-
> addresses-on-1-december-2015-what-does-this-mean-for-you/]
>
> I updated the relevant section in my /etc/bind/db.root that now looks
> like this:
>
> ;
> ; FORMERLY AOS.ARL.ARMY.MIL
> ;
> . 3600000 NS H.ROOT-SERVERS.NET.
> H.ROOT-SERVERS.NET. 3600000 A 198.97.190.53
> H.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:1::53
>
> 'dig -t any 192.168.0.200' says:
>
> h.root-servers.net. 57555 IN A 198.97.190.53
> h.root-servers.n...
2005 Sep 13
2
passing variables to h extension
...ample :
[default]
exten => _1098933X.,1,NoOp(CARRIER TWT->TIM, EXTEN: ${EXTEN}},
SIPCALLID: ${SIPCALLID}, SIPDOMAIN: ${SIPDOMAIN})
exten => _1098933X.,2,SetVar(_PROVA="bla")
[lot of stuff, agi, goto, tricks and magic that happens]
exten => _1098933X.,10,Dial(${CHAN_DEST},,L(3600000:3599900)) <- don't
mind L, a quick hack for dtmf not working with sip
exten => _1098933X.,11,Hangup
exten => _1098933X.,12,Playback(no-credit)
exten => _1098933X.,13,Hangup
exten => h,1,NoOp(${PROVA})
When the calls hangup, no "bla" is printed on screen, I think it...
2016 Dec 02
3
increasing HIVEX_MAX_SUBKEYS and HIVEX_MAX_VALUES
...000. These are the initial values I was going to base my patch on, since (selfishly) that's all my code cares about, but I figured it makes more sense to account for all regions of the hive.
• If we decide to go with the values from the whole software hive, then HIVEX_MAX_SUBKEYS would become 3600000 and HIVEX_MAX_VALUES would become 110000. These are the values I used in the attached patch. The only thing that makes me hesitant is that they're both so significantly larger than the current limits.
What about removing the limits entirely? The registry format allows up to 2^32 subkeys and va...
2007 Jun 20
1
Asterisk RealTime
...me/username Host Dyn Nat ACL Port Status
2486543210/248654321 69.148.36.78 D N 38813 OK (20 ms)
1 sip peers [1 online , 0 offline]
Error message while receiving the call: -
-- AGI Script Executing Application: (DIAL) Options:
(SIP/2486543210|60|HL(3600000:61000:30000))
-- Limit Data for this call:
-- - timelimit = 3600000
-- - play_warning = 61000
-- - play_to_caller= yes
-- - play_to_callee= no
-- - warning_freq = 30000
-- - start_sound = UNDEF
-- - warning_sound = timeleft
-- - end_sound = UNDEF
Jun...
2009 Aug 26
0
Timeout func ignored if inside a macro and when Dial cmd has limit (L). Bug ?
Hi All,
suppose this:
Dial(SIP/<somecarrier>/<somenumber>/60/L(3600000)M(td|${EPOCH})
where 60 is the seconds to wait for the callee (the called party) to answer
L(3600000) is the absolute limit of the call once it has been answered, in ms
M(td|${EPOCH}) is the macro to execute when the call gets answered. ${EPOCH} contains the current unixtime.
That's the mac...
2010 Jun 05
6
EA Download Manager
...d 'PCM Playback Volume' element
fixme:lsa:LsaGetLogonSessionData 0x32f164 0x32f158 stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 3600000
2013 Mar 03
0
How to configure NT/ptmp with Dahdi and BRI ?
...: 4000
T309: 6000
T312: 6000
T313: 4000
T316: -1
N316: 2
T-HOLD: 4000
T-RETRIEVE: 4000
T-RESPONSE: 4000
T-STATUS: 4000
T-ACTIVATE: 10000
T-DEACTIVATE: 4000
T-INTERROGATE: 4000
T-RETENTION: 30000
T-CCBS1: 4000
T-CCBS2: 2700000
T-CCBS3: 20000
T-CCBS4: 5000
T-CCBS5: 3600000
T-CCBS6: 3600000
T-CCNR2: 10800000
T-CCNR5: 11700000
T-CCNR6: 11700000
Q931 RX: 0
Q931 TX: 0
Q921 RX: 0
Q921 TX: 2
Q921 Outstanding: 0 (TEI=127)
Total active-calls:0 global:0
CC records:
Overlap Recv: No
As I was suspicious this came from the fact I previously used the same box
in TE/ptmp...
2005 Oct 13
0
BIND help please
...nd cut from log file.
# dnsq a www.ftp.bbb.ttt.domene 10.11.12.13
1 www.ftp.bbb.ttt.domene:
92 bytes, 1+0+1+0 records, response, authoritative, nxdomain
query: 1 www.ftp.bbb.ttt.domene
authority: ftp.bbb.ttt.domene 86400 SOA a.ns.ftp.bbb.ttt.domene
hostmaster.bbb.ttt.domene 2005101301 10800 3600 3600000 86400
# dnsq a www.bbb.ttt.domene 10.11.55.77
1 www.bbb.ttt.domene:
87 bytes, 1+1+1+1 records, response, authoritative, noerror
query: 1 www.bbb.ttt.domene
answer: www.bbb.ttt.domene 172800 A 10.11.100.200
authority: bbb.ttt.domene 172800 NS a.ns.bbb.ttt.domene
additional: a.ns.bbb.ttt.domene 1728...
2019 Apr 19
2
faI2ban detecting and banning but nothing happens
On Friday 19 April 2019 15:19:26 Pete Biggs wrote:
> > I've added a fail regex to /etc/fail2ban/filter.d/exim.conf as suggested
> > on another page:
>
> The standard exim.conf already has a 535 filter. Was that not working
> for you?
I was following the instructions as shown on the page. I did find after
sending my post that there was already a regex in the standard
2014 Feb 14
3
winbind: How to map Administrator to "root" on AD member server
...automatically to AD users by Samba, which is
great. I am also storing the assigned UIDs in the Active Directory as
uidNumber (gidNumber for groups).
On the member servers I am using the AD idmap backend with rfc2307 support:
> idmap config *:backend = tdb
> idmap config *:range = 3500000 - 3600000
> idmap config MYDOMAIN:backend = ad
> idmap config MYDOMAIN:schema_mode = rfc2307
> idmap config MYDOMAIN:range = 0 - 3500000
> winbind nss info = rfc2307
This is working great for normal users and groups, but I am struggling with
some special accounts, such as "Administrator&quo...
2006 Jun 13
1
Cramer-von Mises normality test
...00
640000
380000
340000
1400000
870000
260000
430000
290000
290000
550000
540000
240000
470000
650000
390000
380000
410000
220000
400000
380000
500000
1000000
520000
690000
500000
520000
260000
630000
630000
410000
290000
1300000
860000
600000
450000
330000
390000
580000
270000
460000
360000
300000
3600000
540000
370000
460000
150000
560000
630000
810000
1300000
470000
620000
520000
540000
440000
1900000
760000
750000
440000
550000
3300000
780000
3600000
1400000
840000
450000
970000
610000
490000
280000
960000
350000
1100000
770000
510000
460000
590000
760000
610000
550000
460000
470000
650000
370000...