Re: bsd boot sequence

2013-06-28 Thread David Noel
On 6/27/13, Brian Kim wrote: > howdy all, > > As a junior computer engineering major who has dreams of developing an > operating system more ubiquitous than ms windows, I have come to appreciate > the complexity and elegance of both the freebsd os and community. While > achieving proficiency in C

Re: postgres, initdb, FreeBSD bug?

2012-12-15 Thread David Noel
Ahh... the security.bsd. sysctl output had the answer: I had security.bsd.hardlink_check_gid and security.bsd.hardlink_check_uid set to 1 in sysctl.conf. Removing that fixed the problem. Many thanks, -David > Show the ktrace from the same error on UFS. 5179 postgres CALL unlink(0x7fffe

postgres, initdb, FreeBSD bug?

2012-12-14 Thread David Noel
I've been fighting with a bug I can't quite seem to figure out and was told that this might be the place to come. I'm running postgresql-9.2.2 on FreeBSD 8.3-RELEASE-p5 and am having things break down when I try to run initdb. I got in contact with the pgsql-general mailing list and we debugged the

Re: postgres, initdb, FreeBSD bug?

2012-12-14 Thread David Noel
I just compiled a generic kernel and tried it again.. same error. So no funny business going on with my kernel settings it seems. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send a

postgres, initdb, FreeBSD bug?

2012-12-14 Thread David Noel
I've been fighting with a bug I can't quite seem to figure out and was told that this might be the place to come. I'm running postgresql-9.2.2 on FreeBSD 8.3-RELEASE-p5 and am having things break down when I try to run initdb. I got in contact with the pgsql-general mailing list and we debugged the