Displaying 20 results from an estimated 71 matches for "3301".
Did you mean:
301
2006 Oct 30
0
Call from internal num. to VoIP gate
Greetings to All!
Help to solve a problem:
There is an asterisk and two VoIP a sluice (NSGate 800 2FXS 2FXO, NSGate
800 2FXS).
In sip.conf they are registered so:
[3301]
type=friend
host=172.222.135.11
username=3301
secret=0000
defaultip=172.222.135.11
dtmfmode=rfc2833
context=it
callerid="VoIPGate2Line1" <3301>
allow=g723.1
[3302]
type=friend
host=172.222.135.11
username=3302
secret=0000
defaultip=172.222.135.11
dtmfmode=rfc2833
context=it
caller...
2017 Dec 06
0
CEBA-2017:3301 CentOS 7 pki-core BugFix Update
CentOS Errata and Bugfix Advisory 2017:3301
Upstream details at : https://access.redhat.com/errata/RHBA-2017:3301
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
228629701ba22f57356bc1f68ee3802df49d8f72f0b0a95b0ac68fda1a819dfd pki-base-10.4.1-17.el7_4.noarch.rpm
7...
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
...-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/ctl-sock
+ rm -f /tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/ctl-sock
+ a=3300
+ expr 3300 + 50
+ b=3350
+ c=4242
+ fwd= -L3300:127.0.0.1:3350 -R3350:127.0.0.1:4242
+ last=3300
+ a=3301
+ expr 3301 + 50
+ b=3351
+ c=3300
+ fwd= -L3300:127.0.0.1:3350 -R3350:127.0.0.1:4242 -L3301:127.0.0.1:3351 -R3351:127.0.0.1:3300
+ last=3301
+ a=3302
+ expr 3302 + 50
+ b=3352
+ c=3301
+ fwd= -L3300:127.0.0.1:3350 -R3350:127.0.0.1:4242 -L3301:127.0.0.1:3351 -R3351:127.0.0.1:330...
2006 Feb 13
0
+ Helpers#URL
...d: Helpers#URL. Here''s the rundown.
== Helpers#URL ==
Builds a complete URL to a controller route or a path, returning a URI
object. Basically, an absolute URL which can replace the ugly `self /
R(...)` in your controllers.
Assuming the Hoodwink.d app is mounted at
http://localhost:3301/hoodwinkd/, in a controller or view you''ll see the
following results:
URL()
#=> #<URI::HTTP URL:http://localhost:3301/hoodwinkd/>
self.URL
#=> #<URI::HTTP URL:http://localhost:3301/hoodwinkd/>
URL(Static, ''js/prototype.js'')
#=>...
2011 Mar 11
3
Large dataset operations
...umn for each "rep_ " column where I have taken each value and divide it by the mean of all values where "PlateNo" is the same. My data is in the following format:
> data
PlateNo
Well
rep_1
rep_2
rep_3
1
A01
1312
963
1172
1
A02
10464
6715
5628
1
A03
3301
3257
3281
1
A04
3895
3350
3496
1
A05
8731
7389
5701
2
A01
7893
6748
5920
2
A02
2912
2385
2586
2
A03
985
785
809
2
A04
1346
1018
1001
2
A05
794
314
486
To generate it copy:
a <- c(1, 1, 1, 1, 1, 2, 2, 2, 2, 2)
b <- c("A01", "A02&quo...
2015 Feb 23
2
Call for testing: OpenSSH 6.8
...succeeds
> > > every time, but is quite a hack for testing.
> >
> > Is it colliding with itself or with other services running on your
> > test host? (especially with ones windows starts itself)
>
> It's colliding with itself, afaics. It tries to use ports 3301/3302
> again after it already used it in a former test in the script, and with
> a high probability they are still taken. The same ports are used for
> earlier tests in the same script. On the testmachine, only very few
> ports are taken by Windows processes and only one of them (RDP,...
2006 Nov 14
4
Catching a list of variables with a Controller
...enses (one man''s blog...) that
includes the ability to tag entries with 1 or more tags.
I wanted to offer the possibility to narrow the view of expenses by adding
tags to a filter (this works) and I also wanted this filter to be reflected
in the URL. Like so:
normal URL: http://localhost:3301/
filtered URL: http://localhost:3301/filter/tag1/tag2/tag3
However, I can''t get this to work since I require a variable number of
regexp groups (like say an array) and I could not find a routing syntax that
would allow this (something like class Filter < R ''/filter/(\w/)*'...
2007 Nov 18
14
css image url''s and :img problem
Hi,
i have this controller class to serve static files. It works well for
the stylesheet file under a /static directory, locating it, but the
images referenced in the stylesheet do not appear. They are in the
same /static folder, next to the stylesheet.css file.
link :rel => ''stylesheet'', :href => R(Static, ''stylesheet.css''), :type
=>
2015 Feb 21
2
Call for testing: OpenSSH 6.8
On Sat, 21 Feb 2015, Corinna Vinschen wrote:
> Building on 64 bit Cygwin works out of the box. However, I have trouble
> with the testsuite. As usual, I'm building outside the source tree:
>
> - Building the testsuite fails:
>
> Assembler messages:
> Fatal error: can't create regress/unittests/bitmap/tests.o: No such file or directory
> Makefile:152:
2011 Oct 24
1
binning runtimes
...2, etc and within each group draw a random observation to be the representative for the corresponding bin. I could not clearly see how to use Random.
> dfs <- subset(df, Partitioning == "Sharding")
> head(dfs)
Time Partitioning Workload Runtime
1 1 Sharding Query 3301
2 1 Sharding Query 3268
3 1 Sharding Query 2878
4 1 Sharding Query 2819
5 1 Sharding Query 3310
6 1 Sharding Query 3428
> str(dfs)
'data.frame': 102384 obs. of 4 variables:
$ Time : int 1 1 1 1 1 1 1 1 1 1 ...
$...
2023 Jan 25
1
Upstream forwarding test failure
On Wed, 25 Jan 2023 at 19:29, Darren Tucker <dtucker at dtucker.net> wrote:
[...]
> I have a part-done patch that logs the output from all ssh and sshd
> instances to separate datestamped files. I'll see if I can tidy that
> up for you to try
You can grab it from here:
https://github.com/daztucker/openssh-portable/commit/b54b39349e1a64cbbb9b56b0f8b91a35589fb528
It's not
2007 Jun 19
1
Reloader paths/
after investigating why the reloader wasnt working , i discovered 2 probs, one of which was sorta my fault (but will likely happen to others who make one-file apps)
first, my app was like this:
#!/usr/bn/env ruby
%w{applib1 applib2 digest/md80 airbus}.each{|r| require r}}
if __FILE__ == $0
Mongrel.config do
handler ''/'', Camping.reloader.new(__FILE__)
end
end
not
2007 May 19
2
RV permissions -- can''t park in my lot!
I''m trying to setup RV and cannot get it started. I keep getting:
Permission Denied : /var/log/rv.log
I''ve tried running it as root to test and also using www-data and chrgrp of
rv.log to www-data.
Here''s the output:
nohup su -c "/usr/bin/ruby rv_harness.rb 3301 127.0.0.1 < /dev/null 2>&1 >
/dev/null" www-data < /dev/null 2>&1 >> /var/log/rv.log &
If I run run the section in quotations, it works. I''m the call to /dev/null
is the stream for the mongrel log, and the second one outside the quotations
is for the...
2007 Jul 31
4
Restarting Lighttpd for each change? Error logging?
Hi,
It seems that for each change that I make in my camping application, I
have to restart lighttpd to make it work.
Also whenever something goes wrong, a syntax error in my camping
application for example, things just stop working and I can''t see any
error messages in the lighttpd logs or any other log.
I just followed the instructions to use Camping with lighttpd on the wiki.
Any
2007 Oct 01
1
Adding circles or ellipses to graphs
...that would link each of the time - x - area
trajectories, but I'd like to add a circle or an ellipse to these as
well.
Does anyone have any suggestions?
Steve Friedman, PhD
Everglades Division
Senior Environmental Scientist, Landscape Ecology
South Florida Water Management District
3301 Gun Club Road
West Palm Beach, Florida 33406
email: sfriedma@sfwmd.gov
Office: 561 - 682 - 6312
Fax: 561 - 682 - 5980
If you are not doing what you truly enjoy its your obligation to
yourself to change.
[[alternative HTML version deleted]]
2007 Sep 20
1
Non-metric multidimensional scaling
...can I handle this, is it valid to add 0.5 to every element in the
distance matrix or is someother alternative more appropriate?
Thanks in advance
Steve
Steve Friedman, PhD
Everglades Division
Senior Environmental Scientist, Landscape Ecology
South Florida Water Management District
3301 Gun Club Road
West Palm Beach, Florida 33406
email: sfriedma@sfwmd.gov
Office: 561 - 682 - 6312
Fax: 561 - 682 - 5980
If you are not doing what you truly enjoy its your obligation to
yourself to change.
[[alternative HTML version deleted]]
2005 Sep 01
1
'Bind'-method authentication for LDAP
...tion via an
LDAP 'bind', rather than by a password lookup and hash comparison? doing a
bind would obviate the need to make the passwords readable by the dovecot
process and would lend itself to improved security.
Phillip Needham
Principal, iBright Consulting
phillip at ibright.net
614-783-3301
2014 Apr 01
1
tincd gives kernel general protection ip error.
On a recently formatted debiann 7 server, I'm running tinc1.1pre9 and
running in to this type of error every 3-4 days.
Mar 31 19:35:26 MediaBox kernel: [256033.433285] tincd[3301] general
protection ip:406961 sp:7fff9e763b20 error:0 in tincd[400000+28000]
I initially had compiled tinc1.1pre9 creating a static binary using musl
libc. Thinking it must have been an issue with musl I recompiled
against the system libraries, but am still hitting this issue. Another
older d...
2014 Oct 30
1
CentOS 6.6 Bacula-SELinux issue
I updated my backup server to CentOS 6.6 this morning. As usual, I
unmounted the current (nightly) tape from the changer before the
reboot. Now Bacula complains it cannot access the changer:
3301 Issuing autochanger "loaded? drive 0" command.
3991 Bad autochanger "loaded? drive 0" command: ERR=Child exited with code 1.
Results=cannot open SCSI device '/dev/changer' - Permission denied
SELinux is denying source context bacula_t from accessing target
context tape...
2007 Jun 07
1
Conditional Sequential Gaussian Simulation
...f biogeochemical soil
properties in a freshwater ecosystem. Ecological Modelling 201: 521 -
535, and would like to explore this methodology.
Thanks
Steve
Steve Friedman, PhD
Everglades Division
Senior Environmental Scientist, Landscape Ecology
South Florida Water Management District
3301 Gun Club Road
West Palm Beach, Florida 33406
email: sfriedma@sfwmd.gov
Office: 561 - 682 - 6312
Fax: 561 - 682 - 5980
If you are not doing what you truly enjoy its your obligation to
yourself to change.
[[alternative HTML version deleted]]