search for: excecution

Displaying 20 results from an estimated 38 matches for "excecution".

1999 Jun 17
1
Logon.bat with samba
Hello, I've tried to make out of my samba 2.0.3 server a logon server. I' ve set domain logons = Yes domain master = No local master =Yes os level = 65 preferred master =Yes but: wins support = No I made a share as recommended [netlogon] and place there a logon.bat. The logon.bat contains net use z: \\servername\public for testing if the logon.bat is excecuted by login to the server.
2010 Jan 17
1
Error with excecute cmd-commands
hello everybody, I try to install the new (2009/2010) version of ElsterFormular. Installation stops with an error-message, that a file can't be found. Within the mesage the failing command is listed: cmd /C "echo %APPDATA%" Currently I'm using wine-1.0.1 in Ubuntu karmic. Typing Code: wine cmd /C "echo %APPDATA%" brings the same error as the Installer of
2004 Nov 27
1
an excecute error
this it is the first time that I program with ogg libraries (I am a beginner). it has happened me an error, the code is the following one: /*********************************************/ OggVorbis_File *musica=NULL; FILE *archiv =NULL; archiv = fopen("prueba.ogg","r"); if(archiv==NULL) exit(0); int falla = ov_open(archiv,musica,NULL,0);//aca se produce el error
2003 Jun 18
4
(no subject)
Hi all, I'm new to R and am trying to create a dll in order to be able to use the "dyn.load" function with a fortran script. I have a windows OS, have installed perl and the Path is recognized. I have also installed R 1.70 including the src (source code) folder. But when I attempt to create the dll by excecuting "Rcmd SHLIB [-o autologdll] combo.f", in the windows
2018 Mar 13
2
Passes interaction running on two different IRs
Hi all, I am trying to run two llvm passes on two different IRs to finish my analysis. These two passes need to exchange information during their excecution. I am doing so because I can't link the two IRs I want to analyze together as a big IR and run my llvm pass on it. What I want to do specifically is: The first IR will call the functions in the second IR. Whenver there is a function call in the first IR to the second IR, the first pass will e...
2008 Jun 02
1
probleme with R CMD check
...on, no probleme with the R CMD build). But on the R CMD check packClassique, I get : * checking for unstated dependencies in R code ... WARNING Erreur dans .find.package(package, lib.loc) : aucun package nomm? 'packClassique' n'est trouv? Calls: <Anonymous> -> .find.package Excecution hated [French=Ex?cution arr?t?e] See the information on DESCRIPTION files in the chapter 'Creating R packages' of the 'Writing R Extensions' manual. * checking S3 generic/method consistency ... WARNING Erreur dans .find.package(package, lib.loc) : aucun package nomm? 'packCla...
2001 Oct 31
1
Xilinx ise4.1i par trouble
Hi, When I excecute the following command line wine --winver nt40 --dll shlwapi=b --managed -- /nfs2/bin/Xilinx/ise4.1i/bin/nt/par.exe -pl 5 -rl 5 -e 1 -t 1 -w /tmp/design.ncd design.ncd design.pcf the following error message is returned err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x400a5648 but if I run the following command line wine --winver nt40 --dll
2004 Apr 11
0
netlogon, logonscript halts on error
Hi, I have a setup of samba 3.0.2a-Debian and validate domainusers on a LDAP server. Right now I have a major hack to dynamicly mount the appropriate shares for each user. I have a "root preexec" perlfile that uses a database with info about the shares, to creates a username.bat file, which mounts all the drives, that users is alowed to write or read. My problem is that the
2005 Sep 13
2
rsync log format problem
...e. the problem is: i don't know the way to identify a rsync block execution, that is a block of text in the log that have the same id process module, and source directory. i can't use the process id alone, 'cause, although it identifies the block, it can be used again for other rsync excecution. i readed the documentation and i did'n find a way to give an id to the block (other than the process id). can anyone help me? i can't alter the rsync source code neither(company's politic) -------------- next part -------------- HTML attachment scrubbed and removed
2018 Mar 13
0
Passes interaction running on two different IRs
...what you're after. On Tue, Mar 13, 2018 at 1:03 AM, Yingtong Liu via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi all, > > I am trying to run two llvm passes on two different IRs to finish my > analysis. These two passes need to exchange information during their > excecution. I am doing so because I can't link the two IRs I want to > analyze together as a big IR and run my llvm pass on it. > > What I want to do specifically is: > > The first IR will call the functions in the second IR. Whenver there is a > function call in the first IR to the seco...
2014 Jul 15
1
Dovecot2 Antispam MAILTRAIN backend with SpamAssassin
Hi there, I've already asked this question on FreeBSD forums without getting any response. So, I thought it's a good idea to ask it again here. I've setup Dovecote2 (2.2.13) + Postfix + SpamAssassin on my FreeBSD 10 VPS and it works flawlessly. Though, I couldn't setup the Dovecot Antispam plugin to train SpamAssassin when I move mails to the Junk folder. I installed the
2017 Apr 18
4
Voicemail asking for login
On 2017-04-18 02:42 AM, Pete Mundy wrote: > Try this: > > asterisk -r > core set verbose 10 > [get user to trigger fault] > [examine console output, and post to list if still unclear] > > If you don't solve it yourself, then we'll be able to help further once > we've seen the output. I can't see much more than at my previous debug level but here it is
2017 Apr 19
2
Voicemail asking for login
On 2017-04-18 08:31 PM, Victor Villarreal wrote: > Maybe excecuting the following command at Asterisk console, will help you: > > asterisk> voicemail show users > > And you will get a list of all mailbox configured in your system. Search > for the user with problems. VoiceMail stocktrans2 Angelica Douglas 12 Definitely there. In fact, I generate all
2015 Aug 20
2
CentOS 7 PV kernel
Thanks for the reply. How to know that the CentOS 7 kerenel is whether PV or HVM? When I searched about it, I found the following link, where the kernel type us determined from the 2 following commands 1. uname -r 2. lsmod | grep xen If both have "*xen*", then it is PV, if lsmod returns something but not in kernel name then its PV-HVM, else its HVM >From what
2008 Jun 19
2
Calling R functions into C# or C++
Hi R, I have a request... Can I call R functions/routines from C# or C++? If so, how do I do this? Do I need to have some knowledge on DLL to do this? Thanks a lot for your help, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore * Colombo * London * New York * San José * Singapore * www.ambaresearch.com This e-mail may contain
2006 Mar 04
2
Upgrading to 1.2.5?
Probably just me being dumb, but I am trying to update my asterisk to the latest (1.2.5) When I go to my /usr/src/asterisk I type: make upgrade make install This seems to be doing it's thing, but when I type show version from the console (after a restart) I still get: Asterisk SVN-branch-1.2-r7231 built by root @ notdeadyet-imac.local on a Power Macintosh running Darwin on 2006-03-04
2007 Nov 13
2
--delete causes rsync failure
Hello, I just narrowed down an rsync command that keeps failing to the --delete flag: rsync -vv --delete --backup-dir=backup_target --archive /etc myuser@localhost: It gives the following output: ... backup_dir is --delete/ building file list ... done Invalid file index: 1868985864 (count=0) [receiver] delta-transmission enabled rsync error: protocol incompatibility (code 2) at sender.c(189)
2014 Feb 26
2
OT: Howto to capture taskset output command
Hi all, I am trying to set processor affinity for a specific process using a shell script without result. Script: #!/bin/sh -x cpu_affinity_ok="2" cpu_affinity="taskset -p -c `cat /tmp/test.pid` | awk '{print $6}'" if [ -f /tmp/test.pid ]; then if [ "$cpu_affinity" == "$cpu_affinity_ok" ]; then exit 0 else taskset -p -c 2
2009 Mar 03
6
help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
I installed Ubuntu8.10Wine 1.1.15Oracle9 and everthing is set. But once I run a excecutable program which works properly under Windows, the error poped out: err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 Does anyone know how to solve this problem? Thanks a lot
2003 Jan 20
3
Second Posting! Please reply - Need HELP!!
I am first time SAMBA user. System information: Unix = HP-UX 11.0 Network = Windows 2000 Things that I did: 1) Logged into our test unix box as “root”. Created a directory “samba” underneath “/home/root”. 2) Went to samba website and downloaded “samba-2.2.7a.tar.gz” onto my “C:\” (my desktop). I am aware that the latest “How to” book in its “Installation section asks me to use command “wget