Displaying 20 results from an estimated 76 matches for "45000".
Did you mean:
5000
2015 Sep 23
3
problems with PJSIP install on UBUNTU 14.04
Getting constant segfaults now...
[ 157.894809] asterisk[1424]: segfault at c ip 00007f8b2fbcfd04 sp 00007f8b91722010 error 4 in res_hep_pjsip.so[7f8b2fba2000+45000]
[ 481.101031] asterisk[1581]: segfault at c ip 00007ff4805f0d04 sp 00007ff4ba438010 error 4 in res_hep_pjsip.so[7ff4805c3000+45000]
[ 1151.182223] asterisk[1787]: segfault at c ip 00007f3a29ef7d04 sp 00007f3a7fdec010 error 4 in res_hep_pjsip.so[7f3a29eca000+45000]
[ 1289.185181] asterisk[1974]: s...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
...oblems with PJSIP install on UBUNTU
> 14.04
>
> On 15-09-23 07:17 PM, Ryan, Travis wrote:
> > Getting constant segfaults now...
> >
> > [ 157.894809] asterisk[1424]: segfault at c ip 00007f8b2fbcfd04 sp
> > 00007f8b91722010 error 4 in res_hep_pjsip.so[7f8b2fba2000+45000]
> > [ 481.101031] asterisk[1581]: segfault at c ip 00007ff4805f0d04 sp
> > 00007ff4ba438010 error 4 in res_hep_pjsip.so[7ff4805c3000+45000]
> > [ 1151.182223] asterisk[1787]: segfault at c ip 00007f3a29ef7d04 sp
> > 00007f3a7fdec010 error 4 in res_hep_pjsip.so[7f3a29eca000...
2015 Sep 23
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-23 12:14 PM, Ryan, Travis wrote:
> Spoke too soon. Same thing.
>
> Josh, any other ideas?
Not really, that's the exact configure line I use. You may have to do a
"make distclean" on both pjproject and asterisk.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com &
2006 Jan 26
7
Switchtower Port Issues
...imple.switchtower.com"
role :web, "simple.switchtower.com"
role :db, "simple.switchtower.com"
I have yet to experiment because of trying to figure out question 1''s
issues. But, once I get that working, would the following work if all
of them were running on port 45000 as an example?
role :app, "simple.switchtower.com:45000"
role :web, "simple.switchtower.com:45000"
role :db, "simple.switchtower.com:45000"
3. I''m using Lighttpd currently as my server. Am I going to have to
get Apache working so I can use Switchtower?
So...
2013 Jun 27
3
using "rollapply" to calculate a moving sum or running sum?
#using "rollapply" to calculate a moving sum or running sum?
#I am tryign to use rollapply to calcualte a moving sum? #I tried
rollapply and get the error message
#"Error in seq.default(start.at, NROW(data), by = by) :
# wrong sign in 'by' argument"
#example:
mymatrix <- ( matrix(data=1:100, nrow=5, ncol=20) )
mymatrix_cumsum <- ( matrix(data=NA, nrow=5,
2010 Feb 16
1
Total and heading of portfoilo table
...d.csv('equity_price.csv')
I have tried the loop
Z = array()
for (i in 1:2)
{
Z[i] = (X[[i]]*Y[i])
}
# When I write this dataframe as
write.csv(data.frame(Z), 'Z.csv', row.names = FALSE)
When I open 'Z.csv' file, I get
c.2500L..3300L..4500L..1000L..4400L. c.14000L..45000L..48000L..26000L..15000L.
2500 14000
3300 45000
4500 48000
1000 26000
4400 15000
My requirement is to have the column heads and the portfolio total as
GOOG YHOO Total
2500 14000 16500
3300 45000 48300
4500 48000 52500
1000 ...
2006 Aug 10
1
winbind: group name doesn't map to a SID, but gid does
...lookup name <posixgroupname>"
Pertinent smb.conf entries:
winbind enum groups = yes
winbind enum users = yes
winbind nested groups = yes
winbind separator = +
winbind use default domain = yes
winbind nss info = sfu
idmap gid = 500-45000
idmap uid = 500-45000
idmap backend = ad
Any idea what is wrong? I restarted winbind, but that didn't help. I
stopped winbind, removed the winbindd_idmap.tdb, and then restarted
winbind, but the groupname is still not found.
--
Happy Landings,
Jon Detert
IT Systems Administ...
2007 Apr 13
2
Anaconda can't squeeze out the repomd.xml
...isk=sda
part /var --fstype ext3 --size=12000 --ondisk=sda --asprimary
part /usr --fstype ext3 --size=3000 --ondisk=sdb
part / --fstype ext3 --size=3000 --ondisk=sda
part /tmp --fstype ext3 --size=5000 --ondisk=sdb
part /downloads --fstype ext3 --size=10000 --ondisk=sdb
part /d1 --fstype ext3 --size=45000 --ondisk=sdb --grow --asprimary
part /backup --fstype ext3 --size=45000 --ondisk=sda --grow --asprimary
part swap --size=2000 --ondisk=sdb
%packages
mdadm
grub
kernel-smp
e2fsprogs
-dmraid
krb5-workstation
cpp
glibc-headers
gcc
autoconf
libtool
libstdc++-devel
sendmail-cf
zlib-devel
libpng-devel
pa...
2008 Apr 15
1
how to make 'winbind nss info = sfu' work in v >= 3.0.26a
...ory
instance like so:
-------- begin smb.conf snippet: ------------
security = ADS
realm = mydomain.com
workgroup = MYDOMAIN
winbind enum groups = yes
winbind enum users = yes
winbind nested groups = yes
winbind nss info = sfu
winbind separator = +
winbind use default domain = yes
idmap gid = 500-45000
idmap uid = 500-45000
idmap backend = ad
-------- end smb.conf snippet: ------------
that works fine on ubuntu v7.04.
The same config, shown above, does not work under winbind v3.0.26a
running on ubuntu v7.10. I can turn an name into a sid, and the sid
back into a name (via wbinfo -n and -s, r...
2010 Oct 12
3
How do I tell whether two vectors are identical?
Hi,
I have two vectors, each of length 45000.
How do I compare the vectors to ascertain if they are identical. Secondly if
they are NOT identical, how do I determine the indices of positions at which
the vectors differ?
Thanks,
Anjan
--
===================================
anjan purkayastha, phd.
research associate
fas center for systems bi...
2010 Sep 02
2
reshape to wide format takes extremely long
...001101 10108 ALP 95.00000 98 1 2004-03-11 14:26
3 A001101 10108 ALT 61.00000 98 1 2004-03-11 14:26
5 A001101 10108 AST 33.00000 98 1 2004-03-11 14:26
I want to transform this data.frame so that I have "Obs" columns for
each "Type". The full dataset is 45000 rows long. For a short subset
of 100 rows, reshaping takes 0.2 seconds, and produces what I want.
All columns are either numeric or character format (incl. date/time).
> reshape(clin2, v.names="Obs", timevar="Type", direction="wide",idvar=c("Study","...
2007 Jan 22
2
Query about using optimizers in R without causing program to crash
Hi
I am a newbie to R and am using the lm function to
fit my data.
This optimization is to be performed for around 45000
files not all of which lend themselves to
optimization. Some of these will and do crash.
However, How do I ensure that the program simply goes
to the next file in line without exiting the code with
the error
"Error in lm.fit(x, y, offset = offset, singular.ok =
singular.ok, ...) :
N...
2010 Dec 20
2
tabulating 2 factors weighting by a third var
...aven't find a way out...
I have a data frame such as:
$ v1 : Factor w/ 5 levels
$ v2 : Factor w/ 2 levels
$ v3 : Class 'difftime' atomic [1:6666]
basically v1 and v2 are factors, while v3 is a variable containing the duration of certain activities (values ranging from 11 to 45000 sec, no missing values)
How can I get a table such that v1 levels will show as rows, v2 levels as columns and v3 is the weight by which table(v1,v2) is weighted? That is, instead of getting the count of occurences in each of the 10 cells of table(v1,v2) I would like to get the sum(v3), how can it...
2007 May 27
1
Problem while working with SPSS data
...98 144
No
2 2 <NA> 11852956800 16 Clerical 40200 18750 98 36
No
3 3 <NA> 10943337600 12 Clerical 21450 12000 98 381
No
4 4 <NA> 11502518400 8 Clerical 21900 13200 98 190
No
5 5 <NA> 11749363200 15 Clerical 45000 21000 98 138
No
6 6 <NA> 11860819200 15 Clerical 32100 13500 98 67
No
head( data)
V1 V2 V3 V4 V5
1 1 5 144 4 NA
2 1 6 36 2 NA
3 1 3 381 2 NA
4 1 2 190 2 NA
5 1 5 138 2 NA
6 1 5 67 2 NA
here I got the values of variable "V2" a...
2017 Apr 06
2
feature codes
...ll * *
Park Call
One Touch MixMonitor
Dynamic Feature Default Current
--------------- ------- -------
(none)
Feature Groups:
---------------
(none)
Call parking (Parking lot: default)
------------
Parking extension : 700
Parking context : parkedcalls
Parked call extensions: 701-750
Parkingtime : 45000 ms
Comeback to origin : yes
Comeback context : parkedcallstimeout (comebacktoorigin=yes, not used)
Comeback dial time : 30
MusicOnHold class : default
Enabled : Yes
PBX*CLI>
*My extensions.conf is:*
exten => _2XXXXXXXXX,1,Dial(SIP/CYTA/${EXTEN})
exten => _2XXXXXXXXX,1,Busy()
exten => _...
2008 Feb 22
3
Winbind 3.0.26a cannot authenticate with ActiveDirectory
...mb.conf:
workgroup = WORKGROUP
realm = WORKGROUP.TLD
security = ADS
winbind enum groups = yes
winbind enum users = yes
winbind cache time = 600
winbind nested groups = yes
winbind nss info = sfu
winbind separator = +
winbind use default domain = yes
idmap gid = 500-45000
idmap uid = 500-45000
idmap backend = ad
nsswitch.conf has the following:
passwd: files winbind
group: files winbind
Pam configuration:
auth requisite pam_nologin.so debug
auth [success=1 default=ignore] pam_localuser.so debug
auth [success=done auth_err=b...
2017 Nov 06
2
samba 4.x slow ...
On Mon, Nov 06, 2017 at 09:35:06AM +0100, Dr. Peer-Joachim Koch via samba wrote:
> Setup: Server 2x10GB NIC, client 1x1GB:
>
> Using smbclient with -mSMB3 I get an average of 52000 KiloBytes/sec (before
> 45000),
>
> using NFS (v3) from the same server I get 108000 KiloBytes/sec an more
> (mount ; cp; umount; ...)
So I don't think it's the client. The smbclient code is very efficient,
pipelining reads and writes. Is the server using async io ?
2009 Mar 18
1
memory space
...more..
Therefore, we could meet the significant problem, such as out off
memory size.
However, even if i rm() some variables that i will not use it anymore,
the memory size still not enough.
By the way, i found that if i turn off the R-gui, the program can work
again.
For example, i generate a 800*45000 matrix four times. however, when i
generate the fifth, the message tell me that the memory size is not
enough. So, i guess that maybe there are some way that can release the
memory such that the memory size is ths same with the situation of
starting. Does anyone be able to provide the function to...
2011 May 05
0
problem with cor() using bigmemory
...trix(nrow = 68000, ncol = 68000) :
Error: memory could not be allocated for instance of type big.matrix
As a part of my analyisis I need to calculate de correlation coefficient, but when I try to do that in a "smaller" matrix I get this other error.
> A <- big.matrix(nrow=45000,ncol=45000)
> AM <- (cor(A, method="pearson"))
Error in as.vector(data) :
no method for coercing this S4 class to a vector
Calls: cor ... as.matrix -> as.matrix.default -> array -> as.vector
In addition: Warning message:
In is.na(x) : is.na() applied to non-(list or vect...
2007 Apr 30
0
winbind's libads/ldap_utils.c repeatedly says 'failed to reconnect (Timed out)'
...bem?
Thanks,
Jon
Relevant smb.conf directives follow:
security = ADS
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 99
preferred master = No
local master = No
dns proxy = No
idmap backend = ad
idmap uid = 500-45000
idmap gid = 500-45000
template homedir = /home/%U
template shell = /bin/bash
winbind separator = +
winbind cache time = 600
winbind use default domain = Yes
winbind nested groups = Yes
winbind nss info = template, sfu
invalid u...