Re: HST time zone

2023-07-25 Thread David Cornejo
On Tue, Jul 25, 2023 at 11:01 AM Dimitry Andric wrote: > On 25 Jul 2023, at 22:26, David Cornejo wrote: > > > > One thing that has bothered me for a long time is that the > Pacific/Honolulu timezone is found under the America -- North and > South/United States of Amer

HST time zone

2023-07-25 Thread David Cornejo
Hi, One thing that has bothered me for a long time is that the Pacific/Honolulu timezone is found under the America -- North and South/United States of America/Hawaii in tzsetup. Politics of Hawaiian Sovereignty aside, every other system I regularly install uses Pacific/Honolulu as it is in the of

Re: openssl 1.1.1 utils mkerr.pl

2019-01-16 Thread David Cornejo
On Wed, Jan 16, 2019 at 7:54 AM Benjamin Kaduk wrote: > > On Wed, Jan 16, 2019 at 09:52:26AM -0800, Enji Cooper wrote: > > > > > On Jan 15, 2019, at 5:55 PM, David Cornejo wrote: > > > > > > Hi, > > > > > > I am working on some code that

openssl 1.1.1 utils mkerr.pl

2019-01-15 Thread David Cornejo
Hi, I am working on some code that wants to use mkerr.pl from the openssl distribution - but this appears to have been left out of the import to base. Is there an alternative method to create the include files produced from this script in FreeBSD? thanks, dave c -- Kailua, Hawaiʻi US +1 (808)

Re: Build error on current@r296308: 'yacc.h' file not found

2016-03-02 Thread David Cornejo
On Wed, Mar 2, 2016 at 11:04 AM, Bryan Drewery wrote: > On 3/2/2016 12:52 PM, Bryan Drewery wrote: >> On 3/2/2016 11:00 AM, Kurt Jaeger wrote: >>> Hi! >>> >>> Today, I upgraded to r296308 and had this failure during buildworld: >>> >>> ===> usr.bin/mkesdb_static (obj,build-tools) >>> cc -O2 -pipe

Re: spurious "Service Unavailable"

2013-09-20 Thread David Cornejo
Thanks for the replies dave c On Fri, Sep 20, 2013 at 2:11 AM, Dimitry Andric wrote: > On Sep 20, 2013, at 01:39, Glen Barber wrote: > > > On Thu, Sep 19, 2013 at 01:29:35PM -1000, David Cornejo wrote: > >> On CURRENT Revsion 255706 > >> > >> I a

spurious "Service Unavailable"

2013-09-19 Thread David Cornejo
On CURRENT Revsion 255706 I am trying to rebuild a bunch of ports in screen and I'm getting the string "Service unavailable" in the output between the package creation and the cleaning phases for each port: ===> Generating temporary packing list install -o root -g wheel -m 555 dialog4ports /

Re: CURRENT: system crashing while shuting down -> files system corruption

2013-05-24 Thread David Cornejo
On Fri, May 24, 2013 at 3:50 AM, O. Hartmann wrote: > Since r250670 (last known stable) I face a lot of problems. > > On systems with SSD, after a couple of seconds the box is crashing and > rebooting, showing up a lot of CAM/SCSI stuff on the console. > > A system with "traditional" disks I get w

Re: esxi - high system cpu load

2013-01-07 Thread David Cornejo
On Mon, Jan 7, 2013 at 12:46 PM, Chrysostomos Kanoulis wrote: > Hello, > > The following output is from a virtual machine on ESXi 4.1. > I am experiencing high system cpu loads whenever i try to compile anything, > making it difficult to even update the system. > > > -

Re: src.conf ignored; phantom named

2012-03-02 Thread David Cornejo
On Fri, Mar 2, 2012 at 12:41 PM, Rotate 13 wrote: > I set WITHOUT_BIND="yes" in /etc/src.conf, and built/installed world. > Not only does /usr/sbin/named exist - named is actually started! > Several other WITHOUT_* variables also were apparently ignored, as > evidenced by stuff installed on runnin

/usr/home vs /home

2011-11-21 Thread David Cornejo
Hi, In the old days home was typically a separate partition that was mounted on /home. If you didn't have a partition the installer would create /usr/home and symlink /home to it. The root was also typically an independent partition, so it made sense not to clutter it up with home directories.

Re: Serial Port Configuration does not work

2011-09-11 Thread David Cornejo
On Sep 11, 2011 6:54 PM, "Boris Samorodov" wrote: > > On Sun, 11 Sep 2011 10:33:18 +0200 Gary Jennejohn wrote: > > On Sat, 10 Sep 2011 21:10:44 +0400 > > Boris Samorodov wrote: > > > On Sat, 10 Sep 2011 16:08:21 +0200 Gary Jennejohn wrote: > > > > > On Tue, 06 Sep 2011 16:29:51 +0400 Boris Samoro

Re: Recent HEAD: buildworld is broken with clang

2011-08-14 Thread David Cornejo
Not sure this is CLANG related - I see this on a system where WITHOUT_CLANG is set, and someone else reported it in another thread. dave c On Sun, Aug 14, 2011 at 8:58 AM, Oleg V. Nauman wrote: > ===> libexec (all) > ===> libexec/atrun (all) > clang -O -pipe -march=i686 -mtune=i686 -DATJOB_DIR=

Re: Failed Buildworld 9.0 Beta 1

2011-08-14 Thread David Cornejo
Oh good, I'm not the only one seeing this - I have had it for a few days at least, but haven't had time to look into it. dave c On Sun, Aug 14, 2011 at 9:16 AM, Johan Hendriks wrote: > Hello all. > > I cvsuped yesterday, and did a buildworld, all was fine. > cvsuped today again, and now i can n

Re: tzsetup disregards setting TZ to UTC

2011-03-28 Thread David Cornejo
On Mon, Mar 28, 2011 at 10:15 AM, Matthew Seaman < m.sea...@infracaninophile.co.uk> wrote: > On 28/03/2011 12:08, Matthias Andree wrote: > > Perhaps the installer should instead: > > > > display CMOS and system time, and ask which one of them is correct, and > > offer a third option to actually co

Re: [TESTING] ssse3 backport from gcc 4.3

2011-03-09 Thread David Cornejo
On Wed, Mar 9, 2011 at 9:49 AM, George Liaskos wrote: > > I have prepared a patch that finishes the "core2" support part and > > backports from gcc-4.3 > > the SSSE3 instruction set (-mssse3, -mno-ssse3). > > It is enabled for -march=core2 by default. > > > > Testing and comments are welcome. > >

Re: Panic booting vmware i386 after SRAT update

2010-07-29 Thread David Cornejo
On Thu, Jul 29, 2010 at 4:18 AM, John Baldwin wrote: > On Wednesday, July 28, 2010 1:37:42 pm m...@freebsd.org wrote: > > I have a 2 cpu virtual image of FreeBSD current. It panics during > > boot after building in the NUMA support. > > > > I'll transcribe the SRAT bootverbose messages and panic

Re: Panic booting vmware i386 after SRAT update

2010-07-28 Thread David Cornejo
On Wed, Jul 28, 2010 at 8:23 AM, wrote: > On Wed, Jul 28, 2010 at 10:37 AM, wrote: > > I have a 2 cpu virtual image of FreeBSD current. It panics during > > boot after building in the NUMA support. > > > > I'll transcribe the SRAT bootverbose messages and panic message as best I > can. > > > >

Re: Panic booting vmware i386 after SRAT update

2010-07-28 Thread David Cornejo
On Wed, Jul 28, 2010 at 7:37 AM, wrote: > I have a 2 cpu virtual image of FreeBSD current. It panics during > boot after building in the NUMA support. > > I'll transcribe the SRAT bootverbose messages and panic message as best I > can. > > Table 'SRAT' at 0xfef07f6 > SRAT: Found table at 0xfef07

Re: Wireless TCP aborts

2010-03-07 Thread David Cornejo
On Sun, Mar 7, 2010 at 1:08 PM, Chuck Swiger wrote: > Hi, Tim-- > > On Mar 7, 2010, at 2:16 PM, Tim Kientzle wrote: > [ ... ] > > Corrupted MAC on input. > > Disconnecting: Packet corrupt > > rsync: connection unexpectedly closed ... [receiver] > > > > and then the rsync session is dead. > > >

Re: multicast panic

2003-10-15 Thread David Cornejo
the application is ports/net/mrt attempting to build it causes a panic. i'm pretty sure you need options MROUTING in the kernel config to cause it. dave c At 06:08 AM 10/15/2003, Doug White wrote: On Tue, 14 Oct 2003, David Cornejo wrote: > I'm trying to compile a multicast ap

multicast panic

2003-10-14 Thread David Cornejo
I'm trying to compile a multicast application and the system panics every time I run configure: Oct 14 13:46:11 groggy su: dave to root on /dev/ttyp0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x68 fault code = supervisor read, page not present instruct