Displaying 20 results from an estimated 2000 matches similar to: "OpenSSL in OpenSSH"
2003 Feb 06
1
No struct cmsghdr - what to do ?
Hi all,
If any perticular OS does not have 'struct cmsghdr' in sys/socket.h and also
it does not have access rights in 'struct msghdr', then how the compilation
should be done ? Does anybody had similar problem earlier ?
Regards,
Ajit
2003 Jan 06
6
ssh 3.1p1 problems on SX-6...
Hello,
We are porting openssh-3.1p1 onto SX-6 running on SuperUX.
We landed into problem when we started running sshd with
the default encryption settings. As you would have already
seen on this mailing list.
Basically we are facing two problems (both client and servers
run on SX):-
1) If the we use the default encryption algorithm aes128-cbc
then we get a Bad Packet length problem on
2002 Dec 20
3
Bad packet length problem with "aes128-cbc" and openssh3.1p1
Hi,
I am trying to run openssh 3.1p1. But it is giving "Bad packet length" error
when I run sshd with default config file. On further investigation I found
that the error is coming only for the cipher algorithm "aes128-cbc". Also
the error comes only when I don't specify any protocol file
(/usr/local/etc/ssh_host_[rd]sa_key) or specify only "protocol 2" files.
I
2002 Dec 30
2
Problem while exiting sftp on SX-6...
Hi,
I am trying to run sftp on SX-6 and it is giving me problem when
I try to exit from sftp. On pressing ^D or entering "bye" on
sftp prompt, sftp hangs. And I have to press ^C to quit.
The versions are: -
1. openssh-3.1p1 on both client and server.
2. Both client (sftp) and server (sshd) are running on SX-6
It appears that the client and server are hanging on "select".
2003 Jul 17
7
Help Needed
Hi Everybody,
I am new to Asterisk. Can anybody suggest me some link where I can find
architecture level detail of this system. My aim is to find out how easy it
is to port it on a new hardware (T1/E1 and POTS)?
Any input is highly appreciated.
Regards
Arun
2009 May 15
13
How to calculate java method timestamp?
Hi,
I need help in calculating Java method time-stamp in following fashion.
Consider following method example.
long method3(long stop) {
try {
Thread.sleep(1500);
} catch (Exception e) {
}
//////////////////// real CPU intensive operation ///////////////////////////
for (int i = 1; i < stop; i++) {
stop = stop * stop * i;
};
2007 Oct 11
3
Please Help.
Hi,
I want to use USDT in my java applications.
Please tell me how to achieve this.
I am comfortable with SDT in C application.
I am using Solaris Sparc10 with Generic_120011-14 version.
Do I need to update my machine for this?
Thanks,
Ajit
--
This message posted from opensolaris.org
2003 Nov 27
1
commands
hi
I have made ext3 from ext2 by using mkfs -j option.
I want to know if all commands of ext2 like dumpe2fs ( provided in e2fs-1.36
) works fine with ext3 ?
Do we have some commands that are unique for ext3 file system ?
____________________________________________
Salvy
HCL Technologies Ltd A-11, Sector 16 Noida, U.P., India Ph: 91-9811250247
salilt@noida.hcltech.com
2012 May 03
6
Hosting application on private network.
Hi,
I have a Ruby on Rails application. I am able to run it in my local
system using Apache2 server. I would like to host my application so that
all the systems in the private network 192.168.3.0/24 should be able to
access the web-application. My system private-ip is 192.168.3.57.
Please help me what all configurations do I need to do.
Thank you
Ajit
--
Posted via
2012 Aug 01
2
'redirect_to' taking infinite loop.
Hi,
The following controller method taking me into infinite loop. Once the
update action completes I want to reload the ''index'' page. May I know
why it is going into infinite loop?
def update
Device.find_by_id( params[:device_id] ).driver = (
params[:driver_id] == 0 ) ? nil : Driver.find_by_id( params[:driver_id]
)
redirect_to :action => :index, :tab =>
2000 Mar 01
2
Help please..
Hello R-world,
I am facing a peculiar problem and hope someone out there
can comment on it.
In goodness-of-fit tests for evaluation of distributions,
there are three well-known methods:
1. Chi-square
2. Anderson-Darling
3. Kolmogorov-Sminrov
I am trying to use the second test. Many researchers have
reported results using this test. I wrote programs in C and
now in R to do this. I run into
2005 Oct 25
1
Writing point pattern to a file
Hi,
I am trying to use the R package 'spatstat' for generating spatial
poisson point process graphs. I can create a point pattern using the
following commands:
pp <- rpoispp(.01, win=owin(c(0,100),c(0,100)))
and also view the resulting graph by:
plot(pp)
But how can I export the generated point pattern to an external file so
that I could use it as input for some network
2007 Jul 23
2
Firebird, fireruby
Hi Guys
I am pretty new to Ruby. One of our client is using Firebird as his
backend database. I have to create a script which will connect to his
database, fetch some data and update few tables in MS-SQL database.
Now problem is: i have installed FireRuby, got databaes, changed my
database.yml file.
I am trying to display all the users in Members table. but i am
getting following error:
2011 Oct 20
2
How to remove multiple outliers
Hi All,
I am working on the dataset in which some of the variables have more than
one observations with outliers .
I am using below mentioned sample script
library(outliers)
x1 <- c(10, 10, 11, 12, 13, 14, 14, 10, 11, 13, 12, 13, 10, 19, 18, 17,
10099, 10099, 10098)
outlier_tf1 = outlier(x1,logical=TRUE)
find_outlier1 = which(outlier_tf1==TRUE, arr.ind=TRUE)
beh_input_ro1 =
2011 Nov 15
2
Putting directory path as a parameter
Hi List,
I am new to R, this may be simple.
I want to store directory path as parameter which in turn to be used while
reading and writing data from csv files.
How I can use dir defined in the below mentioned example while reading the
csv file.
Example:
dir <- "C:/Users/Desktop" #location of file
temp_data <- read.csv("dir/bs_dev_segment_file.csv")
If I run this
2011 Nov 04
1
Decision tree model using rpart ( classification
Hi Experts,
I am new to R, using decision tree model for getting segmentation rules.
A) Using behavioural data (attributes defining customer behaviour, ( example
balances, number of accounts etc.)
1. Clustering: Cluster behavioural data to suitable number of clusters
2. Decision Tree: Using rpart classification tree for generating rules for
segmentation using cluster number(cluster id) as target
2007 Dec 07
1
Ruby on Rails applications with Mongrel cluster
Hello All
I am trying to install 5 mongrel servers against my app. i am using
Vista. I found this article on a website.. but am stuck on one point.
here are some notes from article:
Now enable the needed modules (url rewriting, proxy, proxy_balancer e
proxy_http) by editing the httpd.conf file (under c:
\Apache_Software_Foundation\Apache2.2\conf, if you installed Apache in
its standard path).
2003 Sep 04
3
Cant locate my X100P
Hello
After having installed my X100P, /proc/pci and /proc/interrupts dosent
locate them.
In my PCI list is it the Communication controller: Tiger Jet Network Inc ?
then is dosent have a IRQ listed in /proc/pci..
All help appreciated
Thanks and Regards
Ajit
===========================/proc/pci==================================
PCI devices found:
Bus 0, device 0, function 0:
Host
2006 Apr 24
2
outbound calls to sip urls
Hi,
I wish to use the manager API to make an outbound call to a sip
url,subsequently play a prompt and hangup.Any hints on how to acheive
this/feasability will be much appreciated.
Regards,
Ajit
2007 Aug 08
1
dont know how to use :include
Hi
i have two tables treatmentcategories and treatmentitems. each
category has many items.
i have specified
has_many :treatmentitems in treatmentcategories.rb model and
belongs_to :treatmentcategories in treatmentitems.rb model
in one of my def i am trying to display category with each item. So i
used
@cats = Treatmentcategories.find(:all, :include => :treatmentitems)
but i am getting