Displaying 20 results from an estimated 2000 matches similar to: "Re: [Ocfs2-tools-devel] Patch for debugfs.ocfs2 ``icheck'' command"
2006 Aug 24
0
debugfs.ocfs2 usage message fix
Hi all,
The help message in debufs.ocfs2 is not consist among ``extent'',
``findpath'', ``locate'', ``ncheck'' and ``help''.
``help'' show that extent accept a block number as its argument.
---8<---
extent <block#> Show extent block
---8<---
But ``extent'' says its argument is an inode number.
2010 Nov 23
1
Understanding debugfs.ocfs2 output
This is related to the "No space on OCFS2 volume" error discussed here
this past Sep/Oct. Our Oracle support rep pointed us to Metalink note
#1232702.1 and suggested we should script something up to periodically
check the free contiguous blocks in the group chains for the volume in
question.
Reading the note, I get how to get Clusters per Group X Bits per Cluster
from the "stat
2009 Jun 02
1
[PATCH] ocfs2: Adjust rightmost path in ocfs2_add_branch.
In ocfs2_add_branch, we use the rightmost rec of the leaf extent block
to generate the e_cpos for the new added branch. In the most case, it
is OK but if there is a gap between the the root(or branch) 's rightmost
rec and the leaf, it will cause kernel panic if we insert some clusters
in it. The message is something like:
(7445,1):ocfs2_insert_at_leaf:3775 ERROR: bug expression:
2010 Mar 23
0
kernel BUG at /rpmbuild/smushran/BUILD/ocfs2-1.2.9/fs/ocfs2/dlm/dlmmaster.c:2300!
Hi All
We are getting the following errors on our 2 node RAC cluster and the Nodes
reboots during this time . Does anybody knows what is causing this issue? Do
we need to upgrade our OCFS . We are running Oracle9i RAC on Linux (Redhat )
$ uname -r
2.6.9-55.ELsmp
Mar 23 06:03:55 oradb02 kernel: kernel BUG at
/rpmbuild/smushran/BUILD/ocfs2-1.2.9/fs/ocfs2/dlm/dlmmaster.c:2300!
Mar 23 06:03:55
2009 Apr 21
1
[PATCH 1/1] ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()
In ocfs2_dentry_attach_lock(), if unable to get the dentry lock(), we need to
call iput(inode) because a failure here means no d_instantiate(), which means
the normally matching iput() will not be called during dput(dentry).
This patch fixes the oops that accompanies the following message:
(3996,1):dlm_empty_lockres:2708 ERROR: lockres W00000000000000000a1046b06a4382 still has local locks!
kernel
2005 Jul 02
0
CCP Believes Australian Government Can Be Bought
Chen Yonglin: CCP Believes Australian Government Can Be Bought
Jun 24, 2005
Picture:Chen Yonglin at the press conference on June 22, 2005 (The Epoch
Times)
When Chen Yonglin, the former Chinese Communist Party (CCP) diplomat
seeking asylum in Australia, first announced his intention to defect, he
told the world about the close relationship between
2002 Dec 31
2
how to verify the connection between a Samba server and a Windows Xp client?
Hi, there,
I have 2 machines ( running Linux Red Hat 8.0 and Windows Xp individually),
which share a broadband Internet connection through a router.
After installing Samba 2.2.7.a on Linux machine, I can use "smbclient" to
access Windows machines, see the files and transfer files.
Linux machine info:
name: WINNY
share folder name: gong
ip: 192.168.123.153
valid
2020 Sep 14
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
Hi Jie,
url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013
base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
config: parisc-randconfig-m031-20200913 (attached as .config)
compiler: hppa-linux-gcc (GCC) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test
2020 Sep 14
0
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 06:24:55PM +0300, Andy Shevchenko wrote:
> On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote:
> > Hi Jie,
> >
> > url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013
> > base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
> >
2014 Aug 17
2
What uses these 50 GB?
Hello everybody,
first of all thank you the development of Ext2/3/4. It works like a
charm and makes it possible to base applications on it.
However, now I have the first time where I need more information to
understand the behaviour of a ext4 installation on a 480 GB harddisk.
It holds a database with a size of 355 GB, as said by
"du -m":
...
355263 /opt/ssd
However,
2020 Sep 14
2
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote:
> Hi Jie,
>
> url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013
> base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
> config: parisc-randconfig-m031-20200913 (attached as .config)
> compiler: hppa-linux-gcc (GCC)
2020 Sep 14
2
[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
On Mon, Sep 14, 2020 at 05:48:07PM +0300, Dan Carpenter wrote:
> Hi Jie,
>
> url: https://github.com/0day-ci/linux/commits/Jie-Deng/i2c-virtio-add-a-virtio-i2c-frontend-driver/20200911-115013
> base: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
> config: parisc-randconfig-m031-20200913 (attached as .config)
> compiler: hppa-linux-gcc (GCC)
2014 Aug 17
0
Re: What uses these 50 GB?
On 8/17/14, 12:28 PM, Roland Olbricht wrote:
> Hello everybody,
>
> first of all thank you the development of Ext2/3/4. It works like a
> charm and makes it possible to base applications on it.
> However, "df" says:
>
> Filesystem 1K-blocks Used Available Use% Mounted on
> ...
> /dev/sdc 468346644 409888536 35015532 93% /opt/ssd
>
2009 May 01
0
[PATCH 0/3] OCFS2: speed up dlm_lock_resouce hash_table lookups
backporting from mainline. --http://kernel.us.oracle.com/~smushran/srini/
#I think the first line of the 3 patches contain mainline git commit, does them?
enlarge hash_table capacity to fasten hash_table lookups.
2009 May 04
2
[PATCH 1/3] ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()
Mainline commit a5a0a630922a2f6a774b6dac19f70cb5abd86bb0
In ocfs2_dentry_attach_lock(), if unable to get the dentry lock, we need to
call iput(inode) because a failure here means no d_instantiate(), which means
the normally matching iput() will not be called during dput(dentry).
This patch fixes the oops that accompanies the following message:
(3996,1):dlm_empty_lockres:2708 ERROR: lockres
2013 Aug 27
0
[patch 13/22] ocfs2: fix a memory leak in __ocfs2_move_extents()
From: Jie Liu <jeff.liu at oracle.com>
Subject: ocfs2: fix a memory leak in __ocfs2_move_extents()
The ocfs2 path is not properly freed which leads to a memory leak at
__ocfs2_move_extents().
This patch stops the leaks of the ocfs2_path structure.
Signed-off-by: Jie Liu <jeff.liu at oracle.com>
Reviewed-by: Younger Liu <younger.liu at huawei.com>
Cc: Joel Becker <jlbec at
2023 Aug 16
1
[Bridge] [PATCH net-next v2] netfilter: ebtables: replace zero-length array members
On Wed, Aug 16, 2023 at 05:34:43PM +0800, GONG, Ruiqi wrote:
> From: "GONG, Ruiqi" <gongruiqi1 at huawei.com>
>
> As suggested by Kees[1], replace the old-style 0-element array members
> of multiple structs in ebtables.h with modern C99 flexible array.
>
> [1]: https://lore.kernel.org/all/5E8E0F9C-EE3F-4B0D-B827-DC47397E2A4A at kernel.org/
>
> Link:
2009 Mar 18
2
[RFC] metadata alloc fix in machines which has PAGE_SIZE > CLUSTER_SIZE
Hi Mark/Joel,
I meet with some meta allocation bugs when I implement reflink these
days. And after some investigation, I think we should have the same
problem when we have PAGE_SIZE > CLUSTER_SIZE. So I create a scenario
today in one ppc box and try. the box panic as I expected. ;)
The scenario is that: Create a file with the disk layout like this(with
bs=512, and cs=4K).
debugfs: stat
2008 Apr 11
3
SID does not exist.
Hello,
it would be nice to display also the quality of the stream. Just an idea...
:-)
Keep on rocking and regards
Sascha
Am Freitag, 11. April 2008 00:05:57 schrieb Vincent Tabard:
> Hello,
>
> We're (Karl and I) currently working on a new version of the YP... so,
> yes, so things need adjustings :)
>
> To remove yourself from the YP listing, either make your source
2003 Jan 20
0
(fwd from sascha.bieler@radiogong.de) Samba 3alpha21
Sascha, please send your message to the mailing list in future, not to
the list administrator.
Where do people get the idea that this is the right address??
----- Forwarded message from "Radio Gong 2000 GmbH & Co. KG [Technik]" <sascha.bieler@radiogong.de> -----
From: "Radio Gong 2000 GmbH & Co. KG [Technik]" <sascha.bieler@radiogong.de>
Subject: Samba