search for: rool

Displaying 12 results from an estimated 12 matches for "rool".

Did you mean: bool
2008 Apr 22
0
Rools Rule Engine???
Hi All, Any one worked on Rools rule engine.If yes pls tell me some idea that how to use this and how can i make most of it. Need your help.. Thanks, Varun -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups &...
2008 Feb 27
1
Calculating monthly var-cov matrix on non-overlapping rooling window basis
let create a 'zoo' object : library(zoo) date.data = seq(as.Date("01/01/01", format = "%m/%d/%y"), as.Date("06/25/02", format = "%m/%d/%y"), by = 1) len = length(date.data) data1 = zoo(matrix(rnorm(2*len), nrow = len), date.data ) head(data1) Now I want to create an 3 dimensional array (suppose name " var.cov") where,
2004 Jan 23
3
Traffic shaping and IP aliases
Hi folks, I have the traffic shaping (HTB and IMQ) on my eth0 (of course no problems with it). And now I would like add some extra IPs on it ( ifconfig eth0:0 xxx.xxx.xxx.xxx and ifconfig eth0:1 xxx.xxx.xxx.xxx). So do I have to set up a new tc rools ( tc qdisc add dev eth0:0 root handle 1: htb default 20 r2q 5 ...) for the eth0:0 and eth0:1 or can still be only tc rules for the eth0? Thanks in advance Remus
2004 Sep 14
1
Interdomain trust to Windows 2003 native mode domain ?
Dear list and Samba Team, It says in the Samba Howto, that it "should" be possible to trust a Windows 2000 domain, but it needs more testing. Have any of you made this work ? I ask because we implemented our Samba/LDAP-3 domain during the week-end and had to rool back since we couldn't get the user validation to a trusted Windows 2003 native domain to work. Samba team, If this feature is not fully functional and you are interested, we can provide tcpdump and level 10 data if we make another try. Kind regards, Hans Randgaard. ***********************...
2011 Apr 04
1
detect filetype (as in unix 'file')
Is there a way in R (in Linux) to detect the type of a file without invoking a shell? E.g to do this: > system("file density.plot") density.plot: PDF document, version 1.4 but without using system()? I tried file() and file.info(), but both do display the information I am looking for. -- View this message in context:
2013 Jun 14
3
The problem with setting up AD domain to Samba 4
Good day! I set up a domain controller AD (PDC and BDC) by Samba 4 on Debian Wheezy. I took a configuration from examples. After setting the PDC I configured a second controller(BDC) and connected it to the domain. On PDC server has created a network folder for portable user profiles and synchronized it to the BDC through csync2 . My problem that the PDC and the BDC on the same user names has
2007 May 22
1
[Nut-upsdev] Belkin USB UPSes
...Eric, Den Tuesday 22 May 2007 08.56.08 skrev Eric S. Raymond: > Kjell Claesson <kjell.claesson at epost.tidanet.se>: > > Or install the udev rules and replug the ups. > > Did that. Manual startup of the driver now works without -u root, > indicating (I think) that the udev rools are doing their job. This > 8<-----------------------Snip---------------------------------------- > /proc/bus/usb/002: > total 0 > crw-rw-r-- 1 root root 189, 128 2007-05-18 01:47 001 > crw-rw-r-- 1 root nut 189, 130 2007-05-22 02:46 003 > > /proc/bus/usb/003: > total...
2009 Dec 24
1
[PATCH] vhost: access check thinko fixes
...ses (e.g. when memory is added with a baloon) and in that case it needs to increase log size with realloc, which might move the log address. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Rusty, this needs to be applied on top of the access_ok patch. If you want me to rool it in with that one and esend, let me know please. Thanks! drivers/vhost/vhost.c | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2b65d9b..c8c25db 100644 --- a/drivers/vhost/vhost.c...
2009 Dec 24
1
[PATCH] vhost: access check thinko fixes
...ses (e.g. when memory is added with a baloon) and in that case it needs to increase log size with realloc, which might move the log address. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Rusty, this needs to be applied on top of the access_ok patch. If you want me to rool it in with that one and esend, let me know please. Thanks! drivers/vhost/vhost.c | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 2b65d9b..c8c25db 100644 --- a/drivers/vhost/vhost.c...
2008 Oct 14
2
can't R CMD INSTALL on WinXP
Dear All, I recently got a laptop upgrade, and had to re-install the tools I used for building R packages on Windows (XP SP2). I'm running into a strange problem that I can't resolve. Can anyone shed on light? This is with R-2.7.2 patched 2008-09-20 r46576, Rtools.zip downloaded a couple of weeks ago, and MikTeX 2.7. The output below was from a cygwin shell (PATH modified
2010 Sep 19
4
Upgrade Xen up to 4.0.1 on openSUSE 11.3 and broken VFB
After upgrade via http://download.opensuse.org/repositories/Virtualization:/openSUSE11.3/openSUSE_11.3/src/xen-4.0.1_21326_01-1.1.src.rpm with any "kotd" or 2.6.34.4-2.2-xen VFB gets broken . It worked with original  Xen 4.0, no matter of  some additional patching to support ZFS 24 has been done and 4.0 src.rpm has been rebuilt to reinstall 4.0   In particular,  virt-install fails to
2009 Oct 28
3
expire plugin + --exec-mail in 1.2.6 version
Hello list, After upgrade to dovecot version 1.2.6 I have noticed some quota malfunctions(users become often overquota). Looking at logs closely I have found that quota value resets to general dovecot-config( quota = maildir:Mailbox quota quota_rule = *:storage=500M quota_rule2 = Trash:storage=10%% ), after dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool.sh command. The problem that