search for: exectut

Displaying 20 results from an estimated 34 matches for "exectut".

Did you mean: execut
2000 Aug 31
4
Execution on NT
Hello, I try to exectute a command on my NT server from my unix server with the following command : smbclient \\\\monnet01\\C$ -U admin_nan -c "help.exe" C$ is my share admin_nan is the user Smbclient doesn't ask a password so i get the following error message : Anonymous login successful Domain=[FR-MON...
2003 Oct 10
2
R 1.8.0 Windows-source compilation-internet.Rout.save
...o.bar", "r") : unable to open connection and further down in the file: 2) > try(finger("root")) ## only works if your site provides a finger daemon Error in make.socket(host, port) : Socket not established which stopped the "make check". Everything else was exectuted correctly in the "internet.R" file. Because R 1.8.0 is running fine and no other obstacles occured during compilation (recommended packages and all docs, as well) I ignored this error. Thks again for your tremendous efforts and provision of this release! Bernhard Dr. Bernhard Pfaff...
2017 Apr 15
2
set file permission 755 in samba
I'm on FreeBSD 11 andI installed samba 36. When a user create a folder it has 755 permission but when hhe create a file, it has 644 permission. I want to set the file permission the same as folders but it dose'nt change. *smb.conf:[global]...wins support = yesdns proxy = nounix extensions = yesmap acl inherit = yesinherit permissions = yesposix locking = yesnt acl
2009 Mar 20
2
[LLVMdev] Possible memory leakage in the LLVM JIT Engine
...le 2) I am generating an LLVM function and putting it into the module 3) creating a module provider for the module 4) creating an execution engine for the module provider. 5) running the function (using JIT) 6) freeing machine code for the function 7) deleting the function, module, module provider, exectution engine and all other structures created before 8) going to step 1 to JIT a new function I know that the step number 7 is not really necessary. I tried to use the same execution engine, but memory still leaks. I should note that if interpreter is used instead of JIT no memmory leakage occurs. I...
2010 Jan 06
1
Calling FING.EXE under RGui.EXE for windows.
...in batch mode which is done by Rterm.exe. I have tried this on three separate machines now all running Windows XP SP3, with versions of R 2.8.1 and R 2.10.1 If executing "System("find") under RGui, an error window for the Find String Utility is generated and the command is not exectuted. If the same command is issued in Rterm the expected "FIND: Parameter format not correct" message is properly returned. It doesn't seem an important bug, but it could be the canary in the mine for a larger problem somewhere down the road. Re, John Schexnayder IBM Tape Manufac...
2016 Jun 07
2
Samba AD member lost domain join after reboot
...boot, I have to re-enter the server in the domain with the "net >>>> ads join -U administrator". >>>> >>>> I use version 4.4.3 of samba. >>>> The domain controller is a Samba AD server. >>>> >>>> After reboot, when I exectute "net ads testjoin" I have: >>>> kerberos_kinit_password SMB2$@AD.SAMDOM.LOCAL failed: failed >>>> Preauthentication >>>> kerberos_kinit_password SMB2$@AD.SAMDOM.LOCAL failed: failed >>>> Preauthentication >>>> Join to domain i...
2002 Oct 08
1
Some tests fail if rsync is not on path (with patch)
While installing rsync on a new Sun Netra running Solaris 2.8, two tests (chgrp and hardlinks) failed. I found that these tests execute rsync while other successfull tests exectute $RSYNC. It is fortunate that my shell path was quite restricted and that no earlier version of rsync was installed on my path. The system would have run the chgrp and hardlinks tests with an earlier rsync if it had found one on my path. The fix is to replace rsync with $RSYNC in the two tests....
2007 Sep 20
10
Element.addMethods functions swallowing exceptions (IE6 + 7)
...led with no attributes (ie: funcName()) correctly handle thrown errors. Funcions called with attributes (ie: funcName("foo")) will respond to the throw command and pass execution back to the calling function, but the calling function is not notified of the error and the catch block is not exectuted. For IE7: The failure occurs regardless of attributes/no attributes Has anyone else seen this, or have any suggestions? <html> <head> <script type="text/javascript" src="prototype.js"></script> <script type="text/javascript">...
2017 Nov 28
2
[RFC PATCH] gr: did you try turning it off and on again.
Fixes secure boot on my gp107. No idea why. Otherwise the GPU enters complete lockdown after starting the gpccs and fecs with the LS images loaded. Signed-off-by: Karol Herbst <kherbst at redhat.com> --- drm/nouveau/nvkm/engine/gr/gf100.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drm/nouveau/nvkm/engine/gr/gf100.c b/drm/nouveau/nvkm/engine/gr/gf100.c index
2004 Jun 19
7
QoS net-snmp ?
Hi I''ve patched net-mrtg http://www.net-snmp.org/ with http://x-ray.prokon.cz/data/snmp/ sucefully Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs when I make a normal use of snmp, with mrtg in order to monitor all traffic on eth0 and eth1, it works OK. But, how must I do in order to get monitor for a specific class ? If I make a snmpwalk (like README suggest), I get
2017 Nov 29
1
[RFC PATCH] gr: did you try turning it off and on again.
...ind are still there? >> + */ >> + nvkm_mask(device, 0x200, 0x1000, 0x0000); >> + nvkm_mask(device, 0x200, 0x1000, 0x1000); >> + > > > > It is needed with pascal, but does it harm other generations calling this > init? Maybe guard it against exectution on maxwell > Maybe, maybe not? I think it is fairly safe, but I kind of hoped somebody with more knowledge about these kind of things would respond and tells us this has to be done or maybe not. > > Greetings, > > Tobias > > > >> nvkm_pmu_pgob(gr->base....
2002 Jun 15
2
Late Make Problem with Readline (PR#1673)
...piled readline with the same flags. For definiteness, they are CC="cc -xarch=v9" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v9" FFLAGS="-xO5 -xlibmil -dalign" CXX=CC CXXFLAGS="-xO5 -xlibmil -dalign -xarch=v9" Without readline, the make command exectutes fine. Here is the actual bug mkdir -p -- ../../../../library/methods/libs make[5]: Leaving directory `/afs/ir.stanford.edu/users/w/o/wolak/jerfox/RProj/R-1.5.0/src/library/methods/src' make[4]: Leaving directory `/afs/ir.stanford.edu/users/w/o/wolak/jerfox/RProj/R-1.5.0/src/library/methods/...
2009 Mar 22
0
[LLVMdev] Possible memory leakage in the LLVM JIT Engine
...LLVM function and putting it into the module > 3) creating a module provider for the module > 4) creating an execution engine for the module provider. > 5) running the function (using JIT) > 6) freeing machine code for the function > 7) deleting the function, module, module provider, exectution engine > and all other structures created before > 8) going to step 1 to JIT a new function > > I know that the step number 7 is not really necessary. I tried to > use the same execution engine, but memory still leaks. I should note > that if interpreter is used instead o...
2011 Nov 10
4
[LLVMdev] Problem getting LoopInfo inside non-LoopPass
John, This did not work. It compiles (isDeclaration was the name of the function) and I passed a reference (&F) (F is a function pointer). I still get the opt load error from the original message (UNREACHABLE exectuted!). Thanks. On Thu, Nov 10, 2011 at 10:00 AM, Ryan Taylor <ryta1203 at gmail.com> wrote: > 1. Ok will do. > 2. Ok, will do. > 3. It's a CallGraphPass. I mentioned this in my first post. > 4. Yep, I have the header files included, I'm not sure it would compile > othe...
2017 Nov 28
0
[RFC PATCH] gr: did you try turning it off and on again.
...f and on for the pascal generation, otherwise secboot will just fail." > + */ > + nvkm_mask(device, 0x200, 0x1000, 0x0000); > + nvkm_mask(device, 0x200, 0x1000, 0x1000); > + It is needed with pascal, but does it harm other generations calling this init? Maybe guard it against exectution on maxwell Greetings, Tobias > nvkm_pmu_pgob(gr->base.engine.subdev.device->pmu, false); > > ret = nvkm_falcon_get(gr->fecs, subdev);
2016 Jun 07
0
Samba AD member lost domain join after reboot
...n after >>> reboot, I have to re-enter the server in the domain with the "net >>> ads join -U administrator". >>> >>> I use version 4.4.3 of samba. >>> The domain controller is a Samba AD server. >>> >>> After reboot, when I exectute "net ads testjoin" I have: >>> kerberos_kinit_password SMB2$@AD.SAMDOM.LOCAL failed: failed >>> Preauthentication >>> kerberos_kinit_password SMB2$@AD.SAMDOM.LOCAL failed: failed >>> Preauthentication >>> Join to domain is not valid: Logon f...
2017 Apr 16
0
set file permission 755 in samba
...> permission. I > want to set the file permission the same as folders but it > dose'nt change. > > > you don't undestand filesystem permissions > > the directory needs 755 (executable) but the file on a smb share > only 644 (exectute permissions should be avoided in general where > they are not needed) > > https://www.linux.com/learn/understanding-linux-file-permissions > <https://www.linux.com/learn/understanding-linux-file-permissions> > > Permission Types > execute - The Exec...
2010 Feb 10
0
getting input from the console when running R in batch mode
Hello list: I am using R through Geany in Ubuntu.  The way i have Geany configured is that upon invoking the exectute command, Geany does a "R <myscript.R >myscript.out", thus getting all input from the myscript.R file and redirecting all output to the myscript.out file. This is a problem when I want to read, say a numeric value, from the keyboard, or when i'd like to output something to the...
2015 Mar 31
2
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
...(i.e., 32-bit), and it appears that > Docker requires 64-bit. Oh well, I was getting my hopes up for a while. In > the mean time, we?ve requested a CentOS 6 compatible .shared library from our > vendor, and I?m keeping my fingers crossed while waiting for their reply. What about remote exectution? You might even give it access to local files with x2go. -- Les Mikesell lesmikesell at gmail.com
2015 Mar 31
2
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
On 03/31/2015 11:12 AM, Les Mikesell wrote: > On Mon, Mar 30, 2015 at 9:47 PM, Alfred von Campe <alfred at von-campe.com> wrote: >> >>> Tell your vendor you want a centos 6 version of the library, it's really >>> not a huge ask, esp if you are paying them. If they say no, do a new >>> install of centos 7 and run it on a different box. It's the only