Re: PKGBASE Removes FreeBSD Base System Feature

2025-08-05 Thread Dag-Erling Smørgrav
been conference talks (many of them livestreamed and / or later posted on YouTube), public code reviews, discussions on public mailing lists, progress updates in the quarterly reports, etc. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: PKGBASE Removes FreeBSD Base System Feature

2025-08-05 Thread Dag-Erling Smørgrav
ct. > p.s.: i also never got and never get why there's tendency to bully > users off of using some software. csh is one of them Who is bullying you? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ifconfig_bxe0_ipv6="inet6 accept_rtadv" seems to break bridging

2025-07-24 Thread Dag-Erling Smørgrav
void writes: > ifconfig_bridge0="203.0.113.2/24 addm bxe0 addm tap0" missing `inet` here. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: epair(4)

2025-07-22 Thread Dag-Erling Smørgrav
t, just enable forwarding and set up NAT on your external interface. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: a question about /boot/loader.conf

2025-07-22 Thread Dag-Erling Smørgrav
void writes: > Dag-Erling Smørgrav writes: > > This is a tunable, not a sysctl (although a sysctl of the same name > > will appear if dtrace is compiled into the kernel or loaded) > Odd that bsdinstall adds it to loader.conf then. Why? loader.conf is the correct place

Re: a question about /boot/loader.conf

2025-07-21 Thread Dag-Erling Smørgrav
ctl (although a sysctl of the same name will appear if dtrace is compiled into the kernel or loaded) > filemon_load="YES" This is a loader configuration variable, not a sysctl. Neither of these needs quotes, but they won't hurt. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: epair(4)

2025-07-19 Thread Dag-Erling Smørgrav
rface's addresses and routes to be moved to the bridge when the interface is added to it. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: NFS panic in latest main

2025-07-17 Thread Dag-Erling Smørgrav
. Note that you will need to apply D51372 first to allow the client jail to mount NFS file systems. DES -- Dag-Erling Smørgrav - d...@freebsd.org

NFS panic in latest main

2025-07-08 Thread Dag-Erling Smørgrav
$0,0x9a25d2(%rip) db> It was fine ~5 days ago. I have not attempted to bisect. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: "duplicate script" warning during installworld?

2025-06-02 Thread Dag-Erling Smørgrav
ests.7z.uu The first and fourth added lines in this hunk are identical. I believe the fourth can safely be removed. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Installer, before exit: /bin/tcsh for pkg

2025-05-09 Thread Dag-Erling Smørgrav
nano package has a run-time dependency on indexinfo, so it's almost certainly already present. The most likely explanation is that their sh doesn't have ${LOCALBASE}/bin in PATH but tcsh does. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: etcupdate failed to build tree with read-only /usr/src

2025-04-23 Thread Dag-Erling Smørgrav
Alastair Hogge writes: > Dag-Erling Smørgrav writes: > > Alastair Hogge writes: > > > ld-elf.so.1: Shared object "libmd.so.6" not found, required by "mtree" > > > *** Error code 1 > > This is _after_ installworld, right? `etcupdate -p`,

Re: New kernel doesn?t recognize ufs gpt root filesystem

2025-04-21 Thread Dag-Erling Smørgrav
tallkernel` does this when it renames the running kernel to kernel.old). DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: New kernel doesn’t recognize ufs gpt root filesystem

2025-04-20 Thread Dag-Erling Smørgrav
nse. You could have just selected kernel.old from the loader menu (press 'k' to cycle between available kernels) or prompt (`boot kernel.old`)... I would however advise you to copy kernel.old to kernel.works, as it will be permanently deleted the next time you install a new kernel (unless you use `make reinstallkernel` instead of `make installkernel`). DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: etcupdate failed to build tree with read-only /usr/src

2025-04-17 Thread Dag-Erling Smørgrav
> *** Error code 1 This is _after_ installworld, right? `etcupdate -p`, then installworld, then `etcupdate -B`? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: etcupdate failed to build tree with read-only /usr/src

2025-04-17 Thread Dag-Erling Smørgrav
ith, "Failed to build new tree." Since you just completed buildworld, you should be using `etcupdate -B` here. It will save you time and should work around the read-only issue. (I really wish -B were the default, and we had -b instead for the less-common opposite case.) DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: port binary dumping core on recent head in poudriere [tmpfs corruptions involving blocks of zeros that should not be all zeros]

2024-12-03 Thread Dag-Erling Smørgrav
> hole #4 @ 12288, size=4096 > data #5 @ 16384, size=4096) > hole #6 @ 20480, size=524267520 > -<> > FAIL tmpfs24.sh exit code 1 This appears to be a bug in the test. The lsholes program is incapable of producing the <> line, and the output it does produce is con

Re: port binary dumping core on recent head in poudriere [tmpfs corruptions involving blocks of zeros that should not be all zeros]

2024-11-28 Thread Dag-Erling Smørgrav
t when copying because `SEEK_DATA` is implemented incorrectly. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: port binary dumping core on recent head in poudriere [tmpfs corruptions involving blocks of zeros that should not be all zeros]

2024-11-26 Thread Dag-Erling Smørgrav
ing to use `copy_file_range(2)`. DES -- Dag-Erling Smørgrav - d...@freebsd.org >From 18eb75139045c30609d93f6a138526d3288acbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 26 Nov 2024 10:54:14 +0100 Subject: [PATCH] cp, install: disable copy_file_range.

Re: port binary dumping core on recent head in poudriere

2024-11-25 Thread Dag-Erling Smørgrav
Mark Millard writes: > Guido Falsi writes: >> On 25/11/24 09:17, Dag-Erling Smørgrav wrote: >>> Dimitry Andric writes: >>>> Probably best to create a bugzilla ticket, but as I said before, I >>>> cannot reproduce this. >>> I can. My buil

Re: port binary dumping core on recent head in poudriere

2024-11-25 Thread Dag-Erling Smørgrav
(python3.11), jid 299, uid 65534: exited on signal 11 (core dumped) Nov 25 07:37:35 pkg kernel: pid 71735 (sassc), jid 289, uid 65534: exited on signal 11 (core dumped) I also see a bunch of SIGABRT from dot but I assume those are unrelated. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: new tls-cert-store and cert-bundle methods

2024-10-14 Thread Dag-Erling Smørgrav
at concatenated file? This is being worked on. For now, if you need a bundle, just install ca_root_nss, which has the same contents as the system store but in bundle form. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: git: 2c1963d46335 - main - procfs rlimit: handle pipebuf [and related] :pipebuf . . . Invalid argument

2024-10-06 Thread Dag-Erling Smørgrav
Konstantin Belousov writes: > We do not provide forward compatibility between kernel and userspace. > User binaries must be newer than kernel. Uh, no. The opposite, in fact. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: eval: Pipe call failed: Cannot allocate memory

2024-09-20 Thread Dag-Erling Smørgrav
ipe call failed: Cannot allocate memory I also have a bunch of these on the console: negative pipecnt for uid = 0 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: buildworld error

2024-08-27 Thread Dag-Erling Smørgrav
ds me to suspect that you don't actually need them and would be better off disabling them than fiddling with PXE and Forth. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: setting the console to serial by defailt seems to not work

2024-07-30 Thread Dag-Erling Smørgrav
void writes: > The arm64 device is headless and i connect to it via serial. > I noticed the beastie menu come up with the option Video for > console. Cycled it to Serial, booted, all fine. [...] man boot.config DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
ot increase fragmentation, but it uses up memory from a much more limited pool than loading them later. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
"Poul-Henning Kamp" writes: > Dag-Erling Smørgrav writes: > > There is very little difference between options and devices in kernel > > configuration files, but for what it's worth, filemon is a device, not > > an option. > Apart from the internals of

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
Miroslav Lachman <000.f...@quip.cz> writes: > Dag-Erling Smørgrav writes: > > This does cause the module to be loaded at boot time, but it's slower > > than loading it later, and it increases memory fragmentation. > Does this also apply today? I recently read from som

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
void writes: > How would I go about remedying the issue that usage/examples > are not present in manpages for either the device line in kernel > config or filemon.ko ? https://reviews.freebsd.org/D46184 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: filemon

2024-07-30 Thread Dag-Erling Smørgrav
etc/rc.conf or /etc/rc.conf.d/kld. For instance, % cat /etc/rc.conf.d/kld/filemon kld_list="${kld_list} filemon" DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: __memcpy_chk family of functions

2024-05-21 Thread Dag-Erling Smørgrav
Marcin Cieslak writes: > Dag-Erling Smørgrav writes: > > Marcin Cieslak writes: > > > I think this (useful) change should go into the future release > > > notes as a new feature. > > Which change? > https://reviews.freebsd.org/D32306 Import _FORTIFY_SOURC

Re: __memcpy_chk family of functions

2024-05-21 Thread Dag-Erling Smørgrav
Marcin Cieslak writes: > I think this (useful) change should go into the future release notes > as a new feature. Which change? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: __memcpy_chk family of functions

2024-05-20 Thread Dag-Erling Smørgrav
issue of _forward_ compatibility, which we've never promised. Besides, an entry in UPDATING wouldn't have helped you since your source tree predated the change that would have added it. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: RES: RES: usb mouse not work on boot

2024-05-20 Thread Dag-Erling Smørgrav
> > } > > You realize this diff does nothing at all, right? > Yeap, i also said it worked in 14-current old code only ,and has more > than 2 years already No, I mean all this does is add a comment. It has no effect on the code. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: RES: usb mouse not work on boot

2024-05-19 Thread Dag-Erling Smørgrav
t_quirk(&sc->sc_hw, HQ_HID_IGNORE)) > return (ENXIO); > +// return (BUS_PROBE_GENERIC + 1); > return (BUS_PROBE_DEFAULT + 1); > } You realize this diff does nothing at all, right? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: usb mouse not work on boot

2024-05-18 Thread Dag-Erling Smørgrav
gnificantly slower and should only be done for modules which are required to boot or mount the root filesystem, such as zfs. > But IMHO it some regression. I agree, and 6437872c1d66 should be reverted until devmatch is capable of loading uhid. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: bsdinstall wifi setup is broken on CURRENT

2024-05-16 Thread Dag-Erling Smørgrav
Renato Botelho writes: > I'm not sure about a good way to test it on a running system instead. Update your source tree, build and install world, run `sudo bsdconfig`, scroll down and select “Network Management”, then select “Wireless Networks”. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Strange network/socket anomalies since about a month

2024-04-24 Thread Dag-Erling Smørgrav
ls due to a failed sccache start [...] Using `ktrace -tcnpstuy` instead of just `ktrace` should greatly reduce the size of the trace file. (remind me to modify ktrace and kdump so this can be written as `-t-i` or `-tI` instead...) DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Unfamiliar console message: in prompt_tty(): caught signal 2

2024-04-21 Thread Dag-Erling Smørgrav
bob prohaska writes: > Apr 20 22:14:37 www su[30398]: in prompt_tty(): caught signal 2 This means someone ran `su` and pressed Ctrl-C instead of entering a password when prompted. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: truss -f timeout 2 sleep 10 causes breakage

2024-03-27 Thread Dag-Erling Smørgrav
> Here is the best part: after doing the above, going back to mere > "timeout 2 sleep 10" (without truss!) no longer works Neither is this. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Request for Testing: TCP RACK

2024-03-14 Thread Dag-Erling Smørgrav
ld > always read options instead of option. It's not a typo, both spellings work, cf. config(5). DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: noatime on ufs2

2024-01-12 Thread Dag-Erling Smørgrav
ave nightly scripts which would trigger atime updates even with relatime. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: compile 13.2p8 on a recent current fails: compiler issue ?

2023-12-13 Thread Dag-Erling Smørgrav
fixed in 14 and 15: https://cgit.freebsd.org/src/commit/?id=75411d157232ee3b4789b92c9205453e7d59a3d2 It was too late for 13.2, but I'll make sure it's merged before 13.3. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: issue: poudriere jail update fails after recent changes around certctl

2023-10-18 Thread Dag-Erling Smørgrav
No, this is definitely something we want to support. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: issue: poudriere jail update fails after recent changes around certctl

2023-10-13 Thread Dag-Erling Smørgrav
ms to give a retval of 1 inside > certctl. This only happens if a certificate is listed as both trusted and untrusted, and I'm pretty sure the previous version would return 1 in that case as well. Can you check? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: something magic about the size of a ports tree

2023-10-03 Thread Dag-Erling Smørgrav
Warner Losh writes: > Do we support any compression on top of that? Has support for > poudriere been added for it? Yes (zstd) and no. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: something magic about the size of a ports tree

2023-10-03 Thread Dag-Erling Smørgrav
le (of which there are 30k in the ports tree) is only 200-250 bytes long, but it occupies 512 bytes on an FFS filesystem, 1 kB in a tarball, and 4 kB on a typical ZFS filesystem. Note that if the target system is FreeBSD 14 or newer, you can simply mount the tarball (`sudo mount -rt t

Re: Looks like the kyua zfs tests likely are not used on aarch64 or other contexts with unsigned char

2023-09-10 Thread Dag-Erling Smørgrav
Mark Millard writes: > I'm not aware of there being other documentation for what > is appropriate for setting up such for kyua runs. https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test_image-head.sh#L69-L84 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: sed in CURRENT fails in textproc/jq

2023-09-10 Thread Dag-Erling Smørgrav
ng memcmp() with a bogus length invokes UB. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: 15.0-CURRENT build broken in lib/libmagic

2023-09-09 Thread Dag-Erling Smørgrav
he buildenv before building libc. If that still fails, just run buildworld; it will fail in libmagic as before but it will have built libc before failing, and you can install libc and restart the build. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: 15.0-CURRENT build broken in lib/libmagic

2023-09-09 Thread Dag-Erling Smørgrav
nd run $ sudo make -C lib/libc install then buildworld as usual. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: sed in CURRENT fails in textproc/jq

2023-09-09 Thread Dag-Erling Smørgrav
ms to be a recent issue (less than 5 days). > Hundreds of configure scripts now fail to run on 15-current due to > this sed failure: [...] Try adding ARCHLEVEL=scalar to CONFIGURE_ENV on one of these. If that helps, yell at fuz@ :) DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: 15.0-CURRENT build broken in lib/libmagic

2023-09-09 Thread Dag-Erling Smørgrav
Rainer Hurling writes: > If I try to build world from todays c1b26df2972d with 15.0-CURRENT > (main-n265063-e0752f431b01), it aborts with an error. Either update your source tree or apply aca3bd160257, then build and install libc before attempting buildworld. DES -- Dag-Erling Smørgr

Re: sscanf change prevents build of CURRENT

2023-08-30 Thread Dag-Erling Smørgrav
le) to fail. This was fixed in aca3bd160257. > I am trying to manually compile a working mkmagic and restart the > build to get unstuck. mkmagic is fine, just build and install libc. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ZFS deadlock in 14

2023-08-19 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > c47116e909 with cd25b0f740 and 28d2e3b5de reverted deadlocks, see > attached ddb.txt. I'm going to see if reverting only 28d2e3b5de but not > cd25b0f740 changes anything. c47116e909 with only 28d2e3b5de reverted also deadlocked, but in both case

Re: ZFS deadlock in 14

2023-08-18 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Plot twist: c47116e909 _without_ the patches also appears to be working > fine. The last kernel I know for sure deadlocks is b36f469a15, so I'm > going to test cd25b0f740 and 28d2e3b5de. c47116e909 with cd25b0f740 and 28d2e3b5de reverted deadlocks

Re: ZFS deadlock in 14

2023-08-18 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > A kernel built from c47116e909 plus these two patches has so far built > 2,285 packages without a hitch, whereas normally it would have > deadlocked after well before reaching 500 packages. I'll do another run > without the patches tomorrow just

Re: ZFS deadlock in 14

2023-08-17 Thread Dag-Erling Smørgrav
se two patches has so far built 2,285 packages without a hitch, whereas normally it would have deadlocked after well before reaching 500 packages. I'll do another run without the patches tomorrow just to be sure. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ZFS deadlock in 14

2023-08-17 Thread Dag-Erling Smørgrav
t. Do you have a FreeBSD branch with your patch applied? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ZFS deadlock in 14

2023-08-15 Thread Dag-Erling Smørgrav
The attached script successfully deadlocks 9228ac3a69c4. DES -- Dag-Erling Smørgrav - d...@freebsd.org #!/bin/sh : ${n:=$(nproc)} : ${pool:=zroot} basefs="${pool}/zfsdl" set -eu zfs destroy -r "${basefs}" >/dev/null 2>&1 || true zfs create -o com.sun:auto-snap

Re: ZFS deadlock in 14

2023-08-15 Thread Dag-Erling Smørgrav
om victim > and whatever the real culprit is deeper. We already know the real culprit, see upthread. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ZFS deadlock in 14

2023-08-15 Thread Dag-Erling Smørgrav
Mateusz Guzik writes: > Given that the custom reproducer failed I think the most prudent > course of action is to reproduce again with poudriere, but this time > arrange to have all stacktraces dumped. Why? What more information do you need? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ZFS deadlock in 14

2023-08-15 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > I managed to geat a deadlock with 4e8d558c9d1c. Its predecessor > 5ca7f02946 appears to be working. I'm going to try to come up with a > more efficient way to reproduce the deadlock than running poudriere. I wrote a script that creates multip

Re: ZFS deadlock in 14

2023-08-14 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Trying to narrow this range down, I did not get a deadlock with > 4e8d558c9d1c (10 June) but I did with b7198dcfc039 (16 June) [...] > Perhaps I should try 4e8d558c9d1c again. I managed to geat a deadlock with 4e8d558c9d1c. Its predecessor 5ca7f02946 appe

Re: ZFS deadlock in 14

2023-08-12 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > At some point between 42d088299c (4 May) and f0c9703301 (26 June), a > deadlock was introduced in ZFS. Trying to narrow this range down, I did not get a deadlock with 4e8d558c9d1c (10 June) but I did with b7198dcfc039 (16 June), albeit after building ~1800 pa

Re: Has the update procedure changed?

2023-08-11 Thread Dag-Erling Smørgrav
Tomoaki AOKI writes: > This can help new installation using release tarballs (official or > locally built) or upgrading with overwriting using said tarballs, but > how does freebsd-update? freebsd-update uses the same release process. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Has the update procedure changed?

2023-08-10 Thread Dag-Erling Smørgrav
Tomoaki AOKI writes: > Yes. But if bsdinstall and freebsd-update automatically bootstrap > etcupdate if not yet done, newbies and casual users wouldn't be bitten. https://cgit.freebsd.org/src/commit/?id=e9120a256075543376496fbd75949eed1f13a887 DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: ZFS deadlock in 14

2023-08-08 Thread Dag-Erling Smørgrav
Alan Somers writes: > Do you have ZFS block cloning enabled on your pool? There were a lot > of bugs associated with that feature. I think that was merged on > 3-April. No, and this deadlock did not appear until May. DES -- Dag-Erling Smørgrav - d...@freebsd.org

ZFS deadlock in 14

2023-08-08 Thread Dag-Erling Smørgrav
am pull request merges: #14987 Fix memory leak in zil_parse() Obtained from: OpenZFS OpenZFS commit: 8e8acabdcaeb831c777f71361722f4235b698a8d We can't ship 14.0 with this deadlock. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: 14-CURRENT | alternatives for defunct /usr/lib/pam_opie.so?

2023-08-08 Thread Dag-Erling Smørgrav
Michael Grimm writes: > I'm currently in the process to prepare for upcoming 14-STABLE. Thus, > I upgraded one of my sytems from 13-STABLE to 14-CURRENT. Did you run etcupdate? DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Has the update procedure changed?

2023-08-08 Thread Dag-Erling Smørgrav
uld I run 'make installkernel' a 2nd time? 'make reinstallkernel' is more appropriate in this case. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Surprise null root password

2023-05-30 Thread Dag-Erling Smørgrav
assword” upstream (and presumably in the port), while PermitEmptyPasswords defaults to “no” both in FreeBSD and upstream, cf. crypto/openssh/servconf.c (search for “permit_root” and “permit_empty”). DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: NanoBSD: CURRENT unable to compile 13-STABLE : ld: error: args.o: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM15.0.7' Reader: 'LLVM 14.0.5')

2023-03-30 Thread Dag-Erling Smørgrav
FreeBSD User writes: > I tried to put the option > > WITHOUT_MODULE="an" it's spelled WITHOUT_MODULES, cf. make.conf(5). DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: cant login after make installworld: pam_opie.so.6 not found

2023-01-06 Thread Dag-Erling Smørgrav
(security/opie). You will have to manually add back the pam_opie and pam_opieaccess lines in the relevant PAM policies. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: Putting OPIE to rest

2022-09-15 Thread Dag-Erling Smørgrav
money, and > those devices all have different threat/failure/admin models > than simple paper. Neither HOTP nor TOTP require dedicated devices. HOTP codes are sequential and can be pre-generated and printed if that's what you prefer. DES -- Dag-Erling Smørgrav - d...@des.no

Putting OPIE to rest

2022-09-15 Thread Dag-Erling Smørgrav
I will be removing OPIE from the main branch within the next few days. It has long outlived its usefulness. Anyone still using it should look into OATH HOTP / TOTP instead (cf. security/pam_google_authenticator). https://reviews.freebsd.org/D36592 DES -- Dag-Erling Smørgrav - d...@des.no

Re: Dragonfly Mail Agent (dma) in the base system

2022-01-31 Thread Dag-Erling Smørgrav
Baptiste Daroussin writes: > Dag-Erling Smørgrav writes: > > [...] does not have a default domain setting, so it cannot handle > > email from cron, periodic etc. where the recipient is just a user > > name (usually “root”) [...] > This has been fixed since. (not by me)

Re: Dragonfly Mail Agent (dma) in the base system

2022-01-30 Thread Dag-Erling Smørgrav
domain setting, so it cannot handle email from cron, periodic etc. where the recipient is just a user name (usually “root”), and the devs were not willing to add that feature. I have email as far back as 2015 on the subject. DES -- Dag-Erling Smørgrav - d...@freebsd.org

Re: workaround for VMware WS NAT bug triggered by OpenSSH 7.8p1 changes

2018-12-23 Thread Dag-Erling Smørgrav
Yuri Pankov writes: > There's apparently a bug in VMware Workstation NAT implementation, > [...] The patch itself is attached. Could you please open a differential and add me as reviewer? DES -- Dag-Erling Smørgrav - d...@des.no ___ free

Re: workaround for VMware WS NAT bug triggered by OpenSSH 7.8p1 changes

2018-12-23 Thread Dag-Erling Smørgrav
ike Red Hat does. Advise the customer to use a workaround > until the other vendor fixes their code. With respect, that's not your decision. It's mine. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list h

Re: workaround for VMware WS NAT bug triggered by OpenSSH 7.8p1 changes

2018-12-23 Thread Dag-Erling Smørgrav
not be a viable piece of software. Wishing they weren't needed is a waste of time and energy. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubs

Re: workaround for VMware WS NAT bug triggered by OpenSSH 7.8p1 changes

2018-12-23 Thread Dag-Erling Smørgrav
it > in src.conf. Then it's useless. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Devd / devmatch(8) -- netif race 12-RC1

2018-11-26 Thread Dag-Erling Smørgrav
all that devd's aware of. The only way to find out if it's supported is to call the driver's identify method, which checks the cpuid and creates a device instance for each reported sensor. DES -- Dag-Erling Smørgrav - d...@des.no ___ free

Re: Warning about $local_unbound_tls not being set properly, on first boot of 12.0-BETA1

2018-10-26 Thread Dag-Erling Smørgrav
Rebecca Cran writes: > After installing 12.0-BETA1, on the first boot I noticed a warning > about $local_unbound_tls not being set properly. Ah, I should probably have added it to /etc/defaults/rc.conf. Can you do that (just set it to “no”) and let me know if it helps? DES -- Dag-

Re: careless commits disrupt

2018-10-22 Thread Dag-Erling Smørgrav
; share ? # pkg install -y misc/compat9x misc/compat10x misc/compat11x DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Dag-Erling Smørgrav
Jung-uk Kim writes: > I forgot to patch one more file, i.e., Makefile.inc1. Please try the > attached patch instead. Thanks, I missed that too. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list

Re: careless commits disrupt

2018-10-11 Thread Dag-Erling Smørgrav
ur installed system. It may delete files which have been obsoleted by changes you haven't yet built and installed, to the point where you may be unable to build and install those changes. In this particular case, it will, at the very least,

Re: r339289 buildworld stopped in /usr/src/secure/lib/libcrypto

2018-10-11 Thread Dag-Erling Smørgrav
tem expert is needed here. (and libldns probably needs a version bump, but that won't affect this) DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: SVN r339216 breaks ssh to i386 devices

2018-10-09 Thread Dag-Erling Smørgrav
just i386. The quick fix is to replace size_t with u_int64_t in sshbuf_get_passwd(), on line 513 of sshbuf-getput-basic.c (with my previous patch applied). I have a full patch in the pipeline. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Dag-Erling Smørgrav
Please try the attached patch. I expect it to fix i386. If it also fixes arm32, all the better, although I don't quite see why it would. DES -- Dag-Erling Smørgrav - d...@des.no Index: crypto/openssh/sshbuf-getput-ba

Re: SVN r339216 breaks ssh to i386 devices

2018-10-08 Thread Dag-Erling Smørgrav
t's the cause, as it shouldn't break arm32, where time_t *is* 64 bits wide, but it still needs fixing. Are you getting the exact same error message as Michael? DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing

Re: drm / drm2 removal in 12

2018-08-28 Thread Dag-Erling Smørgrav
blubee blubeeme writes: > You seem to miss the point where the you avoid breaking the system for > any users not on the bleeding edge. You seem to miss the point where nobody is interested in anything you have to say any more. DES -- Dag-Erling Smørgrav - d...@

Re: head's /usr/src/UPDATING vs. "LOADER_DEFAULT_INTERP, documented in build(7)": not documented yet

2018-08-26 Thread Dag-Erling Smørgrav
t partition contains the code that loads the loader and should not need updating. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: drm / drm2 removal in 12

2018-08-26 Thread Dag-Erling Smørgrav
Johannes, Niclas, Warner and others with a century of combined experience will be thrilled to see you succeed where they, by your account, have failed. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.

Re: drm / drm2 removal in 12

2018-08-25 Thread Dag-Erling Smørgrav
opers, our friends, most of us want nothing to do with you. If can't live with that, I'm sure you can figure out how to install Linux. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.fr

Re: [CFT] packaging the base system with pkg(8)

2016-03-14 Thread Dag-Erling Smørgrav
has 934 packages installed. It's been running for ten minutes and has printed over 90,000 lines, with no end in sight.) DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinf

Re: [CFT] packaging the base system with pkg(8)

2016-03-12 Thread Dag-Erling Smørgrav
ndencies: # pkg query -e '%#r == 0' %n-%v DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: HPN and None options in OpenSSH

2016-01-24 Thread Dag-Erling Smørgrav
the bug before it affected you. No hard feelings? DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-

Re: HPN and None options in OpenSSH

2016-01-24 Thread Dag-Erling Smørgrav
Slawa Olhovchenkov writes: > Dag-Erling Smørgrav writes: > > In the meantime, you can try something like this in .bashrc or > > whatever: > Imposible. For accessing .bashrc on kerberoized NFS need correct > /tmp/krb5cc_. /etc/profile, then. DES -- Dag-Erling S

  1   2   3   4   5   >