similar to: S0 - T0 interfaces question

Displaying 20 results from an estimated 5000 matches similar to: "S0 - T0 interfaces question"

2005 Aug 29
2
Loopback connetion issue
Hi, I''m experiencing some troubles with an application in a VM (domain-1) which needs to connect too itself via the loopback interface. It seems that the connection process hang during the TCP handshake. I have a running web server in this VM which run perfectly. Logged in Domain-1, i''ve tried to reach the webserver with telnet but the same problem happens. Even pinging the
2017 Apr 25
2
Fwd: Unable to change passwords from Win XP Pro clients
Just a follow-up. Still, no resolution. I've tried different combinations with "client ipc signing" without luck. A traffic dump shows the problem as: i) windows XP client sends a DCE/RPC SAMR command GetDomPwInfo ii) samba DC responds with DCE/RPC Fault nca_proto_error I've also tried fiddling with Local Security Policy registry values at the Win XP machine, but got nothing
2017 Apr 21
2
Fwd: Unable to change passwords from Win XP Pro clients
On Fri, 21 Apr 2017 12:00:59 -0400 Eleuterio Contracampo via samba <samba at lists.samba.org> wrote: > [2017/04/21 12:47:55.219297, 0] > ../auth/gensec/gensec.c:257(gensec_verify_dcerpc_auth_level) > > Did not manage to negotiate mandetory feature SIGN for dcerpc > auth_level 6 > I think you may be running into an artefact of the badlock patches, for which Win7 will
2012 Oct 22
1
boot: how is t0 calculated?
Dear all, I am doing log-transformed bootstrap regression using: x=c(0.038,0.054,1.030,1.250,10.240,52.000,228.100,240.000,758.000,1502.600,0.140,9.170,280.000,1.000,0.150,0.388,20) y=c(3961.5,25987.5,526557,321094.5,6433332,23592715.5,40500000, 228853521.1,320980392,429000000,58435.5,13525240.5,621195600,1020000,30567.0,296100.0,4800000) xy = data.frame(x=x,y=y) reg.ln = function(storage,
2009 Jan 05
1
B410p, Ast1.4, France Télecom Numeris Double T0 problem
Hi. When I call my RNIS numbers (with a mobile phone for example), I can see 2 incoming calls on the IPBX, which should not happend. I'm not sure if it's a problem with the telco France Telecom and their ISDN setup, or if it's a problem with the MISDN driver on the IPBX itself. I'm stuck ... Any advices for troubleshooting that? Someone provide working configuration files
2017 Apr 21
2
Fwd: Unable to change passwords from Win XP Pro clients
Thank you Rowland!! Sorry about my ignorance. I guess I tried many different things and polluted the smb.conf file. I've removed every single line you mentioned off my smb.conf. Still the problem persists: MYDOMAIN\Administrator (S-1-5-21-1965676298-842383976-2353361141-500) is changing password of user2 at MYDOMAIN.org.ar [2017/04/21 12:05:42.233899, 3]
2005 Mar 02
3
Multiple lines
Hi, Question... Is there a way to receive two phone calls on the same phone, or, for example to receive a phone call, put the call in stand-by and then make another call and finally, why not put them all together in conference... Thanks David Masure -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Apr 25
0
Fwd: Unable to change passwords from Win XP Pro clients
I think the "client ip signing options" don't matter on the domain controller, since the domain controller is not functioning as a server. (If this was a samba member server, then it would matter.) You MAY want to try server signing = no On 04/25/17 12:14, Eleuterio Contracampo via samba wrote: > Just a follow-up. Still, no resolution. I've tried different
2017 Dec 06
2
[RFC] Half-Precision Support in the Arm Backends
Thanks a lot for the suggestions! I will look into using vld1/vst1, sounds good. I am custom lowering the bitcasts, that's now the only place where FP_TO_FP16 and FP16_TO_FP nodes are created to avoid inefficient code generation. I will double check if I can't achieve the same without using these nodes (because I really would like to get completely rid of them). Cheers, Sjoerd.
2001 Sep 11
2
Differential Equations Using R?
To whom it may concern, I am a student at Macaleste College, and next semester Macalester is going to offer a course for CellBio that is mainly statistically based. For the most part the students will be using R for analysis. The problem is there will be some simple differential equations for the students to solve. The committee that in charge of the classes corriculam would like only to
2003 Oct 24
2
EU Linux migration document. -- German Gvt. "Migration Guide"
> Linux migration document. > > * To: samba at sambadotorg, samba-technical at sambadotorg > * Subject: Linux migration document. > * From: Jeremy Allison <jra at sambadotorg> > * Date: Tue, 21 Oct 2003 23:20:58 +0000 > * Cc: jra at sambadotorg > > Hi all, > > If you're looking at a Windows server to Linux & Samba migration
2006 Jan 09
0
zaphfc and T0 ISDN to Alcatel PBX
Hello, I have the following problem with HFC card and Alcatel PBX 4400: - I want to connect Alcatel PBX and Asterisk with HFC card (zaphfc driver 1port S0/T0 interface card) - BRI line is configured at PBX to T0 trunk - In asterisk I have loaded zahfc driver in NT mode and also set in zapata.conf NT mode, point-to-multipoint. - I am using cross "isdn" cable to PBX -
2018 Sep 28
3
error: expected memory with 32-bit signed offset
Hi, I want to encode Loongson ISA initially https://gist.github.com/xiangzhai/8ae6966e2f02a94e180dd16ff1cd60ac gslbx           $2,0($3,$4) It is equivalent to: dadd $1, $3, $4 lb $2,0($1) I just use  mem_simmptr  as the default value of  DAGOperand MO , because  MipsMemAsmOperand  use  parseMemOperand  to parse general  MemOffset  and only *one*  AnyRegister , for example: 0($1) But 
2005 Apr 11
3
CDR and TDS
Hi, I want to use the cdr to record the call log to my Microsoft SQL Server using unixodbc and freetds.... but when I compile, I've got this message.... Does anyone have the same problem and/or know how to solve it ? Thanks Baste regards David Masure make[1]: Entering directory `/usr/src/asterisk/bristuff-0.2.0-RC7k/asterisk-1.0.6/cdr' gcc -pipe -Wall -Wstrict-prototypes
2018 Jan 18
0
[RFC] Half-Precision Support in the Arm Backends
I would like to revive this thread, as I am struggling a lot with the FP16 implementation in the ARM backend. My implementation in https://reviews.llvm.org/D38315 is finished (except one case), but a more robust alternative implementation was suggested. One can indeed argue that my current implementation is a bit fragile, because it involves manually patching up the isel dags for a few cases. The
2005 Mar 11
1
Unable to create Zap channel when dialing using a bri cellular gateway
Hi all, I have an asterisk box set up with a bri card (using zaphfc). I have a bri cellular gateway connected to it beacuse I'd like to route all my cellular calls through that gateway. The probel I encounter is that when trying to dial a phone number, I've the message : unable to create a zap channel. My card is normally well configured because when connected to the NT, It works
2018 Jan 18
1
[RFC] Half-Precision Support in the Arm Backends
Hi Sjoerd, For ISel, I think having a separate register class will give you less headache. I wondering if you could get away with not touching the instructions descriptions at all, instead defining external pattens for the FullFP16 case, like so: def VCVTBHS: ASuI<0b11101, 0b11, 0b0010, 0b01, 0, (outs SPR:$Sd), (ins SPR:$Sm), IIC_fpCVTSH, "vcvtb",
2011 Dec 12
5
[LLVMdev] nsw is still logically inconsistent
The recent discussion of nsw led me to go back and review the current definition of nsw in greater depth, and it turns out that even with all the theoretical effort, it's still logically inconsistent. First, a warning: The scenario below is artificial. This is just a demonstration. Also, ignore the fact that instcombine would zap everything. Depending on that would be an implicit pass
2001 Sep 07
3
fitting models with gnls
Dear R-list members, Some months ago I wrote a message on the usage of gnls (nlme library) and here I come again. Let me give an example: I have a 10 year length-at-age data set of 10 fishes (see growth.dat at the end of this message) and I want to fit a von Bertalanffy growth model, Li= Linf*(1-exp(-k*(ti-t0))) where Li = length at age i, Linf= asymptotic length, k= curvature parameter, ti=
2001 Dec 21
2
Account not authorized to login - WHY NOT?
Hello: I have installed Samba successfully on a Sun Solaris 8 (Sparc box). Using the SWAT web tool I was ablt to get a smb.conf file created. If can connect directly from the Sparc box with no problems, example: smbclient //localhost/homes added interface ip=10.12.254.58 bcast=10.12.254.255 nmask=255.255.255.0 Password: Domain=[SMBWORKGROUP] OS=[Unix] Server=[Samba 2.2.2] smb: \>