Displaying 20 results from an estimated 10000 matches similar to: "What does the shell() command do?"
2011 Jan 17
2
R looks for a folder not specified
Dear R community,
I have been getting this warning message after running a function sourced
from an R script, and can't seem to work out why R is looking for a folder
that wasn't even specified (it attaches a \NA to the specified directory,
where assess_rev has not asked to do so at all. R code has been tested by
another user and that works fine).
I have tried saving the files in a new
2012 Mar 24
1
Append to file in loop
My files are on disk and they are regular text files named
file_1 file_2 file_3 file_4 and file_5 with extension .saam
The separator is sep='' (ie, white space)
I want to append 'XFile' at the end of those files. XFile is also on disk.
file.append("file_1.saam", "XFile.saam"); file.append("file_2.saam",
"XFile.saam")...
works but it
2010 May 13
1
sshd dies if passed host key with relative path on command line
Hi all,
I noticed that openssh5.5 finally revised this bug, pls check the bugzilla
https://bugzilla.mindrot.org/show_bug.cgi?id=1290
but when i test it both on linux and hp-ux, it will still fails:
In hp-ux, server side:
root at sshia2# /opt/ssh/sbin/sshd -p 1234 -D -h ssh_host_dsa_key -ddd
..........
debug3: send_rexec_state: entering fd = 9 config len 322
debug3: ssh_msg_send: type
2002 Sep 18
1
[Help] Flash 5 installation failed on Wine 4-9-2002
Dear Mr Mohr,
I found the posting you helped for the Flash 5 installation.
I now cannot install Flash 5 on wine 4.9.2002 version.
Attached please find the log when running
wine --debugmsg +relay,+text,+string,+ole setup.exe
Could you kindly help to have a look?
Very thanks.
Leanne
2002 Aug 14
1
[Help] When one application internally invokes another application?
Dear all,
I wonder wine's config would help if one application needs to invoke
another application, say, Notes Client to
open attachment with notepad.exe. I fail to open the attached txt file
and it complained no such program.
I have put notepad.exe on /usr/share/wine-c/windows/ and
/usr/share/wine-c/windows/system :-(
Anyone could help is much appreciated.
Thanks.
Leanne
2012 Mar 23
1
Append to files in loop
Hi ReXperts,
I have a file 'XFile' that I wish to append to the end of file1, file2,
file3, file4, and file 5. Can't figure out how to set up the loop. Please
help.
Thank you,
--
Luisin Galindo, PhD
Director, Departamento de Medicina Matematica
Centro de Estudios Avansados en
Simulacion, Analysis, y Modelacion
Puerto Castilla, Spanish Honduras
Centro America
[[alternative HTML
2010 Jul 09
1
Mover Stayer Models
Does anyone know how to program mover stayer models in R? They are a type of Markov chain model where there is a group of people who stays in the same place, a group who always moves, and a group who does both.
Thanks.
Leanne Sanders
sanders.486@osu.edu
[[alternative HTML version deleted]]
2009 May 11
1
Sieve & Regex
Hi all
I'm trying to create a new sieve rule.
What I would like to do is catch "From" addresses that
are equal to the rightpart (hostname) of a message-id.
For example:
Message-ID: <000d01c9d23a$941a7db0$6400a8c0 at upwabm>
From: "Leanne Crabtree" <upwabm at blomberg-co.com>
I would like to catch this mail, because it has
"upwabm" on the right part
2012 Apr 23
1
change color scheme in mvpart
Hello everyone, I am currently using the mvpart package and would like to change the color scheme it uses, and was hoping someone could help me out. All of the papers I have found have used a grayscale but I can't seem to figure out how they did that! Currently, mvpart plots barplots in a repeating sequence of 3 shades of blue. So if you have 6 response variables the same shade of blue is used
2010 Jan 24
3
system vs shell wait command
Dear All,
I try to invoke a second program (called "gencont") within a R script.
However this second program needs some time to finish. After finishing the
output should be read into R and used for further calculation.
Under windows, it perfectly works:
result<-shell("gencont < yn.txt",intern=TRUE,wait=TRUE)
# R waits untill the program finishes (apporx 3 min) and
2008 Jan 10
8
[Bug 1429] New: ssh -q doesn't suppress all warning messages
https://bugzilla.mindrot.org/show_bug.cgi?id=1429
Summary: ssh -q doesn't suppress all warning messages
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: HPPA
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2008 May 15
1
"possible hijacking of X11-forwarded connections" bug has not been fixed completely
leanneHi OpenSSH team,
I am still able to reproduce this problem with openssh50 code both on hpux.
Seems like OpenSSH didn't fix this problem completely.
how to reproduce:
1. root at sshpa4# uname -aHP-UX sshpa4 B.11.23 U 9000/800 3267743753 unlimited-user license
2. sshd_config
X11Forwarding yesX11DisplayOffset 10X11UseLocalhost no // must not use "yes" to bind
2006 Sep 21
0
View result only visible after the each loop has finished
Hi,
My question:
------------
I like to see immediate the results and not after the loop.
During the loop, you can''t see any result!
Is it possible to follow the results during the each loop?
<%
$xfiles = doSelect("host=\.*")
$xfiles.each {|xfile|
doc = Document.new File.new("/home/luc/Ruby/xml/#{xfile}") %>
<%=
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a
bit smarter. I have a basic version working fairly well:
define xfile($owner = root, $group = root, $mode = 644, $source,
$backup = main, $recurse = false, $ensure = file) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,
recurse
2008 May 16
4
[Bug 1464] New: "possible hijacking of X11-forwarded connections" bug has not been fixed completely
https://bugzilla.mindrot.org/show_bug.cgi?id=1464
Summary: "possible hijacking of X11-forwarded connections" bug
has not been fixed completely
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Other
OS/Version: HP-UX
Status: NEW
Severity: security
2002 Aug 14
0
[Help] When one application internally invokes another applic ation?
I presume that c:\windows is in the path
Try using --debugmsg +module to see where it looks for the notepad
Bill
> -----Original Message-----
> From: leanne [mailto:leanne@thizlinux.com]
> Sent: Wednesday, August 14, 2002 2:44 AM
> To: wine-devel@winehq.com; wine-users@winehq.com
> Subject: [Help] When one application internally invokes another
> application?
>
>
>
2008 May 15
0
[Bug 52] ssh hangs on exit
https://bugzilla.mindrot.org/show_bug.cgi?id=52
leanne <njleanne at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |njleanne at hotmail.com
--- Comment #58 from leanne <njleanne at hotmail.com> 2008-05-15 17:05:09 ---
(In
2012 Jun 18
4
How to create local puppet forge repositories
Hi, was just wondering if there''s a way to create a local forge
repositories to host our local modules? Has anyone done that?
I found this post, http://projects.puppetlabs.com/issues/5033.
that was one year ago. Wondering if there''s a way to do it now?
Thanks.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2003 Aug 12
8
capturing output from Win 98 shell
How can I best achieve the following (works in Splus):
filenames <- dos("dir *.sasb7dat /b")
What I am asking, more generically, is: how can I capture the output of
a
DOS command in R?
I have tried using
system("COMMAND.COM /c dir /b", intern=T, show.output.on.console=T)
where
intern: a logical, indicates whether to make the output of the
command an R
2008 Jan 28
10
[Bug 1433] New: sshd.pid has permissions of 666
https://bugzilla.mindrot.org/show_bug.cgi?id=1433
Summary: sshd.pid has permissions of 666
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org