Displaying 20 results from an estimated 145 matches for "ased".
Did you mean:
based
2003 Mar 28
1
winbind with ADS error
RedHat AS 2.1 kernel 2.4.9-e.16 with kbr5-1.2.7
I've been playing with ADS features of samba-3.0alpha21 and am having
problems getting winbind to work.
I can join the domain:
[root@asecl etc]# net ads join
Joined 'ASECL' to realm 'ASE-LRC-AD.AE.UTEXAS.EDU'
After joining the domain, I can use the other 'net ads' options of user,
group, status and info.
2004 Apr 02
1
which on array
Good morning !
Today I found a strange, for my poor knowledge of R, behaviour of
'which' on a matrix:
HAL9000> str(cluster.matrix)
num [1:227, 1:6300] 2 2 2 2 2 2 2 2 2 2 ...
HAL9000> class(cluster.matrix)
[1] "matrix"
HAL9000> ase <- cluster.matrix[1:5,1:5]
HAL9000> ase
[,1] [,2] [,3] [,4] [,5]
[1,] 2 2 2 0 -2
[2,] 2 2 2 0 -2
[3,]
2010 Dec 16
1
defining a formula method for a weighted lm()
In the vcdExtra package on R-Forge, I have functions and generic methods
for calculating log odds ratios
for R x C x strata tables. I'd like to define methods for fitting
weighted lm()s to the resulting loddsratio objects,
but I'm having problems figuring out how to do this generally.
# install.packages("vcdExtra", repos="http://R-Forge.R-Project.org")
2007 Aug 07
0
Goodman-Kruskal tau
On Wed, 1 Aug 2007, Upasna Sharma <upasna at iitb.ac.in> wrote:
> From: "Upasna Sharma" <upasna at iitb.ac.in>
> Subject: [R] Goodman Kruskal's tau
>
> I need to know which package in R calculates the Goodman Kruskal's
> tau statistic for nominal data. Also is there any implementation for
> multiple classification analysis (Andrews at al 1973) in R?
2005 Jun 04
0
xen & database sybase ASE
Hello
has anyone trying to use multiple sybase ASE on xen ? any constraints ?
thanks
Regards
Julien
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Mar 16
0
getting ActiveRecord with Sybase ASE 12.5 going in Windows
Anyone have any success getting the edge version of Active Record going
with Sybase ASE 12.5 in a windows environment?
I guess my main problem is that I''m not sure how to build (and properly
configure for) the sybct library.
Thanks!
Dominique
--
Posted via http://www.ruby-forum.com/.
2006 Apr 21
3
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
Hi
I am a newbie to Ruby on Rails, but experienced in programming.
I am trying out Rolling with Ruby on Rails article by Curt Hibbs on
onlamp.com. I have encountered following error:
Called id for nil, which would mistakenly be 4 -- if you really wanted
the id of nil, use object_id
I searched the archives of the list and found that similar
question was left unanswered. I do understand from
2006 Jul 14
1
error with Dates in SQL Server
An application that run without flaw last week has been reported to
crash with an error that says that a conversion from char to datetime
has given a date outside range.
This very application runs OK today in production (fortunately :-),
and the difference in both SQL Servers is just that the one where the
exception has started to appear has Spanish conventions. I can''t give
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
Here''s what I have:
Ruby 1.8.7
Rails 2.3.3 (activerecord 2.3.3, etc)
activerecord-sybase-adapter ( http://itsignals.cascadia.com.au/?p=23 )
Here is the base code (login info was changed to protect me)
require ''rubygems''
require ''activerecord''
a = ActiveRecord::Base.establish_connection(
:adapter => "sybase",
:host =>
2010 Apr 28
1
Trying to get Rails working with Sybase ASE
Hi
I''m trying to use the activerecord-sybase-adapter to be able to use ASE with
my rails applications.
But, I am struggling...
I followed (most of) the steps on this informative page:
http://trevoke.net/blog/2009/09/11/connecting-to-sybase-with-rails-on-windows-xp/
Initially I had Rails 2.3.5 installed.
I copied the "Ruby Sybase files" as instructed and the Sybase dll files
2004 Nov 12
3
xen dies on Linux agpgart interace
Xen appears to kernel panic. Boot up terminates and hangs with the
message "agpgart: Maximum main memory to use for agp memory: 152 M. "
This is a compiled Xen-2.0 latest snapshot with agp support in the kernel.
Has anyone else had similar problems with agp?
Nate
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express
2008 Oct 07
1
vsftpd
Hi ALL
I'm using vsftpd as FTP server, and I'd like to chroot my FTP users
to their home dir. How can I do it? i.e. "jailing" them in their home
dir...
at the moment I have the following issues the user when they login to
ftp server they go to the main directory /var/ftp/
/etc/passwd
...
sdc:x:501:501::/var/ftp/sdc:/bin/bash
ase:x:502:501::/var/ftp/ase:/bin/bash
2007 Mar 22
3
Cohen's Kappa
Hi,
im little bit confused about Cohen's Kappa and i should be look into the
Kappa function code. Is the easy formula really wrong?
kappa=agreement-chance/(1-chance)
many thanks
christian
###############################################################################
true-negativ:7445
false-positive:3410
false-negativ:347
true-positiv:772
classification-aggrement:68,6%
2004 Nov 11
6
will this clever plan work?
allow me to play someone with a fractional clue for the moment.
What I want is a Gentoo based system that can run multiple virtual
instances (maybe as many as 10 or 20) of a stock application configuration.
My fantasy is that I will be able to build a single disk image for all
of the basic OS and application to be shared between multiple virtual
machines. Update that single core image...
2002 Aug 01
2
Samba and ACLs with XFS [WAS: Samba and RSBAC or LSM]
...use Linux Tools to do backup/restore, you will =
need to upgrade to at least the XFS 1.1 release with the 2.4.18 kernel. (You =
may have to have the CVS version, I don't know for sure when the bug was =
fixed.) Hopefully they will have a XFS 1.2 release shortly after the 2.4.19 =
kernel is released.
Regardless:
You should have tools like chacl, getfacl, and setfacl. (I do with SuSE.) =
These allow you to set/check acls natively from Linux.
Then you should also have the libattr.so and libacl.so packages. SGI should =
have put them on the ISOs. These are required by Samba to access the A...
2006 Mar 11
1
NetWare Support
Does this list supports the NetWare version (rsync.nlm)? if not does anyone know of a list that does? I'm having all sorts of issues with this ported version on my NetWare 6.5 server.
Thanks
Jon L. Miller, ASE, CNS, CLS, MCNE, CCNA
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au
Resellers for: Novell Gold Partner, Cisco Partner, Peopletelecom, Westnet,
2002 Sep 13
4
logging on client side on NT
Hi,
I would like to log whatever happens with rsync on client side when it runs
with Cygwin on NT4.
First, I just did a redirect of the screen output to a log-file:
rsync -rtv --delete --modify-window=2 --stats /cygdrive/g/users/bco/test/
bee2bs01::d/test/ >>c:\rsync\log\%FDATE%.log
The problem with this method is that it does not redirect whatever Rsync
reports as errors; because they
2006 Apr 11
0
Problem using generate/scaffold and FireRuby
Hi to all,
I am trying to use "ruby script/generate scaffold product". I always get
the message "uninitialized constant CHARACTER_SET". I have a products
table in a Firebird database called depot_development.fdb. Here is my
config file :
> common: &common
> adapter: firebird
> host: localhost
> username: SYSDBA
> password: masterkey
>
2012 Aug 06
2
[LLVMdev] 64 bit special purpose registers
On Mips 32 there is traditionally a 64 bit HI/LO register for the result
of multiplying two 64 bit numbers.
There are corresponding instructions to load the LO and HI parts into
individual 32 registers.
On Mips with the DSP ASE (an application specific extension), there are
actual 4 such pairs of
registers.
Is there a way to have special purpose 64 bit registers without actually
having to
2013 Sep 25
0
RedHat init script
I fixed a couple issues in the RedHat init script provided in the
scripts directory.
There are some other things about it that could use updating, but first
I checked out the one included with the RPM
(https://admin.fedoraproject.org/pkgdb/acls/name/nut). That one looks
pretty good, maybe it should replace the included scripts if permission
is given by mhlavink?
-------------- next part