search for: mastery

Displaying 20 results from an estimated 77 matches for "mastery".

Did you mean: master
2007 Nov 29
1
Troubles with two node
...ROR: link to 0 went down! Nov 28 15:29:29 web-ha2 kernel: (23450,0):dlm_get_lock_resource:915 ERROR: status = -107 Nov 28 15:29:46 web-ha2 kernel: (23443,0):dlm_do_master_request:1331 ERROR: link to 0 went down! ERROR: status = -107 [...] Nov 22 18:14:50 web-ha2 kernel: (17634,0):dlm_restart_lock_mastery:1215 ERROR: node down! 0 Nov 22 18:14:50 web-ha2 kernel: (17634,0):dlm_wait_for_lock_mastery:1036 ERROR: status = -11 Nov 22 18:14:51 web-ha2 kernel: (17619,1):dlm_restart_lock_mastery:1215 ERROR: node down! 0 Nov 22 18:14:51 web-ha2 kernel: (17619,1):dlm_wait_for_lock_mastery:1036 ERROR: status =...
2006 May 09
1
SNMP-UPS with Sicon Masterys MC
...ver.name: snmp-ups driver.parameter.mibs: netvision driver.parameter.port: xxx.xxx.xxx.xxx driver.version: 2.0.2 driver.version.internal: 0.41 input.voltage: 219.0 output.current: 013.8 output.voltage: 230.0 ups.firmware.aux: 2.02 ups.load: 027.0 ups.mfr: Net Vision v4.11 (SN 7023607132) ups.model: MASTERYS 3/3 SYSTEM 30 kVA ups.serial: P172793003 ups.status: OL I would like to know if NUT working with this UPS is able to shutdown gracefully linux boxes, because I saw that snmp-ups is marked as experimental. I can't perform a test because the UPS is providing power for 70 computers. Thank you
2009 Feb 04
1
Strange dmesg messages
...71526) o2net: no longer connected to node soap02 (num 0) at 192.168.0.10:7777 (5244,2):ocfs2_dlm_eviction_cb:108 device (8,33): dlm has evicted node 0 (12281,1):dlm_get_lock_resource:913 F59B45831EEA41F384BADE6C4B7A932B:M000000000000000000001aa9d5b7e0: at least one node (0) to recover before lock mastery can begin (12281,1):dlm_get_lock_resource:967 F59B45831EEA41F384BADE6C4B7A932B:M000000000000000000001aa9d5b7e0: at least one node (0) to recover before lock mastery can begin (6968,7):dlm_get_lock_resource:913 F59B45831EEA41F384BADE6C4B7A932B:$RECOVERY: at least one node (0) to recover before l...
2010 Jan 14
1
another fencing question
Hi, periodically one of on my two nodes cluster is fenced here are the logs: Jan 14 07:01:44 nvr1-rc kernel: o2net: no longer connected to node nvr2- rc.minint.it (num 0) at 1.1.1.6:7777 Jan 14 07:01:44 nvr1-rc kernel: (21534,1):dlm_do_master_request:1334 ERROR: link to 0 went down! Jan 14 07:01:44 nvr1-rc kernel: (4007,4):dlm_send_proxy_ast_msg:458 ERROR: status = -112 Jan 14 07:01:44
2007 Mar 08
4
ocfs2 cluster becomes unresponsive
...1-mht kernel: (4377,0):dlm_wait_for_node_death:371 2062CE05ABA246988E9CCCDAE253F458: waiting 5000ms for notification of death of node 2 Mar 8 07:23:40 groupwise-1-mht kernel: (28613,2):dlm_get_lock_resource:847 B6ECAF5A668A4573AF763908F26958DB:$RECOVERY: at least one node (2) torecover before lock mastery can begin Mar 8 07:23:40 groupwise-1-mht kernel: (28613,2):dlm_get_lock_resource:874 B6ECAF5A668A4573AF763908F26958DB: recovery map is not empty, but must master $RECOVERY lock now Mar 8 07:23:41 groupwise-1-mht kernel: (4432,0):ocfs2_replay_journal:1176 Recovering node 2 from slot 1 on device (2...
2009 May 12
2
add error check for ocfs2_read_locked_inode() call
After upgrading from 2.6.28.10 to 2.6.29.3 I've saw following new errors in kernel log: May 12 14:46:41 falcon-cl5 May 12 14:46:41 falcon-cl5 (6757,7):ocfs2_read_locked_inode:466 ERROR: status = -22 Only one node is mounted volumes in cluster: /dev/sde on /home/apache/users/D1 type ocfs2 (rw,_netdev,noatime,heartbeat=local) /dev/sdd on /home/apache/users/D2 type ocfs2
2011 Dec 20
8
ocfs2 - Kernel panic on many write/read from both
Sorry i don`t copy everything: TEST-MAIL1# echo "ls //orphan_dir:0000"|debugfs.ocfs2 /dev/dm-0|wc debugfs.ocfs2 1.6.4 5239722 26198604 246266859 TEST-MAIL1# echo "ls //orphan_dir:0001"|debugfs.ocfs2 /dev/dm-0|wc debugfs.ocfs2 1.6.4 6074335 30371669 285493670 TEST-MAIL2 ~ # echo "ls //orphan_dir:0000"|debugfs.ocfs2 /dev/dm-0|wc debugfs.ocfs2 1.6.4 5239722 26198604
2012 Apr 12
0
SSH book for review
...short book on OpenSSH, as part of my "exterminate ALL the passwords" initiative. I'm giving copies to anyone who is interested in writing a review for a blog -- either theirs, or a tech association they're with, or basically anywhere. http://www.michaelwlucas.com/nonfiction/ssh-mastery Please contact me off-list if interested. Thanks, ==ml -- Michael W. Lucas http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Latest book: SSH Mastery http://www.michaelwlucas.com/nonfiction/ssh-mastery mwlucas at BlackHelicopters.org, Twitter @mwlauthor
2009 Feb 03
5
[PATCH 1/4] ocfs2/dlm: Retract fix for race between purge and migrate
Mainline commit d4f7e650e55af6b235871126f747da88600e8040 attempts to delay the dlm_thread from sending the drop ref message if the lockres is being migrated. The problem is that we make the dlm_thread wait for the migration to complete. This causes a deadlock as dlm_thread also participates in the lockres migration process. A better fix for the original oss bugzilla#1012 is in testing.
2006 Apr 19
3
ror css
Hi pretty new to this ROR stuff, ive just created my first simple plication using scaffold, was just wondering if anyone knows of any good tutorials on how to screate custom css stylesheets for these pages. also whats the best way to go about adding a footer / header html images to all pages Thanks scott -- Posted via http://www.ruby-forum.com/.
2010 Apr 05
1
Kernel Panic, Server not coming back up
...:2039 ERROR: status = -5 (2872,0):__ocfs2_file_aio_write:2194 ERROR: status = -5 (2065,0):ocfs2_dlm_eviction_cb:98 device (8,33): dlm has evicted node 2 (12701,1):dlm_get_lock_resource:844 6A03E81A818641A68FD8DC23854E12D3:M00000000000000000000243568d3c5: at least one node (2) to recover before lock mastery can begin (2045,0):ocfs2_dlm_eviction_cb:98 device (8,33): dlm has evicted node 2 (12701,1):dlm_get_lock_resource:898 6A03E81A818641A68FD8DC23854E12D3:M00000000000000000000243568d3c5: at least one node (2) to recover before lock mastery can begin o2net: accepted connection from node qa-web2 (num 2)...
2010 Oct 23
1
Re: frame/graphics lag in microsoft Freelancer
Hi! I meanwhile opened a new thread for a new try; you can find it here: http://forum.winehq.org/viewtopic.php?p=49979#49979 (I hope you read this, somehow I didn't really get replies in my new topic....)
2002 Feb 16
1
STDERR vs STDOUT?
...ow is not there in order to generate an error, error.log is empty, and success.log contains @ERROR: Unknown module 'whatever.' Here's the command I'm using: ./rsync.exe -a -c -v -t username@10.10.10.1::whatever /cygdrive/c/stuff > success.log 2>error.log I can't claim mastery over file descriptors, but is this expected behavior? At the moment, I'm at a loss as to how to capture errors to their own file. Daemian Mack
2012 Feb 21
1
any hope for bug 1663 or similar function?
...3? I have dozens of servers, and I have to patch sshd on the vast majority of them. OpenSSH is a BSD program, but the BSD boxes are the most difficult to manage because of this. Thanks, ==ml -- Michael W. Lucas http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Latest book: SSH Mastery http://www.michaelwlucas.com/nonfiction/ssh-mastery mwlucas at BlackHelicopters.org, Twitter @mwlauthor
2009 Aug 06
1
Quantifying OCFS2 network traffic...
Hi all, I'm trying to understand and quantify network traffic for a 32 node high performance OCFS2 installation. Part of what I'm doing is attempting to size the network hardware requirements. To do this I need some help understanding the kinds and amounts of traffic generated during "normal" use. Once populated, the system will have a very high READ to WRITE op ratio. I
2012 Nov 13
1
problem with AuthorizedKeysCommand on OpenBSD
...r AuthorizedKeysCommand /usr/local/libexec/ssh-ldap-wrapper returned status 1 debug1: restore_uid: 0/0 debug1: temporarily_use_uid: 1000/1000 (e=0/0) ... Any suggestions, folks? Thanks, ==ml -- Michael W. Lucas http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Latest book: SSH Mastery http://www.michaelwlucas.com/nonfiction/ssh-mastery mwlucas at michaelwlucas.com, Twitter @mwlauthor
2002 Nov 15
2
What's going on? (strange standard deviation)
...me, what's going on? I suppose that var=sum(x^2/N)-xbar^2 or what did I enter wrong? Thanks Matej -- Matej Cepl, matej at ceplovi.cz, Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 Courage is resistance of fear, mastery of fear, not absence of fear. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject...
2008 Jul 14
1
Node fence on RHEL4 machine running 1.2.8-2
...m by restarting *** The 'dlm_send_remote_convert_request' and 'dlm_wait_for_node_death' on nodes 2 and 3 (and 4) then continued until: Jul 14 05:58:02 node3 (3542,2):dlm_get_lock_resource:921 98F84EF9EC254C499F79F8C13C57CF2E:$RECOVERY: at least one node (0) torecover before lock mastery can begin Jul 14 05:58:02 node3 (3542,2):dlm_get_lock_resource:955 98F84EF9EC254C499F79F8C13C57CF2E: recovery map is not empty, but must master $RECOVERY lock now Jul 14 05:58:02 node2 (3479,2):ocfs2_dlm_eviction_cb:119 device (8,49): dlm has evicted node 0 Jul 14 05:58:04 node3 (3522,2):dlm_get...
2009 Aug 05
0
dofus : Enripsa Soloing Guide
...ord. Curative Word need only be raised to level 3. Higher healing and lower AP costs for only 3 spell points. Finding an effective offense for the solo Eniripsa is a difficult one, but there are different options available: class spell, elementary spells, invocation spell, and weapons (paired with mastery spell.) Class spell are almost never used offensively in an Eniripsa. All Eniripsa offensive class spells have relatively low attack strength, high AP costs, and other restritions (recast delays, low range, etc) that make them unattractive for the solo Eniripsa. Like all Eniripsa guides say, do no...
2009 Jul 29
3
Error message whil booting system
...:17:27 alf1 last message repeated 2 times Jul 29 10:17:30 alf1 kernel: (2618,0):ocfs2_dlm_eviction_cb:98 device (8,33): dlm has evicted node 3 Jul 29 10:17:32 alf1 kernel: (2629,2):dlm_get_lock_resource:844 7BE7E9E2026A40F8801B56257D805C88:$RECOVERY: at least one node (3) to recover before lock mastery can begin Jul 29 10:17:32 alf1 kernel: (2629,2):dlm_get_lock_resource:878 7BE7E9E2026A40F8801B56257D805C88: recovery map is not empty, but must master $RECOVERY lock now Jul 29 10:17:32 alf1 kernel: (2629,1):dlm_do_recovery:524 (2629) Node 1 is the Recovery Master for the Dead Node 3 for Domain...