search for: varlistentry

Displaying 13 results from an estimated 13 matches for "varlistentry".

2006 Mar 16
1
Patch: patches for smbmount opton documentation ( smbmount.8.xml )
...page of smbmount(8)? or What should I do? thanks -nagata --- samba-3.0.0/docs/docbook/manpages/smbmount.8.xml 2003-08-16 05:39:28.000000000 +0900 +++ samba-3.0.0.new/docs/docbook/manpages/smbmount.8.xml 2006-03-16 17:52:21.000000000 +0900 @@ -228,6 +228,15 @@ </para></listitem> </varlistentry> + <varlistentry> + <term>unicode</term> + <listitem><para>use unicode when communicating with server </para></listitem> + </varlistentry> + + <varlistentry> + <term>lfs</term><listitem><para>large file system support...
2002 Jul 28
1
"For ethernet, no packet uses less than 64 bytes" - why?
Hi Well, subject says all. In Chapter 9.2.2.1, TBF, the parameter mpu or "minimum packet size" is explained as: > A zero-sized packet does not use zero bandwidth. For ethernet, no packet > uses less than 64 bytes. The Minimum Packet Unit determines the minimal > token usage for a packet. In my understanding an ethernet packet needs at least 14 (2*6+2) bytes or 54 bytes if
2009 May 12
5
TYPO: The Official Samba 3.2.x HOWTO and Reference Guide
I had translated TOSHARG into Japanese. I found TYPO in the paragraph of "About the Cover Artwork". The contents are as follows. ---------------------------------------------------------------------------------------- the actions of those who have travelled lifes' road before us, ------ life's
2018 May 14
3
[PATCH libldm v4 0/3] Make libldm to parse and return volume GUID.
v2: wrap commit message, "PATCH libldm" prefix. v3: correctly initialize and free GLib resources. v4: gtk-doc is updated to reflect presence of new volume GUID field. The result of this patch might be used by libguestfs to return drive mappings for LDM volumes. Note, that "show volume" ldmtool command already returns hint which is a drive letter assigned by Windows to
2007 Jan 08
6
[PATCH 0/5] Debian patches for 1.1.3
Hi Josh, Here are all the patches that are currently applied to the Debian packages for flac. You may disagree with some of them but as the current maintainer, I'm submitting them all for your consideration. (I should've submitted them earlier, but I've been quite busy. Sorry!) Here is a listing of the patches that I'll be sending: Patch 1 fixes a simple typo in metaflac
2009 Jul 06
1
TOSHARG-DomainMember.xml translate finish and some bug found
...login ? <replaceable>USERNAME</replaceable>@<replaceable>REALM</replaceable></userinput>. <replaceable>USERNAME</replaceable> must be a user who has rights to add a machine to the domain. </para></listitem></varlistentry> On a Windows 2000 client, try <userinput>net use * \\server\share</userinput>. You should be logged in with Kerberos without needing to know a password. If this fails, then run ------------ login ? <userinput>klist tickets</userinput>. Did you get a ticket for the serv...
2013 Mar 27
1
[PATCH] Fix option names in documentation and help messages.
...eet, or other options that need to know the size of the input beforehand. If the size given is greater than what is found in the input stream, the encoder will complain about an unexpected end-of-file. If the size given is less, samples will be truncated.</para> </listitem> </varlistentry> @@ -693,6 +693,7 @@ <variablelist> <varlistentry> <term><option>--no-adaptive-mid-side</option></term> + <term><option>--no-cued-seekpoints</option></term> <term><option>--no-decode-through-errors</o...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...iff --git a/docs-xml/manpages/vfs_acl_tdb.8.xml b/docs-xml/manpages/vfs_acl_tdb.8.xml > index 640cec0..607e344 100644 > --- a/docs-xml/manpages/vfs_acl_tdb.8.xml > +++ b/docs-xml/manpages/vfs_acl_tdb.8.xml > @@ -63,6 +63,31 @@ > </para> > </listitem> > </varlistentry> > + > + <varlistentry> > + <term>acl_tdb:default acl style = [posix|windows]</term> > + <listitem> > + <para> > + This parameter determines the type of ACL that is synthesized in > + case a file or directory lacks an > + <emphasis&...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote: > On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote: > > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote: > > > > > > Yeah, as much as I'd like to avoid adding a new option, I guess we > > > have to do something about it, my latest take on this is >
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...iff --git a/docs-xml/manpages/vfs_acl_tdb.8.xml b/docs-xml/manpages/vfs_acl_tdb.8.xml > index 640cec0..607e344 100644 > --- a/docs-xml/manpages/vfs_acl_tdb.8.xml > +++ b/docs-xml/manpages/vfs_acl_tdb.8.xml > @@ -63,6 +63,31 @@ > </para> > </listitem> > </varlistentry> > + > + <varlistentry> > + <term>acl_tdb:default acl style = [posix|windows]</term> > + <listitem> > + <para> > + This parameter determines the type of ACL that is synthesized in > + case a file or directory lacks an > + <emphasis&...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote: > On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote: > > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote: > > > > > > Cheerio! > > > -slow > > > > Still reviewing this - but a few things that will need changing: > > > > When adding the
2018 May 15
12
[PATCH libldm 00/12] New API: an ability to retrieve created device-mapper devices back after they have been created.
The main goal of these patch series is to implement a new API that allows to retrieve created device-mapper devices for volumes and partitions back after they have been created. As part of this patch: - required libdevmapper version was bumped to 1.02. I think it is safe because it was released more then 10 years ago; - newer version of libdevmapper allowed to simplify code base a little bit; -
2013 Sep 18
0
[PATCH] Fix documentation rice partition order
...- <para>Set the [min,]max residual partition order (0..16). min defaults to 0 if unspecified. Default is -r 5.</para> + <para>Set the [min,]max residual partition order (0..15). min defaults to 0 if unspecified. Default is -r 5.</para> </listitem> </varlistentry> @@ -780,14 +780,14 @@ <refsect1> <title>SEE ALSO</title> - <para>metaflac(1).</para> + <para>metaflac(1)</para> <para>The programs are documented fully by HTML format documentation, available in <filename>/usr/share/...