Displaying 7 results from an estimated 7 matches for "reelect".
Did you mean:
reselect
2003 Sep 08
2
Yet another beginner question
......
How do you plot a simple time series with unequal intervals? I have
the following
dateofpoll <- as.ts(c("6/1/02", "7/1/02", "10/1/02", "1/4/03",
"1/25/03",
"6/7/03", "7/16/03", "8/17/03", "9/4/03"))
reelect <- c(51, 47, 49, 51, 49, 49, 46, 45, 40)
new <- c(28, 32, 35, 36, 41, 38, 47, 48, 52)
what I'd like is to plot reelect and new (maybe with smoothing) on a
time scale, with the x axis labeled for date.....
But I can't figure out how, despite looking at ?ts and various things
the...
2012 Mar 27
0
ctdb_recovery_lock: Failed to get recovery lock
...bd, smbd and winbind) and kills itself,
node 1 claims :
ctdb_recovery_lock: Failed to get recovery lock on '/ctdb/.ctdb.lock'
(This directory is clvm + gfs2 shared, writable and correctly accessible
from both nodes)
This leads node 1 to get banned.
Then, (I guess), when being unbanned, reelection occurs, but I get :
Recmaster node 1 no longer available. Force reelection
I suppose that node 1 can't become recmaster as it can not get the
recovery lock. But there's no way I see why this node claims it can take
this lock.
I don't know if this may help, but :
- I removed the...
2020 Jan 15
2
[PITCH] Improvements to LLVM Decision Making
...an Jose dev meeting.
There is no formal leadership of the LLVM community. The LLVM
Foundation leadership is self-selected and not necessarily
representative, so cannot fill the 'buck stops here' role of someone who
has to make the call and justify their decisions when they come up for
reelection.
David
2004 Oct 01
0
3.0.7 joining NT4 domain: no go
...security = domain
# needed? Or maybe just use * ?
password server = PORT_PDC
domain master = no
# domain logons = yes: provides the NETLOGON service
# which only PDC and BDC shall provide.
# This is a NO-GO for domain member machine. Set to NO.
domain logons = no
;;;;;;; Browsing
# force reelection on nmbd startup
# use with caution, because if there are several such hosts... ouch...
preferred master = No
;;;;;;; Connections
# connection timeout, minutes
deadtime = 15
;;;;;;; File management
# create mode = (((user_specified) AND cr_mode) OR force_mode)
create mode = 0644
force cr...
2004 Sep 22
0
samba 3.0.7 cannot join NT4 domain
...ogs in. Stored in [netlogon]
; ;logon script = %u.bat
; # Home dir and drive to map it to
; # (%L: our server netbios name, %u: final user name)
; logon home = \\%L\%u\home\%u
; logon drive = w:
; # Profiles dir for roaming profiles
; logon path = \\%L\%u\home\%u\profiles
;;;;;;; Browsing
# force reelection on nmbd startup
# use with caution, because if there are several such hosts... ouch...
preferred master = No
;;;;;;; Connections
# connection timeout, minutes
deadtime = 15
;;;;;;; File management
# create mode = (((user_specified) AND cr_mode) OR force_mode)
create mode = 0644
force cr...
2004 Sep 23
0
3.0.7 net join to NT4 domain - silently fails?
...ogs in. Stored in [netlogon]
; ;logon script = %u.bat
; # Home dir and drive to map it to
; # (%L: our server netbios name, %u: final user name)
; logon home = \\%L\%u\home\%u
; logon drive = w:
; # Profiles dir for roaming profiles
; logon path = \\%L\%u\home\%u\profiles
;;;;;;; Browsing
# force reelection on nmbd startup
# use with caution, because if there are several such hosts... ouch...
preferred master = No
;;;;;;; Connections
# connection timeout, minutes
deadtime = 15
;;;;;;; File management
# create mode = (((user_specified) AND cr_mode) OR force_mode)
create mode = 0644
force cr...
2020 Jan 15
16
[PITCH] Improvements to LLVM Decision Making
Hi Everyone,
Numerous people have been bringing up challenges with consensus driven decision making in the LLVM community. After considering this and seeing the frustrations it is causing many people, I think we should make a formal process change to help improve decision making going forward.
Here is the outline of the draft proposal