Displaying 20 results from an estimated 1000 matches similar to: "SSH disconnect issue after grace timer expiry"
2009 Apr 18
3
need help with tinc windows service
hi
im a newbie to networking and vpns.so plz pardon my mistakes.
i installed tinc 1.0.9 and followed the tinc setup instructions as in
the tinc-windows example.
after i hav started the tinc service with tincd -n command the service
starts and then stops abrupty giving the message
" the tinc.test service on the local computer has started and then
stopped.Some services stop automatically if
2012 Jul 08
3
Help in Optimization of a function
guRus!
I have a function f = exp(x^2-y+(1/z))
Also, x can take values from 1 to 37, y from 2 to 20 and Z from -13 to 51.
How can I find the maximum of f using any of the optimization functions
please?
Is there a way to store the possible values of x, y and Z in a single
variable like in a List or in a multi-dimensional array?
Thanks for your help
Raghu
[[alternative HTML version deleted]]
2012 Jul 24
3
Collapsing a vector/data-frame based on the previous values
Hello
I have a data frame like this:
dput(states)
structure(list(Date = c("24/07/2012", "25/07/2012", "26/07/2012",
"27/07/2012", "28/07/2012", "24/07/2012", "25/07/2012", "26/07/2012",
"27/07/2012", "28/07/2012"), State = c(1L, 1L, 1L, 1L, 1L, -1L,
-1L, -1L, 1L, -1L)), .Names = c("Date",
2012 Apr 22
2
difficulty in Formatting time series data
Dear R-Gurus
I have a data frame (from CSV file) which has its first column called Date.
The Date is in the format mm/dd/yyyy. I was trying to get the weekday for
these dates and I tried using wday() and day.of.week() functions and both
of them gave me precisely the wrong answers. I think the issue lies in the
proper formatting of dates. The class of this column is a factor class and
hence I
2010 Oct 07
2
[LLVMdev] libcpu with m88k
Hi,
I recently downloaded and installed the libcpu package (from http://libcpu.org
) that uses llvm as the backend on my linux machine. I have a piece of
Motorola 88100 code (essentially the output of the 176.gcc benchmark
from SPEC CPU 2000) that I am trying to run using this emulator, but I
am running into errors when trying to run it.
Has anyone been able to successfully use the m88k
2012 Jul 14
2
writing data into files whose names are in a vector
GuRus
How do I use the write function (or write.table or write.csv) to achieve
the following please?
age=c(32,37,39)
names=c("john","peter","jake")
I would like create in a directory 3 files each named as john.csv,peter.csv
and jake.csv and each file have data from the age vector. That is jon.csv
will contain 32, peter.csv will contain 37 and jake.csv will contain
2006 Sep 15
0
[Bug 511] New: Premature ip_conntrack timer expiry on 3+ window size advertisements
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=511
Summary: Premature ip_conntrack timer expiry on 3+ window size
advertisements
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ip_conntrack
2006 Sep 14
1
Binomial test using R
Hullo,
Can someone suggest whether the binomial test as described in the link
http://home.clara.net/sisa/binomial.htm is available in an equivalent form
in R? I have downloaded the R package from the CRAN site.
Using R will help me do this test rapidly
Many Thanks
Ramachandran
Dr. S. Ramachandran
Scientist E I
G.N. Ramachandran Knowledge Centre for Genome Informatics
Institute of Genomics and
2008 Dec 18
3
Feedback and Questions on afr+unify
Hi,
I just installed and configured a couple of machines with glusterfs
(1.4.0-rc3). It seems to work great. Thanks for the amazing software.!
I've been looking for something like this for years.
I have some feedback and questions. My configuration is a bit
complicated. I have two machines each with two disks and each of which
with two partitions that I wanted to use (i.e. 8
2006 Sep 15
18
[Bug 511] Premature ip_conntrack timer expiry on 3+ window size advertisements
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=511
------- Additional Comments From kaber@trash.net 2006-09-15 06:42 MET -------
So you're saying the problem is that the receiver updates its window multiple
times without receiving any data in between, thereby falsely triggering the
"dead-peer detection" (as you call it)?
--
Configure bugmail:
2002 Nov 11
2
Thank you!
Dear Shorewall developers,
Thanks very much for shorewall! I''ve been using Shorewall as
distributed with Debian GNU/Linux (Woody) for a while on a few
firewalls I manage and found it extremely easy to install, setup and
use. I liked the nice and easy to understand design of the whole
package, the documentation, well documented config files and how well
it runs. I just thought
2010 Oct 07
0
[LLVMdev] libcpu with m88k
What kinds of errors are you getting?
On Thu, Oct 7, 2010 at 9:36 AM, Pradeep Ramachandran <pramach2 at uiuc.edu> wrote:
> Hi,
> I recently downloaded and installed the libcpu package (from http://libcpu.org
> ) that uses llvm as the backend on my linux machine. I have a piece of
> Motorola 88100 code (essentially the output of the 176.gcc benchmark
> from SPEC CPU 2000) that
2010 Aug 06
3
How to apply apply?!
guRus
I have say a dataframe, d and I wish to do the following:
1) For each row, I want to take one particular value of the row and multiply
it by 2. How do I do it. Say the data frame is as below:
OPEN HIGH LOW CLOSE 1931.2 1931.2 1931.2 1931.2 0 0 0 999.05 0 0 0 1052.5
0 0 0 987.8 0 0 0 925.6 0 0 0 866 0 0 0 1400.2 0 0 0 754.5 0 0 0 702.6 0 0 0
653.25 0 0 0 348 0 0 0 801 866.55 866.55
2003 Oct 21
5
issue with 3.7.1p2
Hello,
I have recently download and compiled version 3.7.1p2 of openssh, but am
having authentication issues with it. I have been using 3.6.1p1 with no
problems. Both versions were compiled on the same Solaris 8 host. That
host uses ldap for its name service. Both were compiled using the same
openssh config options:
--prefix=/opt/openssh --with-pam --with-zlib=/opt/openssh/lib
However, the
2005 Oct 26
1
R- exp(-1000) ? - how to get R to give me an actual answer ?
Dear All,
I am a novice user of the R software package. When I try and compute,
exp(-1000) or exp(-2000), i get the answer as zero. Is there any way i can get
R to compute the answer and give me an actual number ? ( by increasing the
precision or any other method).
If I cannot get R to give me a number, can anybody give me some advice on how
to manually compute this number ?
I would greatly
2009 May 27
1
Can''t ping gateway (SOLVED !!!!)
HI again,
This is the solution to my problem, hope it helps someone in the future.
First of all, thanks to Ramachandran Radhakrishnan for helping me with this.
The problem was my NIC: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
What happens, is that the NIC''s driver sets the HWADRRESS = FE:FF:FF:FF:FF:FF, and that''s the same
2003 Nov 25
1
Strange behaviour w/ Solaris9 + pam_ldap + openssh 3.7.1p2
Hello,
I have a Solaris 9 system which is using Sun's pam_ldap to access user &
group information in a Netscape 4.16DS. This was working fine until I
upgraded ssh on the box. However, now I'm using 3.7.1p2 with pam support
I have the following problem:
If a user (local or ldap) enters the correct password everything works
fine. Entering a wrong password results in the sshd
2006 Mar 17
1
graceful session expiry?
According to the Rails book, the session object has an attribute called
:session_expires, but they don''t encourage its use. Currently I handle
session expiry by using a cron job to delete session files that have not
been modified in the last X minutes (it is a design/security requirement
for this project that sessions expire after a finite period of
inactivity).
However, this is a
2006 Jan 12
1
Debugging the log
Samba version is:
Version 3.0.20b-3.1-SUSE
Current PDC is active directory Windows 2000 Server.
I replaced the actual ip address with IPADDRESS and the actual broadcast
address
with BROADCASTADDRESS.
net rpc join -S DOMAINPC-dc -U administrator
Password:
Joined domain DOMAINNAME.
net rpc vampire -d 3 -S DOMAINPC -U administrator
[2006/01/12 09:19:47, 3] param/loadparm.c:lp_load(4202)
2004 Aug 31
1
CIFS Proxy Server
Does anyone have knowledge of any CIFS Proxy Servers or using Samba as a
Proxy to another CIFS/SMB Server? Are there any documents or resources
on this topic? I am trying to implement a general purpose CIFS Proxy
Server (the proxy server would implement some authentication and
authorization for the SMB requests) which can proxy CIFS servers like
Samba or Windows.
One particularly hard problem