Displaying 20 results from an estimated 5000 matches similar to: "command prompt shell suppressing stdout?"
2019 Dec 15
1
system2 doesn't quote stdin on unix, unlike stdout, stderr & input and on Windows
Hi again!
While investigating the bug report [*] I found out that on unix, system2
does not quote its `stdin` argument while preparing the command line to launch.
It does shQuote the `stdout` and `stderr` arguments, and also the `f <-
tmpfile()` variable (which is used if `input` argument is provided),
which seems to set a precedent. On Windows, stdin, stdout, and stderr are handled
2016 Feb 23
2
[PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Hello.
I would like to modify printing of help options in order to fix:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69840
I basically split all *_flags.inc options with new lines. Eventually, these
string are printed to limit the output to 80 characters:
https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html
That's my first patch request in the project, please advise
2007 Mar 21
3
question on suppressing error messages with Rmath library
Dear list,
I have been using the Rmath library for quite a while: in the current instance, I am calling dnt (non-central t density function) repeatedly for several million. When the argument is small, I get the warning message:
full precision was not achieved in 'pnt'
which is nothing unexpected. (The density calls pnt, if you look at the function dnt.) However, to have this happen a
2016 Feb 24
1
[PATCH] *_OPTIONS="help=1" should print to stdout and fit 80 chars width
Hi, Martin!
You can find pretty nice instructions how to do it via Phabricator here:
http://llvm.org/docs/Phabricator.html.
-Maxim
On 23/02/16 21:30, Xinliang David Li via llvm-dev wrote:
> Can you send this patch to llvm-commits ?
>
> David
>
> On Tue, Feb 23, 2016 at 1:15 AM, Martin Liška <llvm-dev at lists.llvm.org
> <mailto:llvm-dev at lists.llvm.org>> wrote:
2013 Jan 07
0
aspell(..., dictionaries) incorrectly passes double-quoted arguments via shell() [and a patch]
Hi, I think I found a bug in aspell() on Windows. Specifying argument
'dictionaries' for aspell() does not work on Windows, which I believe
is because it tries to pass a quoted command line option via shell().
THIS WORKS:
# Create a text file to be spell checked
> writeLines(c("Hello", "world", "ANOVA"), con="text.txt")
# Check it (word
2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
Generate test-prep.sh using the generator, so the prepared disk types
tested are the same as the ones configured in prepopts.ml.
---
.gitignore | 1 +
fish/test-prep.sh | 35 -----------------------------------
generator/fish.ml | 33 +++++++++++++++++++++++++++++++++
generator/fish.mli | 1 +
generator/main.ml | 1 +
5 files changed, 36 insertions(+), 35 deletions(-)
delete mode
2008 Jul 23
2
shQuote and cat
Dear R-users,
It is my understanding that cat(shQuote(a.string)) should print the origintal a.string. Is this right?
I am not sure cat() correctly prints strings which are generated by triple-shQuote():
> shQuote(shQuote("a"))
[1] "\"\\\"a\\\"\""
> cat(shQuote(shQuote(shQuote("a"))), '\n')
2008 Jul 23
2
shQuote and cat
Dear R-users,
It is my understanding that cat(shQuote(a.string)) should print the origintal a.string. Is this right?
I am not sure cat() correctly prints strings which are generated by triple-shQuote():
> shQuote(shQuote("a"))
[1] "\"\\\"a\\\"\""
> cat(shQuote(shQuote(shQuote("a"))), '\n')
2011 Apr 06
3
Command "make prep-kernels" not cloning Linux - xen-4.1.0 sources.
Hi!
I compiled the xen-4.0.1 in Linux (Ubuntu 10.04), but as usually, the
xen-4.1.0 is not behaving in a manner similar to the previous version.
Am I required from version xen-4.1.0, transfer the kernel via the command
"git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen"
from now? I mean, the "make prep-kernels" command of the
xen-4.1.0 no
2007 Dec 20
1
hierarchical linear models, mixed models and lme
Dear R-users,
I am trying to analyse the data of the box 10.5 in the Biometry from
Sokal and Rohlf (2001) using R. This is a three-level nested anova with
equal sample size : 3 different treatments are compared ; 2 rats (coded
1 or 2) / treatment are studied ; 3 preparations (coded 1, 2 or 3) /
rats are available ; 2 readings of the glycogen content / preparations
are realised. Treatment is
2002 Jan 12
1
No shell prompt presented on SSH connection
I just installed OpenSSH-3.0.2pl1 on a new machine, but am unable to use it.
SCP works, ssh outbound works, and ssh inbound appears to work but I never
get a prompt. The password authentication works...
The output of ssh -vv from a client machine is exactly the same as the output
when connecting to a machine where I do get a prompt, so it must be something
outside of the ssh connection
2009 Dec 08
0
Any way to initiate a kickstart from shell prompt?
Hi all,
I've set up a CentOS flash stick using the LiveCD tools, then dumping
that onto flash with a persistent overlay - instructions here:
http://wtf.geek.nz/?blog/2009/12/08/how-to-make-a-useful-centos-utility-flash-stick
This gets me to a prompt in which I can do recovery stuff, but I'm
curious to know if it's possible to initiate a kickstart install onto
the local disks from
2016 Apr 16
0
CentOS 6 kickstart missing 'shell command prompt' screen at ALT+F2
Hi,
?I've recently setup a centos 6 kickstart environment. Interesting fact is that the helpful 'shell command prompt' screen is missing when I press ALT+F2 key combination even on locally connected keyboard and monitor. ( my kickstart runs in text mode).
All other screens can be found without issues with ALT+Fn key combination.
I googled internet, and found someone reported similar
2004 Jan 26
1
user granted access, but still no shell prompt
Hi all!
Again (and still) trying to log (or ftp) to a samba 3.0.1 on Solaris 9
Have the following output.
I have read samba Digest, Vol 13, Issue 43, msg 7 and 10, have /bin/sh as the template shell
But still no result...
PLS, help!
SIncerely yours,
Mike
Output of syslog - samba debug below.
Jan 26 19:10:21 as08-tmn winbindd[1954]: [ID 702911 daemon.debug] [2004/01/26 19:10:21, 5]
2015 Nov 22
0
Re: installation error
Hello,
I have got into a different issue while trying to compile the latest version of libguestfs:
CC guestfish-edit.o
CC guestfish-events.o
CC guestfish-file-edit.o
CC guestfish-fish.o
fish.c: In function 'main':
fish.c:173:3: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
srandom (time (NULL));
^
2008 Jan 20
3
centos authentication via ldap produces no name shell prompt
Hello,
I'm trying to set up centos 5.1 to authenticate against an openldap
server. I've got the authentication working, in that i can log in as a user
contained within the ldap database but not in the system passwd/group files.
The problem is instead of a prompt that for example looks like this:
(username)@hostname:~/$
i'm getting this:
(I have no name)@hostname:~/$
2014 Aug 05
2
Automating the preparation of kernel sources
I have a driver that requires installing the kernel sources (into my own
rpmbuild tree, not the system) prior to compiling. I followed the info for
centos6 here:
http://wiki.centos.org/HowTos/I_need_the_Kernel_Source#head-a8dae925eec15786df9f6f8c918eff16bf67be0d
I can successfully compile and install the module from tarball after
manually prepping the kernel sources, but I need to turn this into
2013 Jan 22
1
simple reshape
Dear friends - this is a very simple question - I have a data frame
'data.frame': 87 obs. of 3 variables:
$ ID : int 1 1 1 2 2 2 3 3 3 4 ...
$ prep : num 1.18 1.38 1.34 1.93 2.38 2.24 1.17 1.13 1.21 1.89 ...
$ postp: num 0.63 0.71 0.75 1.01 1.12 1.07 0.87 0.64 0.7 0.8 ...
- 29 persons (ID) each measured three times before and after an
intervention: prep and postp -
I need
2011 Jul 14
1
Amelia_Multiple_Imputation_with_observational_priors_noms
I am fairly new at using R/programming in general so I apologize if I am
leaving crucial parts of the puzzle out, but here goes.
First and foremost this is the error I am receiving:
Error in muPriors[priors[, 1:2]] <- priors[, 3] :
NAs are not allowed in subscripted assignments
This occurs only when I am using observational priors and some number of
nominal variables, it does not
2015 Nov 22
1
Re: installation error
Never mind I was missing libreadline-dev
I gues this check would be good to be added with an error to the configure script since it creates error in compilation
Regards,
Peter
> On 22 Nov 2015, at 20:06, Keresztes Péter-Zoltán <zozo@z0z0.tk> wrote:
>
> Hello,
>
> I have got into a different issue while trying to compile the latest version of libguestfs:
>
> CC