Displaying 20 results from an estimated 26 matches for "runscript".
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...@ -56,7 +56,7 @@ class TestSuiteTest(FileBasedTest):
>>>>>>> res = testscript.parse(test.getSourcePath())
>>>>>>> if litConfig.noExecute:
>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>> - runscript, verifyscript = res
>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>
>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T,
>>>>>>> ...)
>>>>>>> tmpDir...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...class TestSuiteTest(FileBasedTest):
>>>>>>>> res = testscript.parse(test.getSourcePath())
>>>>>>>> if litConfig.noExecute:
>>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>>> - runscript, verifyscript = res
>>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>>
>>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T,
>>>>>>>> ...)
>>>>>>...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...Test(FileBasedTest):
>>>>>>>>> res = testscript.parse(test.getSourcePath())
>>>>>>>>> if litConfig.noExecute:
>>>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>>>> - runscript, verifyscript = res
>>>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>>>
>>>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T,
>>>>>>>>> ...)
>>...
2023 Oct 31
1
system()/system2() using short paths of commands on Windows?
...tigation). Then
>> run:
>>
>> ? system2('fmtutil-sys', '--all')
>> ? # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH
>>
>> and TeX Live would throw an error like this:
>>
>> ...\username\AppData\Roaming\TinyTeX\bin\windows\runscript.tlu:864: no
>> appropriate script or program found: fmtuti~1
>>
>> The command "fmtutil-sys" is longer than 8 characters and hence
>> shortened to "fmtutil~1". Yes, in principle, TeX Live should work with
>> short path names, but it doesn't at t...
2023 Oct 31
1
system()/system2() using short paths of commands on Windows?
...ytex() after you finish the investigation). Then
> run:
>
> ? system2('fmtutil-sys', '--all')
> ? # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH
>
> and TeX Live would throw an error like this:
>
> ...\username\AppData\Roaming\TinyTeX\bin\windows\runscript.tlu:864: no
> appropriate script or program found: fmtuti~1
>
> The command "fmtutil-sys" is longer than 8 characters and hence
> shortened to "fmtutil~1". Yes, in principle, TeX Live should work with
> short path names, but it doesn't at the?moment. I have...
2023 Nov 16
1
system()/system2() using short paths of commands on Windows?
...:
>>>
>>> ?? system2('fmtutil-sys', '--all')
>>> ?? # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH
>>>
>>> and TeX Live would throw an error like this:
>>>
>>> ...\username\AppData\Roaming\TinyTeX\bin\windows\runscript.tlu:864: no
>>> appropriate script or program found: fmtuti~1
>>>
>>> The command "fmtutil-sys" is longer than 8 characters and hence
>>> shortened to "fmtutil~1". Yes, in principle, TeX Live should work with
>>> short path names, but...
2023 Oct 30
1
system()/system2() using short paths of commands on Windows?
...d cleanly via
tinytex::uninstall_tinytex() after you finish the investigation). Then run:
system2('fmtutil-sys', '--all')
# or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH
and TeX Live would throw an error like this:
...\username\AppData\Roaming\TinyTeX\bin\windows\runscript.tlu:864: no
appropriate script or program found: fmtuti~1
The command "fmtutil-sys" is longer than 8 characters and hence shortened
to "fmtutil~1". Yes, in principle, TeX Live should work with short path
names, but it doesn't at the moment. I haven't figured out if it w...
2005 Mar 27
3
Errors in tos? and restricting ftp access
...mon shorewall # /etc/init.d/shorewall start
* Starting firewall...
Warning: default route ignored on interface eth0
iptables: No chain/target/match by that name
ERROR: Command "/sbin/iptables -t mangle -A outtos -p tcp -d
0.0.0.0/0 --dpor
t ssh -j TOS --set-tos 16" Failed
/sbin/runscript.sh: line 532: 14701 Terminated
/sbin/shorewall star
t >/dev/null [ !! ]
tos contains
#SOURCE DEST PROTOCOL SOURCE PORTS DEST PORTS TOS
all all tcp - ssh...
2007 Mar 12
7
Capistrano Hanging on Deployment
Hello ~
I am using the Capistrano recipe outlined in this post to restart my
backgroundrb server:
http://rubyforge.org/pipermail/backgroundrb-devel/2007-February/000718.html
My Version:
~~~~~~~~~~~~
task :before_restart, :roles => :app do
restart_backgroundrb
end
task :start_backgroundrb, :roles => :app do
sudo "nohup
2005 Aug 08
2
Can't join machines to a Samba PDC using LDAP
...using for root is what's in openldap (and is
different from the root account in /etc/passwd).
There's always another error message in my logs with each attempt, but I
have no idea where it's coming from, and I don't know if it has anything
to do with anything:
rc-scripts: /sbin/runscript.sh: must be root to run init scripts
If I create the machine account with `smbldap-useradd -w' (to try to
join the machine in two steps like can be done in a Windows-only
environment), I get errors in the log about not being able to access the
ldap directory unless root. The stupid part is...
2004 Jul 10
6
where does R search when source()?
Exactly where does R search for foo.R if I type source("foo.R")?
Only from current working directory (same as getwd()), from all directories
specified by e.g. $PATH? Thanks.
Daehyok Shin
2004 Jul 10
6
where does R search when source()?
Exactly where does R search for foo.R if I type source("foo.R")?
Only from current working directory (same as getwd()), from all directories
specified by e.g. $PATH? Thanks.
Daehyok Shin
2015 Dec 02
0
[RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target
...virtio-blk? Multiqueue is not supported
> by QEMU but it's already supported by Linux (commit 6a27b656fc).
I expect performance would be better.
Seems google cloud VM uses both nvme and virtio-scsi. Not sure if
virtio-blk is also used.
https://cloud.google.com/compute/docs/disks/local-ssd#runscript
>
> To me, the advantage of nvme is that it provides more than decent performance on
> unmodified Windows guests, and thanks to your vendor extension can be used
> on Linux as well with speeds comparable to virtio-blk. So it's potentially
> a very good choice for a cloud provi...
2004 Mar 26
1
2.6.1pre-1 Segmentation fault & other fun
...manifested when I was testing some scripts using '-aHPv' as the default options.
Test machines: slackware 8.1 & 9.1, stock build chain for each.
(I hope I gave enough info.. not exactly clear headed at the moment)
--
Registered Linux User Number 140066
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=140066
"Failure is not an option. (It comes bundled with Windows.)"
"If it ain't broke, overclock it."
2005 Aug 23
1
logrotate broken on 4.1
Hi all:
logrotate is broken on my stock 4.1 install. After hunting and
hunting I found there is a bug filed with Redhat on the issue.
logrotate fails becasue my /tmp partition is mounted noexec. I
understand it is that way for security reasons. The box in question
is on a dedicated hosting site and that's the way it was handed off to
me, built.
Some said setting TMPDIR=/var/tmp;export
2007 Jan 26
2
environment variables required for startup
Using dovecot-1.0-rc19 (quotas are working good, btw) on Gentoo, I have
a strange problem. On boot, dovecot doesn't start, the init script just
times out. From the command line, it starts instantly without problem.
Also, using a program called 'monit' to make sure processes stay
running and restart them if they stop, if I manually stop dovecot, it
is then unable to start it (calling
2023 Oct 30
1
system()/system2() using short paths of commands on Windows?
On 10/30/23 17:18, Yihui Xie wrote:
> Hi,
>
> It may have been so for 20+ years but I just discovered today that system()
> would always try to use the short path of a command on Windows:
> https://github.com/wch/r-source/blob/635a67/src/gnuwin32/run.c#L141 If
> that's true, I wonder if it could provide an option to disable this
> behavior, because we recently ran into a
2004 Sep 22
2
question about 2.6.3pre2's --link-by-hash behaviour
...:07 orig+owner.group
-rw-r--r-- 5 erik users 395 2004-09-14 17:07 orig+time
(The 5th link being the hash file itself)
My question is simple enough. Are there plans to make --link-by-hash pay attention to file externals?
Erik
--
Registered Linux User Number 140066
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=140066
"Failure is not an option. (It comes bundled with Windows.)"
"If it ain't broke, overclock it."
2014 Jan 06
2
inotify max_user instances
...init script...
Here is what you said (this is from the skype chat):
[2012-06-04 10:40:43 AM] timosirainen: probably put to dovecot init
script or something
I guess I could manually modify my init script, but I'm clueless as to
where.how.
The current (gentoo) init script is:
> #!/sbin/runscript
> # Copyright 1999-2012 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License, v2 or
> later
> # $Header:
> /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r4,v 1.1
> 2012/12/01 10:40:49 eras Exp $
>
> extra_started_commands="...
2011 Jan 12
3
Kernel Errors Present
I'm getting this message in my logwatch email notification:
--------------------- Kernel Begin ------------------------
WARNING: Kernel Errors Present
sdb:<3>Buffer I/O error on device sdb, l ...: 2
Time(s)
Buffer I/O error on device sdb, l ...: 12 Time(s)
hde: dma_intr: error=0x84 { DriveStat ...: 12 Time(s)
hde: dma_intr: status=0x51 { DriveReady