Displaying 20 results from an estimated 10000 matches similar to: "Auto Reply: Servers reboot - may be OCFS2 related"
2005 May 29
1
Does OCFS2 certified on RHAS3 and 2.1?
Hi All,
Is there any one know if OCFS2 will be certified on RedHat AS3 or 2.1? On
http://oss.oracle.com I see OCFS2 Beta is available for RHAS 4 only.
Rgds,
Huy.
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
Fax: +84 4 943 2592
==
-----Original Message-----
From:
2005 May 23
1
RE: Ocfs-users Digest, Vol 25, Issue 6
When OCFS2 is available as Production?
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
Fax: +84 4 943 2592
==
-----Original Message-----
From: ocfs-users-bounces@oss.oracle.com
[mailto:ocfs-users-bounces@oss.oracle.com]On Behalf Of
ocfs-users-request@oss.oracle.com
Sent: Tuesday, May 24, 2005
2010 Sep 03
1
Servers reboot - may be OCFS2 related
Hello.
What we have:
2x Debian 5.0 x64 - 2.6.32-20~bpo50+1 from backports
DRBD + OCFS2 1.4.1-1
I have both node reboot every day on my tests. On heavy load it have to
1-3 hour to reboot, on idle about 20 hours.
I not sure what it is a OCFS2 related but if I not mount OCFS2 partition
- I don`t get this reboot.
In attach screenshoot with system console on what error.
Nothing special in logs.
2005 Aug 10
1
fileutil & tar utility RPMs on RHAS3.0
Hi,
Please advice how to download utility for 'tar', 'cp' supporting RHAS3.0
RPMs listed in note 237997.1 are used for RHAS2.1
* Patch 2883583: fileutils-4.1-4.2.i386.rpm
* Patch 2913284: tar-1.13.25-9.i386.rpm
Best regards,
Huy.
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
2011 Mar 23
0
Auto Reply: Ocfs2-users Digest, Vol 87, Issue 15
This is an auto-replied message. I am out of office right now will be back at March-28.
In urgend cases, please contact Hanno Bresch / Oliver Eschelbacher.
Thanks
Dirk
2010 Nov 19
0
Auto Reply: Ocfs2-users Digest, Vol 83, Issue 16
I will be out of the office from 11/17/2010 - 11/24/2010
2011 Apr 26
0
Auto Reply: Ocfs2-users Digest, Vol 88, Issue 26
I will be out of the office until May 5th 2011.
I'll not have access to my e-mail.
Best Regards
Soeren Binner
2011 Sep 01
0
Auto Reply: Ocfs2-users Digest, Vol 93, Issue 1
I will be out of the office from Wednesday 8/31 and will be back in the office on 9/7.
2011 Sep 26
0
Auto Reply: Ocfs2-users Digest, Vol 93, Issue 28
I will be on class from Sep 26-Sep 30, 2011. I will be able to check and respond to the emails and issues with little delay. If any urgent issues, please get in touch with my manager or se_exadata_ww at oracle.com for other exadata related issues.
Exadata related bugs: se_exadata_ww at oracle.com or Samuel.Vedanayagam at oracle.com (for any urgent escalations)
Thanks
Ravi
2008 Mar 05
1
check join Linux (SAMBA) to Domain controller Win2003!
Hi Dear !
I?m practice lab File server (SAMBA with CentOS 4.6), With model SAMBA is DOMAIN members of domain 2003 server (Sharing file and authenticate with account Domain 2003). I?m configure windbind (following document userguide):
cp ../samba/source/nsswitch/libnss_winbind.so /lib
ln -s /lib/libnss winbind.so /lib/libnss winbind.so.2
c?u h?nh /etc/nsswitch.conf
# Cau
2011 Aug 15
1
Auto Reply: Ocfs-users Digest, Vol 56, Issue 1
Hi Sender,
I am on leave until 18-Aug (inclusive) and may not be able to access email and answer the phone. I will response to you as soon as I can.
Best regards,
Huy.
2011 Jan 10
0
No subject
Regards,
Huy Nguyen
Date: Sun, 9 Jan 2011 20:01:57 -0800
From: ducphuongbk200586 at gmail.com
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] How to check a number online or offline
Hi all,
Now i want to check a number (channel) online, offline or unreachable on asterisk but i don`t know to do. Can anyone help me to solve this issue.
Thanks and best regard!
--
2013 Mar 15
0
It may be an ocfs2 bug.
Hi, every one:
In the function:
static long ocfs2_fallocate(struct file *file, int mode, loff_t offset,
loff_t len)
{
...
return __ocfs2_change_file_space(NULL, inode, offset, cmd, &sr,
change_size);
}
The NULL should be file, such as below, one of our coworker found it.
static long ocfs2_fallocate(struct file
2006 Sep 21
0
ocfs2 reboot
Hi ,
I'm new in this mailing list but I have several errors using ocfs2.
We had ocfs 1.2.1 and both node of cluster reboot so We have made an upgrade
to ocfs2 1.2.3
Again we had a reboot of one node of the cluster .
/var/log/messages show :
o2net_idle_timer:1309 here are some times that might help debug the
situation: (tmr 1158758358.807993 now 1158758368.805980 dr 1158758358.807964adv
2023 Feb 20
1
[PATCH v2] ocfs2: fix non-auto defrag path not working issue
On 2/20/23 1:05 PM, Heming Zhao wrote:
> This fixes three issues on move extents ioctl without auto defrag:
>
> a) In ocfs2_find_victim_alloc_group(), we have to convert bits to block
> first in case of global bitmap.
> b) In ocfs2_probe_alloc_group(), when finding enough bits in block group
> bitmap, we have to back off move_len to start pos as well, otherwise it
> may
2023 Feb 23
1
[PATCH v2] ocfs2: fix non-auto defrag path not working issue
On Mon, 20 Feb 2023 14:26:19 +0800 Joseph Qi <joseph.qi at linux.alibaba.com> wrote:
> > Currently there is no tools triggering the above issues since
> > defragfs.ocfs2 enables auto defrag by default. Test with manually
> > changing defragfs.ocfs2 to run non auto defrag path.
> >
> > Signed-off-by: Heming Zhao <heming.zhao at suse.com>
>
>
2023 Feb 28
0
[merged mm-hotfixes-stable] ocfs2-fix-non-auto-defrag-path-not-working-issue.patch removed from -mm tree
The quilt patch titled
Subject: ocfs2: fix non-auto defrag path not working issue
has been removed from the -mm tree. Its filename was
ocfs2-fix-non-auto-defrag-path-not-working-issue.patch
This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
------------------------------------------------------
From:
2023 Mar 06
0
Patch "ocfs2: fix non-auto defrag path not working issue" has been added to the 6.1-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: fix non-auto defrag path not working issue
to the 6.1-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-fix-non-auto-defrag-path-not-working-issue.patch
and it can be found in the queue-6.1 subdirectory.
2023 Mar 06
0
Patch "ocfs2: fix non-auto defrag path not working issue" has been added to the 4.19-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: fix non-auto defrag path not working issue
to the 4.19-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-fix-non-auto-defrag-path-not-working-issue.patch
and it can be found in the queue-4.19
2023 Mar 06
0
Patch "ocfs2: fix non-auto defrag path not working issue" has been added to the 6.2-stable tree
This is a note to let you know that I've just added the patch titled
ocfs2: fix non-auto defrag path not working issue
to the 6.2-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
ocfs2-fix-non-auto-defrag-path-not-working-issue.patch
and it can be found in the queue-6.2 subdirectory.