Displaying 9 results from an estimated 9 matches for "jonglez".
Did you mean:
dongle
2019 Jan 18
0
[klibc:master] nfsmount: support nfsvers= and vers= options
Commit-ID: c4b811a1e4647224ddc717fac59900d16d0e9d4d
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=c4b811a1e4647224ddc717fac59900d16d0e9d4d
Author: Baptiste Jonglez <baptiste.jonglez at imag.fr>
AuthorDate: Thu, 14 Sep 2017 09:22:21 -0700
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 2 Jan 2019 03:08:04 +0000
[klibc] nfsmount: support nfsvers= and vers= options
The standard mount option nowadays to specify NFS version is &qu...
2017 Sep 14
0
[PATCH] nfsmount: support nfsvers= and vers= options
...ith the following kernel command
line:
root=/dev/nfs nfsroot=server:path,nfsvers=3
Without this patch, such a command line would cause Debian's initrd to
loop with the following error message:
Begin: Retrying nfs mount ... nfsmount: bad option 'nfsvers'
Signed-off-by: Baptiste Jonglez <baptiste.jonglez at imag.fr>
---
usr/kinit/nfsmount/main.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/usr/kinit/nfsmount/main.c b/usr/kinit/nfsmount/main.c
index 36b29a5f..cca9e4ec 100644
--- a/usr/kinit/nfsmount/main.c
+++ b/usr/kinit/nfsmount/main.c
@@ -36,12...
2014 Dec 22
1
[Announcement] Tinc version 1.0.25 released
...of the changes:
* Documentation updates.
* Support linking against -lresolv on Mac OS X.
* Fix scripts on Windows when using the ScriptsInterpreter option.
* Allow a minimum reconnect timeout to be specified.
* Support PriorityInheritance on IPv6 sockets.
Thanks to David Pflug, Baptiste Jonglez, Alexis Hildebrandt, Borg,
Jochen Voss, Tomislav ?ohar and VittGam for their contributions to this
version of tinc.
Note that this will be one of the last releases of the 1.0 branch of
tinc. Most of the development is now happening on the 1.1 branch, with
tinc 1.1pre10 being the latest pre-release...
2014 Dec 22
1
[Announcement] Tinc version 1.0.25 released
...of the changes:
* Documentation updates.
* Support linking against -lresolv on Mac OS X.
* Fix scripts on Windows when using the ScriptsInterpreter option.
* Allow a minimum reconnect timeout to be specified.
* Support PriorityInheritance on IPv6 sockets.
Thanks to David Pflug, Baptiste Jonglez, Alexis Hildebrandt, Borg,
Jochen Voss, Tomislav ?ohar and VittGam for their contributions to this
version of tinc.
Note that this will be one of the last releases of the 1.0 branch of
tinc. Most of the development is now happening on the 1.1 branch, with
tinc 1.1pre10 being the latest pre-release...
2014 Dec 27
6
[Announcement] Tinc version 1.1pre11 released
...and IPv6 addresses.
* Added a "--batch" option to force the tinc CLI to run in
non-interactive mode.
* Improve default Device selection on *BSD and Mac OS X.
* Allow running tinc without RSA keys.
Thanks to Etienne Dechamps, Sven-Haegar Koch, William A. Kennington III,
Baptiste Jonglez, Alexis Hildebrandt, Armin Fisslthaler, Franz Pletz,
Alexander Ried and Saverio Proto for their contributions to this version
of tinc.
Please note that although tinc 1.1pre11 is backwards compatible with
tinc 1.0.x, it is NOT compatible with tinc 1.1pre1 through 1.1pre10.
--
Met vriendelijke gro...
2014 Dec 27
6
[Announcement] Tinc version 1.1pre11 released
...and IPv6 addresses.
* Added a "--batch" option to force the tinc CLI to run in
non-interactive mode.
* Improve default Device selection on *BSD and Mac OS X.
* Allow running tinc without RSA keys.
Thanks to Etienne Dechamps, Sven-Haegar Koch, William A. Kennington III,
Baptiste Jonglez, Alexis Hildebrandt, Armin Fisslthaler, Franz Pletz,
Alexander Ried and Saverio Proto for their contributions to this version
of tinc.
Please note that although tinc 1.1pre11 is backwards compatible with
tinc 1.0.x, it is NOT compatible with tinc 1.1pre1 through 1.1pre10.
--
Met vriendelijke gro...
2014 Nov 18
1
Identical Subnets with equal weight
Hi,
The man page, in the part about "Subnet" directives, does not specifiy
what happens when two nodes announce the same Subnet with the same weight.
Is one of the two nodes chosen arbitrarily? If so, how?
My use-case is to announce a default route from two different nodes of the
same Tinc network. I would like to have some sort of load-balancing
between the gateways, but a simple
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
...re.
It removes support for the m32r architecture, which was already removed
for Linux.
A git shortlog of changes since version 2.0.4 follows.
Ben.
Alfonso Sanchez-beato (1):
[klibc] Add support for reboot syscall argument
Aurelien Jarno (1):
[klibc] ppc64: fix struct stat
Baptiste Jonglez (1):
[klibc] nfsmount: support nfsvers= and vers= options
Ben Hutchings (25):
[klibc] MIPS: Update archfcntl.h
[klibc] Implement realpath()
[klibc] readlink: Add -f option
[klibc] mount: Implement -o defaults
[klibc] Install headers with consistent mode
[k...
2019 Jan 05
0
Pull request: collected patches for klibc
...perseded or have unaddressed review
comments. In a couple of case I used a slightly later version of the
patch that ended up in Debian.
Ben.
----------------------------------------------------------------
Alfonso Sanchez-beato (1):
[klibc] Add support for reboot syscall argument
Baptiste Jonglez (1):
[klibc] nfsmount: support nfsvers= and vers= options
Ben Hutchings (6):
[klibc] run-init: Add dry-run mode
[klibc] rename, renameat: Use renameat2() system call
[klibc] Add RISC-V (RV64) port
[klibc] x86_64: Reduce ld max-page-size option again
[klibc] Neve...