similar to: ocfs2 fencing problem

Displaying 20 results from an estimated 100 matches similar to: "ocfs2 fencing problem"

2015 Aug 05
2
[LLVMdev] Cc llvmdev: Re: llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
Hi, Alexei On 2015/7/30 1:13, Alexei Starovoitov wrote: > On 7/29/15 2:38 AM, He Kuang wrote: >> Hi, Alexei >> >> On 2015/7/28 10:18, Alexei Starovoitov wrote: >>> On 7/25/15 3:04 AM, He Kuang wrote: >>>> I noticed that for 64-bit elf format, the reloc sections have >>>> 'Addend' in the entry, but there's no 'Addend' info
2012 Oct 27
3
how to save xm dmesg into a file
Hi,all, the dmesg have a ring buffer size that is only 16k, so when overflows, some of the printk() messages get lost. SO could someone please give me a solution how to save all log message to a file. I don''t have serial port and cannot use that method to save log on another machine. Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org
2005 Dec 29
1
Table Generator wiki page broken.
Hi, all. Table Generator wiki page is replaced a Chinese ad. url at: http://wiki.rubyonrails.com/rails/pages/Table+Generator any body can restore it ? Thanks very much. a screenshot taken at: http://homepage.mac.com/xuqingkuang/show/wiki.rubyonrails.com-rails- pages-Table+Generator.png --------------------------------------------------- Xuqing
2007 Sep 30
4
Question about increasing node slots
We have a test 10gR2 RAC cluster using ocfs2 filesystems for the Clusterware files and the Database files. We need to increase the node slots to accomodate new RAC nodes. Is it true that we will need to umount these filesystems for the upgrade (i.e. Database and Clusterware also)? We are planning to use the following command format to perform the node slot increase: # tunefs.ocfs2 ?N 3
2007 Sep 25
3
Wine does not use PATH for DLL search, is this a bug or feature ?
Hi, I test both 0.9.44 and 0.9.45 and found that Wine does not use PATH environment variables for DLL search. My test application is a Qt 336 application, QSlider.exe. QSlider.exe require both qt-mt336.dll and mingwm10.dll. If I copy both dll to ~/.wine/drive_c/windows/system32, I can invoke QSlider.exe from anywhere and it works OK. If I put both dlls to, eg. /opt/qt-3.3/bin. And setup
2010 Feb 22
3
Rails 2.3.5/Ruby1.8.7 Collection_Select Labels with ampersands "&"
I am having an annoying problem displaying the labels of a select box correctly where there is an ampersand contained within the label string. On a form being rendered with the form_for helper the collection_select reads data from a Mysql 5.075 database the text stored in the database is "Surabaya & Surrounding Areas" when rendered and displayed in firefox 3.6 or safari is is
2007 Sep 07
2
LVM problem
Hi, I have CentOS 5.0 which use an old hard disk. And recently I found there are some bad sector on it ... I try to backup my data to other CentOS 5.0 box .... What I did is. I remove the old HD (with bad sector) and install it as a slave IDE on a working CentOS 5.0 ... I try to mount the old HD as /mnt/oldDisk but since it's a LVM, the "mount -t ext3" doesn't work. I'm
2020 Apr 13
2
what a correct use for virConnectDomainEventRegisterAny API, how to Obtain a stable expected result
HI, everyone: My target deal with network hotplug use virDomainDetachDeviceFlags. Because when the API return ,the network maybe doesn’t remove from my vm guest os. So I use virConnectDomainEventRegisterAny to register an event ID: VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED , my process as follow:
2008 Mar 05
3
cluster with 2 nodes - heartbeat problem fencing
Hi to all, this is My first time on this mailinglist. I have a problem with Ocfs2 on Debian etch 4.0 I'd like when a node go down or freeze without unmount the ocfs2 partition the heartbeat not fence the server that work well ( kernel panic ). I'd like disable or heartbeat or fencing. So we can work also with only 1 node. Thanks
2020 May 25
1
LibreOffice locking up
On 05/24/2020 08:17 PM, Kuang-Chun Cheng wrote: > Hi, > > I have similar problem for both oocalc and ooimpress. It happens at CentOS > 6x, 7x and 8x. > So I believe it's LibreOffice's bug, but I have no proof. > > KC > > H <agents at meddatainc.com> ? 2020?5?25? ?? ??7:56??? > >> I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7
2006 Jul 03
1
What is cluster size mean ?
An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20060703/73920daa/attachment.html
2006 Aug 18
1
ocfs2 and device-mapper
Hello all, are there any issues concerning ocfs2 (v 1.2.3) and device-mapper-multipath-0.4.5-12.0.RHEL4? I've build a 4 node cluster with two ocfs2 mounts on /dev/dm-0 and /dev/dm-1. Under heavy load the nodes dies after about two minutes reproducably ;-(( Once I've loaded the ocfs2 modules it seems to me that both modules (device-mapper-multipath related as well as ocfs related) are
2008 Jun 28
1
libgtk-x11-2.0.la missing on CentOS 5.2
Hi, I just upgrade to CentOS 5.2. I try to compile my gtk2 application using GNU autotools and found the following error: ... grep: /usr/lib/libgtk-x11-2.0.la: No such file or directory /bin/sed: can't read /usr/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/usr/lib/libgtk-x11-2.0.la' is not a valid libtool archive ... I check both gtk2-devel-2.10.4-20.el5 &
2007 Sep 24
1
WINEDLLPATH doesn't work
Hi I have some win32 DLL (native DLL) which is required to run my application. If I copy the DLL to $HOME/.wine/drive_c/windows/system32/ ... my application runs OK. But if I out the DLL to ... eg. $HOME/.wine/drive_c/myDLL and doing following export WINEDLLPATH=$HOME/.wine/drive_c/myDLL wine myapp wine simply complain that my DLL not found !! Well, I really don't want to put everything
2020 Apr 02
1
can libvirt.so use jemalloc to manage mem ?
HI, all My daemon exists a libvirt API call: virEventRegisterDefaultImpl(); once I called the virEventRegisterDefaultImpl() ,must be core ,the bt stack is: (gdb) bt #0 free (ptr=0x1) at include/jemalloc/internal/arena.h:652 #1 0x00007f57690a488a in virFree () from /lib64/libvirt.so.0 #2 0x00007f57690c3562 in virResetError () from /lib64/libvirt.so.0 #3 0x00007f57690c49ad in
2006 Aug 14
1
2 node cluster, Heartbeat2, self-fencing
Hello everyone. I am currently working on setting up new servers for my employer. Basically we want two servers, all of them running several VEs (virtual environments, OpenVZ) which can dynamically take over each others job if necessary. Some services will run concurrently on both servers like apache2 (load balancing), so those need concurrent access to specific data. We had a close look at
2007 Sep 23
1
CentOS 5.0 crash (cifs bug ?)
Hi I think I hit the cifs bug described at http://wiki.centos.org/TipsAndTricks/WindowsShares and http://bugs.centos.org/view.php?id=1776 As CentOS Wiki said, CentOS 5.0 do have a bug fixed cifs.ko, so I thought it should be in CentOSPlus repository ... so I upgrade my kernel and using 2.6.18-8.1.10.el5.centos.plus. After I use this kernel release, I check the cifs.ko and see the following: $
2004 Mar 25
2
CUPS and Upload printer drivers ...
Greetings ... I'm using the "cupsaddsmb" to upload the CUPS printer drivers onto my Samba server, but seem to be having problems with new printer queues. I find if that I reload Samba, the upload works fine, otherwise I get "result was WERR_INVALID_PRINTER_NAME", which I think maybe Samba needs to ask CUPS if the queue is new or something. Could any boby help
2019 Dec 02
3
Re: virt-df -a xxx.qcow2 failure, after about ten minutes , failed
when run libguestfs-test-tool in the two pc,but the result is different. please tell me what cause the result and what cause the guest fail to run in the ram ? thanks !! At 2019-11-28 21:30:53, "Richard W.M. Jones" <rjones@redhat.com> wrote: >Could you please run: > > libguestfs-test-tool > >and attach the complete output to your email. > >Rich.
2010 Jul 14
1
guest got cpu mhz 0.000
Hi, I'm running CentOS 5.5 (on ThinkPad x61). I use KVM to run a SLES 11.0 (32bits, kernel 2.6.27.19-5-pae) guest. The "cat /proc/cpuinfo" got the result: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 6 model name : QEMU Virtual CPU version 0.9.1 stepping : 3 cpu MHz : 0.000 cache size : 32 KB fdiv_bug : no