Displaying 13 results from an estimated 13 matches for "tg2".
Did you mean:
t2
2008 May 07
0
Help with Mixed effect modeling in R
...tercept t / type=un group=grp subject=pt g gcorr v vcorr;
run;
The key to specifying different covariance structure for the random
effects seems to be the highlighted portion in the code. What would be
it's equivalent in R?
In R, I tried the following
Model1 <- lme(y ~ g1+Tg1+g2+Tg2-1,random =
pdBlocked(list(pdSymm(~g1+Tg1-1),pdSymm(~g2+Tg2-1))),data=X.gr,control=c
on)
where, g1 and g2 are the group indicator variables and Tg1 = t*(grp==1),
similarly Tg2 is defined.
I am forced to assume different intercept for each group in this
approach but anyway this works and gives m...
2009 Apr 08
1
Call Pickup Works w/Linksys ATA, not with Cisco 7940G
...----------->
--- (15 headers 20 lines) ---
Sending to 192.168.0.205 : 5060 (no NAT)
Using INVITE request as basis request - <a class="moz-txt-link-abbreviated" href="mailto:94dc7b8-591d638c@192.168.0.205">94dc7b8-591d638c@192.168.0.205</a>
Found peer '101'
tg2*CLI>
<--- Reliably Transmitting (no NAT) to 192.168.0.205:5060 --->
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 192.168.0.205:5060;branch=z9hG4bK-e7b4459c;received=192.168.0.205
From: 101 <a class="moz-txt-link-rfc2396E" href="sip:101@192.168.0.12">...
2014 Mar 06
2
Re: [libvirt] Python-libvirt in a virtual environment.
@Michel
using virtualenv we can create an isolated environment in the system.
Just go through - http://docs.python-guide.org/en/latest/dev/virtualenvs/
@Eric
I'm using Ubuntu, and I was able to install and use libvirt using sudo
apt-get install python-libvirt but its not available in tg2 virtual
environment.
Moreover if you try to install in the virtualenv using the sudo apt-get
install python-libvirt, it would say the package is been already installed.
On Wed, Mar 5, 2014 at 6:51 PM, Eric Blake <eblake@redhat.com> wrote:
> On 03/05/2014 05:34 AM, Sijo Jose wrote...
2004 Jul 19
11
Echo on a PRI
Hi,
I recently set up the following in a production system (2.8 GHZ Xeon, 1 Gig
Memory, Dell 2650).
Telco - PRI - Asterisk - T1 - PBX
I am getting an occasional noticeable echo on some of the phone lines
(random inbound and outbound). Everyone I ask keeps telling me that I can't
be having echo since I am on a PRI, which is a digital circuit. Ok, so I
can't be having echo, but I am!
2005 Aug 25
1
Working NFAS config w 411p anyone?
Does anyone have a working NFAS config for Zapata and zaptel for 2 NFAS
trunks? First two DS1s on tg 1 and other two on tg2?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050825/95961694/attachment.htm
2016 Apr 25
2
ylim in barplot()
...40", "T41", "T42", "306iv01", "306iv02", "306iv19", "306iv13",
"306iv04", "306iv05", "402iv01", "402iv02", "402iv03", "306iv16",
"306iv10", "TG1", "TG2", "TG3", "TG4", "TG5", "TG6", "TG7", "TG8",
"TG9", "TG10", "TG11", "TG12"), c("L.mean", "L.mean_T1", "L.mean_T2",
"L.mean_T3")))
--
St?phanie Eyssaut...
2016 Apr 25
0
ylim in barplot()
...40", "T41", "T42", "306iv01", "306iv02", "306iv19", "306iv13",
"306iv04", "306iv05", "402iv01", "402iv02", "402iv03", "306iv16",
"306iv10", "TG1", "TG2", "TG3", "TG4", "TG5", "TG6", "TG7", "TG8",
"TG9", "TG10", "TG11", "TG12"), c("L.mean", "L.mean_T1", "L.mean_T2",
"L.mean_T3")))
--
St?phanie Eyssaut...
2016 Apr 26
1
ylim in barplot()
..., "T41", "T42", "306iv01", "306iv02", "306iv19", "306iv13",
> "306iv04", "306iv05", "402iv01", "402iv02", "402iv03", "306iv16",
> "306iv10", "TG1", "TG2", "TG3", "TG4", "TG5", "TG6", "TG7", "TG8",
> "TG9", "TG10", "TG11", "TG12"), c("L.mean", "L.mean_T1", "L.mean_T2",
> "L.mean_T3")))
>
>
2014 Mar 05
2
Python-libvirt in a virtual environment.
Hi,
Could you guide me to install libvirt in a virtual environment..?
OR
How python-libvirt could be used within a virtual environment after
installing it, in the system.
Regards
Sijo
2014 Mar 06
0
Re: [libvirt] Python-libvirt in a virtual environment.
...sing virtualenv we can create an isolated environment in the system.
> Just go through - http://docs.python-guide.org/en/latest/dev/virtualenvs/
> @Eric
> I'm using Ubuntu, and I was able to install and use libvirt using sudo
> apt-get install python-libvirt but its not available in tg2 virtual
> environment.
>
> Moreover if you try to install in the virtualenv using the sudo apt-get
> install python-libvirt, it would say the package is been already installed.
apt-get operates with system-level packages, so there's no
difference if you run it from virtualenv or...
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
The reference implementation server is based on TG2. The majority of the
boiler plate code has been stripped out to focus the server solely on
the functionality necessary for a management server.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
server/.gitignore | 4 +
server/MANIFEST.in...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ic License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-"""
-Global configuration file for TG2-specific settings in server.
-
-This file complements development/deployment.ini.
-
-Please note that **all the argument values are strings**. If you want to
-convert them into boolean, for example, you should use the
-:func:`paste.deploy.converters.asbool` function, as in::
-
- from paste.deplo...
2014 Jan 20
1
ISDN Cause Code 47 Errors
...there any way to get even lower level debugging on the PRI?
Has anyone ever had this problem and if so what was done to resolve it?
Thanks in advance for any insight,
Dale
=============
general config info
=============
There are two trunk groups for hunting by the provider TG1 = spans 2 and
4, TG2 = spans 1 and 3
I have two dual port cards in the server. Each card has 1 span from each TG
so the lost of a card will keep the other span operational. The provider
does the same across VWIC cards.
The spans do NOT use NFAS.
==================
My equipment/software:
==================
2x Digium...