Displaying 20 results from an estimated 145 matches for "ase".
Did you mean:
as
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. Can also use the smbclient with the -k option to
browse shares on the AD server.
When starting...
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,] 2 2 2 0 -2
[4,] 2 2 2 0 -2
[5,] 2 2 2 0 -2
HAL9000> ase2 <- matrix(c(2,2,2,2,2)%*%t(c(1,1,1,0,-1)),5,5)
HAL9000&...
2010 Dec 16
1
defining a formula method for a weighted lm()
...quot;)
library(vcdExtra)
> fung.lor <- loddsratio(Fungicide)
> fung.lor
log odds ratios for group and outcome by sex, strain
strain
sex 1 2
M -1.596015 -0.8266786
F -1.386294 -0.6317782
>
> fung.lor.df <- as.data.frame(fung.lor)
> fung.lor.df
group outcome sex strain LOR ASE
1 Control:Treated Tumor:NoTumor M 1 -1.5960149 0.7394909
2 Control:Treated Tumor:NoTumor F 1 -1.3862944 0.9574271
3 Control:Treated Tumor:NoTumor M 2 -0.8266786 0.6587325
4 Control:Treated Tumor:NoTumor F 2 -0.6317782 1.1905545
>
Now, I want to test whether the odds ratios differ by sex or str...
2007 Aug 07
0
Goodman-Kruskal tau
...s and asymptotic
standard errors, calculated in both directions, i.e. GK.tau(dat=x) or
GK.tau(x), e.g.
> source("GK.tau.R")
> x
[,1] [,2] [,3]
[1,] 30 10 1
[2,] 2 20 5
[3,] 1 10 15
> GK.tau(x)
tau.RC tau.CR p.tau.RC p.tau.CR var.tau.RC ASE.tau.RC
1 0.3522439 0.3219675 2.002024e-13 3.065436e-12 0.004584542 0.06770924
ASE.tau.CR
1 0.07004566
GK.tau <- function(dat)
{ N <- sum(dat);
dat.rows <- nrow(dat);
dat.cols <- ncol(dat);
max.col <- sum.col <- L.col <- matrix(,dat.cols);
max.row <- sum.row <-...
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
...t;text" value="<%= @recipe.title %>" />
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/views/recipe/edit.rhtml:10:in `_run_rhtml_recipe_edit''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/base.rb
:314:in `send''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/base.rb
:314:in `compile_and_render_template''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/base.rb
:290:in `render_template''
c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1....
2006 Jul 14
1
error with Dates in SQL Server
...op in a Mac and have zero experience
with SQL Server. Of course this is not an ideal development
context :-), but am a bit lost because of that. The exact trace is
copied below.
This sounds like some day is being interpreted as a month by the SQL
Server in Spanish, can I fix that in a database-agnostic way? This is
a pretty standard usage of AR with migrations and Date objects
assigned to some fields. I saw the SQL Server adapter transforms them
into datetimes. Everything works flawlessly except for that problem.
-- fxn
DBI::DatabaseError: 22008 (242) [Microsoft][ODBC
SQL Server...
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 => "local...
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&...
2004 Nov 12
3
xen dies on Linux agpgart interace
...e "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 Edition - download now for FREE
LinuxWorld Reader''s Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https...
2008 Oct 07
1
vsftpd
...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
jsc:x:503:501::/var/ftp/jsc/:/bin/bash
[root at linux10 ftp]# pwd
/var/ftp
[root at linux10 ftp]# ls -al
total 28
drwx--x--x 6 root ftpusers 4096 Oct 6 13:46 .
drwxr-xr-x 22 root root 4096 Oct 5 15:42 ..
drwx------ 3 ase ftpusers 4096 Oct 6 20:30 ase
dr...
2007 Mar 22
3
Cohen's Kappa
...##########################
true-negativ:7445
false-positive:3410
false-negativ:347
true-positiv:772
classification-aggrement:68,6%
kappa=agreement-chance/(1-chance) = (0.686-0.5)/0.5=0.372
.....with function from library(vcd)
Kappa(matrix(c(7445,3410,347,772),nrow=2))
value ASE
Unweighted 0.1686882 0.011235188
Weighted 0.1686882 0.007979293
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]
...estore ACLs. Normal Linux backup/restore programs definitely =
don't support ACLs. =20
If you are going to backup/restore via another server on the network, it is not =
a problem. If you are going to 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.)...
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, Sophos Anti-Virus, CA Products
"I don't know the key to success, but the key to failure
is trying to please e...
2002 Sep 13
4
logging on client side on NT
...a bit with the "--log-format=" option, but I
don't get any valid output, perhaps because NT uses another escape
character than Unix/Linux.
Anyone any ideas to still be able to capture all error messages into a
logfile?
Thx already!
MVG,
Bart Coninckx
Network Administrator
CNE, ASE
*************************************
Watco ICT Services
Lilsedijk 19
B-2340 Beerse
Belgium
e-mail: bart.coninckx@watco.be
Tel: + 32 (0) 14 60 99 42
Fax: + 32 (0) 14 62 41 47
*************************************
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
> charset: WIN1252
>
> development:
> database: depot_development
> <<: *common
>...
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 tell LLVM that you have a 64 bit processor?
But it's still possible to use the individual parts of the 64 register
as temporar...
2013 Sep 25
0
RedHat init script
...-------------
--- /root/sources/nut-2.6.5/scripts/RedHat/upsd 2012-07-31 10:38:56.000000000 -0700
+++ /etc/init.d/upsd 2013-09-24 16:36:42.000000000 -0700
@@ -58,16 +58,16 @@
start)
# new style drivers uses 'upsdrvctl'
echo -n "NUT Starting UPS model drivers: "
- # starting ase nut user
+ # starting as nut user
daemon --user $NUTUSER `which upsdrvctl` start
- echo
if [ $? -eq 0 ]; then
+ echo
echo -n "NUT Starting UPS daemon: "
- # starting ase nut user
+ # starting as nut user
daemon upsd -u $NUTUSER
- echo
touch /var/lock/subsys/upsd
fi
+ ec...