search for: envirion

Displaying 16 results from an estimated 16 matches for "envirion".

Did you mean: envision
2009 Jun 29
4
wine / vcvarsall.bat
Hi there, I am trying to play with wine and I cannot figure out how to read a bat file that would define some env var for me. I followed instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14208 And everything seems to be installed nicely for me (thanks to winetricks !): $ find ~/.wine | grep nmake /home/mathieu/.wine/drive_c/Program Files/Microsoft Visual
2020 Jan 13
2
as-cran issue
Thanks for the feedback Dirk. I sent my follow-up before I saw it. Looking at the source code, it appears that there is no options() call to turn this on. Nor does "R --help" reveal a command line option. How then does a user turn this on outside of the R CMD check envirionment, so as to chase things like this down? The fact that 1. renaming my function makes the error go away, 2. my function is just a wrapper to inherits(), and 3. its a new error in code that hasn't changed, all point me towards some oddity with the check function. Terry On 1/13/20 10:22 A...
2020 Jan 13
2
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...llow-up before I saw it. >> >> Looking at the source code, it appears that there is no options() call >> to turn this on. Nor does "R --help" reveal a command line option. >> How then does a user turn this on outside of the R CMD check >> envirionment, so as to chase things like this down? >> >> The fact that 1. renaming my function makes the error go away, 2. my >> function is just a wrapper to inherits(), and 3. its a new error in code >> that hasn't changed, all point me towards some oddity wit...
2005 Dec 14
7
Joining a Samba 3 domain repost
Sorry still unable to find documentation Hello I have set up a Samba 3 PDC on RHEL4 using the tdbsam backed. I can log in as a user who has been added to the tdbsam database from a workstation. When I try to add the workstation to the domain (after breaking user connections to the server) I get "The following error occurred while trying to joining the domain xyz.com. Access denied. I
2017 Apr 30
1
Upgrade Samba 4.2 to 4.6
I have two DC's with Samba 4.2.1 (primary DC) and 4.2.3 (secondary DC). I have installed Samba 4 from the source code (configure,make,make install). I'm using rfc 2307. How can I update to Samba 4.6.3 version ? Is the same strucure samba 4.6 version and samba 4.2? Is there any incompatibility? Regards, Márcio Bacci
2020 Jan 13
0
as-cran issue
...ks for the feedback Dirk.?? I sent my follow-up before I saw it. > > Looking at the source code, it appears that there is no options() call > to turn this on. Nor does "R --help" reveal a command line option. > How then does a user turn this on outside of the R CMD check > envirionment, so as to chase things like this down? > > The fact that 1. renaming my function makes the error go away, 2. my > function is just a wrapper to inherits(), and 3. its a new error in code > that hasn't changed, all point me towards some oddity with the check > function. >...
2004 Nov 30
1
Passing Var to PHP-AGI
exten => auth_dial,1,DigitTimeout,5 exten => auth_dial,2,ResponseTimeout,15 exten => auth_dial,3,Read(dialed,IVR/en_enter_destination,0) exten => auth_dial,4,agi(call_start.php|${dialed}) exten => auth_dial,5,dial(SIP/${dialed}@146.82.15.241) I'm trying to get What they dialed put into the PHP script. How do I get the contents of this variable in the php script?
2020 Jan 13
0
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...>> > >> Looking at the source code, it appears that there is no options() > call > >> to turn this on. Nor does "R --help" reveal a command line option. > >> How then does a user turn this on outside of the R CMD check > >> envirionment, so as to chase things like this down? > >> > >> The fact that 1. renaming my function makes the error go away, 2. my > >> function is just a wrapper to inherits(), and 3. its a new error in > code > >> that hasn't changed, all point me...
2003 Aug 20
0
Re: Asterisk diskless server, a web page with more info?
...nfiguration you have > done. > > Can you please let me know more details around it. > > I'm familiar how to boot a diskless pc from the ROM on the network cards, so > I would like to know the following: In my case, I used network cards with Intel's PXE (Preboot eXecution Envirionment) boot loader. These cards have a built-in DHCP and TFTP client. You can use pxeboot (by H. Peter Anvin, the same person that wrote isolinux and syslinux), which can be found at http://syslinux.zytor.com. I then created a custom built kernel, compiled some static binaries, and created an init...
2006 Mar 30
2
compiling theora-mmx on AMD64
Hi all, I'm a Theora noob and just taking a look at the theora-mmx package in hopes of making Thoggen run faster for DVD ripping. I've checked out the latest svn of the theora-mmx branch and trying to compile it on Ubuntu Dapper AMD64. I run autogen.sh, then make, and soon get the following errors: make[2]: Entering directory `/home/dlenski/theora-mmx/lib' if /bin/sh ../libtool
2005 Dec 15
1
[Fwd: Re: Joining a Samba 3 domain repost]
...in the domain? > > Arhhhhhh > > Many thanks > > mike > > Jimmy D. Smith wrote: > >> Mike, >> >> You must join the Domain with a valid "Windows" user that has >> Administrative >> privileges in the Domain, assuming this is a Windows envirionment, not a >> Unix PDC. In the Windows world, root has no meaning or privilege. >> >> Jim >> -----Original Message----- >> From: samba-bounces+jdsmith=iprocorp.com@lists.samba.org >> [mailto:samba-bounces+jdsmith=iprocorp.com@lists.samba.org] On Behalf Of >&gt...
2006 Sep 25
1
Same ip address assigned to two interfaces...
...blem: olorin acces the squid proxy on radagast via the eth1 interfaces, but reply on eth0, so olorin kernel drop the packet (i''ve not enabled log_martian, but i think was interesting ;). As try_out solution, i''ve enabled arp_proxy on eth0 and ip_forwarding, resulting in a working envirionment, but resulting also in packets directing to olorin that pass thru radagast and vice versa; also, a solution similar to this tempted in another place got some very big panic, probably an ``arp storm'''' or something like this caused by the apt_proxy (older, less ``intelligent'...
2006 May 02
6
patch to build theora-mmx on AMD64
...heora-mmx on AMD64... and have found some > > hazy results suggesting that people have got theora-mmx working on > > AMD64. Can anyone give me any tips on getting it to work? Thanks a > > lot, > > From what I understand of it, the idea is to make a linux32 bit chroot > envirionment and compile theora-mmx in there. So you actually are in > 32bit mode and mmx will just work fine :) > > > Stefan > > _______________________________________________ > Theora-dev mailing list > Theora-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/theora-dev &gt...
2020 Jan 14
5
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...t; >> Looking at the source code, it appears that there is no options() >> call >> >> to turn this on. Nor does "R --help" reveal a command line option. >> >> How then does a user turn this on outside of the R CMD check >> >> envirionment, so as to chase things like this down? >> >> >> >> The fact that 1. renaming my function makes the error go away, 2. my >> >> function is just a wrapper to inherits(), and 3. its a new error in >> code >> >> that hasn'...
2020 Jan 13
5
as-cran issue
Where can I find out (and replicate) what options as-cran turns on? The issue: the following lines generate an error in R CMD check --as-cran? for coxme.? But there is no error without as-cran nor is there one when I run the code in a terminal window. ismat <- function(x)? inherits(x, "matrix") || inherits(x, "bdsmatrix") || inherits(x, "Matrix") if
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...n (\0 for set, other chars for append with this separator). */ + char *value; /* The operand for the operation. */ +} EnvMod; /* Data structure for representing option data. */ #define MAX_SEND_ENV 256 @@ -132,6 +139,10 @@ typedef struct { int use_roaming; + /* Changes to the local envirionment */ + int num_local_env_mods; + EnvMod *local_env_mods; + } Options; #define SSHCTL_MASTER_NO 0 diff --git a/regress/Makefile b/regress/Makefile index 85fd3a5..b5724f8 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -51,6 +51,7 @@ LTESTS= connect \ cfgmatch \ addrmatch \...