Re: Building v8 on FreeBSD with clang

2012-12-17 Thread Robert Simmons
On Tue, Dec 11, 2012 at 5:55 AM, Tom Evans tevans...@googlemail.com wrote: On Mon, Dec 10, 2012 at 6:30 PM, Robert Simmons rsimmo...@gmail.com wrote: I'm having a problem building google v8 on FreeBSD with clang. I get this error: /usr/bin/ld: final link failed: Nonrepresentable section

Building v8 on FreeBSD with clang

2012-12-10 Thread Robert Simmons
I'm having a problem building google v8 on FreeBSD with clang. I get this error: /usr/bin/ld: final link failed: Nonrepresentable section on output clang++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [/root/v8/out/x64.release/cctest] Error 1 gmake[1]:

Re: FreeBSD needs Git to ensure repo integrity [was: 2012 incident]

2012-11-17 Thread Robert Simmons
On Sat, Nov 17, 2012 at 11:55 PM, Adrian Chadd adr...@freebsd.org wrote: Those who want to use git can use it, right now. Honest. Yup: https://github.com/freebsd/ ___ freebsd-hackers@freebsd.org mailing list

Re: Pull in upstream before 9.1 code freeze?

2012-07-05 Thread Robert Simmons
On Tue, Jul 3, 2012 at 6:32 AM, Dag-Erling Smørgrav d...@des.no wrote: Robert Simmons rsimmo...@gmail.com writes: OpenSSH 6.0p1 No. It doesn't build cleanly on FreeBSD (I reported two issues during the pre-release cycle, one was fixed but the other was not), and even if it did, it's too big

Pull in upstream before 9.1 code freeze?

2012-07-02 Thread Robert Simmons
Are there plans to pull the following into head before the code freeze for 9.1? BIND 9.9.1p1 OpenSSH 6.0p1 IPFilter 5.1.1 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any

Re: Freeze when running freebsd-update

2012-06-27 Thread Robert Simmons
On Wed, Jun 27, 2012 at 2:33 AM, Dieter BSD dieter...@engineer.com wrote: Robert writes: 3) the box is responsive to hitting enter at the console (it produces another login: prompt) Getty is in memory and can run. 5) if I try to login to the console, it lets me enter a username then locks

Freeze when running freebsd-update

2012-06-26 Thread Robert Simmons
I've run into a totally reproducible freeze in 9.0. There are a number of variables involved, but I'm able to reproduce this freeze 100% of the time. I'm installing very small servers in a Xen HVM virtualization environment. Each instance has 128M memory and 4G of disk space. There is 384M of

Re: Freeze when running freebsd-update

2012-06-26 Thread Robert Simmons
On Tue, Jun 26, 2012 at 8:22 PM, Marten Vijn i...@martenvijn.nl wrote: On 06/27/2012 12:32 AM, Robert Simmons wrote: I've run into a totally reproducible freeze in 9.0.  There are a number of variables involved, but I'm able to reproduce this freeze 100% of the time. I'm installing very

Re: Freeze when running freebsd-update

2012-06-26 Thread Robert Simmons
On Tue, Jun 26, 2012 at 8:54 PM, Dieter BSD dieter...@engineer.com wrote: Robert writes: 3) the box is responsive to hitting enter at the console (it produces another login: prompt) Getty is in memory and can run. 5) if I try to login to the console, it lets me enter a username then locks

Re: Freeze when running freebsd-update

2012-06-26 Thread Robert Simmons
On Tue, Jun 26, 2012 at 8:54 PM, Dieter BSD dieter...@engineer.com wrote: Robert writes: 3) the box is responsive to hitting enter at the console (it produces another login: prompt) Getty is in memory and can run. 5) if I try to login to the console, it lets me enter a username then locks

Re: Upcoming release schedule - 8.4 ?

2012-06-15 Thread Robert Simmons
On Thu, Jun 14, 2012 at 10:25 PM, Adrian Chadd adr...@freebsd.org wrote: Hi, 9 will mature as people use it and report bugs/regressions. It would be really great if you could try some of your workload on -9 and provide feedback and file PRs. Engaging with the community (and hiring

Re: csh builtin command problems

2012-05-14 Thread Robert Simmons
On Mon, May 14, 2012 at 1:45 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Wed, 2012-05-09 at 21:34 -0400, Robert Simmons wrote: I'm trying to use sysv style echo in /bin/csh and I've hit a wall as to how to get it to work. The following does not have the outcome that I'm looking

Re: csh builtin command problems

2012-05-10 Thread Robert Simmons
On Thu, May 10, 2012 at 2:02 PM, Dieter BSD dieter...@engineer.com wrote: Robert writes: I want this: # echo test\ttest test # cat test test    test I have given up on using echo for anything the least bit fancy, in favor of printf(1) which gives much better control. printf

Heimdal 1.5.2 problem

2012-05-10 Thread Robert Simmons
I've just installed the new version of Heimdal, 1.5.2 from ports, and I'm having a problem. As in the past, BerkeleyDB needs to be enabled with make config so that there is a backend. However, I'm still getting the error as if BerkeleyDB was not enabled, and there is no backend support. I've

csh builtin command problems

2012-05-09 Thread Robert Simmons
I'm trying to use sysv style echo in /bin/csh and I've hit a wall as to how to get it to work. The following does not have the outcome that I'm looking for: # echo_style=sysv # echo test\ttest test # cat test testttest I want this: # echo test\ttest test # cat test testtest Any

Re: gpart and it's EBR confusion

2012-04-03 Thread Robert Simmons
On Tue, Apr 3, 2012 at 3:46 PM, rank1see...@gmail.com wrote: 9.0 R i386 EBR scheme never installed md0s3 has BSD labels scheme # gpart destroy -F md0s3 md0s3 destroyed # gpart create -s BSD md0s3 gpart: geom 'md0s3': File exists # gpart show -p md0s3 =      0  1023120  md0s3  

Re: DKIM-Milter in Freebsd 9.0

2012-03-11 Thread Robert Simmons
On Sat, Mar 10, 2012 at 12:41 PM, Elman elman_s...@yahoo.com wrote: Dear hacker, I install freebsd 9.0 release for the mail server, but no dkim-milter in freebsd 9.0. I've been looking there, but it doesn't exist and only open-dkim in freebsd 9.0. Is freebsd 9.0 no longer providing

Re: Where and when /etc/fstab is checking during boot

2012-03-05 Thread Robert Simmons
On Mon, Mar 5, 2012 at 4:14 AM, Gary Jennejohn gljennj...@googlemail.com wrote: On Sun, 4 Mar 2012 19:32:36 -0500 Robert Simmons rsimmo...@gmail.com wrote: I've just finished working though building a FreeBSD box with an encrypted root partition as mentioned in the geli(8) man page: Ask

Where and when /etc/fstab is checking during boot

2012-03-04 Thread Robert Simmons
I've just finished working though building a FreeBSD box with an encrypted root partition as mentioned in the geli(8) man page: Ask for the passphrase on boot, before the root partition is mounted. This makes it possible to use an encrypted root partition. One will still need bootable unencrypted

posixrules

2011-06-14 Thread Robert Simmons
I am a bit confused about the file /usr/share/zoneinfo/posixrules Looking through the docs, it seems that according to tzset(3) the file is rules for POSIX-style TZ's but after examining the file, it is identical to the file /usr/share/zoneinfo/America/New_York and the date stamp on the file is