Re: Missing in action during arm64/aarch64 builds: no pine64_plus.dtb to be found from buildkernel, installkernel, or u-boot-pine64

2017-09-10 Thread Tim Kientzle
> On Sep 9, 2017, at 4:35 PM, Mark Millard wrote: > > crochet goes to the trouble to have logic to > build and install pine64_plus.dtb (based on > arm64/pine64_plus.dts ). > I'm not sure about Pine64 in particular, but generally only the DTS file is actually required.

Re: firefox/ rust failed to install on FreeBSD 12-CURRENT

2017-06-03 Thread Tim Kientzle
> On Jun 1, 2017, at 11:37 PM, Jean-Sébastien Pédron > wrote: > > On 28.05.2017 19:21, blubee blubeeme wrote: >> ===> Building for rust-1.17.0 >> ... >> extracting >>

Re: buildworld: /usr/bin/ar segfault

2016-06-03 Thread Tim Kientzle
> On Jun 3, 2016, at 10:23 AM, Eric van Gyzen wrote: > > My buildworld just failed very early with a segfault from /usr/bin/ar: > >-- stage 1.1: legacy release compatibility shims >

Re: pkg chroot issues?

2016-05-29 Thread Tim Kientzle
> On May 29, 2016, at 8:55 AM, Julian Elischer wrote: > > I was thinking that in order to do this properly the chrooted child should do > all it's fetch requests etc via the non-chrooted parent, but that would have > probably been a bit too complicated. (including add

Re: pkg chroot issues?

2016-05-22 Thread Tim Kientzle
> On May 22, 2016, at 1:28 PM, K. Macy <km...@freebsd.org> wrote: > > > > On Sunday, May 22, 2016, Tim Kientzle <t...@kientzle.com> wrote: > Crochet has some experimental hooks to install packages onto the system being > built, but this seems to be hitting pr

pkg chroot issues?

2016-05-22 Thread Tim Kientzle
Crochet has some experimental hooks to install packages onto the system being built, but this seems to be hitting problems due to limitations in 'pkg -c'. In particular, it seems that pkg performs the chroot before it does any network lookups. This is a problem if the chroot is not a complete

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-15 Thread Tim Kientzle
Someone just pointed out that the change also affected cpio's -p pass-through mode. That was not intentional. I just accepted Martin's pull request to revert the behavior for -p mode. Cheers, Tim > On May 15, 2016, at 9:16 AM, Ian Lepore wrote: > > On Sun, 2016-05-15

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-14 Thread Tim Kientzle
Many people consider the traditional behavior to be a security risk, which is why this was changed. FreeBSD is welcome to make --insecure the default on FreeBSD, but I'm reluctant to do that in the upstream libarchive project. Tim > On May 12, 2016, at 8:54 AM, Martin Matuska

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-14 Thread Tim Kientzle
A little history about this issue: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2304 > On May 14, 2016, at 12:17 PM, Tim Kientzle <t...@kientzle.com> wrote: > > Many people consider the traditional behavior to be a security risk, which is > why this was cha

Re: libarchive update SVN r299529 breaks "ezjail update"

2016-05-12 Thread Tim Kientzle
If you could please open an issue at http://github.com/libarchive/libarchive and include as much detail as you can, I’d appreciate it. Cheers, Tim > On May 12, 2016, at 7:15 AM, Michael Butler > wrote: > > It seems that today's libarchive update breaks

Re: Consistent crash of BeagleBone kernel

2015-08-10 Thread Tim Kientzle
On Aug 10, 2015, at 12:39 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Aug 09, 2015 at 05:24:13PM -0700, Tim Kientzle wrote: On Aug 9, 2015, at 11:10 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Aug 09, 2015 at 10:53:20AM -0700, Tim Kientzle wrote: I

Re: Consistent crash of BeagleBone kernel

2015-08-09 Thread Tim Kientzle
On Aug 8, 2015, at 11:47 PM, Konstantin Belousov kostik...@gmail.com wrote: On Sat, Aug 08, 2015 at 05:24:37PM -0700, Tim Kientzle wrote: I???m seeing the following crash quite consistently on r286438. It looks like the recent work on the kernel linker locking still has some issues

Re: Consistent crash of BeagleBone kernel

2015-08-09 Thread Tim Kientzle
On Aug 9, 2015, at 11:10 AM, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Aug 09, 2015 at 10:53:20AM -0700, Tim Kientzle wrote: I suspect the LOR is new. It looks like the panic is occurring when WITNESS tries to print the backtrace for the LOR. I???m not familiar

Consistent crash of BeagleBone kernel

2015-08-08 Thread Tim Kientzle
I’m seeing the following crash quite consistently on r286438. It looks like the recent work on the kernel linker locking still has some issues. Any suggested workarounds? Tim log trace === ... Starting file system checks: /dev/mmcsd0s2a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mmcsd0s2a:

Re: -current broken when src is on NFS

2015-07-17 Thread Tim Kientzle
On Jul 16, 2015, at 9:57 PM, O'Connor, Daniel dar...@dons.net.au wrote: On 16 Jul 2015, at 21:41, Rick Macklem rmack...@uoguelph.ca wrote: r285066 fixed a POLA violation w.r.t. the old NFS client where the new client didn't return an EEXIST error return for symlink or mkdir to userland.

Re: am335x-bone.dts not exist

2015-05-25 Thread Tim Kientzle
On May 24, 2015, at 6:44 PM, Tim Kientzle t...@kientzle.com wrote: On May 24, 2015, at 12:55 AM, Oleksandr Tymoshenko go...@bluezbox.com wrote: On May 24, 2015, at 12:12 AM, Garrett Cooper yaneurab...@gmail.com wrote: On May 24, 2015, at 0:07, Oleksandr Tymoshenko go

Re: am335x-bone.dts not exist

2015-05-25 Thread Tim Kientzle
On May 25, 2015, at 8:25 AM, Warner Losh i...@bsdimp.com wrote: On May 24, 2015, at 7:44 PM, Tim Kientzle t...@kientzle.com wrote: On May 24, 2015, at 12:55 AM, Oleksandr Tymoshenko go...@bluezbox.com wrote: On May 24, 2015, at 12:12 AM, Garrett Cooper yaneurab...@gmail.com

Re: am335x-bone.dts not exist

2015-05-24 Thread Tim Kientzle
On May 24, 2015, at 12:55 AM, Oleksandr Tymoshenko go...@bluezbox.com wrote: On May 24, 2015, at 12:12 AM, Garrett Cooper yaneurab...@gmail.com wrote: On May 24, 2015, at 0:07, Oleksandr Tymoshenko go...@bluezbox.com wrote: On May 23, 2015, at 7:21 PM, Andrey Fesenko

Re: panic on boot

2014-09-04 Thread Tim Kientzle
On Sep 3, 2014, at 7:08 AM, Tim Kientzle t...@kientzle.com wrote: On Sep 3, 2014, at 6:51 AM, Tim Kientzle t...@kientzle.com wrote: On Sep 2, 2014, at 1:13 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Tue, Sep 2, 2014 at 9:47 AM, AN a...@neu.net wrote: FreeBSD FBSD11 11.0

Re: panic on boot

2014-09-03 Thread Tim Kientzle
On Sep 2, 2014, at 1:13 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Tue, Sep 2, 2014 at 9:47 AM, AN a...@neu.net wrote: FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r269949: Wed Aug 13 14:18:28 EDT 2014 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to rebuild

Re: panic on boot

2014-09-03 Thread Tim Kientzle
On Sep 3, 2014, at 6:51 AM, Tim Kientzle t...@kientzle.com wrote: On Sep 2, 2014, at 1:13 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Tue, Sep 2, 2014 at 9:47 AM, AN a...@neu.net wrote: FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r269949: Wed Aug 13 14:18:28 EDT 2014

Re: did tar(1) loose xz compression support in 11?

2014-08-26 Thread Tim Kientzle
On Aug 26, 2014, at 11:05 AM, Chris H bsd-li...@bsdforge.com wrote: Greetings, I'm currently testing 11. My build / install is from about 2 days ago. I generally use xz compression, when creating archives. But when I attempt the following: tar -cvJ --options xz:9 -f ./archive-name.tar.xz

portsnap out-of-date?

2014-06-05 Thread Tim Kientzle
I was surprised to see “portsnap fetch” download over 6,000 patches in order to advance the April 22 snapshot to now: # portsnap fetch Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. Fetching snapshot tag from isc.portsnap.freebsd.org... done. Fetching snapshot metadata... done.

Re: freebsd-update

2014-01-29 Thread Tim Kientzle
On Jan 29, 2014, at 12:51 PM, Lars Engels lars.eng...@0x20.net wrote: On Sat, Jan 25, 2014 at 09:11:04AM -0600, Mark Felder wrote: On Sat, Jan 25, 2014, at 5:32, Lars Engels wrote: Also using freebsd-update behind a proxy is really slow. Even with a very fast internet connection

Re: mtree acl support

2014-01-16 Thread Tim Kientzle
On Jan 16, 2014, at 12:36 PM, Mark Felder f...@freebsd.org wrote: On Wed, Jan 15, 2014, at 23:11, Tim Kientzle wrote: On Jan 14, 2014, at 6:47 AM, Mark Felder f...@freebsd.org wrote: I was recently talking to someone about how one would backup / restore ACLs reliably. I didn't see any

Re: mtree acl support

2014-01-15 Thread Tim Kientzle
On Jan 15, 2014, at 9:11 PM, Tim Kientzle t...@kientzle.com wrote: On Jan 14, 2014, at 6:47 AM, Mark Felder f...@freebsd.org wrote: I was recently talking to someone about how one would backup / restore ACLs reliably. I didn't see any mention of ACLs in the mtree man page and after

Re: mtree acl support

2014-01-15 Thread Tim Kientzle
On Jan 14, 2014, at 6:47 AM, Mark Felder f...@freebsd.org wrote: I was recently talking to someone about how one would backup / restore ACLs reliably. I didn't see any mention of ACLs in the mtree man page and after a quick google I came upon this old mailing list post:

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: 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

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: 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: 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: 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

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: -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

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: 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: 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: /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: [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: another -Wunsequenced topic

2013-07-08 Thread Tim Kientzle
On Jul 8, 2013, at 4:43 AM, d...@gmx.com wrote: Well, this turned out to be a semi-false alarm. A week ago, for a short time, there was a bug in Clang. There is no undefined behavior in ptr = func(++ptr);, No, there is not. However, this does have an implicit redundant store, so

Re: another -Wunsequenced topic

2013-06-29 Thread Tim Kientzle
Thanks! I've committed all of these except the change to contrib/bmake/ which should probably be submitted upstream first. Tim On Jun 29, 2013, at 7:16 AM, d...@gmx.com wrote: Here's a patch to fix several compilation errors coming from -Wunsequenced warnings: Index: bin/ed/re.c

Re: Kernel build fails on ARM: Cannot fork: Cannot allocate memory

2013-06-23 Thread Tim Kientzle
On Jun 23, 2013, at 9:16 AM, Konstantin Belousov wrote: On Sun, Jun 23, 2013 at 06:43:46PM +0400, Ruslan Bukin wrote: On Sun, Jun 23, 2013 at 05:32:48PM +0300, Konstantin Belousov wrote: This is useless without a backtrace. Trying to mount root from ufs:/dev/da0 []... WARNING: / was not

Re: [head tinderbox] failure on arm/arm

2013-06-18 Thread Tim Kientzle
stage 4.2: building libraries stage 4.3: make dependencies stage 4.4: building everything [...] /src/usr.bin/svn/lib/libapr/../../../../contrib/apr/include/apr_ring.h:183:34: note: expanded from macro 'APR_RING_PREV' #define APR_RING_PREV(ep, link) (ep)-link.prev

Re: 10-CURRENT i386 memstick snapshots broken?

2013-06-08 Thread Tim Kientzle
On Jun 8, 2013, at 10:34 AM, Glen Barber wrote: On Fri, Jun 07, 2013 at 05:22:56PM -0400, Glen Barber wrote: Has anyone else tried the i386 memstick and having the same problem? Hmm. Thanks for the report. I'll take a look at the logs for i386, but they are generated the same way as

Re: [head tinderbox] failure on armv6/arm

2013-06-05 Thread Tim Kientzle
Seems the tinderbox scripts are routinely showing too little of the actual error these days... On Jun 4, 2013, at 7:19 PM, FreeBSD Tinderbox wrote: TB --- 2013-06-05 01:10:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-06-05 01:10:18 - FreeBSD freebsd-current.sentex.ca

Re: Better pkg bootstrapping instructions?

2013-02-13 Thread Tim Kientzle
On Feb 13, 2013, at 2:23 AM, Baptiste Daroussin wrote: On Sat, Feb 02, 2013 at 09:46:41PM -0800, Tim Kientzle wrote: Especially on -CURRENT, it's not going to be uncommon to see things like this: The package management tool is not yet installed on your system. Do you want to fetch

Re: Cross-architecture package installs

2013-02-12 Thread Tim Kientzle
I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. 1) Pre-install/post-install scripts. These obviously don't work since the DESTDIR is for a different architecture. This is imho the main problem, and one of the

Re: 7+ days of dogfood

2013-02-09 Thread Tim Kientzle
On Feb 9, 2013, at 10:33 PM, Ian FREISLICH wrote: 2. MALLOC_PRODUCTION=yes Maybe it's the placebo effect. Binaries are smaller in memory and things seem faster There have been significant improvements in this area very recently. Please give it another try without this setting and let

Re: Cross-architecture package installs

2013-02-06 Thread Tim Kientzle
On Feb 5, 2013, at 10:55 PM, Baptiste Daroussin wrote: On Tue, Feb 05, 2013 at 10:34:18PM -0800, Tim Kientzle wrote: I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. 1) Pre-install/post-install scripts

Cross-architecture package installs

2013-02-05 Thread Tim Kientzle
I'm working on tools to build ARM system images. Usually, these tools run on x86, which creates a problem for packages. I would like to install packages onto the image as it's built. So I've been experimenting with variations of pkg -c DESTDIR add package files I'm running into a few problems

gpart resize vs. cache?

2013-02-03 Thread Tim Kientzle
I'm tinkering with a disk image that automatically fills whatever media you put it onto. But I'm having trouble with gpart resize failing. Disk layout: MBR with two slices mmcsd0s1 and mmcsd0s2 bsdlabel with one partition mmcsd0s2a Before I can use growfs, I have two gpart resize

Re: gpart resize vs. cache?

2013-02-03 Thread Tim Kientzle
On Feb 3, 2013, at 1:08 PM, Ian Lepore wrote: On Sun, 2013-02-03 at 12:06 -0800, Tim Kientzle wrote: I'm tinkering with a disk image that automatically fills whatever media you put it onto. But I'm having trouble with gpart resize failing. Disk layout: MBR with two slices mmcsd0s1

Better pkg bootstrapping instructions?

2013-02-02 Thread Tim Kientzle
Especially on -CURRENT, it's not going to be uncommon to see things like this: The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg please wait _http._tcp.pkg.FreeBSD.org pkg: Error fetching

Re: devel/gobject-introspection failure on ARM

2013-01-27 Thread Tim Kientzle
On Jan 27, 2013, at 7:57 AM, George Mitchell wrote: System: Raspberry Pi uname: r245840M (Alie Tan's image from 25 January) ports: svnversion 308518 Build dies with message sizeof(ArrayTypeBlob) is expected to be 8 but is 12. (Complete build log attached.) I made a naive attempt to fix

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

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: 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

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: 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: 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: 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: 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: (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: 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: 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: Customizing ubldr build...

2012-05-24 Thread Tim Kientzle
On May 24, 2012, at 1:16 AM, Damjan Marion wrote: On May 24, 2012, at 6:35 AM, Tim Kientzle wrote: I think the PandaBoard ES is fully supported by U-Boot, so it should be possible to use ubldr as part of the boot chain for that just like I've been doing with BeagleBone. What

Re: Customizing ubldr build...

2012-05-23 Thread Tim Kientzle
On May 23, 2012, at 8:24 AM, Adrian Chadd wrote: This looks fine to me. Thanks for this! What's the pandaboard require, just out of curiosity? Based on a quick skim of the OMAP 4460 TRM, it looks like the Pandaboard ES should come up with the same general memory layout as the BeagleBone,

Customizing ubldr build...

2012-05-20 Thread Tim Kientzle
In order to fully automate building SD images for Beaglebone, I'm trying to come up with a clean way to tailor the ubldr build. I think I've come up with a good way to do this and would appreciate any feedback. First, here's the (somewhat simplified) script that builds and installs ubldr (this

Re: SUJ file system corruption.

2012-05-18 Thread Tim Kientzle
On May 18, 2012, at 3:18 AM, Bjoern A. Zeeb wrote: On 13. May 2012, at 22:35 , Tim Kientzle wrote: FYI: Saw a crash due to filesystem corruption when running SUJ. This is on a ARM AM335x system (BeagleBone) that is still pretty experimental, so I certainly cannot rule out other

SUJ file system corruption.

2012-05-13 Thread Tim Kientzle
FYI: Saw a crash due to filesystem corruption when running SUJ. This is on a ARM AM335x system (BeagleBone) that is still pretty experimental, so I certainly cannot rule out other problems, but in case it means something to someone, here's the scenario: Reset the board to reboot (which is

Re: make installworld fails

2012-05-03 Thread Tim Kientzle
On May 3, 2012, at 1:34 PM, AN wrote: Thu May 3 16:25:27 EDT 2012 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r234872: Tue May 1 13:09:55 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 # svn up Updated to revision 234981 I did build world/kernel, after

Re: [RFC] Un-staticise the toolchain

2012-05-01 Thread Tim Kientzle
On Apr 30, 2012, at 6:41 AM, Erik Cederstrand wrote: Can anyone explain to me why the dynamically linked version is significantly slower? What are the extra steps involved compared to a statically linked binary? At the risk of dramatically over-simplifying…. When a static binary is

Re: [RFC] Un-staticise the toolchain

2012-04-28 Thread Tim Kientzle
On Apr 28, 2012, at 3:03 AM, Bob Bishop wrote: On 28 Apr 2012, at 04:12, David O'Brien wrote: On Thu, Apr 26, 2012 at 12:38:03PM +0100, Bob Bishop wrote: Apparently, current dependencies are much more spread, e.g. /bin/sh is dynamically linked [etc] That seems like a bad mistake,

Re: HEADSUP: /etc/malloc.conf format change

2012-04-25 Thread Tim Kientzle
On Apr 25, 2012, at 10:43 AM, Jason Evans wrote: On a related note, is there any way to find all ports that refer to _malloc_options without extracting source for all of them? I considered being proactive about finding software that depends on _malloc_options, but no tractable

Re: /usr/bin/tar creates invalid lib file

2012-03-26 Thread Tim Kientzle
On Mar 26, 2012, at 1:42 AM, Andriy Gapon wrote: on 26/03/2012 11:04 Boris Samorodov said the following: 26.03.2012 03:25, Tim Kientzle пишет: Boris: What filesystem are you using? zfs Could this particular instance of the problem be triggered by http://www.freebsd.org/cgi/query

Re: /usr/bin/tar creates invalid lib file

2012-03-25 Thread Tim Kientzle
On Mar 25, 2012, at 5:53 AM, Boris Samorodov wrote: On 24.03.2012 21:00, Tim Kientzle wrote: On Mar 23, 2012, at 9:51 PM, Boris Samorodov wrote: Can you send me the output of: tar -cvf /tmp/test.tar /usr/ports/devel/nspr/work/nspr-4.9/mozilla/nsprpub/build/dist/lib/../../pr/src

Re: /usr/bin/tar creates invalid lib file

2012-03-25 Thread Tim Kientzle
On Mar 25, 2012, at 2:43 PM, Gleb Kurtsou wrote: On (25/03/2012 10:53), Tim Kientzle wrote: On Mar 25, 2012, at 5:53 AM, Boris Samorodov wrote: On 24.03.2012 21:00, Tim Kientzle wrote: On Mar 23, 2012, at 9:51 PM, Boris Samorodov wrote: Can you send me the output of: tar -cvf

Re: /usr/bin/tar creates invalid lib file

2012-03-25 Thread Tim Kientzle
On Mar 25, 2012, at 2:43 PM, Gleb Kurtsou wrote: I experience a related issue. lseek(SEEK_HOLE) error checks are too strict. Files are not added to archive if lseek(SEEK_HOLE) fails. Ignoring lseek(SEEK_HOLE) at least in ENOTTY case would be preferable. Just noticed that lseek(1) doesn't

Can't build devel/git on -CURRENT?

2012-03-25 Thread Tim Kientzle
I've tried adding CONFIGURE_ENV+= CHARSET_LIB=-lcharset to the port Makefile, but still no joy: $ cd /usr/ports/devel/git $ make ….. libgit.a(gettext.o): In function `git_setup_gettext': gettext.c:(.text+0x4f): undefined reference to `locale_charset' gmake: *** [git-daemon] Error 1 *** Error

Re: /usr/bin/tar creates invalid lib file (was: Re: /usr/bin/strip: File format not recognized)

2012-03-24 Thread Tim Kientzle
On Mar 23, 2012, at 9:51 PM, Boris Samorodov wrote: On 24.03.2012 01:29, Dimitry Andric wrote: On 2012-03-23 21:12, Boris Samorodov wrote: I'm not sure but it seems to me that the question is more about -current that -ports. While updating devel/nspr I get this: ... /usr/bin/strip:

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-25 Thread Tim Kientzle
On Feb 23, 2012, at 9:16 AM, Alexander Kabaev wrote: On Tue, 21 Feb 2012 21:11:13 -0800 Tim Kientzle t...@kientzle.com wrote: If I understand correctly, the libgcc in base is pretty stripped down compared to regular libgcc, because most of that stuff is in our libc instead. You

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-21 Thread Tim Kientzle
On Feb 21, 2012, at 3:39 PM, Daniel Eischen wrote: On Tue, 21 Feb 2012, Steve Kargl wrote: 3) Add a new option to ldconfig to prepend new libraries to the hints files and fix the ports to use this option instead of -m. You don't want system binaries that want /lib/libgcc_s.so.1 to

Re: rescue build broken?

2012-02-20 Thread Tim Kientzle
On Feb 20, 2012, at 5:57 AM, Adrian Chadd wrote: Hi, Is anyone seeing this? (cd /usr/home/adrian/work/freebsd/svn/src/rescue/rescue/../../usr.bin/tar make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/ depend make -DRESCUE CRUNCH_CFLAGS=-DRESCUE DIRPRFX=rescue/rescue/tar/

Re: i18n and shell scripts

2012-01-22 Thread Tim Kientzle
On Jan 22, 2012, at 2:05 PM, Ron McDowell wrote: I'm working on the new bsdconfig, and looking for some good examples of how to incorporate internationalization into the scripts. I'm not finding much love in this area. :-( Any pointers appreciated. GNU gettext may not be an option

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

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

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: 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,

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

  1   2   3   >