search for: sahlberg

Displaying 20 results from an estimated 36 matches for "sahlberg".

2024 Oct 16
1
ctdb tcp settings for statd failover
...> the current code base or kernels? I have been blissfully ignoring these line for many years, while working on the code around them. I have certainly never set them in a product. Let's look at why they were commented out... commit caad5dc38d790d76f6720b312c1557ec3151a084 Author: Ronnie Sahlberg <sahlberg at ronnie> Date: Sun Oct 21 06:42:33 2007 +1000 dont set some of the sysctl variables in statd-callout. these are mainly useful for avoiding ack-storms when doing very rapid failover/failback during testing but should not be required in real-world. t...
2024 Oct 15
1
ctdb tcp settings for statd failover
Hi, In current (6140c3177a0330f42411618c3fca28930ea02a21) samba's ctdb/tools/statd_callout_helper I find this comment: notify) ... # we need these settings to make sure that no tcp connections survive # across a very fast failover/failback #echo 10 > /proc/sys/net/ipv4/tcp_fin_timeout #echo 0 > /proc/sys/net/ipv4/tcp_max_tw_buckets #echo 0 >
2005 Nov 24
1
ip route mpath rr problem
...options i listed above. How can I do packet by packet load balancing from packets from A to B? I am willing to change to whatever 2.6 kernel known to work. Where can i find an iproute2 tool that supports mpath argument? i suppose i need this? Anyone willing to help me? best regards ronnie sahlberg, ethereal developer
2019 Sep 25
0
New minimal SMB2 client library !
Ronnie Sahlberg, Samba Team member - has written a new small-footprint SMB2/3 client library. Compiled size is 120KB (yes, that is *KB*, not MB :-). It supports signing, sealing, NTLM authentication (and krb5 with external libraries). It has *no* dependencies (other than the afore-mentioned krb5 if you need it) a...
2019 Sep 25
0
New minimal SMB2 client library !
Ronnie Sahlberg, Samba Team member - has written a new small-footprint SMB2/3 client library. Compiled size is 120KB (yes, that is *KB*, not MB :-). It supports signing, sealing, NTLM authentication (and krb5 with external libraries). It has *no* dependencies (other than the afore-mentioned krb5 if you need it) a...
2008 Oct 20
1
Patch for GPFS support
...tch to RSYNC and hope it will be useful for all users of GPFS. This patch may also provide ideas/startingpoint for others with filesystems that would need to transfer additional fs-specific metadata using rsync. Please review and apply if there are no issues with the patch. best regards Ronnie Sahlberg (See attached file: README.patch)(See attached file: rsync_gpfs_attrs-git.diff) -------------- next part -------------- A non-text attachment was scrubbed... Name: README.patch Type: application/octet-stream Size: 2282 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachme...
2019 Oct 04
1
Compile samba github code and flash the build binary to embedded device
Also an option is to look here https://github.com/sahlberg/libsmb2 That might also help. There is more on this subject. Cifs/kernel (5.3) related. But i havent read into that. Google is your friend here. ;-) Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via...
2013 Dec 23
2
Re: Connect libvirt to iSCSI target
On 2013–12–23 John Ferlan wrote: > On 12/22/2013 10:09 AM, Marco wrote: > > On 2013–12–21 John Ferlan wrote: > > > >> On 12/17/2013 07:13 PM, Marco wrote: > >>> Hi! > >>> > >>> I'm new to libvirt and face problems connecting to an iSCSI target. > >>> What I intend to do is to connect libvirt (I tried virt-manager and
2019 Feb 28
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
ACL management can be done for SMB2/SMB3 ACLs with two common tools depending on your preference. smbcacls (somewhat similar to using cacls.exe or icacls.exe in Windows but specifying the UNC name rather than a local path name). smbcacls sets up and tears down a network connection each time it is run and uses Samba user space code. or setcifsacl/getcifsacl (which calls cifs.ko to access the
2018 Mar 13
0
cifs-utils release 6.8 ready for download
...nt.cifs manpage with info about echo_interval option. Adds information regarding reconnection time. Acked-by: Sachin Prabhu <sprabhu at redhat.com> Signed-off-by: Kenneth D'souza <kdsouza at redhat.com> commit b7eb1124570afa5de9cc511455d00e850fc99c5f Author: Ronnie Sahlberg <lsahlber at redhat.com> Date: Tue Jan 23 11:48:01 2018 +1100 cifscreds: check optind before accessing argv[optind] Redhat bugzilla: 1278543 This fixes a segfault for some incorrect usage, for example cifscreds -u test Reviewed-by: Steve French <smfrench a...
2019 Feb 28
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
On Fri, Mar 01, 2019 at 08:05:52AM +1000, ronnie sahlberg wrote: > In current kernels we have the new IOCTL / QueryInfo passthrough where > you can use a simple ioctl() on an object in a SMB2/3 share and pull > the full security descriptor. > It would be fairly trivial to expand this to allow setting the > security descriptor too using Set...
2019 Jul 25
0
Turning off SMB1 make slashdot and theregister !
...reasons the alternative is to force such installations to rely on what will in 2 years be an unsupported and therefore soon an insecure version. I'm not comfortable with that as an outcome, so we need to provide them a way forward. Andrew Bartlett On Fri, 2019-07-19 at 20:37 +1000, ronnie sahlberg via samba-technical wrote: > Good stuff. > > Next step will be to delete the entire smb1 codebase for the next major version. > > On Thu, Jul 11, 2019 at 8:52 AM Jeremy Allison via samba-technical > <samba-technical at lists.samba.org> wrote: > > In some small way to...
2013 Sep 01
0
Unmountable filesystem parent transid verify failed
...ount: wrong fs type, bad option, bad superblock on /dev/sde, ... # btrfs-zero-log /dev/sde eventually fails with : btrfs-zero-log: ctree.c:342: __btrfs_cow_block: Assertion `!(btrfs_header_generation(buf) > trans->transid)'' failed. Aborted What should I try next? regards ronnie sahlberg -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2013 Dec 27
0
Re: Connect libvirt to iSCSI target
...the >> same time frame of 1.1.4 which you are using. So what is your libiscsi >> version. > > My libiscsi version is 1.4.0 > That could be the issue... From the upstream github libiscsi repo, the following commit could be what's causing your issue: https://github.com/sahlberg/libiscsi/commit/e061cba1b91650ab08ae8fa50e8cadb13ac3d97d According to how I read the commit - the fix is in 1.10.0. Without using some sort of packet/network sniffer or getting a more clear error message regarding that the failure was because there's a "%3A" in the libvirt created U...
2020 Oct 07
1
CTDB Question w/ Winbind
...of some help to push a share for such data to a single node and simply not cluster it. All that said, I think geographical distribution is going to be a source of obvious latency. Please check out the "lmaster capability" option in the ctdb.conf(5) manual page. However, I think Ronnie Sahlberg originally added this option for situations where there is a main cluster at one end of a WAN link and a subsidiary cluster at the other end... I don't think it was aimed at generally solving the problem of using CTDB in a geographically distributed manner. Despite all I've said above, CTD...
2012 Sep 28
1
Patch for GPFS support
...l users of GPFS. This patch may also provide > ideas/startingpoint for others with filesystems > that would need to transfer additional fs-specific metadata using > rsync. > > > Please review and apply if there are no issues with the patch. > > > > best regards Ronnie Sahlberg > > > > (See attached file: README.patch)(See attached file: > rsync_gpfs_attrs-git.diff) -------------- next part -------------- A > non-text attachment was scrubbed... Name: README.patch Type: > application/octet-stream Size: 2282 bytes Desc: not available Url : > http://l...
2019 Feb 28
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...be really really nice. Anyone that wants to take a stab at implementing this, reach out to me and I can assist/advice. Once we have a tool like this with a nice operational UI. We can start petition Nautilus and other FileManager folks to integrate it. That would be super awesome. regards ronnie sahlberg On Fri, Mar 1, 2019 at 5:49 AM Steve French via samba-technical <samba-technical at lists.samba.org> wrote: > > ACL management can be done for SMB2/SMB3 ACLs with two common tools > depending on your preference. > > smbcacls (somewhat similar to using cacls.exe or icacls.ex...
2010 Jan 07
2
[Announce] Samba 3.5.0rc1 Available for Download
...db->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <ronniesahlberg at gmail.com> * New attempt at TDB transaction nesting allow/disallow. o Kirill Smelkov <kirr at mns.spb.ru> * Remove swig stuff from libtdb. * Reset tdb->fd to -1 in tdb_close() in libtdb. o Simo Sorce <idra at samba.org> * Change the wa...
2010 Jan 07
2
[Announce] Samba 3.5.0rc1 Available for Download
...db->tracefd to -1 to be safe on goto fail in libtdb. * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior. * Fix standalone 'make installdocs'. o Peter Rosin <peda at lysator.liu.se> * Output %p as unsigned in snprintf replacement. o Ronnie Sahlberg <ronniesahlberg at gmail.com> * New attempt at TDB transaction nesting allow/disallow. o Kirill Smelkov <kirr at mns.spb.ru> * Remove swig stuff from libtdb. * Reset tdb->fd to -1 in tdb_close() in libtdb. o Simo Sorce <idra at samba.org> * Change the wa...
2020 Feb 06
0
No announcement for kernel 3.10.0-1062.12.1.el7
...si: bnx2fc: remove set but not used variables 'lport', 'host' (Nilesh Javali) [1776290 1750577] +- [scsi] scsi: bnx2fc: remove set but not used variable 'fh' (Nilesh Javali) [1776290 1750577] +- [fs] SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write (Leif Sahlberg) [1767621 1764567] + +* Tue Dec 10 2019 Frantisek Hrbata <fhrbata at hrbata.com> [3.10.0-1062.11.1.el7] +- [tty] TTY: serial_core, add ->install (Kenneth Yin) [1780163 1443152] +- [net] gro: fix use-after-free read in napi_gro_frags() (Paolo Abeni) [1780033 1750810] +- [net] cfg80211: wext...