Displaying 20 results from an estimated 109 matches for "2501".
Did you mean:
250
2015 Nov 19
27
[Bug 2501] New: VerifyHostKeyDNS & StrictHostKeyChecking
https://bugzilla.mindrot.org/show_bug.cgi?id=2501
Bug ID: 2501
Summary: VerifyHostKeyDNS & StrictHostKeyChecking
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: ssh...
2014 Nov 26
0
flac-1.3.1pre1
...5.6 GENERIC.MP#610 amd64.
With mawk-1.3.4.20140914 it works fine
(and ./test_replaygain.sh passes).
Can anyone please shed some light on what's mawk-spacific
about that awk script? It seems to be just a sine-generator.
Here is the head of the hexdump of the two generated tones.
Notice how the 2501's are preceded by the 0000's with mawk.
awk:
0000000 0080 da00 7882 ffff daff 7882 0080 2500
0000010 877d 2501 877d ff7f daff 7882 ffff daff
0000020 7882 0080 2500 877d 2501 877d ff7f daff
0000030 7882 ffff d...
2008 Oct 10
4
Budge Tones pick up wrong calls
We have 3 Grandstream Budge Tone 100 phones which are being very fluid
on incoming calls. They are set up as extensions 2501, 2518, and 2536.
When calling out to another phone, they always identify themselves
correctly. But sometimes they will respond to the wrong incoming
calls. (By respond, I mean that the phone rings and if someone picks up
the receiver, the call then goes thru.) For example, 2501 might respon...
2017 Aug 23
0
CEBA-2017:2501 CentOS 6 acl BugFix Update
CentOS Errata and Bugfix Advisory 2017:2501
Upstream details at : https://access.redhat.com/errata/RHBA-2017:2501
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
56c8bd71d132223a86492533476fe9ff37c5ba7c09e21b5927a9efd5b2d717dd acl-2.2.49-7.el6_9.1.i686.rpm
fdd9e7588...
2019 Sep 18
0
CEBA-2019:2501 CentOS 7 rsyslog BugFix Update
CentOS Errata and Bugfix Advisory 2019:2501
Upstream details at : https://access.redhat.com/errata/RHBA-2019:2501
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
fa57fea42b1cdd050e9c8d1bf9a1ec4fc0bec10db00c4d2eea4c6cc94203746b rsyslog-8.24.0-41.el7_7.x86_64.rpm
8d...
2008 Mar 17
1
update_call_counter: Call to peer '2509' rejected due to usage limit of 1?
Hi,
I am using asterisk-1.4.15, My sip configs is like
[2501]
type=friend
username=2501
secret=2501
canreinvite=no
host=dynamic
dtmfmode=rfc2833
context = sip
disallow=all
allow=ulaw
incominglimit=1
nat=1
queue.conf is like
[gen-enq]
joinempty = yes
musiconhold = default
strategy = rrmemory
servicelevel = 60
timeout = 60
retry = 5
wrapuptime=5
announce-fre...
2006 Jun 12
2
weird behaviour of summary.default
Hi all.
I may missing something here, but if I do summary.default(1:9999), I get:
Min. 1st Qu. Median Mean 3rd Qu. Max.
1 2500 5000 5000 7500 9999
but if I do summary.default(1:10001) I get:
Min. 1st Qu. Median Mean 3rd Qu. Max.
1 2501 5001 5001 7501 10000
i.e. Max is rounded to 10000.
What's wrong?
My system:
_
platform i486-pc-linux-gnu
arch i486
os linux-gnu
system i486, linux-gnu...
2005 Mar 16
0
chan_oh323.c:2501 ast_oh323_new: Internal channel initialization failed. Bad binary?
hello
i try to call from sip phone on asteris to open phone
on GnuGK.
can any one tell me why it is saying
chan_oh323.c:2501 ast_oh323_new: Internal channel
initialization failed. Bad binary?
Mar 16 13:28:46 WARNING[5963]: chan_oh323.c:2727
oh323_request: Failed to create new H.323 private
structure 4.
Mar 16 13:28:46 NOTICE[5963]: app_dial.c:749
dial_exec: Unable to create channel of type 'OH323'
We're at 19...
2014 Nov 25
19
flac-1.3.1pre1
Hi all,
As people may have seen there's a pre-release here:
http://downloads.xiph.org/releases/flac/beta/
Specifically:
flac-1.3.1pre1.tar.xz : The source code
flac-1.3.1pre1-win.zip : Windows 32 and 64 bit binaries
Please test.
I'm particularly interested in hearing about the windows binaries
which were cross compiled from Linux to Windows. Unfortunately
there is a bug
2005 Mar 21
4
Upcoming 3.0.13 release -- please test now
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Heads up everyone:
Due to the win98 explorer bug (https://bugzilla.samba.org/bug/2501),
we will be release 3.0.13 on Thursday morning, March 24 (GMT-6).
So if you have any outstanding bugs in the 3.0.12 that we
should know about, let us know now. Please file any defect
reports at https://bugzilla.samba.org/.
Thanks.
cheers, jerry
=============================================...
2014 May 23
3
USB-3.0 on C6.5 ??
Just wondering if there are any known issues with USB 3.0 storage devices
in Centos 6.5??
I just got one of these: http://www.newegg.com/Product/Product.aspx?Item=N82E16817332028
it does either esata or USB 3.0. My new motherboard (ASUS M5A99X EVO
R2.0) supports both, so I've tried both (of course, can't have a feature
without at least giving it a whirl! :)). esata seems to work fine,
I
2012 Jul 06
2
Maximum number of patterns and speed in grep
...apse = "|"), x[j],
value = T))
}
When I break this up into 4 chunks of patterns it works:
data <- array()
for (j in 1:length(x))
{
array$chunk1[j] <- length(grep(paste(patterns[1:2500], collapse = "|"),
x[j], value = T))
array$chunk1[j] <- length(grep(paste(patterns[2501:5000], collapse = "|"),
x[j], value = T))
array$chunk1[j] <- length(grep(paste(patterns[5001:7500], collapse = "|"),
x[j], value = T))
array$chunk1[j] <- length(grep(paste(patterns[7501:7700], collapse = "|"),
x[j], value = T))
}
My questions: what's the...
2017 Mar 23
93
[Bug 2698] New: Tracking bug for OpenSSH 7.6 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2698
Bug ID: 2698
Summary: Tracking bug for OpenSSH 7.6 release
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2011 Jan 20
4
How to reshape wide format data.frame to long format?
...quot;SMR.ta10.M" "SMR.ka1.M" "SMR.ka2.M" "SMR.ka3.M" "SMR.ka4.M"
[56] "SMR.ka5.M" "SMR.ka6.M" "SMR.ka7.M" "SMR.ka8.M" "SMR.ka9.M"
[61] "SMR.ka10.M"
> dim(codesM)
[1] 42 61
into a 3 x 2501 data.frame where the "key" variable is kept, the
values in columns 2-61 above is inserted into a "values" column and
the name of the column is inserted in a third column ("variable"
perhaps).
Like
key variable value
POSTOFF_1_1...
2009 Feb 04
1
R version update utility
...ode, etc. are welcome.
If this stuff is regarded as off-topic, please, email me in private.
Best regards.
Alexandre
--
Alexandre Santos Aguiar, MD, SCT
--
website: http://spsconsultoria.com/
Phone: +55-11-3717-4866 (SP)
Phone: +55-21-3717-4866 (RJ)
Voicemail: +55-11-2157-6891 (SP)
Fax: +55-11-2501-1972 (SP) - New fax number! Please, update records.
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <https://stat.ethz.ch/pipermail/r-help/atta...
2005 Mar 16
1
Re: chan_oh323.c ast_oh323_new Internal channel initialization failed
...uGk. i am getting the following error. do you
have any idea. please help i am stuck here for a week.
i am unable to find anything on google on this topic.
-- Executing Dial("SIP/2000-ae3f",
"OH323/4050@gnugkip:1720") in new stack
Mar 16 16:14:46 ERROR[16176]: chan_oh323.c:2501
ast_oh323_new: Internal channel initialization failed.
Bad binary?
Mar 16 16:14:46 WARNING[16176]: chan_oh323.c:2727
oh323_request: Failed to create new H.323 private
structure 1.
Mar 16 16:14:46 NOTICE[16176]: app_dial.c:749
dial_exec: Unable to create channel of type 'OH323'
== Everyone...
2004 Jun 04
1
Performance Issues with AutoCad 2003
...wseable = Yes
read only = No
guest ok = No
comment = adobe related files
valid users = drafter
hosts allow = 127.0.0.1 10.0.0.0/24
hosts deny = 0.0.0.0/0
Thanks for the help
======================
Brian G. Merrell
Graphics & Networking
Tri-State Land Surveying
435-781-2501
======================
2007 May 03
1
best practice backup
Hi there,
I am using tar to backup the whole system (specific directorues usr,lib,sbin,etc,var,home,root).
On bare metal recovery I install the minimal portion of the syetm and then I throw the tarballs.
Any opinions?
D. Karapiperis
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Dec 21
3
Upgrading to larger HD with LVM
...k -l
Disk /dev/hda: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 2501 19984860 8e Linux LVM
Disk /dev/hdb: 15.3 GB, 15361597440 bytes
255 heads, 63 sectors/track, 1867 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 1867 14996646 83 Linux
2005 Feb 07
1
smbclient recursive get skips files (rarely)
...TION_2005-02-04_0891\02_04_05a_A01_lo_1366_tents1.ab1
of size 316705 as 02_04_05a_A01_lo_1366_tents1.ab1 (3681.9 kb/s)
(average 3681.9 kb/s)
<SNIP>
getting file
\AppliedBiosystems\UDC\DataCollection\Data\WEAPON_OF_MASS_DESTRUCTION_2005-02-04_0891\02_04_05a_G05_lerchner_tf6_sp6.seq
of size 2501 as 02_04_05a_G05_lerchner_tf6_sp6.seq (488.5 kb/s) (average
3575.1 kb/s)
getting file
\AppliedBiosystems\UDC\DataCollection\Data\WEAPON_OF_MASS_DESTRUCTION_2005-02-04_0891\02_04_05a_G07_zylka_7301_t3.seq
of size 1381 as 02_04_05a_G07_zylka_7301_t3.seq (674.3 kb/s) (average
3573.5 kb/s)
getting...