search for: h_list

Displaying 18 results from an estimated 18 matches for "h_list".

Did you mean: _list
2023 Jun 06
5
Trying to build Samba from source on RHEL 8
...check ret = self.run_build(*k, **kw) File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 317, in fun return f(*k, **kw) File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 552, in run_build h = Utils.h_list(buf) File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 608, in h_list return md5(repr(lst).encode()).digest() TypeError: __init__() takes 1 positional argument but 2 were given During handling of the above exception, another exception occurred: Traceb...
2004 Feb 27
2
patch: better progress meter
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/rsync/attachments/20040227/923b87ee/PGP.bin
2023 Jun 06
1
Trying to build Samba from source on RHEL 8
...self.run_build(*k, **kw) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 317, in fun > return f(*k, **kw) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 552, in run_build > h = Utils.h_list(buf) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 608, in h_list > return md5(repr(lst).encode()).digest() > TypeError: __init__() takes 1 positional argument but 2 were given > > During handling of the above exception, another excep...
2023 Jun 07
1
Trying to build Samba from source on RHEL 8
....run_build(*k, **kw) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 317, in fun > return f(*k, **kw) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Configure.py", line 552, in run_build > h = Utils.h_list(buf) > File "/usr/local/src/Samba/samba-4.16.10/third_party/waf/waflib/Utils.py", line 608, in h_list > return md5(repr(lst).encode()).digest() > TypeError: __init__() takes 1 positional argument but 2 were given > > During handling of the above exception, another ex...
2009 Jun 02
1
[PATCH] ocfs2: Adjust rightmost path in ocfs2_add_branch.
...ew_cpos; + u32 new_cpos, root_end; mlog_entry_void(); @@ -1055,6 +1126,28 @@ static int ocfs2_add_branch(struct ocfs2_super *osb, new_blocks = le16_to_cpu(el->l_tree_depth); + eb = (struct ocfs2_extent_block *)(*last_eb_bh)->b_data; + new_cpos = ocfs2_sum_rightmost_rec(&eb->h_list); + root_end = ocfs2_sum_rightmost_rec(et->et_root_el); + + /* + * If there is a gap before the root end and the real end + * of the righmost leaf block, we need to remove the gap + * between new_cpos and root_end first so that the tree + * is consistent after we add a new branch(it will sta...
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
...t/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Configure.py", > > line 317, in fun > > return f(*k, **kw) > > File > > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Configure.py", > > line 552, in run_build > > h = Utils.h_list(buf) > > File > > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line > > 608, in h_list > > return md5(repr(lst).encode()).digest() > > TypeError: __init__() takes 1 positional argument but 2 were given > > > > I'm...
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
...w) > File > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Configure.py", > line 317, in fun > return f(*k, **kw) > File > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Configure.py", > line 552, in run_build > h = Utils.h_list(buf) > File > "/root/rpmbuild/BUILD/samba-4.17.4/third_party/waf/waflib/Utils.py", line > 608, in h_list > return md5(repr(lst).encode()).digest() > TypeError: __init__() takes 1 positional argument but 2 were given > I'm clearly doing something wrong, this us...
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
...gt; srpm. See the attached error message (configure? fails). > > The attachment probably never made the list (it strips attachments), but it got to me and one line points out your problem: File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Utils.py", line 609, in h_list_python2 Centos 7 defaulted to python 2 and Samba now mandates python 3 Rowland
2009 Jun 12
2
[PATCH 0/2] ocfs2: Adjust rightmost path in ocfs2_add_branch.v2
Hi Mark/Joel, This is the v2 of bug fix for ocfs2_add_branch. Modification from V1 to V2: 1. Create a patch which return EROFS instead of BUG in ocfs2_insert_at_leaf. 2. Use ocfs2_adjust_rightmost_records to change the root and extent blocks in the rightmost path. Regards, Tao
2023 Jan 18
1
Building samba 4.17.4 on CentOS7
On 18/01/2023 14:20, Greg Dickie via samba wrote: > Hi, > > I used to build samba regularly but it's been a couple of years. I'm trying > to fix an issue with samba stock 4.10.16 on Cent7 by building latest and > seeing if it behaves the same but it looks like waf is not doing what's > expected. Simple question: should this work or is cent7 now too old and >
2023 Jan 18
2
Building samba 4.17.4 on CentOS7
...(g_module.root_path)]) File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Context.py", line 288, in recurse self.post_recurse(node) File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Configure.py", line 285, in post_recurse self.hash = Utils.h_list((self.hash, node.read('rb'))) File "/root/rpmbuild/BUILD/samba-4.10.16/third_party/waf/waflib/Utils.py", line 609, in h_list_python2 return md5(repr(lst)).digest() TypeError: __init__() takes exactly 1 argument (2 given) error: Bad exit status from /var/tmp/rpm-tmp.5GdaQO (%...
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
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from struct inode. They are currently tied together pretty tightly. Metadata reads happen via the ocfs2_read_blocks() functions, writes via both jbd2 and ocfs2_write_blocks(). - Each inode has a cache of associated metadata blocks stored on its ip_metadata_cache member. The ocfs2_read/write_blocks() functions take a struct
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all, So I have finally finished the v1 of reflink for ocfs2. It has some bugs that I am still investigating, but the schema is almost there. So I'd like to send it out first for review. And Tristan and I will continue to work on the stability of the code. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all, Change from v1 to v2: bug fix and metadata/credits reservation improvement. The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink. For the design doc, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all, So I have finally finished the v3 of reflink for ocfs2. The biggest change is that we support 64bit cluster offset now(Thank Mark and Joel for it). [View] http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount [Pull] git://oss.oracle.com/git/tma/linux-2.6.git refcount The general information for reflink, please see http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly according to the design doc I wrote up a while ago: http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories The patches have been rebased on top of 2.6.29-rc2. It should be trivial to put them into merge_window. Things are what I'd call complete now. I'd like to get these into the merge_window branch
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi, The following patches comprise the bulk of Ocfs2 updates for the 2.6.30 merge window. Aside from larger, more involved fixes, we're adding the following features, which I will describe in the order their patches are mailed. Sunil's exported some more state to our debugfs files, and consolidated some other aspects of our debugfs infrastructure. This will further aid us in debugging