Re: HEADS UP: you need to install a new kernel before an installworld.

2002-10-26 Thread Tim Kientzle
. (This may be the better approach all around; it leaves the downgrade option available for a little bit longer.) Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: HEADS UP: you need to install a new kernel before an installworld.

2002-10-28 Thread Tim Kientzle
M. Warner Losh wrote: Tim Kientzle [EMAIL PROTECTED] writes: : ... 'installkernel' is not filling it's contract: it is : not ensuring that the next boot uses the new kernel. Are you sure you need new bootblocks? I've not had issues and am pretty careless about when I do installworld vs

Re: Request: remove ssh1 fallback

2002-10-28 Thread Tim Kientzle
Thus spake Lucky Green [EMAIL PROTECTED]: ... remove ssh1 fallback from the default ... David Schultz [EMAIL PROTECTED] wrote: Removing SSH 1 ... is going to break compatibility ... Tim Kientzle [EMAIL PROTECTED]: POLA: before breaking compatibility, warn people. ... Warning: switching

RCng Awkwardness

2002-10-30 Thread Tim Kientzle
it shouldn't be running. I could provide diffs to change this, but won't bother if everyone else thinks the existing system is perfect and unalterable. ;-) Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: RCng Awkwardness

2002-10-30 Thread Tim Kientzle
Gordon Tetlow wrote: On Wed, Oct 30, 2002 at 11:50:45AM -0800, Tim Kientzle wrote: I find the standard arguments used by RCng quite awkward. In particular, ... /etc/rc.d/nfsd stop does not actually stop the nfsd process. ... ... I've found this behavior to be quite annoying. I'll see if I

Re: libc size

2002-10-30 Thread Tim Kientzle
you elaborate? I'm not sure I follow you. How would dynamically linking /bin and /sbin make this work right? Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: libc size

2002-10-31 Thread Tim Kientzle
resolver bloat from a lot of places without the headaches of dynamic linking. Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: libc size

2002-10-31 Thread Tim Kientzle
as well. ... a knob in /etc/mk.conf to get the old behaviour, how about something like that? Knobs are dangerous because you have to test all of the settings. Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: libc size

2002-11-04 Thread Tim Kientzle
Miguel Mendez wrote: Tim Kientzle [EMAIL PROTECTED] wrote: 1) Fragility. Could a naive sysadmin (or a dying disk) break /[s]bin? What if the ldconfig hints files were hosed? Is ld-elf.so truly bulletproof? Agreed, and, fortunately, that was taken into account with the introduction

Re: libc size

2002-11-05 Thread Tim Kientzle
locales you don't use from /usr/share/locale It comes up in the context of 'cat' only because it more than doubles the size of an otherwise very small executable for a single option that is not standard and (probably) not ever used. This is a pretty unusual situation. Tim Kientzle

Re: [PATCH] note the __sF change in src/UPDATING

2002-11-07 Thread Tim Kientzle
compiled applications. Library design involves a lot of tradeoffs. Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Minor size optimization

2002-11-07 Thread Tim Kientzle
The attached diff shaves four bytes from every syscall wrapper (e.g., __sys_write, etc.) In looking carefully at library sizes, I became curious why a simple system call required 20 bytes; turns out a lot of that was alignment padding. Tim Kientzle Index: lib/libc/i386/SYS.h

Re: RC NG, ntp and routed

2002-12-11 Thread Tim Kientzle
into /sbin, either. I also agree with the poster who pointed out that folks who have a remote /usr and rely on dynamic routing can easily work around this issue on a case-by-case basis. The whole point of having fine-grained rc.d scripts is to simplify customizations. Tim Kientzle

Re: RC NG, ntp and routed

2002-12-12 Thread Tim Kientzle
Brad Knowles wrote: At 5:41 PM -0800 2002/12/11, Tim Kientzle wrote: NETWORKING ... does not, in itself, depend on any filesystems. Sure it does. In order to do anything, you have to run programs -- right? The NETWORKING script does nothing. It runs no programs, therefore it needs

Re: status of nsswitch.conf in current?

2003-08-22 Thread Tim Kientzle
Ruslan Ermilov wrote: On Fri, Aug 22, 2003 at 10:40:32AM -0400, Richard Coleman wrote: I saw that. I guess my question is whether a default nsswitch.conf file will be checked into /etc and /usr/share/examples/etc, or whether it will be left empty? I would expect that if this capability was

Re: databases/mysql323-client fails to build

2003-08-29 Thread Tim Kientzle
also need to create confdefs.h, which is included at the end of config.log), compile it with the following command, and try running it. Let us know what happens on your system: cc -o conftest -DDBUG_OFF -O -pipe -mcpu=pentiumproconftest.c -lz -lcrypt -lm -pthread Tim Kientzle

Re: databases/mysql323-client fails to build

2003-08-29 Thread Tim Kientzle
. The output of databases/mysql323-client/work/mysql-3.23.57/config.log is at http://www.freebsddiary.org/tmp/config.log On 29 Aug 2003 at 11:07, Tim Kientzle wrote: #line 16878 configure #include confdefs.h #include stdio.h typedef long long longlong; main() { longlong ll=1; float f; FILE *file

Re: Text file busy

2003-09-04 Thread Tim Kientzle
Paul Richards wrote: Overwriting a file that's currently executing results in a Text file busy error. I guess there are folks around who don't know this: When you execute a program, the program is not simply copied into memory. Instead, the kernel keeps the file open and pages the executable in

Re: ports and -current

2003-09-21 Thread Tim Kientzle
John Birrell wrote: On Sat, Sep 20, 2003 at 08:06:25PM -0600, M. Warner Losh wrote: At the very least, we should put [-pthread] back as a noop. The timing on this really sucks because it breaks the ports tree for an extended period of time. While the fixes are simple, they haven't been made yet.

Re: Improvements to fsck performance in -current ...?

2003-10-03 Thread Tim Kientzle
Terry Lambert wrote: Unfortunately, IDE disks do not permit disconnected writes, due to a bug in the original IDE implementation, Therefore IDE disks almost universally lie to the driver any time write caching is enabled on an IDE drive. I understand that SATA has fixed a number of problems

Re: FreeBSD-CURRENT telnet can't disable autologin

2003-10-15 Thread Tim Kientzle
happens when you try to 'open' a connection? Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: this /rescue thing

2003-10-20 Thread Tim Kientzle
buildworld make -DNO_RESCUE installworld Or add it to /etc/make.conf * Take the plunge and compile /bin dynamically. Define WITH_DYNAMICROOT in /etc/make.conf. * Get a bigger hard disk. ;-) Hope this helps, Tim Kientzle ___ [EMAIL PROTECTED

Re: Ports Bug (Nagios)

2003-06-06 Thread Tim Kientzle
it and will install a new version in /usr/local anyway. At least this way your custom version won't get destroyed. Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Can't build -CURRENT on 4.7

2003-06-06 Thread Tim Kientzle
The compiler in 4.7 does not like this: -std=gnu99 As a result, buildworld of -CURRENT fails rather early. Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: Can't build -CURRENT on 4.7

2003-06-07 Thread Tim Kientzle
David O'Brien wrote: On Fri, Jun 06, 2003 at 09:46:07PM -0700, Tim Kientzle wrote: The compiler in 4.7 does not like this: -std=gnu99 As a result, buildworld of -CURRENT fails rather early. Committers are not required to support building 5-CURRENT, post 5.0-RELEASE on a 4.7 machine. So

Re: Can't build -CURRENT on 4.7

2003-06-07 Thread Tim Kientzle
David O'Brien wrote: This won't work on non-i386, due to alloca issues. + WORLDTMP=${WORLDTMP} CSTD= \ may. Hmmm... This seems like the Right Thing in any case, since it is one less assumption you're making about the build environment. I'm still getting buildworld failures, though. Long

Re: Pedantic and Werror together...

2003-06-03 Thread Tim Kientzle
Pete Carah wrote: pedantic and Werror together cause problems again... I presume we really need the quad type here. (or is this one due to a compiler upgrade?) -pedantic is broken in a number of ways and has been for a long time. While it is still useful for occasional linting, combining it

Re: adsl/pppoe no longer connecting on 5.1

2003-06-12 Thread Tim Kientzle
the source tree, I note that there's only a handful of uses of alloca outside of contrib and gnu. Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-24 Thread Tim Kientzle
Artem 'Zazoobr' Ignatjev wrote: Juli Mallett wrote: Anyone with insight into this? ([EMAIL PROTECTED]:~)39% ( echo 1 ; ( ( echo 2 ; echo 3 ) | xargs -I% echo + % ) ) 1 + 2 + 3 ([EMAIL PROTECTED]:~)40% ( echo 1 ; ( ( echo 2 ; echo 3 ) | xargs -I% echo + % ) ) | cat 1 + +2 3 last cat is not

Re: tcsh being dodgy, or pipe code ishoos?

2003-06-25 Thread Tim Kientzle
bug. Hmmm... Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: nss_ldap

2003-06-27 Thread Tim Kientzle
partitioning unnecessary, and provide a single switch for selecting dynamic linking. Warning: I haven't been brave enough to try this myself, though I've heard reports from people who have. ;-) Good luck. Tim Kientzle ___ [EMAIL PROTECTED] mailing list http

Re: rescue/ broke cross compiles

2003-06-30 Thread Tim Kientzle
? For example, the attached is a pretty close substitute for mkinit.c in the /bin/sh build. It's crude, but it seems to work and eliminates the need to compile mkinit at build time. I'll see if I can scrape together something similar for the other /bin/sh tools. Tim Kientzle #!/bin/sh echo /* echo

Re: rescue/ broke cross compiles

2003-06-30 Thread Tim Kientzle
Marcel Moolenaar wrote: On Mon, Jun 30, 2003 at 08:10:02PM -0700, Tim Kientzle wrote: In general I think that the more portable the build tool, the better. If the shell script is not gross or overly ugly compared to the C program, then replacing the latter may not be a bad idea. The attached diff

Re: make release of CURRENT on 4.7 box

2003-07-12 Thread Tim Kientzle
installincludes creating osreldate.h from newvers.sh *** Error code 2 So I'm not the only one who has been bitten by this. Try the following patch. Worked for me. Tim Kientzle Index: include/Makefile === RCS file: /usr/cvs

Re: make release of CURRENT on 4.7 box

2003-07-12 Thread Tim Kientzle
Terry Lambert wrote: Tim Kientzle wrote: Andrey Elperin wrote: Tell me, please, is it a possible to make release of CURRENT on 4.7 box at present ? I see that make release stops with a such messages for a couple of days : === include cd /usr/src/include; /usr/obj/usr/src/make.i386/make

Re: make release of CURRENT on 4.7 box

2003-07-12 Thread Tim Kientzle
Bruce Evans wrote: On Sat, 12 Jul 2003, Tim Kientzle wrote: Terry Lambert wrote: Does this damage CURRENT on CURRENT or anything like that? Don't know, haven't had a chance to try it. To be honest, I was never able to understand how the previous version was supposed to work, since

Re: make release of CURRENT on 4.7 box

2003-07-13 Thread Tim Kientzle
Bruce Evans wrote: On Sat, 12 Jul 2003, Tim Kientzle wrote: In particular, newvers.sh is being run with the current directory being ${.OBJDIR}, and ${.OBJDIR} doesn't contain a Makefile, ... ... `make -V FOO' doesn't require a Makefile in -current. ... A-HA! I don't know the right way to fix

Re: build error building cvs doc?

2003-07-13 Thread Tim Kientzle
John Reynolds wrote: [ On Sunday, July 13, Barney Wolff wrote: ] Me too. I'm about to try re-cvsupping, in case I caught some update in the middle. Somebody else asked if I was doing a make -jN buildworld where N 1 and I was. So, I just now did a buildworld with one process and it finished just

Re: Error building /rescue on -current

2003-07-14 Thread Tim Kientzle
that it's causing problems. Maybe someone who understands parallel make better than I do could suggest something to look for? Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send

Re: Error building /rescue on -current

2003-07-14 Thread Tim Kientzle
}. If they're showing up in the source dir of the program, then you haven't built the /usr/obj/usr/src/rescue directory tree. You should either: * define RESCUE during buildworld * cd /usr/src/rescue make obj Tim Kientzle ___ [EMAIL PROTECTED] mailing

Re: Overdone rescue cleaning as part of buildworld?

2003-07-14 Thread Tim Kientzle
Gordon Tetlow wrote: On Mon, Jul 14, 2003 at 12:40:42AM -0700, David O'Brien wrote: On Sun, Jul 13, 2003 at 09:49:46PM -0700, Nate Lawson wrote: It appears /rescue is cleaning for way too much as part of buildworld. For instance, groff is NOT part of /rescue (or we have other things to discuss. :)

Re: Overdone rescue cleaning as part of buildworld?

2003-07-14 Thread Tim Kientzle
Gordon Tetlow wrote: On Mon, Jul 14, 2003 at 12:44:05PM -0700, Tim Kientzle wrote: Gordon Tetlow wrote: On Sun, Jul 13, 2003 at 09:49:46PM -0700, Nate Lawson wrote: It appears /rescue is cleaning for way too much as part of buildworld. For instance, groff is NOT part of /rescue (or we have other

Re: Overdone rescue cleaning as part of buildworld?

2003-07-14 Thread Tim Kientzle
Gordon Tetlow wrote: Attached is the patch. It basically makes CRUNCH_PROGS into a per directory item and then only does a make obj on the per program directory. Hmmm I do have a philosophical quibble with your approach: My original intent for this Makefile was that the top part was

Re: Overdone rescue cleaning as part of buildworld?

2003-07-15 Thread Tim Kientzle
Gordon Tetlow wrote: Attached is the patch. It basically makes CRUNCH_PROGS into a per directory item and then only does a make obj on the per program directory. Tim Kientzle whined: Hmmm I do have a philosophical quibble ... Gordon Tetlow generously suggested: That could probably be solved

Re: Overdone rescue cleaning as part of buildworld?

2003-07-15 Thread Tim Kientzle
. These are all approximate timings on my desktop machine: without /rescue: 47:30 with original /rescue: 50:12 with optimized /rescue: 50:10 Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: FFS_ROOT is gone?

2003-07-15 Thread Tim Kientzle
to enter e. g. ufs:/dev/ad0a at mountroot when it doesn't work. I've also been stung by the fact that the mountroot prompt is broken. sigh I looked briefly at the code, but the bug is not particularly obvious. Tim Kientzle ___ [EMAIL PROTECTED] mailing list

Re: FFS_ROOT is gone?

2003-07-15 Thread Tim Kientzle
Harald Schmalzbauer wrote: Let's see what Tim can contribute to this topic, since he also claimed to have problems with mountroot I installed FreeBSD (I think it was 5.0-RELEASE) on a hard disk attached to ad0. It worked, I tested it. I reconnected the hard disk to a separate IDE controller as

Re: FFS_ROOT is gone?

2003-07-15 Thread Tim Kientzle
John-Mark Gurney wrote: Harald Schmalzbauer wrote this message on Wed, Jul 16, 2003 at 02:58 +0200: Let's see what Tim can contribute to this topic, since he also claimed to have problems with mountroot I have a possible patch that might address people's problems with mountroot.

Re: Buildworld fails in 5.1

2003-07-18 Thread Tim Kientzle
from. Somewhere in here is the answer to this problem, I just don't see it yet. Tim Kientzle P.S. Could you email me the log from your build that failed? Could you try a lower -j value? If -j 2 fails, for instance, that might be easier to diagnose. Thanks for all your help

Re: Buildworld fails in 5.1

2003-07-18 Thread Tim Kientzle
Tim Kientzle wrote: Matt Loschert wrote: Then the following output repeated 363 times crunchgen: make error: Remaking `crunchgen_objs' crunchgen: make error: Results of making crunchgen_objs: crunchgen: make error: crunchgen: make error: Remaking

Re: Buildworld fails in 5.1

2003-07-21 Thread Tim Kientzle
Gordon Tetlow wrote: It seems that the $(OUTPUTS) target (which has 3 components) causes this particular error. +.ORDER: $(OUTPUTS) $(OUTPUTS): $(CONF) MAKEOBJDIRPREFIX=${CRUNCHOBJS} crunchgen -q -m $(OUTMK) -c $(OUTC) \ $(CONF) Hmmm... Is that what .ORDER is for? To work

Re: Buildworld fails in 5.1

2003-07-21 Thread Tim Kientzle
Gordon Tetlow wrote: On Mon, Jul 21, 2003 at 09:36:37AM -0700, Tim Kientzle wrote: Hmmm... Is that what .ORDER is for? To work around a parallel make that gratuitously rebuilds things? Right it serializes build dependencies. The problem with crunchgen ... I would argue the problem with make

Re: Buildworld /rescue failures in 5.1

2003-07-24 Thread Tim Kientzle
Garance A Drosihn wrote: Wed Jul 23 20:08:06 EDT 2003 Starting make depend in /usr/obj/usr/src/rescue/rescue/usr/src/gnu/usr.bin/gzip Wed Jul 23 20:08:07 EDT 2003 Finished make depend in /usr/obj/usr/src/rescue/rescue/usr/src/gnu/usr.bin/gzip Wed Jul 23 20:08:09 EDT 2003 Starting make

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Tim Kientzle
be able to fulfill from free RAM, that's a concern. Otherwise, it is perfectly normal and expected to see a low level of swap activity even when memory is not completely full. Tim Kientzle ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: authenticated tftp

2003-07-25 Thread Tim Kientzle
On Fri, 25 Jul 2003, 13:22-0400, Robert Watson wrote: Yeah, seems like an oxy-moron, but this is a legitimate question, I promise. My linksys wireless router requires me to disable the admin password on it to tftp a firmware update to it--however, the Windows tftp client that Linksys ships appear

Re: make rerelease broken?

2003-07-31 Thread Tim Kientzle
Mark Murray wrote: Scott Long writes: Bruce Cran wrote: There appears to be a breakage of 'rerelease' - that is, 'release' works, but 'rerelease' fails in telnetd. I saw this too, but couldn't verify that it wasn't due to other problems that I was experiencing. Mark, can you take a glance at

NFS over TCP doesn't umount

2003-01-31 Thread Tim Kientzle
: udp 128 11:21:57.857700 client.961 server.1023: udp 128 11:22:00.867747 client.961 server.1023: udp 128 This is reproducible with both a 4.3-RELEASE client and a recent -CURRENT client. The server is running 4.3-RELEASE, if it's relevant. Tim Kientzle To Unsubscribe: send mail to [EMAIL

Re: Grub 0.92 fails to recognise disks on FBSD5

2003-02-09 Thread Tim Kientzle
David O'Brien [EMAIL PROTECTED] writes: On Sun, Feb 09, 2003 at 06:14:30PM +0100, Matthias Schuendehuette wrote: Nothing against 'booteasy', it does the job - but it looks ugly :-) If that is the only reason to use grub, try osbsbeta.exe that is in the tools directory of your CDROM or

Re: config files and includes

2003-02-21 Thread Tim Kientzle
involves replacing fopen() with popen(). Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Another aic7xxx kernel build failure...

2002-09-03 Thread Tim Kientzle
it into the /usr/obj tree. Then 'make kernel' was able to succeed. Tim Kientzle To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Who broke sort(1) ?

2002-09-25 Thread Tim Kientzle
One possible solution to the sort problem: * Continue to accept the old syntax for now, but add a warning message, something like: Warning: sort +N is deprecated, use -k instead. * After a year, drop support for the old syntax. After staring at warning messages for a year, few

Re: [net] protecting interfaces from races between control and data ?

2013-08-07 Thread Tim Kientzle
On Aug 6, 2013, at 9:43 AM, Andre Oppermann wrote: The driver supplies a TX frame transmit function (mostly like if_transmit today) which does all locking and multi-queue handling internally (driver owned. This gives driver writers the freedom to better adjust to different hardware

Re: [net] protecting interfaces from races between control and data ?

2013-08-07 Thread Tim Kientzle
On Aug 6, 2013, at 9:43 AM, Andre Oppermann wrote: The driver supplies a TX frame transmit function (mostly like if_transmit today) which does all locking and multi-queue handling internally (driver owned. This gives driver writers the freedom to better adjust to different hardware

Re: /etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-17 Thread Tim Kientzle
On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 21:10:49 +0400 Boris Samorodov b...@passap.ru wrote: 17.08.2013 13:36, O. Hartmann пишет: I can reproduceable truncate the link in /etc/ to be NIL by typing simply reboot when rebooting the box Does it make any

Re: /etc/namedb-@ referrs to NIL after crash or typing reboot (not shutdown -r)

2013-08-17 Thread Tim Kientzle
On Aug 17, 2013, at 11:17 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 10:42:07 -0700 Tim Kientzle t...@kientzle.com wrote: On Aug 17, 2013, at 10:35 AM, O. Hartmann wrote: On Sat, 17 Aug 2013 21:10:49 +0400 Boris Samorodov b...@passap.ru wrote: 17.08.2013 13:36, O. Hartmann пишет

Re: bsdtar/libarchive change behaviour 9-10

2013-08-18 Thread Tim Kientzle
On Aug 18, 2013, at 12:04 PM, Boris Samorodov wrote: Hi All, there are two systems which produce different results: - % uname -a FreeBSD int.wart.ru 9.2-BETA2 FreeBSD 9.2-BETA2 #19 r253968: Tue Aug 6 04:16:05 SAMT 2013 b...@int.wart.ru:/usr/obj/usr/src/sys/INT i386 % tar

Re: GCC withdraw

2013-08-30 Thread Tim Kientzle
I've been reading this thread and must confess that I'm a little confused about what exactly is being discussed. * I presume we've all agreed that clang is installed by default in FreeBSD-10. * I presume everyone agrees that cc is clang in FreeBSD-10. * There obviously needs to be a gcc command

Re: [PATCH] mtree should not output size if the file is not a regular file

2013-09-09 Thread Tim Kientzle
On Sep 9, 2013, at 4:51 PM, Christos Zoulas chris...@zoulas.com wrote: On Sep 10, 1:21am, d...@des.no (=?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?=) wrote: -- Subject: Re: [PATCH] mtree should not output size if the file is not a reg | Roll a large tarball (e.g. a complete FreeBSD installation).

Re: -ffunction-sections, -fdata-sections and -Wl,--gc-sections

2013-09-15 Thread Tim Kientzle
On Sep 15, 2013, at 2:24 PM, Ed Schouten e...@80386.nl wrote: GCC and Clang support the -ffunction-sections and -fdata-sections flags. Essentially, these flags force the compiler to put every function and variable in its own section. Though this will blow up the …. - devd suddenly becomes 500

Ports dependencies strangeness.

2013-09-15 Thread Tim Kientzle
I've been seeing this pretty regularly with several different ports: * Start with a fresh system with no packages. * Try to install some port with a lot of dependencies (using -DBATCH so it won't keep stopping and asking for configuration options) * At some point it stops with a missing

Panic in arptimer on r255764

2013-09-22 Thread Tim Kientzle
I'm seeing this panic pretty consistently when I try to do a buildworld on r255764 (i386): http://people.freebsd.org/~kientzle/r255764%20panic%202013-09-21%20at%209.27.09%20PM.png I'm not seeing it on r255602, so I suspect it's a recent problem. Running on VMWare Fusion 6. This was about as

Re: RFC: support for first boot rc.d scripts

2013-10-15 Thread Tim Kientzle
Wonderful! This capability is long overdue. On Oct 13, 2013, at 3:58 PM, Colin Percival cperc...@freebsd.org wrote: As examples of what such scripts could do: More examples: I've been experimenting with putting gpart resize and growfs into rc.d scripts to construct images that can be dd'ed

Re: cron(8) improvement

2013-11-06 Thread Tim Kientzle
On Nov 5, 2013, at 9:31 AM, Allan Jude free...@allanjude.com wrote: This came up in discussion on IRC and I thought I should throw it at the list so I don't forget. A user was asking how to do what linux cron does, where there is a directory /etc/cron.d/ that packages and add files to to

Re: freebsd perf testing

2013-11-10 Thread Tim Kientzle
On Nov 10, 2013, at 1:05 PM, Erik Cederstrand erik+li...@cederstrand.dk wrote: Imagine being able to fetch a VirtualBox disk image for a random SVN commit, booting it and start debugging right away. I’ve been working on Crochet’s support for building VMWare images recently and have started

Re: [PATCH] SO_REUSEADDR and SO_REUSEPORT behaviour

2013-11-29 Thread Tim Kientzle
On Nov 29, 2013, at 4:04 AM, Ermal Luçi e...@freebsd.org wrote: Hello, since SO_REUSEADDR and SO_REUSEPORT are supposed to allow two daemons to share the same port and possibly listening ip … These flags are used with TCP-based servers. I’ve used them to make software upgrades go more

Re: [RFC] how to get the size of a malloc(9) block ?

2013-11-29 Thread Tim Kientzle
On Nov 29, 2013, at 3:44 PM, jb jb.1234a...@gmail.com wrote: Luigi Rizzo rizzo at iet.unipi.it writes: ... There is a difference between applications peeking into implementation details that should be hidden, and providing instead limited and specific information through a well defined

Re: Request for testing an alternate branch

2013-12-11 Thread Tim Kientzle
On Dec 11, 2013, at 1:26 PM, John Baldwin j...@freebsd.org wrote: Also, I'm still not a fan of the EAGAIN approach. I'd rather have a method in bus_if.m to suspend or resume a single device and to track that a device is suspended or resumed via a device_t flag or some such. (I think I had

dhclient can't limit bpf descriptor?

2013-12-14 Thread Tim Kientzle
Opened up an old VM from a month or so ago (r257910) and dhclient won’t start. Specifically, dhclient complains (when run by root): “can’t limit bpf descriptor: Bad address” and then immediately exits. What does this mean? I don’t know anything about the capabilities framework and certainly

Re: dhclient can't limit bpf descriptor?

2013-12-14 Thread Tim Kientzle
On Dec 14, 2013, at 3:16 PM, Darren Pilgrim list_free...@bluerosetech.com wrote: On 12/14/2013 12:12 PM, Tim Kientzle wrote: Opened up an old VM from a month or so ago (r257910) and dhclient won’t start. Specifically, dhclient complains (when run by root): “can’t limit bpf descriptor

Re: bsdtar(1) can't extract new ISO images

2011-08-08 Thread Tim Kientzle
On Aug 7, 2011, at 9:23 AM, Bruce Cran wrote: On 06/08/2011 18:02, Martin Matuska wrote: The error is in FreeBSD ISO images. They are created using makefs and that doesn't create ISO files that strictly comple to the ECMA-119 (ISO9660 standard). I have already filed a PR at NetBSD

Re: makefs(8) broken iso9660 images

2011-08-14 Thread Tim Kientzle
On Wed Aug 10 11, Test Rat wrote: $ tar tf FreeBSD-9.0-HEAD-20110810-JPSNAP-bootonly.iso | fgrep -i kernel [nothing] $ mount -t cd9660 /dev/$(mdconfig -f FreeBSD-9.0-HEAD-20110810-JPSNAP-bootonly.iso) /media $ ls -1 /media/boot/kernel aac.ko accf_data.ko As you found earlier,

iconv not reporting errors?

2011-09-11 Thread Tim Kientzle
I'm trying to use the iconv that's in FreeBSD-CURRENT and it's not reporting errors the way I expect. To demonstrate, here's a test program that tries to convert UTF-8 to KOI8-R. This should report an error, since the UTF-8 string here ĐÒÉ×ÅÔ contains characters not available in KOI8-R. On

Re: bsdtar --gname switch

2011-10-18 Thread Tim Kientzle
On Oct 17, 2011, at 3:25 PM, Benjamin Kaduk wrote: On Mon, 17 Oct 2011, Romain Garbage wrote: According to bsdtar(1) manpage, tar has a --gname switch that permits to set an arbitrary groupname in the tar archive, but: $ tar -cf foo.tar --gname root bar tar: Option --gname is not supported

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-13 Thread Tim Kientzle
On Jun 12, 2012, at 1:26 PM, Konstantin Belousov wrote: On Tue, Jun 12, 2012 at 05:56:12PM +0200, Jan Sieka wrote: Both versions work indeed. I have analysed other architectures' lib/libc/arch/Symbol.map files and __flt_rounds should go into FBSD_ and *not* into FBSDprivate section. I have

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-13 Thread Tim Kientzle
On Jun 12, 2012, at 1:49 AM, Konstantin Belousov wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: After investigating the issue it appeared that __flt_rounds symbol is not exported by libc. Applying the following patch, recompilling world and Perl fixed the problem and allowed to use

Re: Possible fix for Perl failing with ../lib/auto/POSIX/POSIX.so: Undefined symbol __flt_rounds on ARM

2012-06-14 Thread Tim Kientzle
On Jun 14, 2012, at 5:34 AM, Konstantin Belousov wrote: On Wed, Jun 13, 2012 at 08:32:19PM -0700, Tim Kientzle wrote: On Jun 12, 2012, at 1:49 AM, Konstantin Belousov wrote: On Jun 5, 2012, at 8:09 AM, Jan Sieka wrote: After investigating the issue it appeared that __flt_rounds symbol

Re: (void)foo or __unused foo ?

2012-07-28 Thread Tim Kientzle
On Jul 27, 2012, at 2:38 AM, Luigi Rizzo wrote: The alternative way to avoid an 'unused' warning from the compiler is an empty statement (void)foo; that the compiler hopefully optimizes away. I learned the void-cast convention many years ago. I used it throughout the libarchive

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-28 Thread Tim Kientzle
On Jul 28, 2012, at 10:21 AM, O. Hartmann wrote: When updating ports (like databases/sqlite3 or graphics/png via portmaster graphics/png), the installation process comes to a point where a backup of the old port is created with bsdtar. The process hangs then … My operating system is

Re: r238860: bsdtar: eating up 100% CPU, hanging

2012-07-29 Thread Tim Kientzle
Tim Kientzle wrote / napísal(a): On Jul 28, 2012, at 10:21 AM, O. Hartmann wrote: When updating ports (like databases/sqlite3 or graphics/png via portmaster graphics/png), the installation process comes to a point where a backup of the old port is created with bsdtar. The process hangs

Re: make package fails in chroot: tar: getvfsbyname failed: No such file or directory

2012-08-19 Thread Tim Kientzle
On Aug 12, 2012, at 6:20 AM, Paul Schenkeveld wrote: Hi, I have a wrapper script that builds packages in a chroot environment which happily runs on release 6 thru 9 and earlier 10 but fails with: tar: getvfsbyname failed: No such file or directory on a recent -CURRENT. What I

Re: make package fails in chroot: tar: getvfsbyname failed: No such file or directory

2012-08-19 Thread Tim Kientzle
On Aug 19, 2012, at 12:17 PM, Garrett Cooper wrote: On Sun, Aug 19, 2012 at 9:45 AM, Tim Kientzle t...@kientzle.com wrote: On Aug 12, 2012, at 6:20 AM, Paul Schenkeveld wrote: Hi, I have a wrapper script that builds packages in a chroot environment which happily runs on release 6 thru

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-09-01 Thread Tim Kientzle
On Sep 1, 2012, at 12:40 PM, Matthew Seaman wrote: On 01/09/2012 18:43, Tijl Coosemans wrote: In this scenario the ports tree needs to keep support for older releases, but that's a consequence of the fact that there's only one ports tree for all releases. Somewhere in between the ports and

Re: prompt w/ uid 0 for cshrc

2012-11-23 Thread Tim Kientzle
On Nov 19, 2012, at 8:46 AM, jb wrote: Eitan Adler lists at eitanadler.com writes: On 18 November 2012 18:44, Mateusz Guzik mjguzik at gmail.com wrote: Just take user name from id -nu. While that does provide the $user value I want, id is in /usr/bin/ which may not be mounted.

Re: pkg - Shared object libarchive.so.5 not found, required by pkg

2012-11-23 Thread Tim Kientzle
On Nov 23, 2012, at 2:13 PM, Christer Solskogen wrote: 10-CURRENT was built (and installed) twice. I guess the library was installed when I was at 9.1-RC3 but was deleted during make delete-old. delete-old should not have deleted any libraries. I think you must have also done

Re: please add auditdistd user/group to -stable and the 9.1-release?

2012-12-09 Thread Tim Kientzle
On Dec 3, 2012, at 12:46 AM, Garrett Cooper wrote: On Sun, Dec 2, 2012 at 11:06 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sun, Dec 2, 2012 at 9:20 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sun, Dec 2, 2012 at 9:08 PM, Adrian Chadd adr...@freebsd.org wrote: Hi, Would you guys

r244036 kernel hangs under load.

2012-12-09 Thread Tim Kientzle
I haven't found any useful clues yet, but thought I'd ask if anyone else was seeing hangs in a recent kernel. I just upgraded to r244036 using a straight GENERIC i386 kernel. (Straight buildworld/buildkernel, no local changes, /etc/src.conf doesn't exist, /etc/make.conf just has PERL_VERSION

Re: r244036 kernel hangs under load.

2012-12-10 Thread Tim Kientzle
On Dec 10, 2012, at 10:38 AM, Rick Macklem wrote: Adrian Chadd wrote: .. what was the previous kernel version? Hopefully Tim has it narrowed down more, but I don't see the hangs on a Sept. 7 kernel from head and I do see them on a Dec. 3 kernel from head. (Don't know the eact rNN.) I

CFT: Overhauled CPSW driver for BeagleBone

2012-12-31 Thread Tim Kientzle
I've made some progress reworking the CPSW driver for BeagleBone and would appreciate any feedback: https://github.com/kientzle/cpsw I believe I've resolved the most pressing stability problems; the driver properly survives cables being unplugged and replugged, modules being loaded and

Re: CFT: Overhauled CPSW driver for BeagleBone

2013-01-01 Thread Tim Kientzle
On Jan 1, 2013, at 8:12 AM, Brett Wynkoop wrote: On Mon, 31 Dec 2012 15:25:15 -0800 Tim Kientzle kient...@freebsd.org wrote: I've made some progress reworking the CPSW driver for BeagleBone and would appreciate any feedback: https://github.com/kientzle/cpsw Greeting- The driver

Re: WITH_ICONV/WITH_BSD_GREP: Defaults?

2012-01-07 Thread Tim Kientzle
On Jan 5, 2012, at 12:04 PM, O. Hartmann wrote: Another story seems to be with WITH_ICONV. I didn't realize problems until I had harsh faults compiling port lang/gcc46 which tend to fail in a Makefile when WITH_ICONV is enabled. What exactly is the failure you're seeing? I ask because I've

  1   2   3   >