Page MenuHomeFreeBSD
Feed Advanced Search

Mar 21 2019

kczekirda abandoned D4689: bsdinstall(8) umount target should be able to unmount zfs filesystems.
Mar 21 2019, 9:49 AM
kczekirda abandoned D11007: flag to switch off bootp().
Mar 21 2019, 9:48 AM

Jun 2 2017

kczekirda added a comment to D11007: flag to switch off bootp().

In my point of view I would like to use this flag in /etc/make.conf instead of patching local src. Having this flag allow users to use it no only for me. It's only a proposal, so the end of this story only up to you.

Jun 2 2017, 9:35 AM

May 31 2017

kczekirda added a comment to D11007: flag to switch off bootp().

It's the only one from pxeloader. I can safety remove the same from iPXE and in summary, during boot chain I have less a half of DHCP request in network. Let's say grain by grain...

May 31 2017, 7:03 PM
kczekirda updated the diff for D11007: flag to switch off bootp().

small cleanup

May 31 2017, 4:18 PM
kczekirda created D11007: flag to switch off bootp().
May 31 2017, 2:22 PM

May 27 2017

kczekirda abandoned D10854: Add support for protocol prefixes in rootpath.
May 27 2017, 9:44 PM

May 22 2017

kczekirda added a comment to D10603: distinguish NFS versus TFTP boot by rootpath.

https://reviews.freebsd.org/D10854

May 22 2017, 12:41 PM
kczekirda created D10854: Add support for protocol prefixes in rootpath.
May 22 2017, 12:40 PM

May 19 2017

kczekirda updated the diff for D10726: Replacing iterating over rootpath by strsep.
May 19 2017, 9:22 PM

May 17 2017

kczekirda added a comment to D10603: distinguish NFS versus TFTP boot by rootpath.

tftpfs it's not bad, but you don't know what ipxe will do in the next commit. The problem is that we want to think about all.

May 17 2017, 10:07 PM
kczekirda added a comment to D10603: distinguish NFS versus TFTP boot by rootpath.
In D10603#223301, @bapt wrote:

We need to find a better mechanism, as this break usage where rootpath /something was before this patch expecting NFS to be located on the same serveur as the tftp server. This is now broken (it is used quite a lot apparently)

Which means we are back at the beginning; we can not use the initial pxe ack, we need to build the request asking for both tftp and nfs, and select the method based on response.

May 17 2017, 9:06 PM

May 14 2017

kczekirda updated the summary of D10726: Replacing iterating over rootpath by strsep.
May 14 2017, 5:09 PM
kczekirda created D10726: Replacing iterating over rootpath by strsep.
May 14 2017, 5:07 PM

May 4 2017

kczekirda abandoned D10485: Replace dhcp option 150 by 66.

Continuation in D10603

May 4 2017, 9:04 PM
kczekirda created D10603: distinguish NFS versus TFTP boot by rootpath.
May 4 2017, 8:56 PM

May 3 2017

kczekirda added a comment to D10485: Replace dhcp option 150 by 66.

And the last one possible solution:

May 3 2017, 8:47 PM
kczekirda added a comment to D10485: Replace dhcp option 150 by 66.

@tsoome
I based on the Intel's PXE Specification and there 66 exists.

May 3 2017, 10:02 AM

May 2 2017

kczekirda added a comment to D10485: Replace dhcp option 150 by 66.

@rgrimes
Please try to boot CURRENT over tftp protocol and without any third part software like iPXE.

May 2 2017, 10:33 PM

May 1 2017

kczekirda added a reviewer for D10485: Replace dhcp option 150 by 66: jhb.
May 1 2017, 11:27 PM
kczekirda added a comment to D10485: Replace dhcp option 150 by 66.

Until I go forward with your comments about the code I want to highlight it's not possible to support option 150, because we have to ask DHCP server for this option. PXE client (I mean network card firmware) never asks about option 150. I can't see any chance to use this non standard option but revert r314948 and always do DHCP request for everything. The second option is doing DHCP request in #ifdef LOADER_TFTP_SUPPORT directive, what is something bad too, because we want to have one universal loader for both (NFS and TFTP) protocols. The third option is to force DHCP request in ifdef directive when somebody really wants to do this. And the last one option - to leave support for option 150, because it has never appear in the documentation. I can't see any really good solution, now your move to comment.

May 1 2017, 10:54 PM

Apr 26 2017

kczekirda added a comment to D10485: Replace dhcp option 150 by 66.

@asomers
this change exactly provides compatibility with PXE standard, because in the PXE specification option 150 doesn't exist, but 66 does.
netproto variable and option 150 appears in r305125. Documentation and relnotes should be updated, but not by changing, because this part of loader never appers there (maybe I only can't find it).

Apr 26 2017, 9:31 AM
kczekirda updated the diff for D10485: Replace dhcp option 150 by 66.
Apr 26 2017, 9:00 AM
kczekirda updated the summary of D10485: Replace dhcp option 150 by 66.
Apr 26 2017, 8:59 AM

Apr 24 2017

kczekirda added reviewers for D10485: Replace dhcp option 150 by 66: freebsd-net-list, imp.
Apr 24 2017, 9:49 PM
kczekirda created D10485: Replace dhcp option 150 by 66.
Apr 24 2017, 9:34 PM

Mar 3 2017

kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 3 2017, 4:40 PM
kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 3 2017, 10:26 AM

Mar 2 2017

kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 2 2017, 11:14 PM
kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 2 2017, 10:19 PM
kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 2 2017, 10:17 PM
kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 2 2017, 8:50 PM
kczekirda updated the diff for D9847: Try to extract the RFC1048 data from PXE.
Mar 2 2017, 8:40 PM

Mar 1 2017

kczekirda added a reviewer for D9847: Try to extract the RFC1048 data from PXE: freebsd-net-list.
Mar 1 2017, 7:22 PM
kczekirda retitled D9847: Try to extract the RFC1048 data from PXE from to Try to extract the RFC1048 data from PXE.
Mar 1 2017, 5:47 PM

Feb 14 2017

kczekirda updated the diff for D9395: improve style.

oshogbo's comments fixed and some new improvements

Feb 14 2017, 10:30 AM

Jan 31 2017

kczekirda retitled D9395: improve style from to replacing spaces by tabs.
Jan 31 2017, 12:23 PM

Dec 14 2016

kczekirda added a reviewer for D8740: remove network mask calculation for Classful network: freebsd-net-list.
Dec 14 2016, 11:12 PM

Dec 13 2016

kczekirda updated the diff for D8740: remove network mask calculation for Classful network.

It's should enough for backwards compatibility.

Dec 13 2016, 5:43 AM

Dec 12 2016

kczekirda added a reviewer for D8740: remove network mask calculation for Classful network: network.
Dec 12 2016, 3:35 PM
kczekirda added a comment to D8740: remove network mask calculation for Classful network.

Tested on:

Dec 12 2016, 3:35 PM

Dec 10 2016

kczekirda added a reviewer for D8740: remove network mask calculation for Classful network: oshogbo.
Dec 10 2016, 12:06 PM

Dec 9 2016

kczekirda updated the diff for D8740: remove network mask calculation for Classful network.
Dec 9 2016, 5:24 PM
kczekirda updated the diff for D8740: remove network mask calculation for Classful network.
Dec 9 2016, 12:37 PM
kczekirda added a reviewer for D8740: remove network mask calculation for Classful network: tsoome.
Dec 9 2016, 12:08 PM
kczekirda updated the diff for D8740: remove network mask calculation for Classful network.
Dec 9 2016, 10:56 AM
kczekirda retitled D8740: remove network mask calculation for Classful network from to remove network mask calculation for Classful network.
Dec 9 2016, 10:54 AM

Dec 29 2015

kczekirda updated the diff for D4689: bsdinstall(8) umount target should be able to unmount zfs filesystems.
Dec 29 2015, 10:21 PM
kczekirda updated the diff for D4689: bsdinstall(8) umount target should be able to unmount zfs filesystems.
Dec 29 2015, 10:16 PM

Dec 23 2015

kczekirda added a comment to D4689: bsdinstall(8) umount target should be able to unmount zfs filesystems.

The use case when installing multiuser is not that uncommon and is something that needs to continue working. One of two things needs to happen here before being committed:
(a) it needs to use only those ZFS filesystems previously mounted
(b) the zfsboot script should use the ZFS support in partedit, which already works with umount

Dec 23 2015, 8:59 AM

Dec 22 2015

kczekirda added a reviewer for D4689: bsdinstall(8) umount target should be able to unmount zfs filesystems: nwhitehorn.
Dec 22 2015, 10:32 PM
kczekirda retitled D4689: bsdinstall(8) umount target should be able to unmount zfs filesystems from to bsdinstall(8) umount target should be able to unmount zfs filesystems.
Dec 22 2015, 9:58 PM

Apr 27 2015

kczekirda updated the diff for D2364: freebsd-update src component skip if not installed.
Apr 27 2015, 9:12 PM
kczekirda updated the diff for D2364: freebsd-update src component skip if not installed.
Apr 27 2015, 9:09 PM

Apr 26 2015

kczekirda changed the visibility for D2364: freebsd-update src component skip if not installed.
Apr 26 2015, 9:23 AM

Apr 24 2015

kczekirda retitled D2364: freebsd-update src component skip if not installed from to freebsd-update src component skip if not installed.
Apr 24 2015, 6:45 PM