Displaying 20 results from an estimated 10000 matches similar to: "system(..., invisible=FALSE, show.output.on.console=FALSE) in Windows 7"
2002 Nov 15
2
Error 255 Openssh-3.5
Hello
I try to compile openssh-3.5 on Solaris 2.6 with gcc-3.2.
configure and make is no problem but when i do make install following error comes out
mkdir /opt/openssh/etc
ssh-rand-helper: Cannot find ELF
ssh-rand-helper child produced insufficient data
ssh-rand-helper: Cannot find ELF
ssh-rand-helper child produced insufficient data
ssh-rand-helper: Cannot find ELF
ssh-rand-helper child
2009 Apr 09
3
type.convert (PR#13646)
Full_Name: Stefan Raberger
Version: 2.8.1
OS: Windows XP
Submission from: (NULL) (213.185.163.242)
Hi there,
I recently noticed some strange behaviour of the command "type.convert",
depending on the startup mode used. But there also seems to be different
behaviour on different PCs (all running the same OS and the same version of R).
On PC1:
When I start R in SDI mode (RGui --no-save
2002 Nov 07
2
Cant run SSHD daemon
I have compiled openssh for sun solaris 2.6, no errors
When I try to run SSHD daemon it says the following error.
This platform does not support both privilege separation and compression
Compression disabled
Privilege separation user sshd does not exist
Any one that have answer to this problem mail me on daniel.d.olsson at telia.se <mailto:daniel.d.olsson at telia.se>
//Daniel
2011 Feb 23
1
system(wait = FALSE)
I'm having a very odd problem with system(wait = FALSE). I'm not
entirely sure whether it's a bug in R or a problem on our end. It's
related to a post a month or so ago in R-help which got no responses,
but I have a little more to add.
This command works as expected (I use c:\tmp since c:\ isn't normally
writable under later versions of Windows). The file is created at
2003 Apr 28
4
Documentation
Dear Asterisk Users,
Are there any documentation that teach how to using Digium Cards to setup a
PABX system?
Thanks,
Randal
2006 Jan 18
4
negative predicted values in poisson glm
Dear R helpers,
running the following code of a glm model of the family poisson, gives
predicted values < 0. Why?
library(MASS)
library(stats)
library(mvtnorm)
library(pscl)
data(bioChemists)
poisson_glm <- glm(art ~ fem + mar + kid5 + phd + ment, data = bioChemists,
family = poisson)
predicted.values = predict(poisson_glm)
range(predicted.values)
Thank you in advance for any hints.
2012 Nov 23
3
How go back from X.Y-RELEASE-pZ to X.Y-RELEASE?
We are currently using cvs for both source and ports.
I have begun changing to portsnap for ports, and I
would also like to try changing at least some of our
servers to freebsd-update.
But all servers have been patched, using either RELENG_8_3
or RELENG_9_0 as cvs tag. I need to revert them to their
respective RELEASE to be able to use freebsd-update.
Complete reinstall from eg CD is not an
2011 Jan 03
4
using "plot" with time series object - "axes = FALSE" option does not appear to work
Dear R-help,
I am attempting to plot data using standard R plot utilities. The
data was retrieved from FRED (St. Louis Federal Reserve) using the
package quantmod. My question is NOT about quantmod. While I
retrieve data using quantmod, I am not using its charting utility. I
have been having success using the standard R "plot" utilities to this
point with this type of data.
2007 Oct 30
2
How to switch off accepting the shortcut of column names
Dear R-users,
currently I am working with the R version 2.4.1.
I realized it has a feature, which might be wonderful (as so many things in
R), but in this case might be a bit dangerous as well. It seems that columns
of a data frame can be called just by indicating the first letter of the
name of the column.
For example:
first_item <- seq(1,10)
second_item <- seq(11,20)
dat <-
2015 Jan 26
3
Usability issue when forced to change password when logging in to a system
John Olsson M wrote:
> What about changing the dialog like this? (The instructions matches better
I think there's a good case to be made for OpenSSH to not provide any
instructions at all unless it is in charge of the dialog itself.
Have you checked that the current instructions are actually output by
OpenSSH? The string seems to be in openbsd-compat/bsd-cray.c inside
#ifdef _UNICOS
2001 Oct 17
9
large files
I'm reposting this problem (perhaps a bug) now I've got more information on
it. This is another point of view of the situation and I hope someone could
have run into the same trouble before (and solved it :-))
This is it:
* with ntbackup 2000 I create a 22Gb .bkf file in the windows machine.
* I can copy that file over a samba share and get correct info form the
file in windows
2003 May 13
3
Cisco 12 SP+ IP phones
Hi there!
Has anyone succesfully used a Cisco 12 SP+ with *?
If so, how did you do? I'v not even tried, but before trying I thought I
could bug you somewhat. =)
//Filip
1998 Dec 08
2
hosts.allow
Hi
If I add a specific machine to my hosts allow list in the global
section of my smb.conf, then that machine can access any of the shares
on that server. If I only add the machine to a hosts allow list in a
specific share, when I try and connect to that share from that machine I
get an error :
'Specified computer did not recieve your request' and in log.smb :
'Connection denied from
2007 Jun 12
3
slow with one transfer, fast with multiple
Running samba with Ubuntu, default configuration, one share, samba running as daemons rather from inetd.
Copying one file between the share and another machine on the LAN is very slow. Adding another copy and both transfers proceed very quickly.
The client machines are Macs with recent OSX, and a Windows laptop. Same behavior. If the second transfer is initiated on a different client, both
2015 Jan 23
4
Usability issue when forced to change password when logging in to a system
Hi,
What I am about to describe is something that has existed for a very
long time, but it is still a usability issue. :)
When logging in to a system and the system detects that the password has
expired and needs to change this happens
Login As: Foobar
Password:
Your password has expired. Choose a new password.
Old Pasword:
Now the user has just read the text
"Your password has
2010 Aug 26
3
Passing data to aov
Hello Again Gurus and Lurkers:
I?m trying to build a very user-friendly function which does aov without
having the user type in a formula (which would be tedious in this case).
The idea is to take the response from a PCA score matrix, and the factors
from a list. A simple example is the function given below, along with test
data and a sample call to the function.
I'm certainly having
2023 Jan 20
1
about RGui HighDPI awareness on windows
Dear all:
Now RGui on windows no HighDPI awareness.try add HighDPI awareness to RGui in last two days.
I write an initial POC(just for verify and only SystemDPI awareness partial implemented) , try to mod graphapp used in R to implemented DPI scaling.
it seems works on my laptop , but need further test.
So I post the patch https://github.com/armgong/misc-r-patch/blob/main/dpi-c-code.diff
2005 Jan 04
1
scree plot
Hi!
Is there an easy way to add to the scree-plot labels to each value pertaining to the cumulative proportion of explained variance?
Thanks and a happy new year
Anne
----------------------------------------------------
Anne Piotet
Tel: +41 79 359 83 32 (mobile)
Email: anne.piotet@m-td.com
---------------------------------------------------
M-TD Modelling and Technology Development
PSE-C
2012 Dec 17
2
How to control which command is executed with "plain ssh" from remote machine?
Hi!
Is it possible to override in OpenSSH so that the shell specified in the /etc/passwd (or what comes from the LDAP server) is not executed at login?
We have na?vely tried to specify this with subsystem but found out that by default the ssh client does not specify any subsystem. So how to override something that is unset from the client?
/John
--
John Olsson
Ericsson AB
BSC/BSS System
2013 Mar 13
2
Time zone for chrooted internal-sftp?
Hi,
A question regarding chroot, internal-sftp, and time zones: Is it possible to get the time stamps presented by the chrooted internal-sftp to always be aligned with the system global time zone setting?
What is the reason this not done by default, that is couldn't the chrooted internal-sftp inherit the time zone information from the SSH daemon?
/John
--
John Olsson
Ericsson AB