search for: script1

Displaying 20 results from an estimated 47 matches for "script1".

Did you mean: script
2010 Feb 11
8
Launch many scripts with reboot
I everyone, I want to know how can I launch many script with reboot beetween each script ie : I launch script1 at start up then the system reboot and launch script2 then ... Thanks for all your answers -- Cordialement, / Greetings, Georghy FUSCO
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...lier post about the RC ignoring seive files, at > > least it is seeing global scripts (or trying to). Not sure about > > personal scripts yet. > > > > Error: TiQJHH2X/1S5UuAAM/SpMA: sieve: file script: Failed to open sieve script: > > open(/usr/local/var/dovecot/sieve/script1.sieve) failed: Permission denied... > > > > I will do some more testing and report what I find. > > I gave read permission to the .sieve files and the same > original error happens as with .0.4.6. Now it's complaining > about both scripts in my global directory. That i...
2018 Jun 09
4
Custom ISO With Post Installation Scripts
...nd make it executable; however, I have tried that a few times and the script simply does not execute. Below is an excerpt from the ks.cfg. export SRCDIR="/run/install/repo" export DSTDIR="/mnt/sysimage" # copy scripts to the destintion of the server cp -v $SRCDIR/postinstall/script1.sh $DSTDIR/etc/rc.d/rc.local/script1.sh # Make scripts executable chmod +x $DSTDIR/etc/rc.d/rc.local.sh Since this is a ISO for a community project, don't think that tools such as Ansible, Chef, Puppet, etc. will work here. Also, it is a one time execution; therefore, I did not consider usi...
2010 Nov 22
4
best way to start and shutdown programs in CentOS?
I have a Java program that I want to start up with every boot, but I'm unsure how to do it. There are two bootup scripts that start manually (script1.sh and script2.sh), and when the server gets shutdown, we have another script that we run (shutdownscript.sh) so that the DB does not get corrupted. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20101121/4c34...
2009 Mar 03
1
profiler and loops
Hello, (This is follow up from this thread: http://www.nabble.com/execution-time-of-.packages-td22304833.html but with a different focus) I am often confused by the result of the profiler, when a loop is involved. Consider these two scripts: script1: Rprof( ) x <- numeric( ) for( i in 1:10000){ x <- c( x, rnorm(10) ) } Rprof( NULL ) print( summaryRprof( ) ) script2: Rprof( ) ffor <- function(){ x <- numeric( ) for( i in 1:10000){ x <- c( x, rnorm(10) ) } } ffor() Rprof( NULL ) print( summaryRprof( )...
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...th this particular issue. OTOH, regarding my earlier post about the RC ignoring seive files, at least it is seeing global scripts (or trying to). Not sure about personal scripts yet. Error: TiQJHH2X/1S5UuAAM/SpMA: sieve: file script: Failed to open sieve script: open(/usr/local/var/dovecot/sieve/script1.sieve) failed: Permission denied... I will do some more testing and report what I find.
2012 Jun 28
2
Execute a shell script residing in puppet master
I''m a newbie to puppet and have been trying to execute a shell script residing in puppet master machine in a puppet agent, with no luck so far. Would appreciate any ideas on how to do this. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from
2015 Mar 11
0
Why is Sieve trying to re-compile global scripts?
...noring seive files, at > > > least it is seeing global scripts (or trying to). Not sure about > > > personal scripts yet. > > > > > > Error: TiQJHH2X/1S5UuAAM/SpMA: sieve: file script: Failed to open sieve script: > > > open(/usr/local/var/dovecot/sieve/script1.sieve) failed: Permission denied... > > > > > > I will do some more testing and report what I find. > > > > I gave read permission to the .sieve files and the same > > original error happens as with .0.4.6. Now it's complaining > > about both scripts i...
2011 May 28
3
Changing the name of the "R" process in top
...m a shell script using R CMD BATCH). When I use the top program to monitor how they are doing, it is impossible to tell which R process is related to which R script. Is there a way to rename a specific instantiation of an R process in top with another, more informative name, e.g., something like R-script1 R-script2 etc? Thank you, Matt -- Matthew C Keller Asst. Professor of Psychology University of Colorado at Boulder www.matthewckeller.com
2016 Dec 25
0
postlogin script - still confused
...double-dash. it tells getopt to stop processing arguments. > > Aki OK. Thanks. So let me make sure I have this right, since there is no syntax defined on the wiki - just an example which doesn't show the above syntax. The valid possibilities are: executable = script-login [-d] /path/script1 /path/script2 ... -or- executable = script-login [-d] -- /path/script1 -a -r -g -s In other words, I can either call multiple scripts, each with no arguments, or I can call one script with arguments. But I cannot call multiple scripts, some with arguments, some without arguments. Is that corre...
2014 Jan 28
1
[PATCH] builder, sysprep: initialise the random generator
...prep-script.sh | 22 +++++++++++++++++++++- 5 files changed, 47 insertions(+), 1 deletion(-) create mode 100755 sysprep/script4.sh diff --git a/.gitignore b/.gitignore index 74661b0..d9bef99 100644 --- a/.gitignore +++ b/.gitignore @@ -428,6 +428,7 @@ Makefile.in /sysprep/.depend /sysprep/stamp-script1.sh /sysprep/stamp-script2.sh +/sysprep/stamp-script4.sh /sysprep/stamp-virt-sysprep.pod /sysprep/sysprep-extra-options.pod /sysprep/sysprep-operations.pod diff --git a/builder/builder.ml b/builder/builder.ml index 3c45fa5..6dc172f 100644 --- a/builder/builder.ml +++ b/builder/builder.ml @@ -33,...
2012 Oct 16
2
Windows 7 R (32/64bit) running under cygwin: package not found
...functional rgenoud version 5.7-8. The same it does on Rgui 64bit. Now I am working in cygwin (v. 1.12.4.0) with xwin. Normally before when I had installed a package, I only had to call the library with the name of the package and R will find the right one to load. Now when I apply R CMD BATCH script1.R out1.txt, under cygwin the first thing it reports: R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" After some generalities it reports >library(rgenoud) Error in library(rgenoud) : there is no package called 'rgenoud' Execution halted So my question is why under cy...
2015 Jun 04
3
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
Hi! ivenhov skrev den 2015-06-04 10:10: > I'm trying > > sudo net ads join -S dc1001.mynat.myco.bcu -U testuser -d10 > > and also > > sudo net ads join createcomputer="My/Ou/For/Servers" -S > dc1001.mynat.myco.bcu -U testuser -d10 > > > It works for me every time in lab on real hw (same spec) and on virtualbox. > It's just this particular site
2018 Jun 09
0
Custom ISO With Post Installation Scripts
On 09.06.2018 14:48, Earl Ramirez wrote: > # copy scripts to the destintion of the server > cp -v $SRCDIR/postinstall/script1.sh > $DSTDIR/etc/rc.d/rc.local/script1.sh are you sure about this line? rc.local must be a file, not a directory. best regards Ulf
2018 Jun 11
0
Custom ISO With Post Installation Scripts
...hat a few times and the > script simply does not execute. > > Below is an excerpt from the ks.cfg. > > > export SRCDIR="/run/install/repo" > export DSTDIR="/mnt/sysimage" > > # copy scripts to the destintion of the server > cp -v $SRCDIR/postinstall/script1.sh > $DSTDIR/etc/rc.d/rc.local/script1.sh > > # Make scripts executable > chmod +x $DSTDIR/etc/rc.d/rc.local.sh > > Since this is a ISO for a community project, don't think that tools > such as Ansible, Chef, Puppet, etc. will work here. > > Also, it is a one time exe...
2009 Nov 20
1
PHP AGI : handle Event /AGI session
Hi all, I need some advice to know how to handle event in a PHP agi. do you have an exemple of how to it ? more over I need some advices. currently I have the following SW architecture someone send a URL to call someone a PHP script (script 1) is launch and in its I configure Astmanager in order to make an originating call then my script stop running and Asterisk continue processing the call in
2009 Oct 28
6
Rsync and full path of filenames
...zling explanation, let me just show you how I would like my resulting backup to look like, so you get the idea : etc/ `-- httpd |-- conf | `-- httpd.conf `-- vhosts.d |-- site1.conf |-- site2.conf `-- site3.conf usr/ `-- local |-- bin | |-- script1.sh | `-- script2.sh |-- sbin |-- sbinscript3.sh `-- sbinscript4.sh Now if I do something like this : rsync -av /etc/httpd/conf/httpd.conf destinationfolder/ I get something like : destinationfolder/httpd.conf QUESTION (at last) : is there a way rsync can somehow add the f...
2003 Jul 24
5
Configuration
Is there any kind of Configuration guide available? I've been trying to get a SIP Soft phone to work and all I get is: NOTICE[81926]: File chan_sip.c Line 4716 handle_request): Registration from '<sip:xxx@xxx.xxx.xxx.xxx> failed for 'yyy.yyy.yyy.yyy' I know I'm missing something in the configuration. But don't know much about * yet. Thanks, Kyle --------------
2015 Jun 08
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...doing join has to be Domain Admin, or only permission to creating objects in OU is necessary? How can I check via command line if user have enough permissions ? In my lab I get WERR_DEFAULT_JOIN_REQUIRED when user is not DomainAdmin. Here are my results and modified scripts. m at serv1602:~$ ./script1.sh Content of /etc/resolv.conf ------------------------ # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 10.80.8.88 nameserver 10.80.96.13 nameserver 10.80.96.17 ------------------------...
2015 Jun 08
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...s in OU is necessary? >> How can I check via command line if user have enough permissions ? >> >> In my lab I get WERR_DEFAULT_JOIN_REQUIRED when user is not >DomainAdmin. >> >> Here are my results and modified scripts. >> >> >> m at serv1602:~$ ./script1.sh >> Content of /etc/resolv.conf >> ------------------------ >> # Dynamic resolv.conf(5) file for glibc resolver(3) generated by >> resolvconf(8) >> # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE >OVERWRITTEN >> nameserver 10.80.8.88 >> na...