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

2025-04-13 Thread Robert Clausecker
Hi Alastair, That sounds like a bug! Please report it on Bugzilla. Yours, Robert Clausecker Am Sun, Apr 13, 2025 at 02:51:17AM + schrieb Alastair Hogge: > Hello, > > I am updating a 15-CURRENT host from > 1016b3c344350fa5968f16852e5e4e388c51d817[1] (2025-03-08 18:28:50

Re: pfil_default_to_drop

2025-04-09 Thread Robert Austen
From: owner-freebsd-curr...@freebsd.org on behalf of Robert Austen Sent: April 9, 2025 10:44 AM To: Zhenlei Huang Cc: freebsd-current@freebsd.org ; freebsd-...@freebsd.org ; Kristof Provost ; Cy Schubert Subject: Re: pfil_default_to_drop You don't

Re: pfil_default_to_drop

2025-04-09 Thread Robert Austen
ing with the kernel Makefile + CONF structure than with my changes lol. From: Zhenlei Huang Sent: April 9, 2025 1:48 AM To: Robert Austen Cc: freebsd-current@freebsd.org ; freebsd-...@freebsd.org ; Kristof Provost ; Cy Schubert Subject: Re: pfil_default_to_dro

Re: pfil_default_to_drop

2025-04-09 Thread Robert Austen
s? let sysadmin use whatever option they see fit? they shouldn't have to write something to get the result they want (or need), like I had to.. From: Cy Schubert Sent: April 9, 2025 8:39 AM To: Zhenlei Huang Cc: Robert Austen ; freebsd-current@freebsd.

Re: pfil_default_to_drop

2025-04-08 Thread Robert Austen
ll, so it's a simple mechanism for those that want more than PF_DEFAULT_TO_DROP can ever provide. thanks! From: Zhenlei Huang Sent: April 7, 2025 7:55 PM To: Robert Austen Cc: freebsd-current@freebsd.org ; freebsd-...@freebsd.org ; Kristof Provost Subject:

Fw: pfil_default_to_drop

2025-04-07 Thread Robert Austen
From: Robert Austen Sent: April 7, 2025 4:33 PM To: freebsd-current@freebsd.org ; freebsd-...@freebsd.org Subject: Fw: pfil_default_to_drop From: Robert Austen Sent: April 7, 2025 4:21 PM To: freebsd-current@freebsd.org

Re: Creating poudriere jail fails with libmd.so.6 not found

2025-03-03 Thread Robert Clausecker
00 CET 2025 > guru@jet:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > > What would be the correct way to fix this? Re-run 'make buildworld' > again? Or copying the shared lib libmd.so.6 into place? The simplest solution is to clear the object directory and do a fresh world build. libmd.so.6 was turned into libmd.so.7 as part of a recent API change. It should also work to link libmd.so.7 to libmd.so.6. Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email - against proprietary attachments

Re: Problem (re)building graphics/drm-61-kmod via PORTS_MODULES+=

2024-10-25 Thread Robert Clausecker
(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} obj) ---8<---8<---8<---8<--- Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email - against proprietary attachments

Re: libc/libsys split coming soon

2024-02-03 Thread Robert Clausecker
y all dynamically linked programs link these libraries anyway. Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email - against proprietary attachments

Re: Removing fdisk and bsdlabel (legacy partition tools)

2024-01-25 Thread Robert R. Russell
ls. > FYI gpart doesn't allow you to create disklabel with more than 8 items either. robert@venus ~ 563$ doas mdconfig -l md0 robert@venus ~ 564$ doas mdconfig -lv md0 vnode 40M /usr/home/robert/test_disk.img robert@venus ~ 565$ doas gpart backup md0 MBR 4 1 freebsd 1 81

Re: noatime on ufs2

2024-01-09 Thread robert
On Tue, Jan 9, 2024, at 04:47, void wrote: > On Mon, Jan 08, 2024 at 12:41:02PM -0800, Xin LI wrote: >>On Sun, Jan 7, 2024 at 5:27 AM void wrote: >> >>> Hi, >>> >>> Does /var/mail still need atime? >>> >>> I've installed a ufs2-based -current main-n267425-aa1223ac3afc on >>> rpi4/8BG which install

Re: noatime on ufs2

2024-01-09 Thread robert
On Tue, Jan 9, 2024, at 05:13, void wrote: > On Tue, Jan 09, 2024 at 09:47:59AM +0100, Olivier Certner wrote:i > >> So, to me, at this point, it still sounds more than a gimmick >> than something really useful. If someone has a precise use case >> for it and motivation, than of course please go

Re: noatime on ufs2

2024-01-08 Thread robert
On Mon, Jan 8, 2024, at 14:41, Xin LI wrote: > > > On Sun, Jan 7, 2024 at 5:27 AM void wrote: >> Hi, >> >> Does /var/mail still need atime? >> >> I've installed a ufs2-based -current main-n267425-aa1223ac3afc on >> rpi4/8BG which installs into one / . If it's mounted with noatime, >> will it h

Re: amd64 SIMD libc work has landed

2023-12-25 Thread Robert Clausecker
Hi Glen, Am Mon, Dec 25, 2023 at 06:01:36PM +0300 schrieb Gleb Popov: > On Mon, Dec 25, 2023 at 5:38 PM Robert Clausecker wrote: > > > > Greetings! > > > > I am happy to announce that the FreeBSD Foudation sponsored amd64 libc > > SIMD enhancement work has land

amd64 SIMD libc work has landed

2023-12-25 Thread Robert Clausecker
ding world WITHOUT_MACHDEP_OPTIMIZATIONS. Please see simd(7) as well as the blog post: https://freebsdfoundation.org/blog/a-sneak-peek-simd-enhanced-string-functions-for-amd64/ for more details. Yours, Robert Clausecker -- () ascii ribbon campaign - for an encoding-agnostic world /\ - against html email

Re: aarch64 and armv6 vs. armv7 support: armv6 is not supported, despite what "man arch" reports

2023-12-07 Thread Robert Clausecker
tecture triple for one of those. FreeBSD keeps them distinct.) > > However, the armv6 part of that is wrong: The infrastructure supports > only one 32-bit alternative for a given kernel, not a family of them at > once . . . See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256

Re: problem updating to CURRENT from source

2023-11-28 Thread Robert Huff
orld has both "make cleanworld" and "make cleandir"; is that sufficient? Respectfully, Robert Huff

problem updating to CURRENT from source

2023-11-28 Thread Robert Huff
ed in the head by a mule" look> What have I done wrong? More importantly: how do I fix it? Respectfully, Robert Huff

Re: sed in CURRENT fails in textproc/jq

2023-09-10 Thread Robert Clausecker
Hi Warner, Thank you for your response. Am Sun, Sep 10, 2023 at 09:53:03AM -0600 schrieb Warner Losh: > On Sun, Sep 10, 2023, 7:36 AM Robert Clausecker wrote: > > > Hi Warner, > > > > I have pushed a fix. It should hopefully address those failing tests. > > The

Re: sed in CURRENT fails in textproc/jq

2023-09-10 Thread Robert Clausecker
address space or (b) I could change memcmp() to crash loudly if it detects such a case. I could also (c) leave memcmp() as is. Which of these three choices is preferable? Yours, Robert Clausecker Am Sun, Sep 10, 2023 at 05:51:43AM -0600 schrieb Warner Losh: > On Sat, Sep 9, 2023, 10:51 PM Rob

Re: sed in CURRENT fails in textproc/jq

2023-09-09 Thread Robert Clausecker
: http://fuz.su/~fuz/freebsd/0001-lib-libc-amd64-string-memchr.S-fix-behaviour-with-ov.patch Please check if it does the trick for you. If yes, I'll go ahead and push it tomorrow-ish. Yours, Robert Clausecker Am Sat, Sep 09, 2023 at 07:12:29PM +0200 schrieb Dag-Erling Smørgrav: > Antoin

RE: Has the update procedure changed?

2023-08-07 Thread Robert Huff
Wrong(tm). Respectfully, Robert Huff

Re: Problem compiling harfbuzz

2021-05-05 Thread Robert Huff
itional useful information. Respectfully, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! ___ freebsd-current@freebsd.org mailing list https://lists.fr

Re: loading drm crashes system

2021-01-26 Thread Robert Huff
Me: > Try September 26 as a reference date. s/September 26/September 6/ ; src = r365372 Respectfully, Robert "Gotcha, ya little bugger!" Huff ___ freebsd-curren

Re: loading drm crashes system

2021-01-26 Thread Robert Huff
n of current, so also b) updated to the latest drm-current-kmod and gpu-firmware. Question: is there a way for the less sophisticated user to tell whether the cause is in the drm knod or the firmware kmod? Hope this helps, Robert Huff

Re: loading drm crashes system

2021-01-25 Thread Robert Huff
... then they didn't again. Respectfully, Robert Huff ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

loading drm crashes system

2021-01-24 Thread Robert Huff
t image of open jaw and glassy-eyed stare] The GPU is a Radeon HD 3300, and at one point this used to work. Help, please? Respectfully, Robert Huff ___ freebsd-current@

Re: Current kernel build broken with linuxkpi?

2021-01-16 Thread Robert Huff
; built successfully; built the kernel - successfully; and installed kernel then world with no hiccups. Thanks to everyone for their help. Respectfully, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask

Re: Current kernel build broken with linuxkpi?

2021-01-15 Thread Robert Huff
lly, Robert "ENOBRAIN" Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to &qu

Re: Current kernel build broken with linuxkpi?

2021-01-14 Thread Robert Huff
tfully, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any m

Re: Current kernel build broken with linuxkpi?

2021-01-14 Thread Robert Huff
he PORTS_thing if you > really want it upgrade kernel again If I understand things correctly: things in the PORTS_MODULES list are upgraded _after_ the kernel is completely rebuilt. I am hitting this _during_ the rebuild. So the question becomes: _will_ removing the IGN

Re: Current kernel build broken with linuxkpi?

2021-01-14 Thread Robert Huff
That does not involve reinstalling the OS.) Anxiously, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! ___ freebsd-current@freebsd.org maili

Re: Current kernel build broken with linuxkpi?

2021-01-13 Thread Robert Huff
e src.conf(5). Actually make.conf(5). Respectfully, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! ___ freebsd-current@freebsd.org mailing lis

Re: Current kernel build broken with linuxkpi?

2021-01-13 Thread Robert Huff
at would be the SOURCE option? Further: if I have that set ... does that mean I can remove it from PORTS_MODULES? (And I assume a note about this will appear in UPDATING?) Respectfully,

Re: Current kernel build broken with linuxkpi?

2021-01-13 Thread Robert Huff
understood. You are telling me I need to update this _before_ buildkernel? Perplexedly, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! ___ free

kernel build fails

2021-01-13 Thread Robert Huff
klight_device *bd = to_backlight_device(dev); ^ 12 errors generated. *** Error code 1 (Full build log available on request.) Don't see anything applicable in UPDATING. This is w

problem building kernel for r368820

2020-12-30 Thread Robert Huff
(The configuration file is appended.) There's nothing in UPDATING to suggest a cause, and I haven't seen anything on this list. This implies it's my fault. Help, please? Respectfully, Robert Huff # # JER

Re: "make buildworld" fails for r360785?

2020-05-09 Thread Robert Huff
ppened. How do I recover? Is there a bootstrap process? > or have done an earlier > buildworld where > they explicitly disabled clang, so the intrinsics headers never get > installed. Other than a custom kernel config fi

Re: "make buildworld" fails for r360785?

2020-05-08 Thread Robert Huff
ject/clang/lib/Basic/SourceManager.cpp:1228: In file included from /usr/include/emmintrin.h:13: /usr/include/xmmintrin.h:27:10: fatal error: 'mm_malloc.h' file not found #include ^ 1 error generated. *** Error code 1 So ... progress (yes?), but not success. :-( What next? Respectfully, Robert Huff ___ 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"

"make buildworld" fails for r360785?

2020-05-07 Thread Robert Huff
sr/src/amd64.amd64/tmp/legacy/usr/include -fno-exceptions -fno-rtti -std=c++14 -stdlib=libc++ -Wno-c++11-extensions -c /usr/src/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp -o Basic/SourceManager.o > /usr/src/contrib/llvm-project/clang/lib/Basic/SourceManager.cpp:1228:10: > fatal error:

Re: OpenSSL breaks factor(6)

2019-12-29 Thread Robert Wing
Have y'all ever seen reviews.freebsd.org? On Sunday, December 29, 2019, Garance A Drosehn wrote: > On 29 Dec 2019, at 2:17, Steve Kargl wrote: > > > On Sun, Dec 29, 2019 at 01:34:28AM -0500, Garance A Drosehn wrote: > >>> > >>> An interested user will need to add that support. AFAIK, factor(6)

Re: FreeBSD Friday

2019-11-22 Thread Robert
cards. On Sat, 23 Nov 2019, 05:56 Clay Daniels, wrote: > That's super cool, JMG! I will have to try this out. Thanks, Clay > > On Fri, Nov 22, 2019 at 9:47 PM John-Mark Gurney wrote: > >> Robert wrote this message on Fri, Nov 22, 2019 at 22:24 +0100: >> > Thanks al

Re: FreeBSD Friday

2019-11-22 Thread Robert
, and I think 12-stable would >> probably be a better option ... I am willing to try out 13-CURRENT though. >> >> Does anyone have advice? Could someone point me to snapshot of 13-CURRENT >> that'd include the commit I need? >> >> Thanks >> Robert >>

Re: FreeBSD Friday

2019-11-22 Thread Robert
Thank you. Seems better to wait for 12-STABLE to be updated... Do you know how often snapshots are built? I subscribed to freebsd-snapshots as well. Robert On Fri, 22 Nov 2019 at 20:38, Jung-uk Kim wrote: > On 19. 11. 22., Thomas The Tank Engine wrote: > > Hello all, > > > &

Re: Danish FreeBSD Developer hates jews collectively

2019-05-10 Thread Robert Wing
gt; In short. I am an antisemitist. But this has nothing to do with > real Jews. Despite that, the situation in Israel is > a catastrophe, and in Jemen, but let's just not talk about it. > Will ya? > > --steffen > | > |Der Kragenbaer,The moon bear, > |

Re: problem building dev/e1000

2019-02-15 Thread Robert Huff
x27;re talking about have the same response I did. :-) Respectcfully, Robert Huff ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsu

problem building dev/e1000

2019-02-14 Thread Robert Huff
t;if_em.h"? Respectfully, Robert Huff ___ 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: kernel build dies with "unknown option"

2019-02-13 Thread Robert Huff
lem elsewhere? > > Just remove them. They haven't actually done anything in a long time. Done. Paying it forward: is there anything else in the default/DENERIC config files which should suffer the same fate? Respectfully,

kernel build dies with "unknown option"

2019-02-13 Thread Robert Huff
le. (Full config file is appended.) Googling found nothing useful; didn't find anything in src/UPDATING. Is this me, or is the problem elsewhere? Respectfully, Robert Huff # # JERUSALEM -- kernel configuration file fo

Re: kernel config question

2019-01-02 Thread Robert Huff
. A GENERIC kernel will include suitable > +compatibility options to run binaries from older branches. Maybe not perfect, but _much_ better. Thanks. Respectfully, Robert Huff ___ fr

Re: kernel config question

2019-01-02 Thread Robert Huff
REEBSD11 is needed. > > Yes, that text needs to be made more generic to say that you will need > COMPAT_FREEBSD. Though we've also had some major branches that > didn't get a COMPAT_FREEBSD option. Are any of those still supported?

kernel config question

2019-01-02 Thread Robert Huff
EBSD6 and COMPAT_FREEBSD7. still apply? (It seems ... irrational ... one would need compatibility stuff going back to FreeBSD 4 to rebuild/update FreeBSD 13.) Respectfully, Robert

Re: drm changes and updating to 12.0

2018-11-05 Thread Robert Huff
t of which card/gpu is currently known to work with which drm(-kmod) version, perhaps gathered from those involved with development? (Is this based on work from Linux? If so, do they have a list?) Respectfully, Robert Huff _

drm changes and updating to 12.0

2018-11-04 Thread Robert Huff
sh install? Respectrfully, Robert Huff ___ 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: ACPI Error on HP ProBook 430 G2

2017-01-03 Thread Moore, Robert
> -Original Message- > From: Hans Petter Selasky [mailto:h...@selasky.org] > Sent: Tuesday, January 3, 2017 8:23 AM > To: Moore, Robert ; Edward Tomasz Napierala > ; O. Hartmann > Cc: freebsd-a...@freebsd.org; freebsd-current@freebsd.org; Vladimir > Zakharov >

RE: ACPI Error on HP ProBook 430 G2

2017-01-03 Thread Moore, Robert
Not sure I understand. The fix has been committed, and is part of version 20161222. > -Original Message- > From: Hans Petter Selasky [mailto:h...@selasky.org] > Sent: Monday, January 2, 2017 12:30 AM > To: Moore, Robert ; Edward Tomasz Napierala > ; O. Hartmann

RE: ACPI Error on HP ProBook 430 G2

2016-12-22 Thread Moore, Robert
ACPICA version 20161222 happened today, with a fix for the problem below. > -Original Message- > From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- > a...@freebsd.org] On Behalf Of Moore, Robert > Sent: Wednesday, December 21, 2016 7:21 AM > To: Edward Tomas

RE: ACPI Error on HP ProBook 430 G2

2016-12-21 Thread Moore, Robert
We have fixed this issue for the latest version of ACPICA that will happen this week, probably 22 december. > -Original Message- > From: owner-freebsd-a...@freebsd.org [mailto:owner-freebsd- > a...@freebsd.org] On Behalf Of Edward Tomasz Napierala > Sent: Wednesday, December 21, 2016 3:1

FreeBSD 11.0 i386 buildworld failure

2016-09-30 Thread Robert Burmeister
FreeBSD 11.0 i386 Stable I successfully upgraded from FreeBSD 10.3 to 11.0 Stable on 23 September 2016. Upon refreshing and rebuilding world to catch the 28 September 2016 Release update, buildworld failed using the same build options that had worked for the 22 Sept code. Tail: --- all_subdir_

Re: _secure_path: cannot stat /etc/login.conf: Not permitted in capability mode

2016-06-13 Thread Robert N. M. Watson
led latest current on a machine here. I noticed >>> the following message in dmesg after a reboot: >>> >>> _secure_path: cannot stat /etc/login.conf: Not permitted in capability mode >>> >>> I don't remember seeing this before. >> >> Hi Jo

Re: ntpd errors after upgrade on current amd64

2015-04-03 Thread Ollivier Robert
build you generate the .c/.h. In practice, you always use the ntp_parser.c/.h that come pre-built and build with that. As jkim shows, the generated file can be quite different. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child

Corrupted output on Haswell graphics

2015-02-16 Thread Robert David
00, 640x480. But seems it does not change anything. Regards, Robert. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Robert Watson
re the guy most likely to need to do commits/MFCs to oldnfs. I think removing it is fine, but as early as possible (as John says) to give our -CURRENT users time to stop working around bugs and start reporting them :-). Robert ___ freebsd-current@free

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-02 Thread Robert Backhaus
On 2 September 2014 13:30, Michelle Sullivan wrote: > Andrew Berg wrote: > > On 2014.09.01 22:09, Michelle Sullivan wrote: > > > >> That's my point - there was a patch waiting to submit that knowingly > >> broke pkg_install at midnight on the day after the EOL... the EOL > >> shouldn't be an EOL

error during buildworld

2014-06-06 Thread Robert Huff
MA_QUEUED ? ^ 1 error generated. *** Error code 1 Stop. make[3]: stopped in /usr/src/sbin/camcontrol *** Error code 1 Is anyone else seeing this? If not, what have I most likely mangled? (make.conf and src.conf are appended.)

Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
ing a headless server where > you won't be doing X forwarding, and so want versions of tools that are > command-line-only. If you're explicitly choosing not to install the GUI for > Vim, the odds are you won't want Firefox either... Seems logical, yes :) Thanks. --

Re: official pkg repo with WITHOUT_X11=true

2014-06-02 Thread Ollivier Robert
that server, the display taken into account in the client machine (e.g. through ssh -X). Or did I missed something? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ __

Re: another Make (maybe) problem

2014-04-08 Thread Robert Huff
Warner Losh writes: What happens if you say ‘DEBUG_FLAGS+= -gdwarf-2’ instead of a naked -g? Experiment in progress ... ... same result as before. (Dang.) What next? Robert Huff ___ freebsd

Re: another Make (maybe) problem

2014-04-06 Thread Robert Huff
b) I have run "make", but not "make install" in /usr/src/rescue can I re-run "make buildworld" in /usr/src and have it Do The Right Thing? (Independent errors notwithstanding.) Respectfully, Robert Huff ___

Re: another Make (maybe) problem

2014-04-06 Thread Robert Huff
Jilles Tjoelker writes: > These messages are harmless, but are fixed by r264167. And so they were. Thank you. Now back to the original issue. Robert Huff ___ freebsd-current@freebsd.org mail

Re: another Make (maybe) problem

2014-04-05 Thread Robert Huff
licate script for target "regress_subdir_libnv" ignored make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: using previous script for "regress_subdir_libnv" defined here make[3]: "/usr/src/share/mk/bsd.subdir.mk" line 89: warning: duplicate scr

Re: Re: another Make (maybe) problem

2014-04-04 Thread Robert Huff
On 4/4/2014 4:05 AM, Oliver Pinter wrote: Is there any change in src.conf? There is no src.conf. (See original post.) Robert Huff ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: another Make (maybe) problem

2014-04-03 Thread Robert Huff
w very little about make, but I have seen additional debugging options in the man page. Are there any particular ones which are likely to be helpful? 2) Is there a way to just re-try the affected part of buildworld? Thanks, Rober

Re: another Make (maybe) problem

2014-04-03 Thread Robert Huff
make.conf, Robert Huff ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

another Make (maybe) problem

2014-04-02 Thread Robert Huff
com/roberthuff/bwl.bz2 "make.conf" is appended. There is no "src.conf". I never seen anything like this before; nothing like has come across current@ (recently); and nothing in src/UPDATING appears relevant. Help, please?

Re: [heads up] axing AppleTalk and IPX/SPX

2014-03-14 Thread Robert Watson
also garbage collect the micro-test suites for IPX and AppleTalk in src/tools/regression. Robert ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-curren

Re: processes stuck in vmo_de state

2014-03-13 Thread Robert Watson
sh process stuck in 'vmo_de' state and procstat -kk would give me EBUSY: I recently updated my 11-CURRENT development VM and am encountering the same problem while doing buildworld. Robert ___ freebsd-current@freebsd.org mailing list http

ntpd replacement (Was: Re: Import of DragonFly Mail Agent)

2014-02-24 Thread Ollivier Robert
Base ntpd also include SNTP which is a lightweight NTPv3 client. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org m

Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-22 Thread Robert Burmeister
Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. A) Clang is needed to compile FreeBSD 10 due to use of the updated libstdc++ in world. My workaround was to upgrade FreeBSD 9.2 to Clang 3.3 in the base system and remove GCC 4.2.1 from base 9.2. This

Re: Patch: Add option to fmt to ignore email reply lines

2013-11-26 Thread Mark Robert Vaughan Murray
On 26 Nov 2013, at 12:10, Anthony Perkins wrote: > On Mon, Nov 25, 2013 at 09:58:12PM +, Mark Robert Vaughan Murray > wrote: >> >> You may want to extend your idea a bit and do what par (ports/textproc/par) >> does. This is a paragraph reformatter that takes

Re: Patch: Add option to fmt to ignore email reply lines

2013-11-25 Thread Mark Robert Vaughan Murray
On 25 Nov 2013, at 12:54, Anthony Perkins wrote: > I've added an option to 'fmt' to ignore lines beginning with the > greater-than symbol, so that whole email replies can be piped through > fmt (e.g. via vi from mutt) without needing to repeat the command > for each of my paragraphs. > > This i

Re: Anyone else seeing uma_zalloc_arg panics?

2013-11-23 Thread Mark Robert Vaughan Murray
On 23 Nov 2013, at 10:24, Don Lewis wrote: > On 23 Nov, Mark Robert Vaughan Murray wrote: >> Hi * >> >> Anyone else seeing panics like this? >> >> This is CURRENT, amd64, 2 CPUs, source synced on Thursday 21st Nov evening >> GMT sometime. >>

Anyone else seeing uma_zalloc_arg panics?

2013-11-23 Thread Mark Robert Vaughan Murray
Hi * Anyone else seeing panics like this? This is CURRENT, amd64, 2 CPUs, source synced on Thursday 21st Nov evening GMT sometime. +panic: uma_zalloc_arg: Returning an empty bucket. +cpuid = 1 +KDB: stack backtrace: +db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe003c7dd820

Re: Duplicated WITH_*/WITHOUT_* options

2013-11-21 Thread Mark Robert Vaughan Murray
On 21 Nov 2013, at 12:11, Dimitry Andric wrote: > These duplicated settings are not oversights, just artifacts of how > bsd.own.mk works. The defaults are simply different for different > arches, e.g. WITH_CLANG is the default for x86, powerpc and LE arm, but > WITHOUT_CLANG is the default for

Re: random_harvestq eats much on geode-lx alix2c3

2013-11-21 Thread Mark Robert Vaughan Murray
On 20 Nov 2013, at 10:58, freebsdonline wrote: > Stanisław Halik wrote: >> but what do you ask for? Also, can text >> attachments be put here? For posterity's sake, better not to link to them. > It is poor hardware as you said but FreeBSD should run well on it. I also > have Alix boards running

Duplicated WITH_*/WITHOUT_* options

2013-11-21 Thread Mark Robert Vaughan Murray
Hi I noticed we have some duplicated WITH_*/WITHOUT_* options; presumably this is an oversight? [graveyard] /usr/src/tools/build/options 08:37 am # for i in WITH_* ; do if [ -e WITHOUT_${i##WITH_} ] ; then echo WITHOUT_${i##WITH_} ${i} ; fi; done WITHOUT_CLANG WITH_CLANG WITHOUT_CLANG_FULL WIT

Re: random_harvestq eats much on geode-lx alix2c3

2013-11-19 Thread Mark Robert Vaughan Murray
On 19 Nov 2013, at 00:22, Stanisław Halik wrote: > Hey, > > random_harvestq eats much, much CPU on alix2c3: > > CPU: Geode(TM) Integrated Processor by AMD PCS (498.06-MHz 586-class CPU) > glxsb0: mem > 0xefff4000-0xefff7fff irq 9 at device 1.2 on pci0 > > Could you please add a sysctl/loade

Re: Prompt Live-CD/DVD with support for ZFS v.5000

2013-10-04 Thread Ollivier Robert
github, modify a few config files if needed and make. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing lis

Re: panic: rm_rlock: recursed on non-recursive rmlock mac_policy_rm @ /usr/src/sys/security/mac/mac_framework.c:198

2013-09-28 Thread Robert N. M. Watson
On 28 Sep 2013, at 19:32, Konstantin Belousov wrote: >> It easy to reproduce. Just kldload mac_portacl and /etc/rc.d/syslogd restart > > This is due to priv_check_cred() call in mac_portacl.c:rules_check(). > The call causes recusion into the mac framework from the mac callba

Re: patch to improve AES-NI performance

2013-08-25 Thread Ollivier Robert
According to Ollivier Robert: > You are right, I wanted to say r226837 which is the "code" one. FYI I've finally merged r226837,r226839 as r254856 in stable/9 as it is a prerequesite to apply jmg's patch. I've asked re@ whether they would consider this for 9.2.

Re: [rfc] migrate lagg to an rmlock

2013-08-24 Thread Robert N. M. Watson
so you may get less good debugging output. if_lagg is a nice place >> to use rmlocks, as reconfigurations are very rare, and it's really all about >> long-term data stability. > > Robert, what do you think about a quick swap of the ifnet structures to > counter b

Re: pkgng

2013-08-24 Thread Ollivier Robert
According to Adrian Chadd: > .. well, where'd you point it to? On my own machine I generate the packages myself with poudriere because I have multiple jails I update. On a more generic machine, I use pkg-test.freebsd.org. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve!

Re: [rfc] migrate lagg to an rmlock

2013-08-24 Thread Robert Watson
on about; and (3) historically, rmlocks have not fully implemented WITNESS so you may get less good debugging output. if_lagg is a nice place to use rmlocks, as reconfigurations are very rare, and it's really all about long-term data stability. Robert __

Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
wanted to say r226837 which is the "code" one. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.freenix.fr In memoriam to Ondine : http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing list http://lists

Re: patch to improve AES-NI performance

2013-08-23 Thread Ollivier Robert
ext few days on my new AES-NI enabled machine. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- robe...@keltia.net In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mai

Re: "make buildworld" fails

2013-08-07 Thread Robert Huff
know. There is no src.conf; make.conf is appended. Robert Huff CFLAGS= -O -pipe -g STRIP= SYMVER_ENABLED= yes X_WINDOW_SYSTEM=xorg HAVE_MOTIF= yes KERNCONF=JERUSALEM # To avoid building various parts of the base system: #

Re: "make buildworld" fails

2013-08-07 Thread Robert Huff
buildworld.log rm -rf /usr/obj make -v cleandir date > ./buildworld.time make -v -d l buildworld >& ./buildworld.log tail -n 50 /usr/src/buildworld.log | sendmail huff Robert Huff ___ freebsd-current@

Re: "make buildworld" fails

2013-08-05 Thread Robert Huff
echo make` -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 TARGET_ARCH=amd64 buildworld usage: bmake [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [vari

Re: "make buildworld" fails

2013-08-05 Thread Robert Huff
Craig Rodrigues writes: > On Sat, Jun 1, 2013 at 10:47 AM, Robert Huff wrote: >> cc -O -pipe -g -DNO_PWD_OVERRIDE -I/usr/src/usr.bin/bmake >> -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H -DHAVE_CONFIG_H >> -DUSE_META -DMAKE_NATIVE -DHAVE_CONFIG_H >> -D_PATH_DEF

Re: A PRIV_* flag for /dev/mem?

2013-06-17 Thread Robert N. M. Watson
t although aspects of the TCB are protected by priv(9), others are protected by DAC (or optionally MAC). This is simply an "unclean" bit of the UNIX design, and something we end up accepting because the notion of TCB protection generally does involve some lack of cleanliness, since i

  1   2   3   4   5   6   7   8   9   10   >