search for: exectution

Displaying 20 results from an estimated 35 matches for "exectution".

Did you mean: exection
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] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0] tree connect failed: ERRDOS
2003 Oct 10
2
R 1.8.0 Windows-source compilation-internet.Rout.save
Let me firstly thank the R Core Team for their tremendous efforts in providing R 1.8.0. My following comment should therefore be understood as an "fyi-only". I source compiled R 1.8.0 for windows with ATLAS (source compiled, too). Everything works fine and R is running flawlessly! However, running "make check" stops during processing "internet.R". I checked the
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. Inst...
2010 Jan 06
1
Calling FING.EXE under RGui.EXE for windows.
This is sort of a strange bug. Not show stopping, but annoying. I was wondering if anyone else has noticed this and reported it before I submit a bug report. I noticed while running the RGui and attempting to debug one of my scripts that I encountered a Windows error informing me that "Find String [grep] Utility has encountered a problem and needs to close." It is being
2016 Jun 07
2
Samba AD member lost domain join after reboot
Yes, the /etc/krb5.keytab file is created when the domain-join. I just noticed that it's not only after a reboot I have this problem. I lost the domain-join on my first SMB server, it has not been restarted. Note that I use Cluster Mode (CTDB), but the problem is the same when I remove the cluster configuration. Attached is the requested files. Thank you, Alexis. On 07/06/2016 09:43,
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
2007 Sep 20
10
Element.addMethods functions swallowing exceptions (IE6 + 7)
IE6 and IE7 are not correctly handling the ''throw'' command for functions attached to Element via Element.addMethods. Firefox and Safari are fine. See the example below. For IE6: functions called 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
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.eng...
2002 Jun 15
2
Late Make Problem with Readline (PR#1673)
Full_Name: Jeremy Fox Version: 1.5.0 OS: Solaris 8, 64 bit Submission from: (NULL) (171.64.232.63) I am compiling R under Solaris and the compilation stops at this point. The problem only happens when I link in readline. The R binary is actually compiled and readlne works. The main problem with the compiled binary (other than that all the supporting files were not correctly installed) is that
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 of J...
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
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
On 07/06/16 07:31, Alexis RIES wrote: > Hi, here it attached my smb.conf and Winbind debug log after reboot. > My OS is Debian Jessie and has a fixed ip. > > Thank you > > On 06/06/2016 22:05, Rowland penny wrote: >> On 06/06/16 14:52, Alexis RIES wrote: >>> Hello, >>> >>> After each reboot, my Samba AD member server lost domain join after
2017 Apr 16
0
set file permission 755 in samba
stay on list and avoid HTML mails Am 16.04.2017 um 07:17 schrieb Fatemeh Mehdizadeh: > Thanks for your reply > > Where should I set file on a smb share permission. I changed the smb > config as below: > > *create mask = 0644 > directory mask = 0755 > force create mode = 0644 which means only owner has permissions to write > example: > My pool is named :
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
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