search for: eas

Displaying 20 results from an estimated 1738 matches for "eas".

Did you mean: as
2012 Dec 17
1
subset handling
Dear Rui and UseRs,[a text file has also been attached, in case the format of my email is difficult to get]I am extremely sorry that I am bothering you once again, but I?ll have to get to the bottom of it. The following command sp <- lapply(split(agg, agg$st), function(x) x[order(x$year, x$month), ]) gave me an output with monthly mean of population(as under). i am not able to apply
2008 Feb 19
32
storing SOM epoch in EA
...tore epoch in inode on mds. the perfect solution could be to store epoch in old inode body, but there is no much space for this in the body and with DMU we''ll have this problem again. given the minimal inode size we use on MDS is 512 bytes, we can store upto 13 stripes in the body. larger EAs go to a dedicated block. if we add 8 byte epoch, then we can store upto 12 stripes in the body. so, epoch stored in EA affects only files with exactly 13 stripes. files with different stripes are unaffected at all. couple lesser concerns are: 1) cpu usage 2) epoch on old filesystem with insufficie...
2017 Aug 25
2
retrieve machine password in current Samba?
We have a wireless network that uses 802.1x authentication, in which domain joined computers use their machine credentials to connect. Windows machines do this automatically, and until recently Linux computers could join using wicd, wpa-supplicant, and a simple script that would retrieve the machine password with tdbdump. ( specifically tdbdump -k SECRETS/MACHINE_PASSWORD/DOMAIN
2004 Dec 19
1
BRI Error with zaphfc
...cannot get the other card to talk to my PABX. It is in NT mode. If I try to call a PABX extension it rings but drops the call after a few seconds. The PABX logs the call as a 'missed call' I get the following debug:- I understand Linux better than ISDN. Can anybody interpret this for me please :-) Ian pri intense debug span 2 Enabled EXTENSIVE debugging on span 2 -- Accepting call from '12--------' to '------' on channel 0/1, span 1 (my tel no deleted :-) -- Executing Dial("Zap/1-1", "Zap/g2/673615") in new stack > [ 02 ff 03 08 01 02...
2007 Jun 06
3
1.4 Zaptel/Sangoma Issues on CentOS
Any ideas? Sangoma support is closed for the evening. I have the latest Sangoma drivers and Asterisk 1.4 everything installed. When I fire up asterisk, I keep getting "Primary D-Channel on span 1 up" repeated over and over. The B channels never come up. There are no errors in any of the logs,...
2009 Oct 25
1
some issue with libpri cant go past 1.4.1
...> TEI: 000 EA: 1 > N(S): 043 0: 0 > N(R): 047 P: 0 > 9 bytes of data Stopping T_203 timer Starting T_200 timer -- Restarting T200 timer [Kmndemo*CLI> > Protocol Discriminator: Q.931 (8) len=9 > Call Ref: len= 2 (reference 3/0x3) (Originator) > Message type: RELEASE COMPLETE (90) > [08 02 81 d1] > Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) Spare: 0 Location: Private network serving the local user (1) > Ext: 1 Cause: Invalid call reference value (81), class = Invalid message (e.g. parameter out of range) (5) ] NEW_HA...
2006 Apr 18
0
Problem Using Asterisk Call Files with Zap PRI
...39; Apr 18 16:25:57 DEBUG[12827] pbx.c: Function result is '(null)' Apr 18 16:25:57 DEBUG[12827] pbx.c: Function result is '1145391957.1906' Apr 18 16:25:57 DEBUG[12827] pbx.c: Function result is '(null)' Apr 18 16:25:57 NOTICE[12827] pbx_spool.c: Call failed to go through, reason 0 Here is an intense PRI debug of a failed call: < [ 02 01 01 d5 ] < Supervisory frame: < SAPI: 00 C/R: 1 EA: 0 < TEI: 000 EA: 1 < Zero: 0 S: 0 01: 1 [ RR (receive ready) ] < N(R): 106 P/F: 1 < 0 bytes of data -- ACKing all packets from 105 to (but not incl...
2017 Apr 23
2
uses vfs_fruit, but that requires \"ea support = yes\"
interesting warning - is that not implicit and why? uses vfs_fruit, but that requires \"ea support = yes\" Apr 23 21:32:27 srv-rhsoft ark: kf5.kio.core: We got some errors while running testparm "Load smb config files from /etc/samba/smb.conf\nLoaded services file OK.\nERROR: Service \"filesharing\" uses vfs_fruit, but that requires \"ea support =
2005 Jan 09
5
Help in E1-T1 encoding
...alaw configuring it in zaptel.conf but the same happens. If instead of calling from E1 PSTN I use any SIP phone, the message is normally reproduced without distortion. I could not connect * directly to a T1 to test it because I do not have the possibilty to have installed one in Argentina. Any ideas? Thanks in advance. Alejandro G
2003 Aug 18
8
PRI Question
I managed to get Asterisk working with my PBX using T1, now I am moving on to trying to make PRI work. I have my zaptel.conf and zapata.conf configured as follows: Zaptel.conf: span=1,1,0,esf,b8zs bchan=1-23 dchan=24 loadzone=us defaultzone=us Zapata.conf: [channels] transfer=yes immediate=yes callprogress=yes language=en context=default switchtype=national signalling=pri_net group=1
2017 Aug 25
0
retrieve machine password in current Samba?
...ss used to retrieve the password is just like the one I was using. > > > Is there a currently supported method for retrieving the machine password in a form that's usable by external scripts such as wicd? Looking at the code I think it's now returning the plaintext password, whereas previously it only stored the password hash. You'll have to hash to make it useful by wicd it seems (I'm guessing wicd expects the hash, not the plaintext).
2004 Oct 07
1
T100P Pri Audio
I've been working on an asterisk box at work for a few weeks now, things were finally starting to sail smoothly until I hit this head scratcher this morning. It's a rather intricate problem, so bear with me. Heres the scenario. What works: If I call from my sip phone -> sip phone everythings ok If I call from sip phone -> external pots number ok as well If I map one of our
2012 Feb 10
3
problem subsetting data frame with variable instead of constant
...ys a 2 decimal number (in this case = 0.21), and I'm computing the numbers around it by a difference of 0.01 (0.2,0.22) in case maf.adj isn't in the table. maf.adj is read from another dataframe, when I use it to subset it always works fine but when I do this innocent subtraction for some reason it doesn't work. If I rewrite statements like this it works: *power1 = subset(ea.cad.pwr, MAF == 0.2 & OR == odds) power2 = subset(ea.cad.pwr, MAF == 0.22 & OR == odds) * Even if I write this first: maf1 = 0.2 Then: power1 = subset(ea.cad.pwr, MAF == maf1 & OR == odds) It w...
2010 Mar 24
1
Installing Enterprise Architect
...tect installer. But when I launch the software, the splash screen comes up with I get an error message saying: Microsoft Visual C++ Runtime Library Runtime Error! Program: C:\Program Files\Sparx Systems\EA Trial\EA.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Thanks in advance.
2005 Sep 09
0
BRI debug, national ISDN speech call problem
...00 C/R: 0 EA: 0 > TEI: 115 EA: 1 > N(S): 016 0: 0 > N(R): 023 P: 0 > 8 bytes of data -- Restarting T203 counter Stopping T_203 timer Starting T_200 timer > Protocol Discriminator: Q.931 (8) len=8 > Call Ref: len= 1 (reference 9/0x9) (Originator) > Message type: RELEASE (77) > [08 02 81 81] > Cause (len= 4) [ Ext: 1 Coding: CCITT (ITU) standard (0) 0: 0 Location: Private network serving the local user (1) > Ext: 1 Cause: Unallocated (unassigned) number (1), class = Normal Event (0) ] -- Hungup 'Zap/5-1' == No one is ava...
2011 Nov 30
0
[PATCH 2/4] x86/emulator: add emulation of SIMD FP moves
Clone the existing movq emulation to also support the most fundamental SIMD FP moves. Extend the testing code to also exercise these instructions. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/tools/tests/x86_emulator/test_x86_emulator.c +++ b/tools/tests/x86_emulator/test_x86_emulator.c @@ -629,6 +629,60 @@ int main(int argc, char **argv) else
2012 Oct 02
2
Purpose of the "ea support" option?
Please can someone clarify the purpose of the "ea support = yes" option in smb.conf? According to the man page, it's there to allow _clients_ to attempt to store OS/2 style extended attributes. As long as the underlying server filesystem supports EAs, this will work. However, I've see...
2000 Oct 05
1
Games...
...he task? I realize that good optimizers are >>expensive, but surely EA is looking at way more >>than one programmer's salary in FhG licensing fees. I'm not waiting for any volunteers; I am planning on doing it myself. I just don't want to do it until I have some reason to believe that what I do will not have to be redone again later after it changes. Why don't I "convince EA to put someone on the task"? I have convinced EA (well, Maxis) and that person is me right now, though we have others that could do it too. I am simply more motivated than t...
2005 Mar 31
4
Samba 3.x SVN and OS/2 support.
...d OS/2 style extended attribute support into the SAMBA_3_0 subversion branch code. This depends on the underlying OS supporting EA's and (on linux) the filesystem being mounted with the "user_xattr" mount option and the parameter "ea support = yes" being set in smb.conf. Please check out this code and test it - let me know if there are any errors with using OS/2 EA's with Samba3 and I'll try and get them fixed before 3.0.14. Thanks, Jeremy
2006 Feb 09
1
Error Messages in /var/log/messages
Here's the output: Feb 9 15:51:26 SSI001 kernel: SFW2-INext-ACC-TCP IN=eth0 OUT= MAC=00:0f:ea:73:88:12:00:40:2b:67:5b:a7:08:00 SRC=192.168.1.54 DST=192.168.1.2 LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=51248 DF PROTO=TCP SPT=1964 DPT=139 WINDOW=65535 RES=0x00 SYN URGP=0 OPT (020405B401010402) Feb 9 15:51:28 SSI001 kernel: SFW2-INext-ACC-TCP IN=eth0 OUT=