Displaying 20 results from an estimated 10000 matches similar to: "R-alpha: Re unified shell script"
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you
can use the same directories for multiple machines. That is, machines
running various flavors of UNIX can access the same directories.
The modified structure adds the directories
$RHOME/bin/$OSTYPE/
$RHOME/lib/$OSTYPE/
to hold the machine specific binaries.
For instance, here the $RHOME directory
1997 Apr 24
1
R-beta: multiple binary types
I've modified the "$RHOME/bin/R" and "$RHOME/cmd/filename" so that you
can use the same directories for multiple machines. That is, machines
running various flavors of UNIX can access the same directories.
The modified structure adds the directories
$RHOME/bin/$OSTYPE/
$RHOME/lib/$OSTYPE/
to hold the machine specific binaries.
For instance, here the $RHOME directory
2002 Dec 22
0
Bug ID: 26222 - SMB Storm
Please include the following to bug ID: 26222 at:
http://bugs.samba.org/?findid=26222
More checking shows that closing a search window on
Windows in the middle of it's search doesn't stop the
SMB activity. Network utilization remains high, and it
seems as if the server is stuck searching.
In an attempt to verify, I created a share on Win2k,
and followed the same procedure:
Server:
2008 Mar 02
1
Wrong uptodate
Dear list,
I am syncing files with rsync .... surprise surprise ...
Rsync claims files to be uptudate, but they are not ...
>From the log:
export/opt/bup/status/1 is uptodate
export/opt/bup/status/2 is uptodate
.
.
Source directory (locally on server):
-rw-r--r-- 1 root root 28 2008-03-01 22:44 1
-rw-r--r-- 1 root root 28 2008-03-01 22:37 2
.
.
Destination directory (nfs share):
2002 Jun 14
0
[Bug 277] New: X11 forwarding problem behind Router/NAT box
http://bugzilla.mindrot.org/show_bug.cgi?id=277
Summary: X11 forwarding problem behind Router/NAT box
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
Code:
Apple_PubSub_Socket_Render=/tmp/launch-mcYObM/Render
BASH=/bin/bash
BASH_ARGC=()
BASH_ARGV=()
BASH_LINENO=()
BASH_SOURCE=()
BASH_VERSINFO=([0]="3" [1]="2" [2]="17" [3]="1" [4]="release" [5]="i386-apple-darwin9.0")
BASH_VERSION='3.2.17(1)-release'
CLICOLOR=true
COLUMNS=270
COMMAND_MODE=unix2003
DIRSTACK=()
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi,
I am somewhat new to R and RSPerl, but I think this particular problem
has to do with RSPerl and so I am not sure if this is the right forum
to ask for help. Nevertheless I am quite sure that many of you would
have used RSPerl with R.
My hardware platform is a Sun/Solaris V440 server running Solaris 9
operating system I use the gcc-3.4.0 compiler to compile R without any
problems. My
2014 Jun 11
0
[PATCH] isatty(): use TCGETS instead of TIOCGPGRP, like dietlibc does
Does ctrl+c work?
My experience with (non klibc) init=/bin/bash is that getting ctrl+c
to work requires some jumping through hoops, because running as pid 1
doesn't really work.
If I recall correctly you have to call setsid, and open a tty as a
controlling tty, you can't call setsid as pid 1.
The hack that I got to work (for reference, I'm using this for raw
kernel testing
1997 Oct 23
1
R-alpha: OStype
Robert
I've been looking through my "R -- S compatibility" functions which may
mostly disappear in R 0.60. In fact, it seems already that most of the
things I'm trying to do are for operating system differences rather than
R/S differences. The main problem I am having is that version$os gives
more detail then I usually need, but it is not very convenient for
determining simply
2015 Apr 24
2
Real sh? Or other efficient shell for non-interactive scripts
On Fri, April 24, 2015 12:04 pm, John R Pierce wrote:
> On 4/24/2015 9:47 AM, Gordon Messmer wrote:
>> On 04/24/2015 03:57 AM, Pete Geenhuizen wrote:
>>> if you leave it out the script will run in whatever environment it
>>> currently is in.
>>
>> I'm reasonably certain that a script with no shebang will run with
>> /bin/sh. I interpret your
2003 Apr 05
5
[Bug 536] no access to tty on Linux 2.0
http://bugzilla.mindrot.org/show_bug.cgi?id=536
Summary: no access to tty on Linux 2.0
Product: Portable OpenSSH
Version: 3.6p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jfeise at
2007 Mar 23
1
login shell not found "bug"
Hello folks at OpenSSH,
I recently encountered a behavior of your software (it doesn't really
deserve the name of "bug") that may be so rare that it is not worth
correcting--however, if it was corrected, it would have saved me many hours
of anguish. I recently set up a new PC with Ubuntu 6.10 and connected to my
office NIS domain. Unfortunately, when I tried to log in via SSH with
2013 Mar 07
1
HELP:Custom function didn't work
hi,guys-
I have a mysql database which stores host informations,so I wrote a
function to get some values.
- Here is the function rb(this function should return the type I defined
in the database):
#hosttype.rb
require "mysql"
module Puppet::Parser::Functions
newfunction(:hosttype, :type => :rvalue, :doc => "Gets host type from
db.") do |args|
2003 Jan 10
1
Suggested modification to shell command
I'm using R 1.6.1 on Windows 95 with cygwin bash as my shell.
The 'shell' command tries to determine which shell the user prefers via the
following steps:
shell <- Sys.getenv("R_SHELL")
if (!nchar(shell))
shell <- Sys.getenv("SHELL")
if (!nchar(shell))
shell <- Sys.getenv("COMSPEC")
For me, shell
2004 Oct 18
0
Re: [R] Problem Compiling R-2.0.0 on Linux Alpha
Thanks, Prof. Ripley. I downloaded the new admin.R and used that in
place of one in R-2.0.0 build directory. The compile went fine. So,
for the record, R-2.0.0 + Prof. Ripley's fixed admin.R compiles fine on
"alphapca56-unknown-linux-gnu".
----
[rajiv@localhost rajiv]$ R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.0 (2004-10-04), ISBN
2014 Feb 26
6
[Bug 2206] New: ssh-copy-id fails with message 'Ambiguous output redirect.' with a non-sh style remote shell
https://bugzilla.mindrot.org/show_bug.cgi?id=2206
Bug ID: 2206
Summary: ssh-copy-id fails with message 'Ambiguous output
redirect.' with a non-sh style remote shell
Product: Portable OpenSSH
Version: 6.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
2008 Jan 06
1
tomcat still sees jvm version 1.4.2 in Cent OS 5
i chose to install tomcat during the OS install as well as java....however, since I needed to use a different jvm, i used the method described in http://wiki.centos.org/HowTos/JavaOnCentOS for Sun jdk 1.5.0_13 and it worked fine as I can tell, as using the alternatives --config java command, i see both 1.4.2 and 1.5.0 versions and choosing the 1.5.0 version yields the right version when doing a
2006 Apr 25
1
Another undefined pri_restart failure
Hi:
I upgraded SuSE to 10 and Asterisk to trunk and now
after deleting all modules and previously compiled
stuff and recompiling asterisk, zaptel, and libpri, I
get this failure of asterisk to start:
[pbx_realtime.so]Apr 25 03:36:41 WARNING[8269]:
loader.c:726 __load_resource: new style
pbx_realtime.so (0x31) loaded RTLD_LOCAL
=> (Realtime Switch)
[chan_mgcp.so]Apr 25 03:36:41
2017 Dec 15
1
GUI/X11 login and shells other than bash?
On Fri, December 15, 2017 2:34 pm, Stephen John Smoogen wrote:
> On 15 December 2017 at 13:24, Valeri Galtsev <galtsev at kicp.uchicago.edu>
> wrote:
>> Dear Experts,
>>
>> After one of updates that was released some time ago (a Month ago or
>> maybe
>> even earlier) I have noticed the following. On the machines with default
>> runlevel 5 (sorry
2008 Apr 07
2
problem with Rmpi 0.5-5 and openmpi
Dear knowledgeable experts :-),
I am trying to get openmpi, Rmpi and SNOW running on a Myrinet/GM
cluster. I'm not an IT expert, but I surely could use a working
installation of Rmpi and SNOW.
I try to load the Rmpi library and get the following:
> library(Rmpi)
[master:07230] mca: base: component_find: unable to open osc pt2pt: file
not found (ignored)