search for: script2

Displaying 20 results from an estimated 41 matches for "script2".

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
4
Why is Sieve trying to re-compile global scripts?
On 3/11/2015 11:10 AM, Olaf Hopp wrote: > Please see the thread with subject > "Sieve permissions issue following update" > I tested sucessfully a developper issue last month > on the hint of Stephan. Yesterday I started to test the currenr RCs. > > First I was disappointed, because the error seems to persist. > So I double checked everything, recreated / recompiled
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...ed one in an editor and (probably, but not 100% sure) mindlessly saved the file, even though I hadn't made any changes. Shortly after, Sieve errors started showing in the log: Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.) failed: Permission denied... Error: 4k5JA74R/1TlIwABG/SpMA: sieve: The LDA Sieve plugin does not have permission to save global Sieve script binaries; global Sieve scripts like `/usr/local/var/dovecot/sieve/script2.sieve' need to be pre-compiled using the sievec tool W...
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/4c348b9c/attachment...
2015 Mar 11
0
Why is Sieve trying to re-compile global scripts?
...nges. > > > > > > > > > > Shortly after, Sieve errors started showing in the log: > > > > > > > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: > > > > open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.) failed: Permission denied... > > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: The LDA Sieve plugin does not have permission to save global > > > > Sieve script binaries; global Sieve scripts like `/usr/local/var/dovecot/sieve/script2.sieve' &gt...
2015 Mar 12
0
Why is Sieve trying to re-compile global scripts?
...debug lines to the remaining places where this could > emerge (currently only available from hg). Using hg from just now - first line looks like what you want: dovecot: lmtp(testuser at example.com): Debug: U5ZtLH8IAVXydgNAM/SpMA: sieve: file script: Binary reports different script location (`script2.sieve' rather than `/usr/local/var/dovecot/sieve/script2.sieve') dovecot: lmtp(testuser at example.com): Debug: U5ZtLH8IAVXydgNAM/SpMA: sieve: binary up-to-date: script metadata indicates that binary /usr/local/var/dovecot/sieve/script2.svbin is not up-to-date dovecot: lmtp(testuser at exam...
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...I hadn't made any changes. > > > > > > > > Shortly after, Sieve errors started showing in the log: > > > > > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: > > > open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.) failed: Permission denied... > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: The LDA Sieve plugin does not have permission to save global > > > Sieve script binaries; global Sieve scripts like `/usr/local/var/dovecot/sieve/script2.sieve' > > &gt...
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
...> > mindlessly saved the file, even though I hadn't made any changes. > > > > Shortly after, Sieve errors started showing in the log: > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: > open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.) failed: Permission denied... > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: The LDA Sieve plugin does not have permission to save global > Sieve script binaries; global Sieve scripts like `/usr/local/var/dovecot/sieve/script2.sieve' > need to be pre-compiled usin...
2011 May 28
3
Changing the name of the "R" process in top
...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
2014 Jan 28
1
[PATCH] builder, sysprep: initialise the random generator
...++++++++++++++- 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,6 +33,8 @@ let quote = File...
2009 Mar 03
1
profiler and loops
....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( ) ) []$ time Rscript --vanilla script1.R $by.self self.time self.pct total.time total.pct "rnorm" 0.22 100...
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
2015 Mar 11
0
Why is Sieve trying to re-compile global scripts?
...(probably, but not 100% sure) > mindlessly saved the file, even though I hadn't made any changes. > > Shortly after, Sieve errors started showing in the log: > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.) failed: Permission denied... > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: The LDA Sieve plugin does not have permission to save global Sieve script binaries; global Sieve scripts like `/usr/local/var/dovecot/sieve/script2.sieve' need to be pre-compiled using the sievec to...
2009 Jan 28
2
Usage of on-connect and on-disconnect
...rst line is going , the second no . I try with different programs , but always only the first line it's going. I've tried to do this thing: In the icecast xml insert the call to the script /etc/icecast/bin/script.sh In this script I insert only 1 instruction #!/bin/bash /etc/icecast/bin/script2.sh And in the script2 I insert this instructions #!/bin/bash /bin/echo $1 > /etc/icecast/log/1.txt /bin/echo $1 > /etc/icecast/log/log2.txt The result is the same , only the first line is going. How I can run more then 1 instruction? Best regards Goodbye Pierpaolo
2009 Jan 28
0
Usage of on-connect and on-disconnect
...st line is going , the second no . I try with different programs , but always only the first line it's going. I've tried to do this thing: In the icecast xml insert the call to the script /etc/icecast/bin/script.sh In this script I insert only 1 instruction #!/bin/bash /etc/icecast/bin/script2.sh And in the script2 I insert this instructions #!/bin/bash /bin/echo $1 > /etc/icecast/log/1.txt /bin/echo $1 > /etc/icecast/log/log2.txt The result is the same , only the first line is going. How I can run more then 1 instruction? Best regards Goodbye Pierpaolo
2009 Oct 28
6
Rsync and full path of filenames
...e 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 full file path, so the e...
2015 Mar 11
0
Why is Sieve trying to re-compile global scripts?
...ed the file, even though I hadn't made any changes. > > > > > > Shortly after, Sieve errors started showing in the log: > > > > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: binary save: failed to create temporary file: > > open(/usr/local/var/dovecot/sieve/script2.svbin.example.com.4139.) failed: Permission denied... > > > Error: 4k5JA74R/1TlIwABG/SpMA: sieve: The LDA Sieve plugin does not have permission to save global > > Sieve script binaries; global Sieve scripts like `/usr/local/var/dovecot/sieve/script2.sieve' > > need to be pr...
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
...testing of : host -t SRV _kerberos._udp.mynat.myco.bcu. : ok test3 testing of : host -t A serv1602.mynat.myco.bcu. : ok ------------------------------------------------ domain: mynat.myco.bcu host: serv1602.mynat.myco.bcu host short: serv1602 m at serv1602:~$ m at serv1602:~$ m at serv1602:~$ ./script2.sh myco.bcu testing of : host -t SRV _ldap._tcp.myco.bcu. : ok testing of : host -t SRV _kerberos._udp.myco.bcu. : ok testing of : host -t A serv1602.mynat.myco.bcu. : ok m at serv1602:~$ m at serv1602:~$ m at serv1602:~$ m at serv1602:~$ m at serv1602:~$ m at serv1602:~$ cat ./script1.sh #!/bin/ba...
2015 Jun 08
5
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...: host -t A serv1602.mynat.myco.bcu. : ok >> ------------------------------------------------ >> >> >> domain: mynat.myco.bcu >> host: serv1602.mynat.myco.bcu >> host short: serv1602 >> m at serv1602:~$ >> m at serv1602:~$ >> m at serv1602:~$ ./script2.sh >> myco.bcu >> testing of : host -t SRV _ldap._tcp.myco.bcu. : ok >> testing of : host -t SRV _kerberos._udp.myco.bcu. : ok >> testing of : host -t A serv1602.mynat.myco.bcu. : ok >> m at serv1602:~$ >> m at serv1602:~$ >> m at serv1602:~$ >> m at...