Displaying 20 results from an estimated 26 matches for "thapa".
2003 Jun 27
2
nls question
...at the step has been reduced below the
minimum step size or an inifinity is generated in numericDeriv. I've
tried to use a variety of starting values for a, b, k but get similar
errors.
Is there anything I can do to get the a fit or is there an alternative
to the nls function?
--
Suchandra Thapa <s-thapa-11 at alumni.uchicago.edu>
2002 Aug 14
1
How to mount WindowsNT disks onto Solaris workstation
...onto Windows NT workstations. I was
wondering if it is possible using Samba to do this the other way round
i.e. share hard disk drives of Windows NT workstations onto Sun
workstations. If yes, then how to do it?
I would greatly appreciate if I get a response to my above query.
Regards.
Rajesh Thapa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rthapa.vcf
Type: text/x-vcard
Size: 361 bytes
Desc: Card for Rajesh Thapa
Url : http://lists.samba.org/archive/samba/attachments/20020814/e47c39dc/rthapa.vcf
2002 Jan 16
1
reading dates
...e? I'm currently
reading dates in as characters and then converting them to POSIXlt objects.
However I would like to know if there is a way of having read.table or scan
convert a field to a date-time class.
--
------------------------------------------------------------------
Suchandra S. Thapa
s-thapa-11 at alumni.uchicago.edu
------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",...
2008 Aug 05
6
Installing Xen
Hi,
I am trying to install xen-3.2.0 , but its failing.
The rpms used for installing are
1. xen-3.2.0-0xs.fc8.i386.rpm
2. xen-3.2.0-0xs.fc8.src.rpm
3. xen-debuginfo-3.2.0-0xs.fc8.i386.rpm
4. xen-devel-3.2.0-0xs.fc8.i386.rpm
5. xen-libs-3.2.0-0xs.fc8.i386
when I tried installilng the first rpm
rpm -ivh /home/devi/Desktop/xen-3.2.0-0xs.fc8.i386.rpm
it gave an failed dependencies
2002 Apr 19
1
trouble with tcltk (was RE: trouble compiling R on Irix )
Thanks to Peter Dalgaard and Suchandra Thapa for answering my question!
Before I settle on a particular option, I'd like to ask one more question if
I may: Are there any practical advantages to compiling R to 64-bit vs
32-bit?
Regards,
Andy
> -----Original Message-----
> From: Peter Dalgaard BSA [mailto:p.dalgaard at biostat.ku.d...
2008 Sep 22
4
Process ids
Hi all,
I want to check the status of resources of virtual machine, created using
Xen.
I have written a script, which checks the status of the virtual machines and
does all the actions like,
start, stop, status, monitor.
so, I want to check the status of the resource of virtual machines.
I have thought of it and have 3 ideas. I want your suggestions.
1. Since we will know the process id of
2010 Oct 06
1
VHOST_NET_SET_BACKEND
Hi All,
I dont know how to put this question, but bear with me. My
query is how to invoke the ioctl request "VHOST_NET_SET_BACKEND" or
how to set the backend, and when ?
With Anticipation,
Devi.
2010 Oct 06
1
vhost_net_ioctl
Hi All,
What's the role or value of the third argument in the
vhost_net_ioctl function in /drivers/vhost/net.c .
The function declaration is
static long vhost_net_ioctl(struct file *f, unsigned int
ioctl, unsigned long arg)
As per my knowledge,
*f represents the fd of vhost-net device,
ioctl any device request like VHOST_NET_SET_BACKEND,
But what's the
2010 Oct 06
1
VHOST_NET_SET_BACKEND
Hi All,
I dont know how to put this question, but bear with me. My
query is how to invoke the ioctl request "VHOST_NET_SET_BACKEND" or
how to set the backend, and when ?
With Anticipation,
Devi.
2010 Oct 06
1
vhost_net_ioctl
Hi All,
What's the role or value of the third argument in the
vhost_net_ioctl function in /drivers/vhost/net.c .
The function declaration is
static long vhost_net_ioctl(struct file *f, unsigned int
ioctl, unsigned long arg)
As per my knowledge,
*f represents the fd of vhost-net device,
ioctl any device request like VHOST_NET_SET_BACKEND,
But what's the
1999 Feb 13
0
Quirks in telnet
...t exists on a machine or not. But this allows you
verify that an account exists using service that is almost
always running.
[mod: I think we discussed this already. I guess someone almost
fixed it... :-( -- REW]
------------------------------------------------------------------
Suchandra S. Thapa
s-thapa@uchicago.edu
------------------------------------------------------------------
2002 Apr 11
3
Help installing from Rpm
All,
I'm trying to install R-base on RedHat Linux 7.2.
Rpm complains that libreadline.4.1.so is needed; the problem is that I have
libreadline4.2.so.
What can I do to get around this?
-Scott
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 Jan 22
4
R-gnome
(Thanks for answers on my naif dual processor
question!).
I'm going to compile R-1.4.0 for linux (Suse 7.3)
and hesitate at including the gnome interface.
Do people that have tried the gnome
interface recommend it? How is R started
with this interface? If I build with the
--with-gnome option, will still have
the option of actually not using the interface
if I don't find it useful?
2011 May 16
1
reading multiple .dbf files
Hello..
I am currently working on running random forest to make predictions. For that I
have a bunch of .dbf files from shapefiiles. Earlier I was running random forest
on those dbf files individually but now I have >1,000 such files and procesisng
one by one is not an option.
I started by trying to read multiple dbf files as:
>setwd (..)
>a=list.files()
> for (x in
2003 Apr 29
1
polynomial fitting
I'm trying to find a way to fit a polynomial of degree n in x and y to
a set of x, y, and z data that I have and obtain the coefficients for
the terms of the fitted polynomial. However, when I try to use the
surf.ls function I'm getting odd results.
> x <- seq(0, 10, length=50)
> y <- x
> f <- function (x, y) {x^2 + y}
> library(spatial)
> test <-
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...(Ross Darnell)
44. Re: combining mathematical notation and value substitution
(Faheem Mitha)
45. Re:Correct contrast for unreplicated 2K factorial design
(Peter Ho)
46. Re: combining mathematical notation and value substitution
(Thomas Lumley)
47. nls question (Suchandra Thapa)
48. dropping factor levels in subset (Nick Bond)
49. RE: dropping factor levels in subset (Marc Schwartz)
50. Re: nls question (Spencer Graves)
51. Compiling R for OS X 10.2.6 (Darwin 6.6) (feldesmanm at pdx.edu)
52. RE: dropping factor levels in subset (Prof Brian Ripley)
53. RE: assi...
2007 Jul 30
17
tc n00b
Hi everyone,
I''m new to tc but I need to use it to set up shaping on a new NAT box.
In short:
Each user must have their upload limited to 128kbit and downlink limited
to 256kbit.
Global bandwidth to be limited to 100Mbit
Interactive packets to have higher priority
200+ users, so need to match packets fast
So far I have managed to get the download limits working. However I need
to
1998 Dec 03
2
interactions between OPIE-ftpd and RH5.2
....7) with ESMTP id GAA18340
for <linux-security@redhat.com>; Sun, 6 Dec 1998 06:51:12 -0500
Received: from localhost (soonu@localhost)
by sl-175-44.rh.uchicago.edu (8.8.7/8.8.7) with ESMTP id FAA02091;
Sun, 6 Dec 1998 05:57:34 -0600
Date: Sun, 6 Dec 1998 05:57:31 -0600 (EST)
From: Suchandra Thapa <soonu@sl-175-44.rh.uchicago.edu>
To: Sam Quigley <osquigle@cs.uchicago.edu>
cc: linux-security@redhat.com, BUGTRAQ@netspace.org
Subject: [linux-security] Re: portmap vulnerability?
In-Reply-To: <o9u7lw6ywq9.fsf@yeenoghu.cs.uchicago.edu>
Message-ID: <Pine.LNX.4.04.9812060550340...
2008 Jul 31
0
Xen as a resource
Hi
I added Xen as a resource in the heartbeat . I want to start and stop
virtual machines using Xen(ocf script).
I am using heartbeat 2.1.3
The heartbeat is stopping the xen, but xen is not failing back i.e it is not
starting
Please help me out with this.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Sep 01
0
OCF Resouce Agent
Hi
I am using heartbeat 2.1.3. I created a resource agent
vm_monitor. It is an ocf resource agent.
I created it /usr/lib/ocf/resource.d/heartbeat/vm_monitor.
But when I am trying to add as a resource in the heartbeat. its raising an error
"vm_monitor is an unknown resource agent"
The script is running perfectly well.
Can you please help me out with this.
Regards,
Devi.