Displaying 20 results from an estimated 4000 matches similar to: "Multi samba domain in one LDAP Backend with multi-site authentication"
2009 Jul 31
8
Would like include model association in to_xml
i have:
class Library << ActiveRecord::Base
has_many :books
end
class Book << ActiveRecord::Base
belongs_to :library
end
in my controller i have:
render :xml=> Library.find(:all).to_xml(:include=>books)
but, i would like put a condition in the books ( e.: pages >= 100 )
i would like to create a xml with all Libraries, but books with pages more
than 100)
How to
2008 Nov 28
3
[PATCH] multi-page blkfront/blkback patch
Hi,
Here is the refreshed version of the multi-page ring patch for
blkfront and blkback. I currently don''t have time to refresh the
blktap part of the patch. The patch should apply cleanly to the
following changeset in the linux 2.6.18 tree:
changeset: 752:0b859c9516ba
tag: qparent
parent: 751:6591b4869889
parent: 748:5012c470f875
user: Keir Fraser
2008 Mar 26
11
[PATCH 0/2] fbif: Add offset in resize event
Hello,
The following two patches add an additional offset part in the FB resize
event.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 May 09
4
[PATCH] mini-os: eliminate duplicated definition of spin_unlock_wait
Signed-off-by: Chen Baozi <baozich@gmail.com>
---
extras/mini-os/include/spinlock.h | 2 +-
extras/mini-os/include/x86/arch_spinlock.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/mini-os/include/spinlock.h b/extras/mini-os/include/spinlock.h
index 70cf20f..6604e3c 100644
--- a/extras/mini-os/include/spinlock.h
+++
2011 Jun 17
4
Bartlett's Test of Sphericity
Hello Dear R user,
I want to conduct a Principal components analysis and I need to run two
tests to check whether I can do it or not. I found how to run the KMO
test, however i cannot find an R fonction for the Bartlett's test of
sphericity. Does somebody know if it exists?
Thanks for your help!
Thibault
[[alternative HTML version deleted]]
2013 Jan 28
16
PVH questions
Hello,
I''ve had a look at PVH support, and I have a few questions:
- events are still dispatched the PV way through the callback, right?
- I guess FPU errors don''t trigger an INT13, so I don''t need to handle
that?
- How about the console and store MFNs from the boot info? Are they
still MFNs, or actually PFNs?
- How about PV network in non-copy mode? It used to be
2011 Apr 10
5
Question about levels/as.numeric
Hi,
I am still new to R and this is my first post on this mailing-list.
I have two .csv (each one being a column of real numbers) coming from the
same database (the first one is just longer than the second) and I read them
in R the following way:
returns <- read.csv("test.csv", header = FALSE)
returns2 <- read.csv("test2.csv", header = FALSE)
However, the two
2005 Feb 24
4
SIP Phone with headset
Hi there,
Do anyone have any experience with SIP phone that support
a headset ? We have Budgetone phones but we need headsets.
What would you advise ?
Thanks
Thibault
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source.
My PV guest boots fine with the normal kernel and initrd options
When I boot the guest with PV GRUB I only get:
GNU GRUB version 0.97 (65536K lower / 0K upper memory)
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
2008 Aug 27
2
[PATCH] libxc: Use vcpu_guest_context_any_t instead of two pages
libxc: Use vcpu_guest_context_any_t instead of two pages
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 14a9a1629590 tools/libxc/xc_dom_boot.c
--- a/tools/libxc/xc_dom_boot.c wed aug 27 10:26:50 2008 +0100
+++ b/tools/libxc/xc_dom_boot.c wed aug 27 12:07:28 2008 +0100
@@ -187,7 +187,7 @@ int xc_dom_boot_image(struct xc_dom_imag
int xc_dom_boot_image(struct
2008 Feb 04
3
[PATH] ioemu: use SIGHUP instead of SIGKILL
The stub domain device model needs to trap the termination signal so as
to actually destroy the stub domain. SIGKILL can''t be trapped, SIGTERM
is caught by SDL and so may be unnoticed. SIGHUP can be trapped and is
not caught by SDL (and by default causes a process termination without
core).
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2407a61c0d30
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello,
Sometimes the backend of PVFB knows that it doesn''t need permanent
refresh, when the window is minimized for instance (no refresh at all),
or the administration tools know that the window is thumnailed, and so a
slow refresh rate is fine. Also, some users may want to tune the
refresh rate according to the smoothness they would like, balanced with
the CPU time that requires.
2012 Mar 23
2
[LLVMdev] GSoC on LLVM usability?
Hello all,
My name is Thibault Raffaillac, degree student at KTH, Stockholm, Sweden (in double-degree partnership with Ecole Centrale Marseille, France).
I am currently carrying my degree thesis on the usability of compilers, and as such would be very much interested in contributing to LLVM through a Google Summer of Code.
The task I would like to propose is implementing the work from my thesis:
2009 Oct 22
2
melting columns
Hello,
I'm using R to run a acoustic analysis software called Seewave. I ask the code to extract a list of variables from my recording, and the program give ONE table for each of these. The tables consist of a two column data.frame with the time in column 1 and the frequency in column 2. However, for my purpose I need only one column with the time first and the frequency second. I tried
2008 Jun 09
3
libxc/Makefile''s VPATH issue
Hello,
c/s 17138 introduced the use of VPATH instead of symlinks to access to
libelf files. However, that not only provides access to .c files, but
also to .o files. That means that if one compiles the hypervisor before
the tools, libxenguest.a contains .o files intended to the hypervisor,
containing references to printk, etc. and thus is unusable.
Is there a good reason against reverting to
2007 Oct 09
13
clocksource/0: Time went backwards
Dear fellow Xen''ers!
I''m having a problem with my new Xen-enabled colocation server.. I hope ( at least ;) ) one of you guys know how to fix this problem..
For a certain amount of time ( 1-2 days ) the domU runs fine.. until the console starts spitting out messages like these:
[80182.004456] clocksource/0: Time went backwards: delta=-6917292717540055641 shadow=80182004054805
2018 Jul 26
2
Random behavior of mclapply
Hi,
I wondered about the behavior described in the following stackoverflow
question:
https://stackoverflow.com/questions/20674538/mclapply-returns-null-randomly
More specifically, I would like to know if you ever considered the
suggestion made in the comments of the first answer, namely to somehow warn
the user if one of the processes has been killed by the out-of-memory
killer ?
I am always
2007 Nov 27
2
[PATCH] Make xenstored EOF-safe
As bug 968 suggests, xenstored must properly handle EOF from clients.
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
diff -r 6fd17d0dcbcd tools/xenstore/xenstored_core.c
--- a/tools/xenstore/xenstored_core.c Tue Nov 27 12:49:16 2007 +0000
+++ b/tools/xenstore/xenstored_core.c Tue Nov 27 14:56:35 2007 +0000
@@ -1266,7
2013 Jun 13
2
Introducing Pysa - Reverse your servers’ configurations!
Greetings all,
I’m leaving this message about the development of a new configuration
reverse engineering tool: Pysa.
Pysa aims to help anyone who wants to replicate an existing configuration
and not simply clone the entire machine.
It can be use to migrate configurations from one computer to another (as
physical machines to virtual clouds), backup existing configurations, or
any other migration
2013 Sep 05
16
[PATCH] minios: Fix xenbus_rm() calls in frontend drivers
From: Ben Cressey <bcressey@amazon.com>
The commit "minios: refactor xenbus state machine" caused "/state" to
be appended to the local value of nodename. Previously the nodename
variable pointed to dev->nodename.
The xenbus_rm() calls were not updated to reflect this change, and
refer to paths that do not exist.
For example, shutdown_blkfront() for vbd 2049 would