Re: ntpd as ntpd user question

2018-07-21 Thread Ian Lepore
On Sat, 2018-07-21 at 10:47 -0700, bob prohaska wrote: > On Sat, Jul 21, 2018 at 11:14:45AM -0600, Ian Lepore wrote: > > > > > > There's a "pre-world" stage of mergemaster (-Fp option I think) which > > isn't needed often, but one of the times it is

Re: ntpd as ntpd user question

2018-07-22 Thread Ian Lepore
On Sat, 2018-07-21 at 15:09 -0700, bob prohaska wrote: > On Sat, Jul 21, 2018 at 12:14:10PM -0600, Ian Lepore wrote: > > > > > > I can't see any way that installkernel would lead to the complaint > > about the ntpd user not existing; that check is tied to the &g

Re: ntpd as ntpd user question

2018-07-23 Thread Ian Lepore
it out there in case someone can expand on it. It certainly makes some sense that it could be done intervention-free. When doing other diff-based merges (like 'svn update') you only have to intervene when there's an actual conflict between some local change you've made an

Re: svn commit: r336751 - head/usr.sbin/pw

2018-07-27 Thread Ian Lepore
On Fri, 2018-07-27 at 14:43 +, Li-Wen Hsu wrote: > On Thu, Jul 26, 2018 at 20:03:11 +0000, Ian Lepore wrote: > > > > Author: ian > > Date: Thu Jul 26 20:03:11 2018 > > New Revision: 336751 > > URL: https://svnweb.freebsd.org/changeset/base/336751 > > &g

Re: can't make installworld

2018-08-01 Thread Ian Lepore
gt; It's not a problem at all, we are just in one of the rare times when you actually have to follow the recommended update procedure exactly, without shortcuts. In particular, you cannot skip the pre-world "mergemaster -p" step as described in the handbook or at the bottom of UPDATIN

Re: acpiconf -s 3 does not call acpi sleep event handlers

2018-08-02 Thread Ian Lepore
x27;t exist at the time the event was added is exactly the main benefit of a loose-runtime-binding scheme such as event notifications. -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To u

Re: ntpd user/group issue

2018-08-03 Thread Ian Lepore
n /etc, instead, should it look > elsewhere? DESTDIR perhaps? > > cheers, > danny > Add -DDB_FROM_SRC to the make command when you're installing, to work around this. Fixing the build system to automatically do so isn't as easy as you might think,

Re: GELI with UEFI supporting Boot Environments goes to HEAD when?

2018-08-03 Thread Ian Lepore
> > > > > I will look at updating the rootgen.sh script this evening, to > > > support > > > creating more flexible ESP partitions, so we can drop the > > > loader.efi > > > into an msdosfs directly. > > > > > > On 07/08/

Re: GELI with UEFI supporting Boot Environments goes to HEAD when?

2018-08-03 Thread Ian Lepore
t; > > > *starts updating CURRENT install* > > > Let us know of there is a problem... And don't forget to do the often-skipped "mergemaster -p" step of the updating before doing the installworld, to add the new ntpd user. :) -- Ian

Re: panic: mutex pmap not owned at ... efirt_machdep.c:255

2018-08-04 Thread Ian Lepore
ocumented better, but efi_runtime > > > pointer may (always?) point into runtime service memory that > > > isn't > > > valid/available at that point, so we get a fault and panic when > > > dereferencing it to grab rt_gettime address. We ran into this > >

Re: panic: mutex pmap not owned at ... efirt_machdep.c:255

2018-08-04 Thread Ian Lepore
On Sat, 2018-08-04 at 18:22 +0300, Konstantin Belousov wrote: > On Sat, Aug 04, 2018 at 09:58:43AM -0500, Kyle Evans wrote: > > > > On Sat, Aug 4, 2018 at 9:51 AM, Ian Lepore wrote: > > > > > > On Sat, 2018-08-04 at 08:56 -0500, Kyle Evans wrote: > > >

Re: panic: mutex pmap not owned at ... efirt_machdep.c:255

2018-08-04 Thread Ian Lepore
On Sat, 2018-08-04 at 18:43 +0300, Konstantin Belousov wrote: > On Sat, Aug 04, 2018 at 09:25:47AM -0600, Ian Lepore wrote: > > > > On Sat, 2018-08-04 at 18:22 +0300, Konstantin Belousov wrote: > > > > > > On Sat, Aug 04, 2018 at 09:58:43AM -0500, Kyle Evans wr

Re: /usr/bin/ld: error: undefined symbol: main [r337834 -> r337903]

2018-08-16 Thread Ian Lepore
Makefile. The CONFS=moduli makes moduli into a target.  The implicit rules search finds the rule to make moduli from moduli.c and because of the .PATH it's able to find a moduli.c. It might be fixable by simply adding a target with a do-nothing script for building moduli in usr.sbin/sshd/Makefile.

Re: Best way to print something from the kernel at 1s intervals?

2019-11-29 Thread Ian Lepore
. I should be able to use the getnanouptime() call to get a > “clock” to look for (it’s used in print_uptime()). As long as the > clock isn’t stopped at this time in the shutdown sequence atleast :-) > > *Time to write some code and test this* :-) > If you want to throttle something

Re: head -r356109 on 32-bit powerpc (old PowerMac): Memory modified after free during late-stage of boot, most recently used by bus-sc

2019-12-29 Thread Ian Lepore
Before being freed, the memory was last used as the softc for some device (perhaps only during probing of a device that never attached). That device would most likely be the culprit (or a wild-pointer write hit that block). -- Ian ___ fr

Re: btxld not found

2020-01-28 Thread Ian Lepore
90104 drwxr-xr-x2 > nick nick > 512 Sep 15 2017 /usr/src/usr.sbin/btxld > 33695644 drwxrwxr-x2 > root wheel > 512 Jan 27 22:33 /usr/obj/

Re: OFWBUS: How does autoconfiguration work?

2020-02-02 Thread Ian Lepore
't working, or something. I couldn't make any sense out of your original question. -- Ian ___ 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: OFWBUS: How does autoconfiguration work?

2020-02-04 Thread Ian Lepore
ndle that stuff separately from the normal hiearchical parent/child bus relationships. There just isn't much that can reasonably be separated out and used in another project, I think. -- Ian ___ freebsd-current@freebsd.org mailing list htt

Re: bootstrap error with make buildworld

2020-02-18 Thread Ian Lepore
e log attached to the original message: > --- _bootstrap-tools-link-[ --- > *** [_bootstrap-tools-link-[] Error code 1 > make[2]: stopped in /usr/src I have no idea why it failed trying to create a symlink to '[' (an alias for test(1)), but that was the first error. -- Ian ___

Re: Any a.out users?

2020-03-13 Thread Ian Lepore
cated via sysctl in some way, so that ldconfig could do a.out hints only if support for them is available? -- Ian ___ 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: Any a.out users?

2020-03-13 Thread Ian Lepore
On Fri, 2020-03-13 at 13:34 -0400, Ed Maste wrote: > On Fri, 13 Mar 2020 at 13:22, Ian Lepore wrote: > > > > Could a.out support be a kernel config option that's off by > > default? > > Probably. That seems reasonable to me. > > > And could its presenc

Re: FYI: artifact-based head bisect and OPi+2e (an armv7): -r359311 fails to boot but -r359309 boots (kernel substitutions)

2020-03-29 Thread Ian Lepore
t were not being used until now. In > particular, atomic_fcmpset_8() seems broken and hangs up > in vm_page_bits_swap(). I think I have a fix but I want to run it > by Ian. > > --Thomas > > Index: sys/arm/include/atomic-v6.h > ===

Re: lock order reversal and poudriere

2020-05-03 Thread Ian Lepore
ink that's a different issue. > Segfaults and other problems with a program named "conftest" while building ports is normal. Autotools' configure script writes and runs programs named conftest to detect the presence or absence of features or bugs. That doesn't mean every

Re: efirtc + atrtc at the same time

2020-05-26 Thread Ian Lepore
bsd machine that could successfully resume from suspend, so I've never been able to experiment with it. -- Ian ___ 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"

r360902 breaks VLAN interface on if_em (82579LM)

2020-05-26 Thread Ian FREISLICH
___ 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: r360902 breaks VLAN interface on if_em (82579LM)

2020-05-27 Thread Ian FREISLICH
___ 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: r360902 breaks VLAN interface on if_em (82579LM)

2020-05-27 Thread Ian FREISLICH
1 message, 64 bit enabled with 1 message     cap 13[e0] = PCI Advanced Features: FLR TP Ian -- Ian Freislich ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: В ответ на: vnc can't connect to socket

2020-06-21 Thread Ian Lepore
t commit here. > *BSD has always accepted 0 as a synonym for localhost (and iirc, linux does not). If this no longer works, it's a regression which is going to cause existing applications and scripts to fail. At the very least it deserves an entry in UPDATING. -- Ian > Best regards > Mich

Re: В ответ на: vnc can't connect to socket

2020-06-21 Thread Ian Lepore
On Sun, 2020-06-21 at 19:54 +0200, Michael Tuexen wrote: > > On 21. Jun 2020, at 19:40, Ian Lepore wrote: > > > > On Sun, 2020-06-21 at 14:54 +0200, Michael Tuexen wrote: > > > > On 21. Jun 2020, at 14:28, Kostya Berger > > > > > > > >

Re: Undeletable files after kyua test runs

2020-06-29 Thread Ian Lepore
ate for clear_tmp_enable="YES" > to include > a check like this. I would think that an rc option like this should > delete > everything in /tmp. > I disagree. One of the few things those immutable flags are good for is protecting files from things like an rc script or oth

Re: Plans for git (was: Please check the current beta git conversions)

2020-09-02 Thread Ian Lepore
ad that has any real value at all. Unlike everyone else, he has clearly seen what the basic problem is (zero communications about this impending cutover to the people who need to work with it every day), and he summarized it in a completely practical way. This assumption that everyone knows how to us

Re: Plans for git (was: Please check the current beta git conversions)

2020-09-02 Thread Ian Lepore
On Wed, 2020-09-02 at 14:45 -0400, Dan Langille wrote: > On Wed, Sep 2, 2020, at 2:36 PM, Ian Lepore wrote: > > > Seriously, Warner? > > Yes, seriously. We are adults. Act accordingly. > > Don't be confused. I also thought the message he was replying to was out

Re: Deprecating ftpd in the FreeBSD base system?

2020-09-17 Thread Ian Lepore
bedded systems talking to each other over a point to point link within a sealed device are not concerned about man in the middle attacks or other modern internet threats. -- Ian ___ 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: Deprecating ftpd in the FreeBSD base system?

2020-09-17 Thread Ian Lepore
On Thu, 2020-09-17 at 12:49 -0700, John-Mark Gurney wrote: > Ian Lepore wrote this message on Thu, Sep 17, 2020 at 09:01 -0600: > > On Thu, 2020-09-17 at 18:43 +0400, Gleb Popov wrote: > > > On Thu, Sep 17, 2020 at 6:05 PM Cy Schubert < > > > cy.schub

Re: rc.d/zpool runs before ada(4) attaches

2020-12-01 Thread Ian Lepore
pool.cache; do > > if [ -r $cachefile ]; then > > zpool import -c $cachefile -a -N && break > > > > best, > > -harry > > > > > > > > You can define these in /boot/loader.conf: > #kern.ca

Re: Enabling AESNI by default

2020-12-31 Thread Ian Lepore
somehow ONLY load the module if you had CPU > support for it. The down side is that detection would probably have > to be in the laoder as this code can be used very early on. > Not nearly so much as the code to support the PC/AT RTC and i8254 hardware as kernel eventtimers

Re: Panic after updating

2021-01-12 Thread Ian Lepore
n I got a different result, > > > > > > > so I > > > > > > > most likely did something wrong the first time. > > > > > > > > > > > > > > ff3468ac94597efdcbc56f372528dfc98b114dac is the first bad > > > > > > > commit > > > >

Re: Panic after updating

2021-01-12 Thread Ian Lepore
On Tue, 2021-01-12 at 19:56 +0100, Hans Petter Selasky wrote: > On 1/12/21 7:45 PM, Ian Lepore wrote: > > > > - for (int i = 0; i <= sc->sc_npins; i++) { > > > > + for (int i = 0; i != sc->sc_npins; i++) { > > > >

Re: Panic after updating

2021-01-13 Thread Ian Lepore
efb83a4312036f1f > > > > > > > Nice! Thanks again! > > > Jakob > Indeed, thank you for taking care of this, my $job has me way too busy these days. -- Ian ___ freebsd-current@freebsd.org mailing list http

Re: (n244517-f17fc5439f5) svn stuck forever in /usr/ports?

2021-02-04 Thread Ian FREISLICH
___ 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: Rationalizing sed -i/-I (in-place editing) argument handling

2021-03-08 Thread Ian Lepore
s. If we keep whittling away at the backwards compatibility freebsd is so famous for, I'll have abosolutely zero arguments left for why $work shouldn't just switch to the much more popular and better- supported linux. I also hate the idea of requiring no space between -I and it

Re: Arm64 Tier 1 FreeBSD 13 Phones

2021-04-10 Thread Ian Lepore
es. The amount of work required to get there from here is almost unimaginable, and there are no big companies funding that kind of work (which is how linux got all that code). -- Ian ___ freebsd-current@freebsd.org mailing list https://lists.fr

Re: Files in /etc containing empty VCSId header

2021-06-07 Thread Ian Lepore
; remove things more widely as the stable/12 branch reaches EOL and > after. > > Warner It would be really nice if, instead of just deleting the $FreeBSD$ markers, they could be replaced with the path/filename of the file in the source tree. Sometimes it's a real interesting exercise to figure out where a file on your runtime system comes from in the source world. All the source tree layout changes that happened for packaged-base makes it even more interesting. -- Ian

Re: Files in /etc containing empty VCSId header

2021-06-08 Thread Ian Lepore
On Tue, 2021-06-08 at 13:47 +0200, Gary Jennejohn wrote: > On Tue, 8 Jun 2021 09:41:34 + > Mark Linimon wrote: > > > On Mon, Jun 07, 2021 at 01:58:01PM -0600, Ian Lepore wrote: > > > Sometimes it's a real interesting exercise to figure out where a > > >

Re: Files in /etc containing empty VCSId header

2021-06-08 Thread Ian Lepore
On Tue, 2021-06-08 at 15:11 -0700, Rodney W. Grimes wrote: > > On Tue, 8 Jun 2021 09:41:34 + > > Mark Linimon wrote: > > > > > On Mon, Jun 07, 2021 at 01:58:01PM -0600, Ian Lepore wrote: > > > > Sometimes it's a real interesting exercise to fig

Re: Files in /etc containing empty VCSId header

2021-06-09 Thread Ian Lepore
On Wed, 2021-06-09 at 18:54 +1000, Peter Jeremy via freebsd-current wrote: > On 2021-Jun-08 17:13:45 -0600, Ian Lepore wrote: > > On Tue, 2021-06-08 at 15:11 -0700, Rodney W. Grimes wrote: > > > There is a command for that which does or use to do a pretty > > > decent

Re: PATH: /usr/local before or after /usr ?

2021-07-16 Thread Ian Lepore
/local in your port makefile while you're developing on it. -- Ian

Re: I get odd time reports from poudriere on armv7 system, under a (non-debug) main [so: 14] FreeBSD.

2021-09-26 Thread Ian Lepore
nsec); There are two problems with this, both the seconds and nanos are printed incorrectly. The correct incantation would be printf("%jd.%09ld\n", (intmax_t)ts.tv_sec, ts.tv_nsec); -- Ian

Is INET6 a required option these days? (kernel build failure)

2024-09-26 Thread Ian FREISLICH
in 'union pf_headers'; did you mean 'icmp'?  8762 | if (!pf_pull_hdr(m, *off, &pd->hdr.icmp6, icmp_hlen, Ian

Re: UFS bad inode, mangled entry on Alder Lake-N(100)

2025-01-27 Thread Ian FREISLICH
All, I can confirm that the microcode loaded early fixes the issue. Ian On 2025-01-27 13:12, Patrick M. Hausen wrote: Hi all, Am 27.01.2025 um 18:38 schrieb Milan Obuch : On Mon, 27 Jan 2025 12:10:43 -0500 Ian FREISLICH

Re: UFS bad inode, mangled entry on Alder Lake-N(100)

2025-01-27 Thread Ian FREISLICH
, without the cpu microcode. I'll look into that shortly. Ian On 2025-01-27 13:12, Patrick M. Hausen wrote: Hi all, Am 27.01.2025 um 18:38 schrieb Milan Obuch : On Mon, 27 Jan 2025 12:10:43 -0500 Ian FREISLICH wrote:

UFS bad inode, mangled entry on Alder Lake-N(100)

2025-01-27 Thread Ian FREISLICH
or if there's a bug in UFS2 that's tickled by this CPU. I'll provide any debugging required. Ian

Re: UFS bad inode, mangled entry on Alder Lake-N(100)

2025-01-28 Thread Ian FREISLICH
rary media and then use that to boot with the firmware update and chroot install the firmware and edit loader.conf on the nvme. The microcode update fixed it for me. I inferred from reading that enable PCID might have a performance advantage. Ian

Re: buildkernel failure in net/toeplitz.c (commit 3b281d1421a78b588c5fc4182009ce62d8823d95)

2025-02-24 Thread Ian FREISLICH
On February 24, 2025 2:52:14 AM EST, Zhenlei Huang wrote: > > >> On Feb 24, 2025, at 12:42 PM, Ian FREISLICH wrote: >> >> Hi >> >> Building a kernel today failed with: >> >> -Werror /usr/src/sys/net/toeplitz.c >> In file included fr

Re: buildkernel failure in net/toeplitz.c (commit 3b281d1421a78b588c5fc4182009ce62d8823d95)

2025-02-24 Thread Ian FREISLICH
On 2025-02-24 09:54, Mark Johnston wrote: On Mon, Feb 24, 2025 at 03:52:14PM +0800, Zhenlei Huang wrote: On Feb 24, 2025, at 12:42 PM, Ian FREISLICH wrote: Hi Building a kernel today failed with: -Werror /usr/src/sys/net/toeplitz.c In file included from /usr/src/sys/net/toeplitz.c:29: In

buildkernel failure in net/toeplitz.c (commit 3b281d1421a78b588c5fc4182009ce62d8823d95)

2025-02-23 Thread Ian FREISLICH
this is a result of changes to netinet/in.h (3b281d1421a78) which added a static inline function using ntohl() which is not defined in kernel use. Ian

Re: UFS bad inode, mangled entry on Alder Lake-N(100)

2025-06-06 Thread Ian FREISLICH
On June 7, 2025 01:47:56 freebsd-curr...@dino.sk wrote: On Tue, 28 Jan 2025 15:33:30 -0500 Ian FREISLICH wrote: On 2025-01-28 06:23, Milan Obuch wrote: [ snip ] It looks like the right thing, in my case adding vm.pmap.pcid_enabled=0 to /boot/loader.conf helps. I consider this easier than

Re: buildkernel failure [kern/kern_descrip.c]

2025-06-29 Thread Ian FREISLICH
On 2025-06-29 13:13, Mark Johnston wrote: On Sun, Jun 29, 2025 at 11:49:55AM -0400, Ian FREISLICH wrote: Hi I've tried with fresh source and /usr/obj cleared. /usr/src/sys/kern/kern_descrip.c:2967:53: error: too many arguments to function call, expected 4, have 5 2967 |

Re: acpica/acpi_wakeup.c:115:24: error: use of undeclared identifier 'suspended_cpus'

2025-07-26 Thread Ian Freislich
On July 26, 2025 16:48:42 Mark Johnston wrote: On Sat, Jul 26, 2025 at 02:56:14PM -0400, Ian FREISLICH wrote: Hi I get this error compiling for UP but not SMP. The SMP option is mandatory on amd64 after commit fa02551dc8a029a74eb374c418dbb5401d53c2db. There is a static assertion in

Re: acpica/acpi_wakeup.c:115:24: error: use of undeclared identifier 'suspended_cpus'

2025-07-26 Thread Ian FREISLICH
On 2025-07-26 17:59, Mark Johnston wrote: On Sat, Jul 26, 2025 at 05:54:58PM -0400, Ian Freislich wrote: On July 26, 2025 16:48:42 Mark Johnston wrote: On Sat, Jul 26, 2025 at 02:56:14PM -0400, Ian FREISLICH wrote: Hi I get this error compiling for UP but not SMP. The SMP option is

duplicate case value in find/printf.c

2025-07-26 Thread Ian FREISLICH
case 'b': /* blocks used by file */ | ^ Ian

Re: Be careful with "make delete-old-libs"

2025-07-31 Thread Ian Freislich
s a result. If you build curl from ports you'll probably be fine. I didn't see your message and ended up with the same issue here. After delete-old-libs libcurl is broken pkg shlib -qR libkrb5.so.11 Should reveal all the affected ports. I had curl and neon needing a rebuild. Ian

Re: Intel 865 probs

2003-11-13 Thread ian j hart
gt; > fixed, that could cause this problem. > > Nov 10. I ran cvsup at about 9:00am GMT. > > Peter Risdon. > > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "[EMAIL PROTECTED]" --

Re: For review: Revised sendmail startup settings

2002-03-26 Thread ian j hart
;DELAY" BTW I just upgraded (was using 12.2 port). I included the milter patch and SASL. No problems so far. Three cheers for GNS... -- ian j hart To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Another possible solution for non-sendmail users

2002-03-28 Thread ian j hart
; http://people.freebsd.org/~gshapiro/mta-start > > Opinions? > Brilliant! I suppose you just threw this together :) One small quibble. If I want to set mta_start_script="" and run rc.sendmail(.sh) from /usr/local/etc/rc.d shouldn't "stop" kill both queues?

Re: Another possible solution for non-sendmail users

2002-03-29 Thread ian j hart
mspq and "stop" stops the mta but not the mspq Hmmm, It's deja vu all over again. It's not too difficult to write a startup script, but it duplicates much of the code in rc.sendmail. Which seems like a waste to me. -- ian j hart To Unsubscribe: send mail to [EMAIL PROTECT

<    4   5   6   7   8   9