Displaying 16 results from an estimated 16 matches for "10103".
Did you mean:
1,103
2013 May 03
2
Find the flow data from its accumulation of the panel data
...10012 809 3746 2156 -1590
452 12 100.82667 10012 812 13418 15404 1986
453 12 100.82667 10012 814 5552 5483 -69
454 12 100.82667 10012 815 2929 3623 694
455 12 100.82667 10012 816 3282 3379 97
456 12 100.82667 10012 822 29498 29991 493
457 13 100.42667 10103 4 4474 5380 906
458 13 100.42667 10103 5 2934 2947 13
459 13 100.42667 10103 6 4737 5499 762
460 13 100.42667 10103 7 3851 4830 979
461 13 100.42667 10103 8 3866 4443 577
462 13 100.42667 10103 9 3053 3296 243
463 13 100.42667 10103...
2020 Mar 08
2
Trouble resolving some group membership after upgrade from 4.8 to 4.10
...security_token: struct security_token
num_sids : 0x00000009 (9)
sids: ARRAY(9)
sids : S-1-5-21-1502235775-2176147628-3003234742-10103
sids : S-1-5-21-1502235775-2176147628-3003234742-513
sids : S-1-22-2-10001
sids : S-1-22-2-10002...
2013 Jan 13
1
mbox INBOX out of sync (?)
...Module loaded: /usr/lib/dovecot/modules/auth/libauthdb_ldap.so
Jan 11 21:58:33 auth: Debug: auth client connected (pid=8658)
Jan 11 21:58:33 auth: Debug: client in: AUTH 1 PLAIN service=imap secured session=1oL4jgnTGgDAqAwf lip=192.168.12.2 rip=192.168.12.31 lport=10103
rport=46874 resp=<hidden>
Jan 11 21:58:33 auth: Debug: client out: OK 1 user=tbarreno
Jan 11 21:58:33 auth: Debug: master in: REQUEST 3219783681 8658 1 38bcc0e7465cbb3aace197fa29f9319e
Jan 11 21:58:33 auth: Debug: ldap(tbarreno,192.168.12.31,<1oL4jgnTGgDAqA...
2007 Mar 22
0
Bridged ZAP calls do not release
..., of course, receiving clock from Span one and are User.
In the left Asterisk, the dial plan is:
10101. Answer the call, wait 20 seconds, hang up.
1010[2-3]. Tandem the call through to the right Asterisk.
In the right Asterisk, the dial plan is:
10102. Answer the call, wait 20 seconds, hang up.
10103, Tandem the call through to the Ameritec.
>From the originating Ameritec, dialing 10101 results in normal calls, call
clearing, etc.
However, when dialing 10102, the right Asterisk will send a DISCONNECT after
the 20 seconds, but the left Asterisk is never releasing the call, on either
leg of...
2003 Apr 22
1
Social Network Analysis and R
...l ego-centred or local
networks. I've installed both the R program and the sna package. My next task
is importing the data into R.
Our data was entered into Spss in an edgelist format in which each case
specifies the link between an alter and an ego. For example:
10101 10102 1
10101 10103 3
10102 10104 2
10201 10203 4
10203 10204 2
The following data fragment for example shows an ego-centred network of 2
persons: 101 and 102. Person 101 for example reports of a closeness of ties
between alters 01 and 02 = value of 1; alters 01 and 03 - value of 3, etc.
Similarly Perso...
2015 Apr 20
6
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
...-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150420/1233d51b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 10103 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150420/1233d51b/attachment.png>
2017 Jan 27
2
llvm return value propagation & asm
Hi, I'm trying to have a pure asm function (non inlined) that returns
it's own value to the caller.
; Function Attrs: naked noinline optnone
define i32 @callcatch(i32, i32) #3 !dbg !10103 {
BasicBlock8472:
call void asm "\0D\0Apushl %ebp\0D\0Amovl 8(%esp),%eax\0D\0Amovl
12(%esp), %ebp\0D\0Acalll *%eax\0D\0Apopl %ebp\0D\0Aretl\0D\0A", ""(),
!dbg !10104, !srcloc !10106 // this returns in eax
ret i32 0, !dbg !10104
}
; Function Attrs: naked noinline optnone...
2015 Apr 20
0
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
...-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150420/0cb37ba0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 10103 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150420/0cb37ba0/attachment.png>
2018 Feb 04
0
Very slow rsync to gluster volume UNLESS `ls` or `find` scan dir on gluster volume first
...time find 08 | wc -l
14254
real 0m0.726s
user 0m0.013s
sys 0m0.033s
box:/mnt/gluster/uploads/2017 # time rsync -aPr
/srv/www/htdocs/uploads/2017/08/ 08/
sending incremental file list
real 0m0.562s
user 0m0.057s
sys 0m0.137s
box:/mnt/gluster/uploads/2017 # time find 07 | wc -l
10103
real 0m4.550s
user 0m0.010s
sys 0m0.033s
box:/mnt/gluster/uploads/2017 # time rsync -aPr
/srv/www/htdocs/uploads/2017/07/ 07/
sending incremental file list
real 0m0.428s
user 0m0.030s
sys 0m0.083s
box:/mnt/gluster/uploads/2017 # time ls 06 | wc -l
11890
real 0m1.850s
user...
2006 Aug 08
6
rake migrate the first time - uses more than schema_info?
All,
I have two migration files, file 1 and file 2.
For reasons that I don''t want to go into unless I must, I want to only
run file 2 on my production database (file 1 contains a bunch of table
creation stuff for already existing tables).
I figured if I created a schema_info table and set the version in it to
1, then I could just run rake db:migrate RAILS_ENV=production and just
2013 Apr 19
1
Winbind and User Private Groups
Hello,
I'm doing R&D on using Winbind to authenticate Active Directory users (W2K3S R2) on RHEL 6 servers. I have a working implementation of this using idmap_rid as the backend. I followed 'configuration 1' in the following guide:
2019 Oct 22
3
Samba domain users AWOL from Samba file server.
Unfortunately, the the Ubuntu 18.04 samba-tool package doesn't have "user
show" as an option. The Windows ADUC tool shows user1 uidNumber =10001,
user2 uidNumber=10002, user3 uidNumber =10003, and user4 uidNumber=10004
Here are the getent command results on the file server/ domain member:
*admin at fsvr0:~$ getent passwd user1*
hq-user1:*:11103:10513::/home/lan/user1:/bin/bash
2016 Apr 26
5
From NUM to INT
...9 392721062 21520 24103013
134BLK 1.73E+10 320819409 62156 107809914
160ZRED 1.06E+11 423290206 201494 62173555
166ZRED 2.92E+10 173837762 9813 4325219
17ZBLKG 2.87E+10 108073600 151168 19695454
226ZBLK 3.58E+10 470892623 203516 447240999
3ZBLK 1.98E+10 149631240 5962 758907
58BLK 6.71E+09 98009797 10103 18282903
60ZBLK 4.12E+10 382747754 96469 4348146
7ZBLK 7.97E+09 88160280 79680 0
95BLK 2.98E+10 202534656 33088 51649275
9PZRED 8.24E+10 388722787 274104 50360078
107ZRED 1.59E+11 109157702 170772 3550234
129BLK 7.59E+09 56423562 1081 1655868
150ZRED 5.69E+10 961853511 33383 13049429
168BLK 6.45E+1...
2016 Apr 26
0
From NUM to INT
Can you explain why you need them as 'integer', A floating point
representation can hold a value upto ~4.5e15 as an "integer" keeping the
precision that you might need.
Jim Holtman
Data Munger Guru
What is the problem that you are trying to solve?
Tell me what you want to do, not how you want to do it.
On Tue, Apr 26, 2016 at 1:11 PM, Andr? Luis Neves <andrluis at
2015 Feb 01
18
[Bug 88893] New: [NV46] GPU lockup with Quadro NVS 110M
https://bugs.freedesktop.org/show_bug.cgi?id=88893
Bug ID: 88893
Summary: [NV46] GPU lockup with Quadro NVS 110M
Product: xorg
Version: 7.7 (2012.06)
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
Assignee:
2016 Apr 26
2
From NUM to INT
...3
166ZRED 2 2 Grain 2 End2 29245020768 9813 2.633190427 3.689525942
17ZBLKG 2 2 Grain 2 End2 28686200320 151168 2.684194907 3.760991472
226ZBLK 2 2 Grain 2 End2 35823496868 203516 2.656602944 3.722330667
3ZBLK 2 2 Grain 2 End2 19774776776 5962 3.01716587 4.22753768
58BLK 2 2 Grain 2 End2 6712885842 10103 2.776815993 3.890768604
60ZBLK 2 2 Grain 2 End2 41185544916 96469 2.757875102 3.86422935
7ZBLK 2 2 Grain 2 End2 7965902400 79680 2.876690768 4.030709327
95BLK 2 2 Grain 2 End2 29843174520 33088 3.319343593 4.650937575
9PZRED 2 2 Grain 2 End2 82361326080 274104 2.695285046 3.776530553
107ZRED 3 2 Fo...