Displaying 20 results from an estimated 8000 matches similar to: "Many same managed domain"
2007 Oct 30
5
Using UUID in a Migration
Has anyone ever used UUID in a migration?
I thought I could set the default value of a field to be UUID but that
only sets the value the string instead of executing the function to
create a new unique identifier.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2016 Sep 09
5
drs showrepl - Failed to bind to UUID - Undetermined error
Hi Guys,
I have now updated to 4.5.0 - thank you to all the team for your efforts on
this :)
I was excited to read in the release notes that there were many replication
improvements, and I have run 'samba-tool dbcheck --cross-ncs --fix' on all
my DCs; there were many, many replPropertyMetaData and other errors which
have now been found and fixed - thanks!
However, I think something
2007 Feb 16
3
[PATCH][XEND] Don''t call destroy() on exception in start()
destroy() is being called on exception in both start() and create(). It
needs to be called only in create().
Signed-off-by: Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Feb 04
1
Error : Doing a node status request to the domain master browser at IP aaaa.bbbb.cccc.dddd failed
I've the following error : Doing a node status request to the domain
master browser at IP aaaa.bbbb.cccc.dddd failed
First time I configure my smb.conf file on a server with the adress
aaaa.bbbb.cccc.dddd
For some raison I have to change this address for another.
When I restart samba I the message :
nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(486)
2015 May 21
2
IPv6 subnet routing
I've been trying out IPv6 networking with tinc and noticed that it will not
route smaller segments than /48
If I try to run ip -6 route add aaaa:bbbb:cccc:dddd::/64 dev tun0 I get
network unreachable
However if I run ip -6 route add aaaa:bbbb:cccc::/48 dev tun0 it works fine
Is this is a limitation in tinc or the kernel network stack itself?
-------------- next part --------------
An HTML
2010 Dec 30
2
remove newlines / perl /concise example
Thanks for the previous tips and suggestions. Here's a more concise
example:
Input file:
<aaaa>
<bbbb>
<cccc>
<dddd>
I want everything on one line, i.e., remove all newlines. Like so:
<aaaa><bbbb><cccc><dddd>
Simple perl code:
#!/usr/bin/env perl
# Remove newlines from a file in two ways:
# (1) Just "chomp" them;
# (2) Replace
2015 May 21
2
IPv6 subnet routing
I have 2 nodes nodeA and nodeB
I'm using tinc 1.1pre11
-- nodeA(fd80:2015:2105:abcd::1) :
$ ip -6 route
fd80:2015:2105:abcd::1 dev tun0 proto kernel metric 256
fd80:2015:2105:adcd::/64 dev tun0 metric 1024
fe80::/64 dev eth0 proto kernel metric 256
$ ping6 fd80:2015:2105:abcd::1
PING fd80:2015:2105:abcd::1(fd80:2015:2105:abcd::1) 56 data bytes
64 bytes from fd80:2015:2105:abcd::1:
2006 Jul 06
3
[PATCH] Fix argument check of xm reboot command (3)
Hi,
I tested unlikely operations about the xm reboot/shutdown command.
As a result, I found the following problems.
Problem 1: Can reboot/shutdown Domain-0 by mistake.
# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1024 2 r----- 31.0
# xm reboot 0
Error: Can''t specify Domain-0
# xm reboot 00
#
2006 Sep 04
2
Question about ACMError
Hi all,
Could you teach me about the behavior of xm commands when
''ACMError'' occurred?
I am testing the behavior of xm commands with wrong arguments.
When I tested xm commands related to security (xm *label/*policy),
I found that some of them.
- return 0,
- show ACMError''s Traceback messages.
Are these results specifications or bugs?
Example:
# xm cfgbootpolicy
2007 Aug 27
1
[Xen-ia64-devel] [PATCH][RFC] Fix error message for xm create command
Hi,
When I tested xm create command, I saw the following error message.
I expected an error message "Error: (12, ''Cannot allocate memory'')"
because I intentionally caused a memory shortage on the test.
But the error message was different from my expectation.
# xm create /xen/HVMdomain.1
Using config file "/xen/HVMdomain.1".
Error: an integer is required
2008 Feb 19
3
[PATCH] Fix xm vcpu-pin command
Hi,
When I tested xm vcpu-pin command, I encountered the following strange
problem. I encountered it on x86, but I didn''t encounter it on ia64.
On x86:
# xm vcpu-list
Name ID VCPU CPU State Time(s) CPU Affinity
Domain-0 0 0 0 -b- 31.3 any cpu
Domain-0 0 1 1 r--
2011 May 07
3
how to not match partial names
Dear friends,
How do I stop partial matching of list names?
e.g.,
x <- list(AAAA="aaaaa", BBBBB="bbbbb")
is.null(x$A) #returns FALSE even though there is no element A.
if(is.null(x$A)) {result <- x$BBBB} else {result <- x$A}
result #is aaaa even though there is no x$A element
x <- list(CCCC="aaaaa", BBBBB="bbbbb")
if(is.null(x$A))
2011 Jun 13
3
combine the data frames into comma separated list.
Hi R users,
I am new to R and am trying to merge data frames in the following way.
Suppose I have n data frames each with two fields. Field 1 is common among
data frames but may have different entries. Field 2 is different.
Data frame 1:
Src Target1
1 aaa
1 bbb
1 ccc
2 aaa
3 ddd
Data frame 2:
Src Target2
2 aaaa
3 dddd
4 bbbb
4
2012 Jun 01
4
Adding a column into the file
Dear all,
I have a lot of problems on R-programming.
for example
my csv. file is ..
Date wrfRH wrfsolar wrfwindspeed wrfrain wrftd wrfta
21/10/2010 92.97 22.11 53.27 0 1546.337861 61.00852664
22/10/2010 87.35 21.99 40.89 0 1300.408288 62.85352227
23/10/2010 88.38 21.71 28.04 0.01 1381.768284 54.80594493
24/10/2010 92.32 15.45 22.38 0.51 1113.90981 39.46573663
25/10/2010 93.42
2011 Jul 12
1
"PDC with LDAP-Samba 3.3. Now i want to install BDC"
I have already a linux PDC with LDAP-Samba 3.3. Now i want to install BDC
which will work if my PDC goes down.
Pleases help me out.
Thanks
kamal
2018 Feb 07
0
AD object fix (Re: [Announce] Samba 4.7.5 Available for Download)
Hi,
Firstly thank you to all the Samba team for continued help & support.. and
thank you to those involved in resolving bug 13228, which might well
explain a number of issues I was having recently (I had thought
coincidentally, after upgrading to 4.7.4)
Can I check the expected behaviour of 'samba-tool dbcheck --cross-ncs
--fix'?
On 7 February 2018 at 08:59, Karolin Seeger via samba
2007 Feb 17
0
[PATCH] Fix xm vcpu-set command for when wrong number of VCPU is given
Hi,
The xm vcpu-set command is able to set zero to the number of
VCPU of a domain. Therefore I think that it is a natural result
that the xm start command fails. But I think that a xm vcpu-set
command must fail usually.
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 942 2 r----- 75.2
vm1
2008 Jan 21
0
[PATCH] Remove device information when VmError occurred
Hi,
I tested xm block-attach command with a wrong parameter(file:).
Naturally a command error occurred.
Then I retested xm block-attach command with a correct parameter(phy:).
But a command error occurred again.
The second command error occurred because Xend did not remove device
information from self.info when the first command error occurred.
# xm block-attach vm1 file:/dev/hda4 hdb1 w
2007 Jul 11
0
[PATCH] Fix xm trigger command for inactive managed domains
Hi,
When I tried xm trigger command to a inactive managed domain,
I saw the following error message.
# xm list vm1
Name ID Mem VCPUs State Time(s)
vm1 256 2 0.0
# xm trigger vm1 init
Error: an integer is required
Usage: xm trigger <Domain> <nmi|reset|init> [<VCPU>]
2006 Oct 24
1
[Xen-ia64-devel] [PATCH] xenctx shows more registers for ia64
Hi,
This patch adds more user registers to show them to xenctx for ia64.
Tested domU/domVTi on ia64.
Sample is the below.
# ./xenctx 1 0
iip: e000000000000810
ipsr: 00001012087a6010 b0: a000000100068a70
b6: a00000010014ff60 b7: e000000000000800
cr_ifs: 800000000000050a ar_unat: